Home
last modified time | relevance | path

Searched refs:replace (Results 1151 – 1175 of 1179) sorted by last modified time

1...<<4142434445464748

/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js308 return escape(s).replace(new RegExp('\\+','g'), '%2B');
H A DJsHttpRequest-script.js308 return escape(s).replace(new RegExp('\\+','g'), '%2B');
H A DJsHttpRequest.js309 return escape(s).replace(new RegExp('\\+','g'), '%2B');
H A DJsHttpRequest-script-xml.js308 return escape(s).replace(new RegExp('\\+','g'), '%2B');
H A DJsHttpRequest-xml.js308 return escape(s).replace(new RegExp('\\+','g'), '%2B');
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
H A DJsHttpRequest-script-xml.js238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
H A DJsHttpRequest-form.js238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js262 msg += FCKLang.DlgSpellManyChanges.replace( /%1/g, numrepl ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcodeformatter.js62 var sFormatted = html.replace( this.Regex.ProtectedTags, FCKCodeFormatter._ProtectData ) ;
65 sFormatted = sFormatted.replace( this.Regex.BlocksOpener, '\n$&' ) ;
66 sFormatted = sFormatted.replace( this.Regex.BlocksCloser, '$&\n' ) ;
67 sFormatted = sFormatted.replace( this.Regex.NewLineTags, '$&\n' ) ;
68 sFormatted = sFormatted.replace( this.Regex.MainTags, '\n$&\n' ) ;
84 sIndentation = sIndentation.replace( this.Regex.FormatIndentatorRemove, '' ) ;
96 …sFormatted = sFormatted.replace( oRegex, FCKCodeFormatter.ProtectedData[j].replace( /\$/g, '$$$$' …
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt1238 deleting the provisions above and replace them with the notice and
/plugin/flowplay/flowplayer/
H A DREADME.txt187 …- The setConfig() method in the JavaScript API can be used over and over again to replace the conf…
H A Djavascript.txt79 NOTE: The visible playList will not behave currently if you replace
H A Dswfobject.js82 }else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirec…
88 …escription){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\…
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js32 …ard.js $ ".match(/\/[^\.]*[\.\/]([^\/]+)\/[\w\.\s$]+$/)[1]+"."+(" $Rev: 175 $ ".replace(/\D/g,""));
384 …s1.className = s2.className = s1.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+…
469 key = key.replace(idPrefix, "");
633 newKeyCode = nodes.desk.childNodes[keymap[e.keyCode]].id.replace(idPrefix, "");
662 … cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),'');
667 … el.className = el.className.replace(new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),"");
693 …nodes.desk.className = nodes.desk.className.replace(new RegExp("\\s*\\b"+cssClasses['capslock']+"\…
720 … el.className = el.className.replace(new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),"");
749 … cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),'');
780 …nodes.desk.className = nodes.desk.className.replace(new RegExp("\\s*\\b"+cssClasses['capslock']+"\…
[all …]
H A Dvk_popup.js26 …0].href+m[1];return (document.location.href.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"")…
82 …ref+m[1];return (document.location.pathname.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"")…
H A Dvk_loader.js2 …0].href+m[1];return (document.location.href.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"")…
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js128 var tmp = document.selection?el.value.replace(/\r/g,""):el.value;
256 var tmp = document.selection?fld.value.replace(/\r/g,""):fld.value;
282 var tmp = document.selection?fld.value.replace(/\r/g,""):fld.value;
299 var tmp = document.selection?fld.value.replace(/\r/g,""):fld.value;
H A Dhelpers.js160 return s?s.replace(/\/*\x00+\/*/g,"/"):"";
190 return (document.location.href.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
465 …id.rows[i].cells[ci[o]]) tr[tr.length] = id.rows[i].cells[ci[o]].innerHTML.replace(/<[^>]*?>/g,"");
469 tr[tr.length] = id.rows[i].cells[z].innerHTML.replace(/<[^>]*?>/g,"");
H A Dstringextensions.js22 return this.replace(c, "");
38 return this.replace(c, "");
54 return this.replace(c, "");
167 ,frmt = this.replace(/%%/g, "\0\0")
180 frmt = frmt.replace(re, function() {
189 x[3] = parseInt(x[3].replace(/\D/g,""))
205 x[4] = parseInt(x[4].replace(/\D/g,""))
216 x[4] = x[4].replace(/\D/,"")
292 return frmt.replace(/\0\0/g, "%");
H A Dregexpextensions.js30 return isString(text)?text.replace(arguments.callee.sRE, '\\$1')
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js20 this.$VERSION$ = " $Rev: 147 $ ".replace(/\D/g,"");
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js564 return (document.location.pathname.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
/plugin/chat/
H A Dscript.js232 …var time = resp.substring(0, resp.indexOf('\n')).replace(/(.*<!--AJAXCHAT_MTIME:)([0-9]+)(-->.*)/,…
332 var actualData = data.replace(/[^\n]+\n[ ]*/,'');
432 var actualData = data.replace(/[^\n]+\n[ ]*/,'');
566 list.className = list.className.replace(/ chat-line-last/gi, '');

1...<<4142434445464748