Home
last modified time | relevance | path

Searched refs:replace (Results 326 – 350 of 1179) sorted by relevance

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

/plugin/ckgedit/ckeditor/plugins/about/dialogs/
H A Dabout.js24 …r.com/legal/ckeditor-oss-license/\x3c/a\x3e\x3c/p\x3e\x3cp\x3e' + a.copy.replace("$1", '\x3ca targ…
/plugin/likeit/
H A Dscript.js48 return str.replace(/([ #;?%&,.+*~\':"!^$[\]()=>|\/@])/g,'\\$1');
/plugin/inlineeditor/
H A Dscript.js69 …all=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+'&sub='+sub.replace(/…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_ie.js51 … sAttValue = htmlNode.style.cssText.replace( FCKRegexLib.StyleProperties, FCKTools.ToLowerCase ) ;
59 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
/plugin/eventline/
H A Dscript.js65 return s.replace(/^\s+/, '').replace(/\s+$/, '');
/plugin/stylingpages/
H A DREADME18 When the wiki:styling page is saved it will create, replace, or delete these files:
27 When the wiki:styling page is saved it will create, replace, or delete this file:
/plugin/structpublish/action/
H A Dbanner.php105 $replace = [
114 $text = strtr($text, $replace);
/plugin/spellcheck/
H A Dscript.js339 data = data.replace(/&#(\d+);/g,
372 data = data.replace(/&#(\d+);/g,
377 data = data.replace(/&amp;/g,'&');
/plugin/diagramsnet/lib/math/extensions/
H A Dasciimath2jax.js19replace(/([\^$(){}+*?\-|\[\]\:\\])/g,"\\$1")},endPattern:function(a){return new RegExp(this.patter…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc185 … return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); // $& means the whole matched string
198 text = text.replace(/</gm,'&lt;');
199 text = text.replace(/>/gm,'&gt;');
233 text = text.replace(/^(.*?)\n$/gm,"<p>$1</p>");
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js583 pattern.replace( /\s*([^ ]+):.*?(;|$)/g, '$1|' ).replace( /\|$/, '' ) +
588 elementStyle = elementStyle.replace( regex, '' ).Trim() ;
593 element.style.cssText = elementStyle.replace( regex, '' ) ;
687 valueA = valueA.replace( /;$/, '' ).toLowerCase() ;
688 valueB = valueB.replace( /;$/, '' ).toLowerCase() ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckshowblocks.js43 body.className = body.className.replace( /(^| )FCK__ShowBlocks/g, '' ) ;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js42 d = d.replace( /.*?(?:\.|$)/, '' ) ;
/plugin/linkfix/lang/en/
H A Dintro.txt3 This tool allows you to change all links in your wiki by simple search and replace. You can change internal and external links. Internal links will always be checked against their full resolved ID. External URLs have to be specified with their protocol prefix.
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPowerShell.js44 …{ regex: new RegExp('(?:\\b'+verbs.replace(/ /g, '\\b|\\b')+')-[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), cs…
/plugin/switchpanel/
H A Dscript.js21 var iWidthSvg = jQuery( oEvent.target ).closest( 'svg' ).attr( 'width' ).replace( 'px', '' );
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPowerShell.js60 …{ regex: new RegExp('(?:\\b'+verbs.replace(/ /g, '\\b|\\b')+')-[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), cs…
/plugin/diagramsnet/lib/math/extensions/TeX/mhchem3/
H A Dmhchem.js28 …e");var e,a="0",o={};o["@@"]=0,t=(t=(t=t.replace(/\n/g," ")).replace(/[\u2212\u2013\u2014\u2010]/g…
84 …(\$[a-z]\$|[a-z])?$/);return a[1]=a[1].replace(/\$/g,""),e.push({l:"~C",p1:a[1],p2:a[2]}),a[3]&&(a…
151 "~n":function(t,n){var e=n.replace(/\s*$/,"");return e!==n&&0===t["@@"]?{l:"~k",p1:e}:{l:"~l",p1:e}…
261replace(/\u00B0C|\^oC|\^{o}C/g,"{}^{\\circ}C"),t.d=t.d.replace(/\u00B0F|\^oF|\^{o}F/g,"{}^{\\circ}…
282 …thrm{"+t.p1+"}";break;case"%p":n=t.p1.match(/[\^_]/)?(t.p1=t.p1.replace(" ","~").replace("-","\\te…
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1replace(/\n/g," ")).replace(/[\u2212\u2013\u2014\u2010]/g,"-")).replace(/[\u2026]/g,"...");for(var…
/plugin/asciimath/
H A Dasciimathml148r.js763 node.appendChild(AMparseExpr(str.replace(/^\s+/g,""),false)[0]);
805 str = str.replace(/\r\n\r\n/g,"\n\n");
807 str = str.replace(/\x20\x20\./g," "+AMdelimiter1+".");
808 str = str.replace(/\x20\x20,/g," "+AMdelimiter1+",");
809 str = str.replace(/\x20\x20/g," "+AMdelimiter1+" ");
811 str = str.replace(/\x20+/g," ");
812 str = str.replace(/\s*\r\n/g," ");
814 str = str.replace(new RegExp(AMescape2, "g"),
816 str = str.replace(new RegExp(AMescape1, "g"),
821 arr[i]=arr[i].replace(/AMescape2/g,AMdelimiter2).
[all …]
/plugin/datatables/assets/datatables.net-plugins/features/deepLink/
H A DdataTables.deepLink.min.js
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc21 this.className = this.className.replace( oClassRegex, '' ) ;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.mail.js42 }).replace(/\+/g,'%20'));
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-doc.js65 return markdown.replace(/\.(Symbol\.(?:[a-z]+[A-Z]?)+)/g, '[$1]');
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc21 this.className = this.className.replace( oClassRegex, '' ) ;

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