Home
last modified time | relevance | path

Searched refs:replace (Results 1101 – 1125 of 1179) sorted by last modified time

1...<<4142434445464748

/plugin/stars/
H A Dreadme.txt27 to use custom images, just replace the star.png, halfstar.png, and emptystar.png files
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js158 return src.replace(/\?/, ext+'?');
/plugin/superacl/
H A Dscript.js84 str = str.replace(/&/g,"&amp;");
85 str = str.replace(/\"/g,"&quot;");
86 str = str.replace(/\'/g,"&#039;");
87 str = str.replace(/</g,"&lt;");
88 str = str.replace(/>/g,"&gt;");
138 if(obj) obj.className = obj.className.replace(/ cur/,'');
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js19replace(/^.*\s+(\S+\s+\S+$)/,"$1");var c=parseInt(b.replace(/^(.*)\..*$/,"$1"),10);var d=/r/.test(…
H A Dflashembed.min.js_0.2618replace(/^.*\s+(\S+\s+\S+$)/,"$1");var c=parseInt(b.replace(/^(.*)\..*$/,"$1"),10);var d=/r/.test(…
/plugin/flowplay2/flowplayer/
H A DREADME.txt359 …- The setConfig() method in the JavaScript API can be used over and over again to replace the conf…
H A Djavascript.txt55 NOTE: The visible playList will not behave currently if you replace
/plugin/lists/
H A Dsyntax_plugin_lists.css17 afterwards the plugin CSS (allowing it to extend or replace the
/plugin/code3/
H A Dscript.js8replace(/^\/+/,"");}}return null}}var PSyHi=function(){var i=this;var I={lang:'en'};var l={'interf…
11replace(/([^=<>:&])/g,'\\$1');}}I+=')\\s*$';return new RegExp(I);})();function PR_prefixMatch(i,I,…
/plugin/code3/src/
H A Dpsyhi.js41 return (document.location.href.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+/,"");
94 return str.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;");
136 txt = txt.replace('{LNG_'+i.toUpperCase()+'}',s[i]);
149 return txt.replace("{TOOLBAR}", s.join("&nbsp;"));
175 tc.innerHTML = strings.interface.replace("{STRINGS}",s.join("")).replace("{ID}",id)
176 ….replace('{TOKENCOUNT}',s.tokenCount).replace('{SRCLENGTH}', Math.round(txt.length/10.24)/100+'Kb'…
181 … el_1.childNodes[1].value = txt.replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&");
228 ?el.className.replace(/(^|\s)noLineNumbers(\s|$)/,"")
239 el.className = cn.replace(/(^|\s)show(ColorText|Copy)(\s|$)/g," showPlainText");
241 el.className = cn.replace(/(^|\s)show(PlainText|Copy)(\s|$)/g," showColorText");
[all …]
H A Dtz.js282 pattern += '|' + preceder.replace(/([^=<>:&])/g, '\\$1');
307 return str.replace(/&/g, '&amp;')
308 .replace(/</g, '&lt;')
309 .replace(/>/g, '&gt;')
310 .replace(/\"/g, '&quot;')
311 .replace(/\xa0/, '&nbsp;');
316 return str.replace(/&/g, '&amp;')
317 .replace(/</g, '&lt;')
318 .replace(/>/g, '&gt;')
319 .replace(/\xa0/g, '&nbsp;');
/plugin/wysiwyg/
H A Dscript.js32 newClass = newClass.replace(/ wysiwyg_hidden/, "");
33 newClass = newClass.replace(/wysiwyg_hidden/, "");
34 newClass = newClass.replace(/wysiwyg_initially_hidden/, "");
44 newClass = newClass.replace(/ wysiwyg_hidden/, "");
45 newClass = newClass.replace(/wysiwyg_hidden/, "");
250 newClass = newClass.replace(/ wysiwyg_highlighted/, "");
251 newClass = newClass.replace(/wysiwyg_highlighted/, "");
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js243 alert( FCKLang.UnknownToolbarSet.replace( /%1/g, toolbarSetName ) ) ;
H A Dfck.js230 data = data.replace( FCKRegexLib.ToReplace, '$1' ) ;
284 html = html.replace( FCKRegexLib.ProtectUrlsA , '$& _fcksavedurl=$1' ) ;
287 html = html.replace( FCKRegexLib.ProtectUrlsImg , '$& _fcksavedurl=$1' ) ;
296 return html.replace( FCKRegexLib.TagsWithEvent, _FCK_ProtectEvents_ReplaceTags ) ;
301 return html.replace( FCKRegexLib.ProtectedEvents, _FCK_ProtectEvents_RestoreEvents ) ;
316 html = html.replace( oRegex, '<FCK:$1' ) ;
319 html = html.replace( oRegex, '<\/FCK:$1>' ) ;
334 html = html.replace( oRegex, '<FCK:$1 />' ) ;
356 data = data.replace( FCKRegexLib.InvalidSelfCloseTags, '$1></$2>' ) ;
369 data = data.replace( FCKRegexLib.HeadOpener, '$&' + FCK.TempBaseTag ) ;
[all …]
H A Dfckxhtml.js68 sXHTML = sXHTML.replace( /^<xhtml.*?>/, '<xhtml>' ) ;
74 sXHTML = sXHTML.replace( FCKRegexLib.SpaceNoClose, ' />');
77 sXHTML = sXHTML.replace( FCKRegexLib.ForceSimpleAmpersand, '&' ) ;
86 sXHTML = sXHTML.replace( oRegex, FCKXHtml.SpecialBlocks[i] ) ;
90 sXHTML = sXHTML.replace( FCKRegexLib.GeckoEntitiesMarker, '&' ) ;
106 else if ( attributeValue.replace )
109 attributeValue = attributeValue.replace( /&/g, '___FCKAmp___' ) ;
112 attributeValue = attributeValue.replace( FCKXHtmlEntities.EntitiesRegex, FCKXHtml_GetEntity ) ;
298 …targetNode.appendChild( this.XML.createTextNode( textValue.replace( FCKXHtmlEntities.EntitiesRegex…
371 cssText = cssText.replace( /^(\r\n|\n|\r)/, '' ) ;
[all …]
H A Dfcktools.js92 text = text.replace( /&/g, '&amp;' ) ;
93 text = text.replace( /</g, '&lt;' ) ;
94 text = text.replace( />/g, '&gt;' ) ;
104 text = text.replace( /&gt;/g, '>' ) ;
105 text = text.replace( /&lt;/g, '<' ) ;
106 text = text.replace( /&amp;/g, '&' ) ;
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc21 this.className = this.className.replace( oClassRegex, '' ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js26replace(A[i],B[i]);};return C;};String.prototype.StartsWith=function(A){return (this.substr(0,A.le…
31 …tLangDirection+'">'+A+'</html>';if (!FCKRegexLib.HeadOpener.test(A)) A=A.replace(FCKRegexLib.HtmlO…
32replace(FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.leng…
37replace(/&/g,'&amp;');A=A.replace(/</g,'&lt;');A=A.replace(/>/g,'&gt;');return A;};FCKTools.HTMLDe…
45replace(/^<xhtml.*?>/,'<xhtml>');E=E.substr(7,E.length-15).Trim();E=E.replace(FCKRegexLib.SpaceNoC…
46 …e.cssText.replace(FCKRegexLib.StyleProperties,FCKTools.ToLowerCase);FCKTools.RestoreFormStyles(B,I…
47replace(this.Regex.ProtectedTags,FCKCodeFormatter._ProtectData);B=B.replace(this.Regex.BlocksOpene…
52replace(/\s*([^ ]+):.*?(;|$)/g,'$1|').replace(/\|$/,'')+'):[^;]+';var D=new RegExp(C,'gi');B=B.rep…
72 …) return;var B=FCK.EditorDocument.body;if (A==1) B.className=B.className.replace(/(^| )FCK__ShowBl…
77 …CKTableHandler.DeleteTable();default:return alert(FCKLang.UnknownCommand.replace(/%1/g,this.Name))…
[all …]
H A Dfckeditorcode_gecko.js26replace(A[i],B[i]);};return C;};String.prototype.StartsWith=function(A){return (this.substr(0,A.le…
30 …tLangDirection+'">'+A+'</html>';if (!FCKRegexLib.HeadOpener.test(A)) A=A.replace(FCKRegexLib.HtmlO…
31replace(FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.leng…
36replace(/&/g,'&amp;');A=A.replace(/</g,'&lt;');A=A.replace(/>/g,'&gt;');return A;};FCKTools.HTMLDe…
44replace(/^<xhtml.*?>/,'<xhtml>');E=E.substr(7,E.length-15).Trim();E=E.replace(FCKRegexLib.SpaceNoC…
45 …se if (F.indexOf('_moz')==0) continue;else if (F=='class'){G=E.nodeValue.replace(FCKRegexLib.FCK_C…
46replace(this.Regex.ProtectedTags,FCKCodeFormatter._ProtectData);B=B.replace(this.Regex.BlocksOpene…
51replace(/\s*([^ ]+):.*?(;|$)/g,'$1|').replace(/\|$/,'')+'):[^;]+';var D=new RegExp(C,'gi');B=B.rep…
71 …) return;var B=FCK.EditorDocument.body;if (A==1) B.className=B.className.replace(/(^| )FCK__ShowBl…
76 …CKTableHandler.DeleteTable();default:return alert(FCKLang.UnknownCommand.replace(/%1/g,this.Name))…
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js179 text = text.replace(
180 /&/g, "&amp;").replace(
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js583 pattern.replace( /\s*([^ ]+):.*?(;|$)/g, '$1|' ).replace( /\|$/, '' ) +
588 elementStyle = elementStyle.replace( regex, '' ).Trim() ;
593 element.style.cssText = elementStyle.replace( regex, '' ) ;
687 valueA = valueA.replace( /;$/, '' ).toLowerCase() ;
688 valueB = valueB.replace( /;$/, '' ).toLowerCase() ;
H A Dfckeditingarea.js76 html = html.replace( /(<base[^>]*?)\s*\/?>(?!\s*<\/base>)/gi, '$1></base>' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js115 var className = block.className.replace( FCKJustifyCommand._GetClassNameRegex(), '' ) ;
168 currentAlign = currentAlign.replace( /(-moz-|-webkit-|start|auto)/i, '' );
H A Dfckindentcommands.js166 var className = block.className.replace( FCKIndentCommand._ClassNameRegex, '' ) ;
H A Dfck_othercommands.js434 oAnchor.className = oAnchor.className.replace( FCKRegexLib.FCK_Class, '' ) ;

1...<<4142434445464748