Home
last modified time | relevance | path

Searched refs:regex (Results 101 – 125 of 380) sorted by last modified time

12345678910>>...16

/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8 …(n){if(this.$initialize(),n==null)throw new System.ArgumentNullException("regex");this._runregex=n…
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1 …ns.ignoreURLParametersMatching=[/^utm_/, /^fbclid$/]] An\n * array of regex's to remove search…
H A Dworkbox-f163abaa.js.map1 …ns.ignoreURLParametersMatching=[/^utm_/, /^fbclid$/]] An\n * array of regex's to remove search…
/plugin/geogebrembed/syntax/
H A Dggb.php94 $regex = '/class=(["\'])([^\1]+?)\1/';
95 if (preg_match($regex, $params_raw, $content)) {
97 $params_raw = preg_replace($regex, '', $params_raw);
/plugin/externalembed/
H A Dsyntax.php384 …$regex = '/^((?:https?:)?\/\/)?((?:www|m)\.)?(youtube\.com|youtu.be)(\/(?:[\w\-]+…
386 if(preg_match($regex, $parameters['url'], $match)) {
405 $regex = '/^.*(youtu.be\/|list=)([^#&?]*).*/';
407 if(preg_match($regex, $parameters['url'], $matches)) {
/plugin/oembed/
H A Dsyntax.php520 $regex = "@^".str_replace("@","\@",$scheme)."$@i";
521 if(preg_match($regex, trim($url))){
/plugin/interwikipaste/
H A Dscript.js29 let regex = new RegExp(patternConf.pattern, 'g');
30 let matched = regex.exec(url);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1regex = new RegExp(schema.pattern);\n if (!regex.test(node.value)) {\n v…
H A D42.42.js1regex:/@irregular_keywords(?!@IDENTRST)/,action:{token:"keyword"}},{regex:/@IDENTFST@IDENTRST*[<!\…
H A D42.42.js.map1regex: /[ \\t\\r\\n]+/, action: { token: '' } },\n // NOTE: (*) is an invalid ML-like c…
H A D52.52.js.map1 …lude: '@whitespace' },\n // turns out that you can quote using regex control characters…
H A D7.7.js.map1 …uce',\n 'reduced',\n 'ref',\n 'reference',\n 'refresh',\n 'regex',\n 'reject',\n…
H A Dbundle.js.map1regex the action code is invoked; the lexer terminates the scan when a token is returned by the ac…
H A Deditor.worker.js.map1 …= {}) {\n if (!searchString) {\n throw new Error('Cannot create regex from empty string'…
H A Djson.worker.js.map1regex from empty string');\n }\n if (!isRegex) {\n searchString = escapeRegExpCharact…
H A D23.23.js.map1 …il|floor|log|max|min|pow|signum|chomp|format|formatlist|indent|join|lower|regex|regexall|replace|s…
H A D3.3.js.map1regex match\n var val = this.peek(index);\n pattern.lastIndex = 0;\n return val !== null && pat…
H A Dbundle.js1regex(e,t){return b.create(e,t)}static not(e){return _.create(e)}static and(...e){return y.create(…
426regex,o=t.regex.source;if("^(?:"===o.substr(0,4)&&")"===o.substr(o.length-1,1)){let e=(n.ignoreCas…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1regex(e,t){return b.create(e,t)}static not(e){return _.create(e)}static and(...e){return y.create(…
426regex,o=t.regex.source;if("^(?:"===o.substr(0,4)&&")"===o.substr(o.length-1,1)){let e=(n.ignoreCas…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1regex","ganttDb","getElementById","parentElement","offsetWidth","taskArray","timeScale","scaleTime…
/plugin/dirtylittlehelper/
H A Daction.php80 $regex = 'edit|preview';
82 $INFO['dlh']['act_edit'] = preg_match("/" . $regex ."/",$ACT);
83 $JSINFO['dlh']['act_edit'] = preg_match("/" . $regex ."/",$ACT);
444 $regex = 'edit|preview';
445 return preg_match("/" . $regex ."/",$ACT);
/plugin/exttab3/
H A Dsyntax.php152 $regex = "/\b(?:class=\")(.*?\b($class)?\b.*?)\"/";
153 preg_match($regex, $attr, $matches);
/plugin/extendpage/
H A DREADME.md3 Extend/Replace pages with id matching a regex by content from a different page.
H A Dplugin.info.txt6 desc Extend/Replace pages with id matching a regex by content from a different page
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1191 this.parseJSONString=function(jsonString,originURL){var regex=new RegExp(/^\/\*-secure-([\s\S]*)\*\…
1192 var matches=regex.exec(jsonString);
1196 }}if(jsonString.indexOf("&&&START&&&")){regex=new RegExp(/&&&START&&& (.+) &&&END&&&/);
1197 matches=regex.exec(jsonString);

12345678910>>...16