Home
last modified time | relevance | path

Searched refs:regExp (Results 1 – 24 of 24) sorted by relevance

/plugin/asciidocjs/node_modules/core-js/modules/
D_replacer.js1 module.exports = function (regExp, replace) { argument
6 return String(it).replace(regExp, replacer);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_replacer.js1 module.exports = function (regExp, replace) { argument
6 return String(it).replace(regExp, replacer);
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js137 String.prototype.Replace = function( regExp, replacement, thisObj ) argument
141 return this.replace( regExp,
148 return this.replace( regExp, replacement ) ;
/plugin/emoji/script/
Djquery.textcomplete.js1096 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/
DFunctions.php150 public static function regExp($regexp, $value) function in dokuwiki\\plugin\\sqlite\\Functions
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js648 var regExp = new RegExp('^' + re + '$', flags)
657 regExp._glob = pattern
658 regExp._src = re
660 return regExp
/plugin/prettyphoto/js/
Djquery.prettyPhoto.js295 var regExp = /http(s?):\/\/(www\.)?vimeo.com\/(\d+)/;
296 var match = movie_id.match(regExp);
/plugin/diagramsnet/lib/
Dworkbox-9fe249eb.js.map1regExp The regular expression to match against URLs.\n * @param {module:workbox-routing~handle…
Dworkbox-f163abaa.js.map1regExp The regular expression to match against URLs.\n * @param {module:workbox-routing~handle…
Dworkbox-bed83ea8.js.map1regExp The regular expression to match against URLs.\n * @param {module:workbox-routing~handle…
/plugin/struct/jsoneditor/
Djsoneditor-minimalist.min.js33regExp:this.regExpOption.checked,caseSensitive:this.caseSensitiveOption.checked,wholeWord:this.who… property
/plugin/combo/resources/library/bootstrap/4.4.1/
Dbootstrap.min.js.map1regExp","attrRegex","l","allowedAttribute","innerHTML","CLASS_PREFIX","BSCLS_PREFIX_REGEX","DISALL…
/plugin/combo/resources/library/bootstrap/5.0.1/
Dbootstrap.min.js.map1regExp","attrRegex","sanitizeHtml","unsafeHtml","allowList","sanitizeFn","createdDocument","DOMPar…
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.js2702 module.exports = function (regExp, replace) {
2707 return String(it).replace(regExp, replacer);
Dcore.js3033 module.exports = function (regExp, replace) {
3038 return String(it).replace(regExp, replacer);
Dlibrary.min.js.map1 …"setInt16","setUint16","setInt32","setUint32","setFloat32","setFloat64","regExp","replacer","part"…
Dcore.min.js.map1 …"setInt16","setUint16","setInt32","setUint32","setFloat32","setFloat64","regExp","replacer","part"…
/plugin/aceeditor/
Dbuild.js1regExp+""==e+"")return;this.regExp=e,this.cache=[]},this.update=function(e,t,n,i){if(!this.regExp)… property
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js159 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/
D4.4.js.map1 ….patternRegExps.length; i++) {\n var regExp = this.patternRegExps[i];\n if (
Djson.worker.js.map1 ….patternRegExps.length; i++) {\n var regExp = this.patternRegExps[i];\n if (
Dbundle.js.map1regExp = new RegExp(`^${parseRegExp(pattern)}$`);\n return function (path) {\n r…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
Drrdiagram.js.map1regExp","replacer","part","$re","$every","$filter","$find","$forEach","STRICT","createProperty","$…
/plugin/diagramsnet/lib/js/
Dextensions.min.js1102 …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…