Home
last modified time | relevance | path

Searched refs:replace (Results 76 – 100 of 1179) sorted by last modified time

12345678910>>...48

/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/combo/resources/webcode/
H A Dwebcode-console.js117 s = s.replace(/\n/g, '<BR>')
124 .replace(/&/g, '&amp;')
125 .replace(/</g, '&lt;')
126 .replace(/>/g, '&gt;')
127 .replace(/"/g, '&quot;')
128 .replace(/ /g, '&nbsp;');
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md761 When `enableDataVariables` is `true`, the behavior matches HandlebarsJS 1.1 behavior, where all data variables replace
/plugin/structodt/
H A Dhelper.php72 $content = $this->replace($content, $row);
274 public function replace($content, $row) { function in helper_plugin_structodt
/plugin/adhoctags/
H A DREADME.md94 If you previously used `<html>` tags to embed HTML code into your DokuWiki site, you need to replace them with the format used by this plugin. The best way to get started is to make a run a couple of search-replace operations on the `data/pages/` directory in your DokuWiki installation.
96 :bangbang: **Important:** It is advisable to run the following searches on a *copy* of this directory and also keep a backup of the original state, in case of problems that only show up later. The following search-replace operations can do serious damage to your site content. The autor does not take any responsibility for any damages that follow from applying this procedure: :bangbang:
102 - Search for `<html>`in default mode, replace with an empty string.
103 - Search for `</html>`in default mode, replace with an empty string.
107 - search for ` title="` (note the space in front!) in standard mode, replace with ` "` (space + quotation mark)
111 - Search for ` lang="([^\"]*)"` in *regex mode* (!), replace with ` :$1` (note: spaces in front of each!)
115 - Search for ` class="([^\"]*)"` in *regex mode* (!), replace with ` $1` (note the spaces again!)
/plugin/mobiletable/
H A DmobileTable.js298 .replace(/"|'/g, "")
H A Dscript.js8 …);a&&(a=window.getComputedStyle(a,":before").getPropertyValue("content").replace(/"|'/g,""),window…
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md12 * `CHORE`: use `diagram-js@11.11.0` built-in selection after replace feature ([#1857](https://githu…
41 * `FEAT`: feature `service` and `user` tasks more prominently in replace menu ([#1836](https://gith…
58 * `FIX`: handle `bpmn:DataObjectReference` without data object in replace menu ([#1823](https://git…
68 * `FEAT`: add replace element keyboard binding ([#1785](https://github.com/bpmn-io/bpmn-js/pull/178…
86 * `FIX`: correct test for replace options ([#1787](https://github.com/bpmn-io/bpmn-js/pull/1787))
192 * `DEPS`: replace `inherits` with `inherits-browser`
320 * `FEAT`: replace elements on create ([#1340](https://github.com/bpmn-io/bpmn-js/issues/1340))
324 * `FIX`: copy root element references on replace ([#1430](https://github.com/bpmn-io/bpmn-js/issues…
368 * `FEAT`: improve replace label for collapsed pools ([`8faee2bd`](https://github.com/bpmn-io/bpmn-j…
385 * `FEAT`: add switch between DataStoreReference and DataObjectReference in replace menu ([#1372](ht…
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2replace(/^\s+|\s+$/g,"");var i=n[1];if("body"==i){return(r=t.createElement("html")).innerHTML=e,r.…
7replace(Pt,"$1")}function Ut(e){var t=zt(e);return t.toString=Wt,t}function qt(e,t,n,i,r,o,a,s,c){…
27replace(/[^0-9a-zA-z]+/g,"_")}function y(e,t,n){var i=e+"-"+v(t)+"-"+v(n)+"-"+u;return h[i]||funct…
33replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{ano…
194replace(/\r\n|\r|\n/g,"\n"),document.execCommand("insertText",!1,e)||this._insertTextIE(e)},Tl.pro…
H A Dbpmn-navigated-viewer.production.min.js2replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),r=P[i];r?(2===r&&"number"==typeof n&&(n=String(n)…
H A Dbpmn-viewer.production.min.js2replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),r=P[i];r?(2===r&&"number"==typeof n&&(n=String(n)…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md362 * `FIX(drd)`: replace connection on reconnect ([#436](https://github.com/bpmn-io/dmn-js/pull/436))
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2replace(Ke,Ye):e}Object.keys(Xe).forEach((function(e){Xe[e.toUpperCase()]=Xe[e]}));var Qe="xsi:typ…
7replace(or,"$1")}function wr(e){var t=gr(e);return t.toString=xr,t}function Cr(e,t,n,i,r,o,a,s,u){…
21replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{ano… property in pd
23 …length;n++)~t.indexOf(e[n])||t.push(e[n]);return t}(function(e){return e.replace(/\.\w+|\w+ *\(|"[…
H A Ddmn-navigated-viewer.production.min.js2replace(De,Te):e}Object.keys(Re).forEach((function(e){Re[e.toUpperCase()]=Re[e]}));var Ie="xsi:typ…
16replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{ano…
H A Ddmn-viewer.production.min.js2replace(Pe,Ae):e}Object.keys(Re).forEach((function(e){Re[e.toUpperCase()]=Re[e]}));var Ie="xsi:typ…
/plugin/katex/_assets/
H A Dkatex.min.js1replace(/[^]/g,"$&\u0332");a+=(n>15?"\u2026"+o.slice(n-15,n):o.slice(0,n))+l+(s+15<o.length?o.slic… property in ie.ne
/plugin/katex/_assets/contrib/
H A Dauto-render.min.js1 …on(e,t){for(var n,i=[],o=new RegExp("("+t.map((function(e){return e.left.replace(/[-/\\^$*+?.()|[\…
H A Dmhchem.min.js1replace(/\n/g," ")).replace(/[\u2212\u2013\u2014\u2010]/g,"-")).replace(/[\u2026]/g,"...");for(var…
H A Drender-a11y-string.min.js1 …'+e.family+'" is not a valid atom type')}break;case"color":var o=e.color.replace(/katex-/,"");h(r,…
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php248 $replace = array();
252 $replace['{' . $key . '}'] = $val;
257 return strtr((string)$message, $replace);
/plugin/sortablejs/
H A Dscript.js66 colid = colid.replace( patt1, '' );
93 colid = mi[0].replace( 'sort', '' );
100 colid = colid.replace( 'r', '' );
327 return node.textContent.replace( /^\s+|\s+$/g, '' );
329 return node.innerText.replace( /^\s+|\s+$/g, '' );
331 return node.text.replace( /^\s+|\s+$/g, '' );
335 … return ( node.nodeName.toLowerCase() === "input" ) ? node.value.replace( /^\s+|\s+$/g, '' ) : '';
337 return node.nodeValue.replace( /^\s+|\s+$/g, '' );
344 return innerText.replace( /^\s+|\s+$/g, '' );
401 var aa = parseFloat( a[0].replace( ",", "." ).replace( /[^0-9.\-]/g, "" ) );
[all …]
/plugin/statistics/inc/
H A DBrowscap.php695 // to properly unescape '?' which was changed to '.', I replace '\.' (real dot) with '\?', then change '.' to '?' and then '\?' to '.'.
697 $replace = array(self::REGEX_DELIMITER, '\\?', '\\', '+', '[', '^', ']', '$', '(', ')', '{', '}', '=', '!', '<', '>', '|', ':', '-', '*', '?', '.');
699 $result = substr(str_replace($search, $replace, $pattern), 2, -2);
/plugin/const/
H A Dclass.evalmath.php691 $replace = array();
709 $replace[] = (string) $value;
712 $string = str_replace( $search, $replace, $string );
/plugin/approve/
H A Dscript.js99 date.replace(' ', '&nbsp;')+'<br>'+

12345678910>>...48