Lines Matching refs:replace
320 return jQuery.clean([html.replace(/ jQuery\d+="(?:\d+|null)"/g, "").replace(/^\s*/, "")])[0];
449 return (elem.value || "").replace(/\r/g, "");
486 this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g, "") :
806 name = name.replace( /([A-Z])/g, "-$1" ).toLowerCase();
818 var camelCase = name.replace(/\-(\w)/g, function(all, letter){
874 elem = elem.replace(/(<(\w+)[^>]*?)\/>/g, function(all, front, tag){
881 var tags = elem.replace(/^\s+/, "").substring(0, 10).toLowerCase();
1047 elem.filter = (elem.filter || "").replace( /alpha\([^)]*\)/, "" ) +
1056 name = name.replace(/-([a-z])/ig, function(all, letter){
1067 return (text || "").replace( /^\s+|\s+$/g, "" );
1562 match[1] = (match[1] || "").replace(/\\/g, "");
1565 expr = expr.replace( Expr.match[ type ], "" );
1628 expr = expr.replace( Expr.match[ type ], "" );
1774 match = " " + match[1].replace(/\\/g, "") + " ";
1794 return match[1].replace(/\\/g, "");
1818 var name = match[1].replace(/\\/g, "");
2351 selector = selector.replace( Expr.match.PSEUDO, "" );
3015 return ["live", type, selector.replace(/\./g, "`").replace(/ /g, "|")].join(".");
3272 .append(res.responseText.replace(/<script(.|\s)*?\/script>/g, ""))
3423 // Replace the =? sequence both in the query string and the data
3425 s.data = (s.data + "").replace(jsre, "=" + jsonp + "$1");
3426 s.url = s.url.replace(jsre, "=" + jsonp + "$1");
3451 var ret = s.url.replace(/(\?|&)_=.*?(&|$)/, "$1_=" + ts + "$2");
3761 return s.join("&").replace(/%20/g, "+");