Home
last modified time | relevance | path

Searched refs:replace (Results 351 – 375 of 1179) sorted by relevance

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

/plugin/jquery/
H A Djquery-1.4.2.js508 .replace(/(?:^|:|,)(?:\s*\[)+/g, "")) ) {
588 return (text || "").replace( rtrim, "" );
2493 type = type.replace( rnamespaces, "" );
2591 …return "live." + (type && type !== "*" ? type + "." : "") + selector.replace(/\./g, "`").replace(/…
3049 return match[1].replace(/\\/g, "");
3072 var name = match[1].replace(/\\/g, "");
4167 .replace(/=([^="'>\s]+\/)>/g, '="$1">')
4195 value = value.replace(rxhtmlTag, fcloseTag);
4439 elem = elem.replace(rxhtmlTag, fcloseTag);
4615 name = name.replace(rdashAlpha, fcamelCase);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf(…
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php156 $replace = array();
165 $replace[] = '<img src="'.$s_file.'" alt="'.$s_str.'" title="'.$s_str.'" />';
174 $msg .= preg_replace($search, $replace, $word);
/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17replace(/\r\n/g,"\n"),e=a.createTextRange(),e.moveToBookmark(h.getBookmark()),g=a.createTextRange(…
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19replace(/Top|Right|Left|Bottom/,"");if(!a.safeStyles[g]&&!a.safeStyles[j]){return null}if(!a.style…
H A DtoMathML.js19replace(/ /g,"").match(/^(([-+])?(\d+(\.\d*)?|\.\d+))mu$/)){return(RegExp.$2||"")+((1/18)*RegExp.$…
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_HTMLorMML.js50 …tion(a){return"("+a+")"},formatID:function(a){return"mjx-eqn-"+String(a).replace(/\s/g,"_")},forma…
53 …it(/\n/)}}else{j=a.inlineMathDelimiters;k=[j[0]+e.originalText.replace(/^\s+/,"").replace(/\s+$/,"…
57replace(/([\^$(){}+*?\-|\[\]\:\\])/g,"\\$1")},endPattern:function(a){return new RegExp(this.patter…
58replace(/<\?import .*?>/i,"").replace(/<\?xml:namespace .*?\/>/i,"");b=b.replace(/&nbsp;/g,"&#xA0;…
59replace(/([\^$(){}+*?\-|\[\]\:\\])/g,"\\$1")},endPattern:function(a){return new RegExp(this.patter…
65replace(/\n.*/,"");b.signal.Post(["TeX Jax - parse error",h,i,k,g]);var m=a.inlineDelimiters;var l…
67replace(/none( none)+$/,"none")}m=i.menclose(m).With({notation:this.frame.join(" "),isFrame:true})…
68replace(/#.*$/,"");d.Add({mathchar0mo:{iiiint:["2A0C",{texClass:b.TEXCLASS.OP}]},macros:{mathring:…
70replace(/This page.*?errors:|XML Parsing Error: |Below is a rendering of the page.*/g,"")])}if(j.c…
74 …&&o&&!o.getAttribute("data-mathml")){try{j=i.root.toMathML("").replace(/\n */g,"").replace(/<!--.*…
[all …]
/plugin/tindexmenu/jsmenu/
H A Dadmmenu.js61 fnid = fnid.replace(re, ":");
H A Dusrmenu.js59 fnid = fnid.replace(re, ":");
/plugin/news/
H A Dscript.js20 prev_del.value = prev_del.value.replace(/\s*,$/,"");
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js41 oParaDel.replace();
/plugin/hipchat/conf/
H A Duserscript.js35 if(summary_input.value.replace(/^\s+/,"") === '' && !minoredit_input.checked)
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dverb.js19 …n't find closing delimiter for %1",d])}var e=this.string.slice(f,this.i).replace(/ /g,"\u00A0");th…
/plugin/pdb/classes/
H A Dcache.php55 $replace = array('','');
59 $id = str_replace($patten,$replace,$name);
/plugin/cache/
H A Dplugin_cache.php62 $replace = array('','');
66 $id = str_replace($patten,$replace,$name);
/plugin/glossary/
H A Dscript.js12 return str.replace(/^\s+/g,'').replace(/\s+$/g,'') ;
/plugin/pubchem/classes/
H A Dcache.php55 $replace = array('','');
59 $id = str_replace($patten,$replace,$name);
/plugin/pubmed/classes/
H A Dcache.php55 $replace = array('','');
59 $id = str_replace($patten,$replace,$name);
/plugin/annotate/
H A Danno.php181 $replace = array('td','th','</tr>');
183 $matches[1] = str_replace($replace, $replacements,$matches[1]);
/plugin/diagramsnet/lib/math/
H A Dlatest.js19replace(/.*?\/latest\.js(\?|$)/,"$1");var y=(z.match(/(\d+\.\d+\.\d+)(\/unpacked)?\/latest.js\?/)|…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.…
3replace(w,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,K[h]?(a.push(K[h…
/plugin/semanticdata/
H A Dscript.js29 li.id = 'data__' + name.replace(/\W/g, '_');
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js65 data = data.replace( FCKRegexLib.HtmlOpener, '$&<head><title></title></head>' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktablecommand.js74 return alert( FCKLang.UnknownCommand.replace( /%1/g, this.Name ) ) ;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dstriptags.rst4 The ``striptags`` filter strips SGML/XML tags and replace adjacent whitespace

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