/plugin/asciidocjs/node_modules/core-js/modules/ |
D | _replacer.js | 1 module.exports = function (regExp, replace) { argument 6 return String(it).replace(regExp, replacer);
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | _replacer.js | 1 module.exports = function (regExp, replace) { argument 6 return String(it).replace(regExp, replacer);
|
/plugin/wysiwyg/fckeditor/editor/_source/ |
D | fckjscoreextensions.js | 137 String.prototype.Replace = function( regExp, replacement, thisObj ) argument 141 return this.replace( regExp, 148 return this.replace( regExp, replacement ) ;
|
/plugin/emoji/script/ |
D | jquery.textcomplete.js | 1096 var regExp; 1102 regExp = $.isFunction(strategy.match) ? strategy.match(pre) : strategy.match; 1103 pre = pre.replace(regExp, newSubstr); 1170 var regExp; 1176 regExp = $.isFunction(strategy.match) ? strategy.match(pre) : strategy.match; 1177 pre = pre.replace(regExp, newSubstr); 1232 var regExp; 1238 regExp = $.isFunction(strategy.match) ? strategy.match(pre) : strategy.match; 1239 pre = pre.replace(regExp, newSubstr)
|
/plugin/sqlite/ |
D | Functions.php | 150 public static function regExp($regexp, $value) function in dokuwiki\\plugin\\sqlite\\Functions
|
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
D | minimatch.js | 648 var regExp = new RegExp('^' + re + '$', flags) 657 regExp._glob = pattern 658 regExp._src = re 660 return regExp
|
/plugin/prettyphoto/js/ |
D | jquery.prettyPhoto.js | 295 var regExp = /http(s?):\/\/(www\.)?vimeo.com\/(\d+)/; 296 var match = movie_id.match(regExp);
|
/plugin/diagramsnet/lib/ |
D | workbox-9fe249eb.js.map | 1 …regExp The regular expression to match against URLs.\n * @param {module:workbox-routing~handle…
|
D | workbox-f163abaa.js.map | 1 …regExp The regular expression to match against URLs.\n * @param {module:workbox-routing~handle…
|
D | workbox-bed83ea8.js.map | 1 …regExp The regular expression to match against URLs.\n * @param {module:workbox-routing~handle…
|
/plugin/struct/jsoneditor/ |
D | jsoneditor-minimalist.min.js | 33 …regExp:this.regExpOption.checked,caseSensitive:this.caseSensitiveOption.checked,wholeWord:this.who… property
|
/plugin/combo/resources/library/bootstrap/4.4.1/ |
D | bootstrap.min.js.map | 1 …regExp","attrRegex","l","allowedAttribute","innerHTML","CLASS_PREFIX","BSCLS_PREFIX_REGEX","DISALL…
|
/plugin/combo/resources/library/bootstrap/5.0.1/ |
D | bootstrap.min.js.map | 1 …regExp","attrRegex","sanitizeHtml","unsafeHtml","allowList","sanitizeFn","createdDocument","DOMPar…
|
/plugin/asciidocjs/node_modules/core-js/client/ |
D | library.js | 2702 module.exports = function (regExp, replace) { 2707 return String(it).replace(regExp, replacer);
|
D | core.js | 3033 module.exports = function (regExp, replace) { 3038 return String(it).replace(regExp, replacer);
|
D | library.min.js.map | 1 …"setInt16","setUint16","setInt32","setUint32","setFloat32","setFloat64","regExp","replacer","part"…
|
D | core.min.js.map | 1 …"setInt16","setUint16","setInt32","setUint32","setFloat32","setFloat64","regExp","replacer","part"…
|
/plugin/aceeditor/ |
D | build.js | 1 …regExp+""==e+"")return;this.regExp=e,this.cache=[]},this.update=function(e,t,n,i){if(!this.regExp)… property
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
D | importer.js | 159 regExp: /\&(?!amp;|lt;|gt;|quot;|#)/g, property 336 if (mxVsdxCodec.incorrectXMLReqExp[r].regExp.test(str)) 338 …str = str.replace(mxVsdxCodec.incorrectXMLReqExp[r].regExp, mxVsdxCodec.incorrectXMLReqExp[r].repl…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 4.4.js.map | 1 ….patternRegExps.length; i++) {\n var regExp = this.patternRegExps[i];\n if (…
|
D | json.worker.js.map | 1 ….patternRegExps.length; i++) {\n var regExp = this.patternRegExps[i];\n if (…
|
D | bundle.js.map | 1 …regExp = new RegExp(`^${parseRegExp(pattern)}$`);\n return function (path) {\n r…
|
/plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
D | rrdiagram.js.map | 1 …regExp","replacer","part","$re","$every","$filter","$find","$forEach","STRICT","createProperty","$…
|
/plugin/diagramsnet/lib/js/ |
D | extensions.min.js | 1102 …for(n=0;n<g.length;n++)this.scalePoint(g[n],b)}}};k.incorrectXMLReqExp=[{regExp:/\&(?!amp;|lt;|gt;… property 1105 …ctXMLReqExp.length;b++)k.incorrectXMLReqExp[b].regExp.test(a)&&(a=a.replace(k.incorrectXMLReqExp[b…
|