Home
last modified time | relevance | path

Searched refs:replace (Results 76 – 100 of 1179) sorted by relevance

12345678910>>...48

/plugin/ocr/
H A Dscript.js19 atext = text.replace(/[\r\n]/gm, '');
20 atext = atext.replace(/[^a-z]/gi, ' ')
22 document.getElementById("wiki__text").value = textArea.replace(img_text,img_text+"|"+ atext);
/plugin/dirtylittlehelper/
H A Dscript.js25 the_code = dlh_objectValueGet(source_obj).replace(/\n/g,'\\n').match(/<dlh.mm>(.*?)<\/dlh.mm>/g);
29 …the_code = btoa('{"code":"' + the_code[0].replace('<dlh.mm>','').replace('<\/dlh.mm>','') + '","me…
147 dlh_return = dlh_return.replace("x","");
338 dlh_ids.push(this_id.replace('.','\\.') );
718 replace: function (item) { //returns what will be put to editor
781 replace: function (item) { //returns what will be put to editor
844 replace: function (item) { //returns what will be put to editor
950 this_namespace = this_namespace.replace('[[','');
951 this_namespace = this_namespace.replace('**','*');
952 this_namespace = this_namespace.replace('*',':*');
[all …]
/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(…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js24 fs.writeFileSync(filePath, fs.readFileSync(filePath, 'utf8').replace(pattern, function(match) {
26 return match.replace(snippet, snippet.replace(reLine, ''));
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js8replace(p,t);r.match(p)||k.push("\x3cdt\x3e%1\x3c/dt\x3e\x3cdd\x3e%2\x3c/dd\x3e".replace("%1",q.na…
9 c.name).replace("%2",k.join("")))}return b.replace("%1",e.join(""))}()+'\x3cstyle type\x3d"text/css…
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js8 …gendEdge:m.legend,n=n.replace(r,t);n.match(r)||g.push("\x3cdt\x3e%1\x3c/dt\x3e\x3cdd\x3e%2\x3c/dd\…
9 …ch1\x3e%1\x3c/h1\x3e\x3cdl\x3e%2\x3c/dl\x3e".replace("%1",h.name).replace("%2",g.join("")))}return…
/plugin/sqlraw/
H A Dsorttable.min.js8 …1){sorttable.reverse(this.sorttable_tbody);this.className=this.className.replace('sorttable_sorted…
9 …1){sorttable.reverse(this.sorttable_tbody);this.className=this.className.replace('sorttable_sorted…
10 …ype==1){cell.className=cell.className.replace('sorttable_sorted_reverse','');cell.className=cell.c…
18 else if(typeof node.textContent!='undefined'&&!hasInputs){return node.textContent.replace(/^\s+|\s+…
19 else if(typeof node.innerText!='undefined'&&!hasInputs){return node.innerText.replace(/^\s+|\s+$/g,…
20 else if(typeof node.text!='undefined'&&!hasInputs){return node.text.replace(/^\s+|\s+$/g,'');}
21 …eType){case 3:if(node.nodeName.toLowerCase()=='input'){return node.value.replace(/^\s+|\s+$/g,'');}
22 case 4:return node.nodeValue.replace(/^\s+|\s+$/g,'');break;case 1:case 11:var innerText='';for(var…
23 return innerText.replace(/^\s+|\s+$/g,'');break;default:return'';}}},reverse:function(tbody){newrow…
25 …_numeric:function(a,b){aa=parseFloat(a[0].replace(/[^0-9.-]/g,''));if(isNaN(aa))aa=0;bb=parseFloat…
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3replace("sorttable_sorted","sorttable_sorted_reverse");this.removeChild(document.getElementById("s…
H A Dsorttable.js98 this.className = this.className.replace('sorttable_sorted',
111 this.className = this.className.replace('sorttable_sorted_reverse',
126 cell.className = cell.className.replace('sorttable_sorted','');
213 return node.textContent.replace(/^\s+|\s+$/g, '');
216 return node.innerText.replace(/^\s+|\s+$/g, '');
219 return node.text.replace(/^\s+|\s+$/g, '');
225 return node.value.replace(/^\s+|\s+$/g, '');
228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
236 return innerText.replace(/^\s+|\s+$/g, '');
260 aa = parseFloat(a[0].replace(/[^0-9.-]/g,''));
[all …]
/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/widearea/widearea/
H A Dwidearea.js87 … currentTextArea.className = (currentTextArea.className + " widearea").replace(/^\s+|\s+$/g, "");
216 var wideAreaId = parseInt(link.parentNode.id.replace(/widearea\-/, ""));
225 …currentTextArea.className = ('widearea-fullscreen ' + targetTextarea.className).replace(/^\s+|\s…
226 …targetTextarea.className = ('widearea-fullscreened ' + targetTextarea.className).replace(/^\s+|\s…
305 overlayLayer.className = overlayLayer.className.replace('dark', 'light');
307 overlayLayer.className = overlayLayer.className.replace('light', 'dark');
329 …smallTextArea.className = smallTextArea.className.replace(/widearea-fullscreened/gi, "").replace(/…
/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/batchedit/
H A Djs.cookie.js71 .replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
77 key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
78 key = key.replace(/[\(\)]/g, escape);
117 var name = parts[0].replace(rdecode, decodeURIComponent);
120 cookie.replace(rdecode, decodeURIComponent);
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1replace(/\//g,"\\/"),"g");g.media_internal=/lib\/exe\/fetch\.php\/(.*)/;g.media_rewrite_1=/^_media…
/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/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js57 replace: String.prototype.replace, property in AnonymousFunction5b121b410100.nativ
282 String.prototype.replace = (on ? fixed : nativ).replace; method in String
1869 options = options.replace(/^,/, '');
2058 str = str.replace(/</g, '&lt;');
2061 str = str.replace(/ {2,}/g, function(m)
2127 return code.replace(/\t/g, tab);
2190 str = str.replace(br, '\n');
2193 str = str.replace(br, '');
2206 return str.replace(/^\s+|\s+$/g, '');
2967 .replace(/^\s+|\s+$/g, '')
[all …]
H A DshCore.min.js17replace.call(n(e)+(r||""),E,"");return i&&(a=p.replace.call(a,RegExp("["+i+"]+","g"),"")),e=e.xreg…
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.colVis.min.js5 !function(t){var o,i;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(n){return t(n,window,document)}):"object"==typeof exports?(o=require("jquery"),i=function(n,e){e.fn.dataTable||require("datatables.net")(n,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(n,e)},"undefined"==typeof window?module.exports=function(n,e){return n=n||window,e=e||o(n),i(n,e),t(e,0,n.document)}:(i(window,o),module.exports=t(o,window,window.document))):t(jQuery,window,document)}(function(n,e,t,l){"use strict";var o=n.fn.dataTable;return n.extend(o.ext.buttons,{colvis:function(o,i){var l=null,n={extend:"collection",init:function(n,e){l=e},text:function(n){return n.i18n("buttons.colvis","Column visibility")},className:"buttons-colvis",closeButton:!1,buttons:[{extend:"columnsToggle",columns:i.columns,columnText:i.columnText}]};return o.on("column-reorder.dt"+i.namespace,function(n,e,t){o.button(null,o.button(null,l).node()).collectionRebuild([{extend:"columnsToggle",columns:i.columns,columnText:i.columnText}])}),n},columnsToggle:function(n,e){return n.columns(e.columns).indexes().map(function(n){return{extend:"columnToggle",columns:n,columnText:e.columnText}}).toArray()},columnToggle:function(n,e){return{extend:"columnVisibility",columns:e.columns,columnText:e.columnText}},columnsVisibility:function(n,e){return n.columns(e.columns).indexes().map(function(n){return{extend:"columnVisibility",columns:n,visibility:e.visibility,columnText:e.columnText}}).toArray()},columnVisibility:{columns:l,text:function(n,e,t){return t._columnText(n,t)},className:"buttons-columnVisibility",action:function(n,e,t,o){var e=e.columns(o.columns),i=e.visible();e.visible(o.visibility!==l?o.visibility:!(i.length&&i[0]))},init:function(o,n,i){var l=this;n.attr("data-cv-idx",i.columns),o.on("column-visibility.dt"+i.namespace,function(n,e){e.bDestroying||e.nTable!=o.settings()[0].nTable||l.active(o.column(i.columns).visible())}).on("column-reorder.dt"+i.namespace,function(n,e,t){i.destroying||1===o.columns(i.columns).count()&&(l.text(i._columnText(o,i)),l.active(o.column(i.columns).visible()))}),this.active(o.column(i.columns).visible())},destroy:function(n,e,t){n.off("column-visibility.dt"+t.namespace).off("column-reorder.dt"+t.namespace)},_columnText:function(n,e){var t=n.column(e.columns).index(),o=n.settings()[0].aoColumns[t].sTitle;return o=(o=o||n.column(t).header().innerHTML).replace(/\n/g," ").replace(/<br\s*\/?>/gi," ").replace(/<select(.*?)<\/select>/g,"").replace(/<!\-\-.*?\-\->/g,"").replace(/<.*?>/g,"").replace(/^\s+|\s+$/g,""),e.columnText?e.columnText(n,t,o):o}},colvisRestore:{className:"buttons-colvisRest (…)
/plugin/phpbblinks/
H A Daction.php35 function replace(&$event, $param) function in action_plugin_phpbblinks
84 $replace = array();
174 $replace[] = "\\1[[$url?p=$p#$p|$txt]]\\2";
184 $replace[] = "\\1[[$url?t=$t|$txt]]\\2";
189 ksort($replace);
190 $TEXT = preg_replace($search,$replace,$TEXT);
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js20 function clean_txt(txt){return txt.replace(/<|>|&.*?;|&/g,function(c){switch(c){case'<':return"&lt;"
54 function toabc(s){return s.replace(/&gt;/g,'>').replace(/&lt;/g,'<').replace(/&amp;/g,'&').replace(/[ \t]+(%%|.:)/g,'$1')}
74 if(!res){src+=page.slice(i).replace(/\n%%/g,"\n%%%%")+"\n%%endml\n"
76 j=re.lastIndex-res[0].length;src+=page.slice(i,j).replace(/\n%%/g,"\n%%%%")
96 k=page.indexOf(res[0].replace("begin","end"),re_stop.lastIndex)
/plugin/autolink2/
H A Daction.php40 $replace=$anchors[1];
41 if ($pattern<>'' and $replace<>'') {
42 $replaced = preg_replace($pattern,$replace,$x);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php44 $replace = $this->separator.$this->getHash($asset, $factory).'.'.$search;
45 if (preg_match('/'.preg_quote($replace, '/').'$/', $path)) {
51 preg_replace('/\.'.preg_quote($search, '/').'$/', $replace, $path)
/plugin/blogtng/helper/
H A Dtools.php30 $replace = array(
36 $out = str_replace(array_keys($replace), array_values($replace), $out);
/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php393 $handler->replace(LA_LEFT,
397 $handler->replace(LA_CENTER,
401 $handler->replace(LA_RIGHT,
405 $handler->replace(LA_LEFT,
812 $handler->replace(LST_DISC, $css_state);
815 $handler->replace(LST_CIRCLE, $css_state);
818 $handler->replace(LST_SQUARE, $css_state);
842 $handler->replace(LST_DECIMAL, $css_state);
845 $handler->replace(LST_LOWER_LATIN, $css_state);
848 $handler->replace(LST_UPPER_LATIN, $css_state);
[all …]
/plugin/mediatooltip/
H A Dscript.js23 copy = copy.replace(/^.+::/,"");
38 camera = camera.replace(/tm=.*?$/,"");
41 date = tarray[1].replace(/[.\-_]\(\)/g,':');
43 title = title.replace(/_(\d\d[.\-_]\d\d([.\-_]\d\d)?)_/, date);

12345678910>>...48