Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js429 let re = ''
467 re += star
471 re += qmark
475 re += '\\' + stateChar
478 this.debug('clearStateChar %j %j', stateChar, re)
484 this.debug('%s\t%s %s %j', pattern, i, re, c)
494 re += '\\'
496 re += c
510 re += c
525 this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c)
[all …]
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js310 var re = ''
334 re += star
338 re += qmark
342 re += '\\' + stateChar
345 self.debug('clearStateChar %j %j', stateChar, re)
353 this.debug('%s\t%s %s %j', pattern, i, re, c)
357 re += '\\' + c
382 this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c)
389 re += c
407 re += '('
[all …]
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_fix-re-wks.js16 var re = /./;
17 re.exec = function () {
22 return ''.replace(re, '$<a>') !== '7';
27 var re = /(?:)/;
28 var originalExec = re.exec;
29 re.exec = function () { return originalExec.apply(this, arguments); };
30 var result = 'ab'.split(re);
47 var re = /a/;
48 re.exec = function () { execCalled = true; return null; };
52 re.constructor = {};
[all …]
D_fails-is-regexp.js3 var re = /./;
5 '/./'[KEY](re);
8 re[MATCH] = false;
9 return !'/./'[KEY](re);
/plugin/asciidocjs/node_modules/core-js/modules/
D_fix-re-wks.js16 var re = /./;
17 re.exec = function () {
22 return ''.replace(re, '$<a>') !== '7';
27 var re = /(?:)/;
28 var originalExec = re.exec;
29 re.exec = function () { return originalExec.apply(this, arguments); };
30 var result = 'ab'.split(re);
47 var re = /a/;
48 re.exec = function () { execCalled = true; return null; };
52 re.constructor = {};
[all …]
D_regexp-exec.js30 var re = this;
34 reCopy = new RegExp('^' + re.source + '$(?!\\s)', regexpFlags.call(re));
36 if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];
38 match = nativeExec.call(re, str);
41 re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
D_fails-is-regexp.js3 var re = /./;
5 '/./'[KEY](re);
8 re[MATCH] = false;
9 return !'/./'[KEY](re);
/plugin/mizarverifiabledocs/script/
Dmiz_parser.py12 import re
29 COMMENT_RE = re.compile(r"::.*?$", re.M)
30 THEOREM_RE = re.compile(r"\btheorem\b(?:\s+([A-Za-z0-9_]+)\s*:)?", re.I)
31 DEF_HDR_RE = re.compile(r"\bdefinition\b(?:\s+([A-Za-z0-9_]+)\s*:)?", re.I)
34 INLINE_HEAD_RE = re.compile(r"^[ \t]*:?\s*((?:Def|Lm)\d+)\s*:", re.I | re.M)
37 INLINE_INLINE_RE = re.compile(r":\s*((?:Def|Lm)\d+)\s*:", re.I)
39 BY_RE = re.compile(r"\bby\s+([^;]+);", re.I | re.S)
40 FROM_RE = re.compile(r"\bfrom\s+([^;]+);", re.I | re.S)
43 LABEL_RE = re.compile(
48 FOLD_RE = re.compile(r"^[A-Z](\d+)?$") # A, A1 …(吸収対象)
[all …]
/plugin/encryptedpasswords/script/
DEditorHandling.js34 const re = new RegExp('<decrypt>.*?(<\/decrypt>)');
36 !prefix.match(re) &&
37 !suffix.match(re) &&
38 !text.match(re)
70 const re = new RegExp('<decrypt>(.*?)(<\/decrypt>)', 'gs');
72 const matches = [...text.matchAll(re)];
100 const re = new RegExp('<encrypt>.*?(<\/encrypt>)','s');
102 !prefix.match(re) &&
103 !suffix.match(re) &&
104 !text.match(re)
[all …]
/plugin/versionswitch/
DVersion.php93 [$ns, $re] = sexplode(' ', $line, 2, '');
95 $re = trim($re);
96 if ($re === '') $re = self::DEFAULT_REGEX; // default is direct namespaces
98 $result[$ns] = $re;
115 foreach ($regexes as $base => $re) {
116 $regex = "/$re/i";
125 $this->regex = $re;
/plugin/structtemplate/syntax/
Dblock.php47 $re = '<' . self::TAG . ' +block\b.*?>\n'
55 $re, // regex
60 $re = '<' . strtoupper(self::TAG) . '\b.*?>\n'
68 $re, // regex
Dinline.php57 $re = '<' . self::TAG . ' +inline\b.*?>\n'
65 $re, // regex
70 $re = '<' . self::TAG . '\b.*?>\n'
78 $re, // regex
/plugin/dw2pdf/
DDokuImageProcessorDecorator.php35 $re = preg_quote(ml('xxx123yyy', '', true, '&', true), '/');
36 $re = str_replace('xxx123yyy', '([^&\?]*)', $re);
40 preg_match("/^$re/", $file, $m) ||
55 $re = preg_quote(DOKU_URL, '/');
57 $local = preg_replace("/^$re/i", DOKU_INC, $file);
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js1re.objectLiteral(t)&&re.number(t.line)&&re.number(t.character)}}(i||(i={})),function(e){e.create=f…
/plugin/code2/
Dsyntax_plugin_code.js67 re = /\bcode\b/i; // RegEx to match CSS class
75 re.test(e.className)) { // it contains the "code" class
219 re = /\s*\bHideOnInit\b/ig; // RegEx to match CSS class
224 if (re.test(p.className)) {
225 re.lastIndex = 0;
227 p.className = p.className.replace(re, _cH); // dito
233 re.lastIndex = 0; // reset search position
Dscript.js4re=/\bcode\b/i;try{if((d=window.document.getElementsByTagName('div'))&&(l=d.length)){do{if((e=d[--…
/plugin/encryptedpasswords/
Daction.php43 $re = '/<encrypt>.*?(<\/encrypt>)/s';
46 $event->data['prefix'] = preg_replace($re, $repl, $event->data['prefix']);
47 $event->data['suffix'] = preg_replace($re, $repl, $event->data['suffix']);
48 $event->data['text'] = preg_replace($re, $repl, $event->data['text']);
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/
Dgenerate-identifier-regex.js31 var astral = [], re = "";
39 if (from == to) re += esc(from);
40 else if (from + 1 == to) re += esc(from) + esc(to);
41 else re += esc(from) + "-" + esc(to);
47 return {nonASCII: re, astral: astral};
/plugin/asciidocjs/node_modules/babylon/bin/
Dgenerate-identifier-regex.js36 let re = "";
45 if (from == to) re += esc(from);
46 else if (from + 1 == to) re += esc(from) + esc(to);
47 else re += esc(from) + "-" + esc(to);
53 return { nonASCII: re, astral: astral };
/plugin/toolbox/
DToolboxFindAndReplace.js158 var re = makeRegexp(term, 'g');
163 while (m = re.exec(text)) {
173 textarea.value = text.replace(re, repl);
210 var re = makeRegexp(term);
211 var idx = text.search(re);
224 var match = text.match(re);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
Dfckutil.py27 import string, re
65 return re.sub( '\\.|\\\\|\\/|\\||\\:|\\?|\\*', '_', newFolderName )
71 newFileName = re.sub ( '/\\.(?![^.]*$)/', '_', newFileName ) ;
75 return re.sub ( '/\\\\|\\/|\\||\\:|\\?|\\*/', '_', newFileName )
/plugin/bootswrapper/exe/help/
Dalert.txt16 **Warning!** Better check yourself, you're not looking too good.
34 <alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not looking too goo…
36 <code html5><alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not loo…
40 …ismiss="true" icon="fa fa-warning">**Warning!** Better check yourself, you're not looking too good…
42 …ismiss="true" icon="fa fa-warning">**Warning!** Better check yourself, you're not looking too good…
/plugin/pycode/
Dsyntax.php123 $re = "/(-nums)(\s*)(=)(\s*)(0|1)/";
124 preg_match($re, $match, $matches);
125 if (preg_match($re, $match, $matches) == 1) {
131 $re = "/(-title)(\s*)(=)(\s*)(\'|\")(.*)(\'|\")/";
132 preg_match($re, $match, $matches);
133 if (preg_match($re, $match, $matches) == 1) {
139 $re = "/(-docstr)(\s*)(=)(\s*)(0|1)/";
140 preg_match($re, $match, $matches);
141 if (preg_match($re, $match, $matches) == 1) {
146 $re = "/(\s*-nums.*|\s*-title.*|\s*-docstr.*)/";
[all …]
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dtokenize.js47 let re = this.input.slice(e.pos, pos)
48 try { re = new RegExp(re) } catch(e) {}
49 replace = {start: e.pos, end: pos, type: tt.regexp, value: re}
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dtokenize.js47 let re = this.input.slice(e.pos, pos)
48 try { re = new RegExp(re) } catch(e) {}
49 replace = {start: e.pos, end: pos, type: tt.regexp, value: re}

12345678910>>...22