Home
last modified time | relevance | path

Searched refs:replace (Results 151 – 175 of 1179) sorted by relevance

12345678910>>...48

/plugin/geonav/server/
H A DgetContinent.php40 $replace = array('-', '-', '');
41 $string = str_replace($search, $replace, $string);
/plugin/bibtex4dw/
H A Dscript.js59 content = content.replace(/(^.*<span>)+\s*/gi, '');
62 content = content.replace(/\bid=(['"])([^"']+)\1/gi,'id="insitu__$2');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php186 $replace = array();
188 $replace['{' . $key . '}'] = $val;
192 return strtr($message, $replace);
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js54 mySelection = mySelection.replace(/<.*?>/g,"");
55 mySelection = mySelection.replace(/^\s+/,"");
56 mySelection = mySelection.replace(/\s+$/,"");
/plugin/diagramsnet/lib/math/extensions/
H A DjsMath2jax.js19 …insertBefore(c,b)}},createMathTag:function(c,b){b=b.replace(/&lt;/g,"<").replace(/&gt;/g,">").repl…
/plugin/chordsheets/
H A Dscript.js63 …var chordRep = lineText.replace(new RegExp("[a-g]{1}[b#]?(no|add|sus|dim|maj|min|m|13|11|9|7|6|5|4…
90 …newLine += chordMatch[0].replace(chordMatch[2], '<span class="' + songChordSelector + ' tooltip">'…
92 …newLine += chordMatch[0].replace(chordMatch[2], '<span class="' + songChordSelector + '">' + newCh…
143 return str == null || str.replace(/\s/g, '').length < 1;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js230 data = data.replace( FCKRegexLib.ToReplace, '$1' ) ;
284 html = html.replace( FCKRegexLib.ProtectUrlsA , '$& _fcksavedurl=$1' ) ;
287 html = html.replace( FCKRegexLib.ProtectUrlsImg , '$& _fcksavedurl=$1' ) ;
296 return html.replace( FCKRegexLib.TagsWithEvent, _FCK_ProtectEvents_ReplaceTags ) ;
301 return html.replace( FCKRegexLib.ProtectedEvents, _FCK_ProtectEvents_RestoreEvents ) ;
316 html = html.replace( oRegex, '<FCK:$1' ) ;
319 html = html.replace( oRegex, '<\/FCK:$1>' ) ;
334 html = html.replace( oRegex, '<FCK:$1 />' ) ;
356 data = data.replace( FCKRegexLib.InvalidSelfCloseTags, '$1></$2>' ) ;
369 data = data.replace( FCKRegexLib.HeadOpener, '$&' + FCK.TempBaseTag ) ;
[all …]
H A Dfckconfig.js35 FCKConfig.BasePath = FCKConfig.BasePath.replace( /\\/gi, '/' ) ;
53 FCKConfig.EditorPath = FCKConfig.BasePath.replace( /editor\/$/, '' ) ;
199 html = html.replace( this.RegexEntries[i], _Replace ) ;
215 return html.replace( regex, _Replace ) ;
/plugin/stlviewer/stlviewer/
H A Dparser.min.js2replace(/\r/,"\n")).replace(/^solid[^\n]*/,"")).replace(/\n/g," ")).replace(/facet normal /g,"")).
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js60 …lang.help.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="http://docs.ckeditor.…
67 …lang.copy.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="http://cksource.com/"…
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.js19 window.history.pushState({}, '', window.location.href.replace("&submitted=saved", ""));
29 window.history.pushState({}, '', window.location.href.replace("&submitted=deleted", ""));
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCss.js10 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
15 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCss.js26 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
31 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
/plugin/bloglinks/
H A Daction.php158 $replace = array(
166 $linktext = str_replace(array_keys($replace), array_values($replace), $linktext);
/plugin/aichat/
H A Dhelper.php340 $replace = [];
342 $replace['{{' . strtoupper($key) . '}}'] = $val;
345 return strtr($template, $replace);
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js55 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
60 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js11 {return'\\b([a-z_]|)'+str.replace(/ /g,'(?=:)\\b|\\b([a-z_\\*]|\\*|)')+'(?=:)\\b';}
13 {return'\\b'+str.replace(/ /g,'(?!-)(?!:)\\b|\\b()')+'\:\\b';}
/plugin/revealjs/plugin/search/
H A Dsearch.js33 input = input.replace(/^[^\w]+|[^\w]+$/g, "").replace(/[^\w'-]+/g, "|");
39 return matchRegex.toString().replace(/^\/\\b\(|\)\\b\/i$/g, "").replace(/\|/g, " ");
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}},onOk:function(){var q=this,i;var u=q.getValueOf("tab-basic…
/plugin/autolink2/syntax/
H A Dshow.php75 $replace=$anchors[1];
76 $replaced = preg_replace($pattern,$replace,$match);
/plugin/s5reloaded/ui/effects_support/
H A Dscriptaculous.js43 var v = versionString.replace(/_.*|\./g, '');
60 var path = s.src.replace(js, ''),
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js3 import { replace, location } from 'svelte-spa-router';
44 replace(
/plugin/move/script/
H A Dtree.js67 return (determineNewID($parent) + ':' + myname).replace(/^:/, '');
83 id = id.replace(/[!"#$%§&\'()+,/;<=>?@\[\]^`\{|\}~\\;:\/\*]+/g, '_');
/plugin/code2/
H A Dscript.js4replace(R2d,C2a):O.className.replace(R2d,'');}else if(C2a){O.className+=C2a;}R2d.lastIndex=0;}func…
H A Dsyntax_plugin_code.js161 O.className.replace(R2d, C2a) :
162 O.className.replace(R2d, '');
227 p.className = p.className.replace(re, _cH); // dito

12345678910>>...48