Home
last modified time | relevance | path

Searched refs:replace (Results 726 – 750 of 1179) sorted by relevance

1...<<21222324252627282930>>...48

/plugin/achart/assets/
H A Djs-yaml.min.js2replace(/\t/g,"→")+a,pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+e}var c=fun…
/plugin/mediasyntax/
H A DREADME33 2012-07-20: 1 hour: converter: replace ** with '''
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js20 this.$VERSION$ = " $Rev: 147 $ ".replace(/\D/g,"");
/plugin/mobiletable/
H A Dscript.js8 …);a&&(a=window.getComputedStyle(a,":before").getPropertyValue("content").replace(/"|'/g,""),window…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js582 …rseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);
1103 …str += "<div class='CSSText'>"+item.replace(/(.+\:)(.+)/,"<span class='CSSProperty'>$1</span><span…
1214 …g(0,35)+(_value.length>35?" ...":"") ).replace(/\n/g,"\\n").replace(/\s/g,"&nbsp;").replace(/>/g,"…
1546 source = source.replace(/<|>/g,function(_ch){
1551 source = source.replace(/(^)|\n/g,function(_ch){
1592 el.left.str.container.update(_str.replace(/\n/g,"<br />"))
1873 … var source = el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").split("}");
2187 return _str.replace(/\{(\d)\}/g,function(){
H A Dfirebug-lite-1.2-compressed.js22 …seInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);…
33 …css.length;i<len;i++){var item=_css[i];str+="<div class='CSSText'>"+item.replace(/(.+\:)(.+)/,"<sp…
39 …ng(0,35)+(_value.length>35?" ...":"")).replace(/\n/g,"\\n").replace(/\s/g,"&nbsp;").replace(/>/g,"…
69 source=source.replace(/<|>/g,function(_ch){return({"<":"&#60;",">":"&#62;"})[_ch];});if(d.scripts.l…
71 …(_str){with(firebug){d.navigate("str");el.left.str.container.update(_str.replace(/\n/g,"<br />"))}…
86 …th(firebug){var source=el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").spli…
109 …ion(_str){var values=Array.prototype.slice.call(arguments,1);return _str.replace(/\{(\d)\}/g,funct…
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19replace(/#.*$/,"");a.Augment({HFUZZ:2,DFUZZ:2,config:{styles:{".MathJax_SVG":{display:"inline","fo…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js33 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getDate()+365);firebug.internal.targetWindow.document.cookie='FBLiteSettings='+values+';expires='+exdate.toGMTString();}},refreshForm:function(){var fe=firebug.env,elSet=firebug.el.settings;elSet.cbxDebug.element.checked=fe.debug;elSet.cbxDetectFirebug.element.checked=fe.detectFirebug;elSet.cbxHideDOMFunctions.element.checked=fe.hideDOMFunctions;elSet.cbxOverride.element.checked=fe.override;elSet.cbxShowIcon.element.checked=fe.showIconWhenHidden;elSet.cbxOpenInPopup.element.checked=fe.openInPopup;elSet.textNodeChars.element.value=fe.textNodeChars;}},win:{hide:function(){with(firebug){el.main.environment.addStyle({"display":"none"});el.mainiframe.environment.addStyle({"display":"none"});if(env.showIconWhenHidden){el.firebugIcon.environment.addStyle({"display":"block"});}}},show:function(){with(firebug){el.main.environment.addStyle({"display":"block"});el.mainiframe.environment.addStyle({"display":"block"});if(env.showIconWhenHidden){el.firebugIcon.environment.addStyle({"display":"none"});}}},iconClicked:function(_event){with(firebug){if(_event.ctrlKey==true||_event.metaKey==true){el.firebugIcon.environment.addStyle({"display":"none"});env.showIconWhenHidden=false;}else{win.show();}}},minimize:function(){with(firebug){internal.minimized=true;el.main.environment.addStyle({"height":"35px"});el.mainiframe.environment.addStyle({"height":"35px"});el.button.maximize.environment.addStyle({"display":"block"});el.button.minimize.environment.addStyle({"display":"none"});win.refreshSize();}},maximize:function(){with(firebug){internal.minimized=false;el.button.minimize.environment.addStyle({"display":"block"});el.button.maximize.environment.addStyle({"display":"none"});win.setHeight(env.height);}},newWindow:function(){var interval,scripts,script,scriptPath,fe=firebug.env,fi=firebug.internal;if(!fi.popupWin){scripts=document.getElementsByTagName('script');fi.popupWin=window.open("","_firebug","status=0,menubar=0,resizable=1,top="+fe.popupTop+",left="+fe.popupLeft+",width="+fe.popupWidth+",height="+fe.popupHeight+",scrollbars=0,addressbar=0,outerWidth="+fe.popupWidth+",outerHeight="+fe.popupHeight+"toolbar=0,location=0,directories=0,dialog=0");if(!fi.popupWin){alert("Firebug Lite could not open a pop-up window, most likely because of a popup blocker.\nPlease enable popups for this domain");}else{firebug.settings.hide();for(i=0,len=scripts.length;i<len;i++){if(scripts[i].src.indexOf(fi.liteFilename)>-1){scriptPath=scripts[i].src;break;}}
44 el.left.css.container.update(str);}},printRule:function(_selector,_css,_layer){with(firebug){var str="<div class='Selector'>"+_selector+" {</div>";for(var i=0,len=_css.length;i<len;i++){var item=_css[i];str+="<div class='CSSText'>"+item.replace(/(.+\:)(.+)/,"<span class='CSSProperty'>$1</span><span class='CSSValue'>$2;</span>")+"</div>";}
50 try{isArray=lib.util.IsArray(_value);isHash=lib.util.IsHash(_value);isElement=_value!=undefined&&Boolean(_value.nodeName)&&Boolean(_value.nodeType);if(_value==null||vtype=="number"||vtype=="string"||vtype=="boolean"||(vtype=="function"&&_value.nodeName!="OBJECT")||vtype=="regexp"||vtype=="date"){if(_value==null){if(_value===undefined){result.push("<span class='Null'>undefined</span>");}else{result.push("<span class='Null'>null</span>");}}else if(vtype=="regexp"){result.push("<span class='Maroon'>"+_value+"</span>");}else if(vtype=="date"){result.push("<span class='DarkBlue'>'"+_value+"'</span>");}else if(vtype=="boolean"||vtype=="number"){result.push("<span class='DarkBlue'>"+_value+"</span>");}else if(vtype=="function"){result.push("<span class='"+(_inObject?"Italic Gray":"Green")+"'>function()</span>");}else{result.push("<span class='Red'>\""+(!_inObject&&!_inArray?_value:_value.substring(0,35)+(_value.length>35?" ...":"")).replace(/\n/g,"\\n").replace(/\s/g,"&nbsp;").replace(/>/g,"&#62;").replace(/</g,"&#60;")+"\"</span>");}}
52 result.push(d.highlight(_value.nodeValue));else if(_inObject){result.push("<span class='Gray Italic'>"+_value.nodeName.toLowerCase()+"</span>");}else{result.push("<span class='Blue"+(!_link?"'":" ObjectLink' onmouseover='this.className=this.className.replace(\"ObjectLink\",\"ObjectLinkHover\")' onmouseout='this.className=this.className.replace(\"ObjectLinkHover\",\"ObjectLink\")' onclick='firebug.d.html.inspect(firebug.d.console.cache["+(d.console.cache.push(_value)-1)+"])'")+"'>");if(_inArray){result.push(_value.nodeName.toLowerCase());if(_value.getAttribute){if(_value.getAttribute&&_value.getAttribute("id"))
59 result.push(" ]</span>");}}else if(_inObject){result.push("<span class='Gray Italic'>Object</span>");}else{result.push("<span class='Strong Green"+(!_link?"'":" ObjectLink' onmouseover='this.className=this.className.replace(\"ObjectLink\",\"ObjectLinkHover\")' onmouseout='this.className=this.className.replace(\"ObjectLinkHove
[all...]
H A Dfirebug-lite-1.2.js593 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);
1114 str += "<div class='CSSText'>"+item.replace(/(.+\:)(.+)/,"<span class='CSSProperty'>$1</span><span class='CSSValue'>$2;</span>")+"</div>";
1225 result.push("<span class='Red'>\""+( !_inObject&&!_inArray?_value : _value.substring(0,35)+(_value.length>35?" ...":"") ).replace(/\n/g,"\\n").replace(/\s/g,"&nbsp;").replace(/>/g,"&#62;").replace(/</g,"&#60;")+"\"</span>");
1236 result.push("<span class='Blue"+ ( !_link?"'":" ObjectLink' onmouseover='this.className=this.className.replace(\"ObjectLink\",\"ObjectLinkHover\")' onmouseout='this.className=this.className.replace(\"ObjectLinkHover\",\"ObjectLink\")' onclick='firebug.d.html.inspect(firebug.d.console.cache[" +( d.console.cache.push( _value ) -1 )+"])'" ) + "'>");
1284 result.push("<span class='Strong Green"+ ( !_link?"'":" ObjectLink' onmouseover='this.className=this.className.replace(\"ObjectLink\",\"ObjectLinkHover\")' onmouseout='this.className=this.className.replace(\"ObjectLinkHove
[all...]
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php400 ->when($result = $string->replace('/��/u', '��'))
412 ->when($result = $string->replace('/��/u', '��', 1))
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js127 : result.replace(RegExp(extension.replace(reSpecialChars, '\\$&') + '$'), '');
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md295 1. If you want to replace the value of a property:
313 2. If you want to replace whole element:
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js110 return this.replace(/(["\\\.\|\[\]\^\*\+\?\$\(\)])/g, '\\$1');
113 return this.replace(/^\s*(\S*(\s+\S+)*)\s*$/, "$1");
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md290 1. If you want to replace the value of a property:
308 2. If you want to replace whole element:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php641 ],'replace' => [
642 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites:replace',
1724 ],'replace' => [
1725 …advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords:replace',
2846 ],'replace' => [
2847 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites:replace',
/plugin/diagramsnet/lib/math/jax/element/mml/
H A Djax.js19replace(/-/g,"\u2212");if(e){f=f.replace(/'/g,"\u2032").replace(/`/g,"\u2035");if(f.length===1){f=…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js538 bod.style.color = Str(color).replace(trim, E);
805 return this.join(",").replace(p2s, "$1");
1084 Str(pathString).replace(pathCommand, function (a, b, c) {
1087 c.replace(pathValues, function (a, b) {
1130 Str(TString).replace(tCommand, function (a, b, c) {
1133 c.replace(pathValues, function (a, b) {
2234 tstr = Str(tstr).replace(/\.{3}|\u2026/g, el._.transform || E);
2347 t2 = Str(t2).replace(/\.{3}|\u2026/g, t1);
5116 d: path.d && "M" + path.d.replace(/[mlcxtrv]/g, function (command) {
5330 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) {
[all …]
/plugin/codemirror/dist/modes/
H A Dvbscript.min.js.map1replace","indentUnit","defineMIME"],"mappings":"CAcA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAA…
H A Dcrystal.min.js1 …comment"){b.lastToken=d;b.lastStyle=c}return c},indent:function(b,c){c=c.replace(/^\s*(?:\{%)?\s*|…
/plugin/zoom/
H A Dscript.js9 …oom()});function format(str){for(var i=1;i<arguments.length;i++){str=str.replace('%'+(i-1),argumen…
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc160 … return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); // $& means the whole matched string
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js262 msg += FCKLang.DlgSpellManyChanges.replace( /%1/g, numrepl ) ;
/plugin/jspwiki_import/importer/
H A Dgwt.js267 iframe.contentWindow.location.replace(selectorUrl);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js274 msg += FCKLang.DlgSpellManyChanges.replace( /%1/g, numrepl ) ;
/plugin/pgn4web/pgn4web/
H A Dpgn-decoder.js44 bytes = bytes.replace(/^[0-9]*\$/,"");

1...<<21222324252627282930>>...48