Home
last modified time | relevance | path

Searched refs:replace (Results 276 – 300 of 1179) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/bloglinks/
H A Daction.php158 $replace = array(
166 $linktext = str_replace(array_keys($replace), array_values($replace), $linktext);
/plugin/multiorphan/
H A Dscript.js379 txtMsg = txtMsg.replace(new RegExp("^runtime error:", "i"), "");
385 …$('#multiorphan__errorlog').append($('<p/>').text(txtMsg.replace(new RegExp("</?.*?>", "ig"), ""))…
/plugin/strata/
H A Dscript.js63 s1 = s1.replace( /<.*?>/g, "" ).replace('&gt;','<').replace('&lt;','>').replace('&amp;','&');
64 s2 = s2.replace( /<.*?>/g, "" ).replace('&gt;','<').replace('&lt;','>').replace('&amp;','&');
90 s1 = s1.replace( /<.*?>/g, "" ).replace('
[all...]
/plugin/tplmod/
H A Dscript.js51 return val.replace(img,JSINFO['tmplft_logo']);
61 return val.replace(img,JSINFO['tmplft_logo']);
71 val = val.replace(/^\s*(<.*?>)(.*?)(<\/)/,function(m,m1,m2,m3) {
108 var regex = new RegExp(JSINFO['tmplft_pagetools'].replace(/,/g,"|"));
110 var xcludes = new RegExp(JSINFO['tmplft_ptools_xcl'].replace(/,/g,"|"));
136 xcludes = new RegExp(JSINFO['tmplft_ptools_xcl'].replace(/,/g,"|"));
148 var regex = new RegExp(JSINFO['tmplft_sitetools'].replace(/,/g,"|"));
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js749 pattern = val.replace(/0/g, '1');
1078 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl);
1092 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl);
2070 pattern = val.replace(/0/g, '1');
2345 lblTxts[i] = mxUtils.htmlEntities(lblTxts[i], false).replace(/\n/g, '<br/>');
2687 return typeof e === "string" && e.length > 17 ? e.replace(/^(.)(\S*)(.*)/, "$1.$3") : e
2690 return typeof e === "string" && e.length > 0 ? e.replace(/^(.)(\S*)(.*)/, "$1.$3") : ""
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt625 replace=Ordezkatu
H A Ddia_fa.txt625 replace=‫جایگزین کردن‬
H A Ddia_ja.txt625 replace=置き換え
H A Ddia_kn.txt625 replace=Replace
626 replaceIt={1} already exists. Do you want to replace it?
H A Ddia_ru.txt625 replace=Заменить
H A Ddia_si.txt625 replace=Replace
626 replaceIt={1} already exists. Do you want to replace it?
H A Ddia_sl.txt625 replace=Replace
626 replaceIt={1} already exists. Do you want to replace it?
H A Ddia_ta.txt625 replace=Replace
626 replaceIt={1} already exists. Do you want to replace it?
H A Ddia_vi.txt625 replace=Thay thế
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1 …ut-with-no-response",{url:(o=r.url,new URL(String(o),location.href).href.replace(new RegExp(`^${lo…
H A Dworkbox-9fe249eb.js.map1replace(new RegExp(`^${location.origin}`), '');\n};\nexport { getFriendlyURL };\n","/*\n Copyrigh…
/plugin/diagramsnet/
H A Dscript.js45 xmlData = xmlData.replace(new RegExp('^<mxfile host=".*?"'), '<mxfile host="hostname"');
46 xmlData = xmlData.replace(new RegExp('agent=".*?"'), 'agent="anonymous browser agent"');
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19replace(/&nbsp;/g,"");ad=ad.replace(/&gt;/g,">");ad=ad.replace(/&lt;/g,"<");ae=q(ad.replace(/^\s+/…
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19replace(/This page.*?errors:|XML Parsing Error: |Below is a rendering of the page.*/g,"")])}if(j.c…
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19replace(/none( none)+$/,"none")}m=i.menclose(m).With({notation:this.frame.join(" "),isFrame:true})…
/plugin/diagramsnet/lib/stencils/
H A DLICENSE65 For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under …
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js338 …str = str.replace(mxVsdxCodec.incorrectXMLReqExp[r].regExp, mxVsdxCodec.incorrectXMLReqExp[r].repl…
511 … output += '<diagram name="' + pageName_1 + '" id="' + pageName_1.replace(/\s/g, '_') + '">';
5017replace(new RegExp("&", 'g'), "&amp;").replace(new RegExp("\"", 'g'), "&quot;").replace(new RegExp…
7224 …ar aValue = this.formulaA.replace(new RegExp("\\s", 'g'), "").toLowerCase().replace(new RegExp("po…
9240 … format = format.replace(/am\/pm/g, 'tt').replace(/m/g, '@').replace(/M/g, 'm').replace(/@/g, 'M');
9243 …alue = Graph.prototype.formatDate(date, /* replaceAll */ 'UTC:' + format.replace(new RegExp("\\{|\…
10361 …text = text.replace(new RegExp('\n', 'g'), '<br/>').replace(new RegExp(com.mxgraph.io.vsdx.Shape.U…
11807 f = f.replace(new RegExp("NURBS\\(", 'g'), "");
11808 f = f.replace(new RegExp("\\)", 'g'), "");
11809 f = f.replace(new RegExp(",", 'g'), " ");
[all …]
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js160 xml = xml.replace(/&lt;/g, '<').replace(/&gt;/g, '>').
161 replace(/&amp;gt;/g, '&gt;').replace(/&amp;lt;/g, '&lt;').
162 replace(/&amp;quot;/g, '&quot;').replace(/&#xa;/g, '\n');
H A Dexport-init.js10 return decodeURIComponent(result[1].replace(/\+/g, '%20'));

1...<<11121314151617181920>>...48