Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 25 of 39) sorted by relevance

12

/plugin/asciidocjs/node_modules/core-js/modules/
Des6.regexp.match.js9 require('./_fix-re-wks')('match', 1, function (defined, MATCH, $match, maybeCallNative) { argument
15 var fn = regexp == undefined ? undefined : regexp[MATCH];
16 return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
D_fails-is-regexp.js1 var MATCH = require('./_wks')('match'); variable
8 re[MATCH] = false;
D_is-regexp.js4 var MATCH = require('./_wks')('match'); variable
7 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
/plugin/findologicxmlexport/vendor/hoa/iterator/
DRegularExpression.php72 const MATCH = 0; define in Hoa\\Iterator\\RegularExpression
173 $mode = self::MATCH,
209 case self::MATCH:
324 if ($mode < self::MATCH || $mode > self::REPLACE) {
/plugin/asciidocjs/node_modules/core-js/library/fn/regexp/
Dmatch.js2 var MATCH = require('../../modules/_wks')('match'); variable
4 return RegExp.prototype[MATCH].call(it, str);
/plugin/asciidocjs/node_modules/core-js/fn/regexp/
Dmatch.js2 var MATCH = require('../../modules/_wks')('match'); variable
4 return RegExp.prototype[MATCH].call(it, str);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_fails-is-regexp.js1 var MATCH = require('./_wks')('match'); variable
8 re[MATCH] = false;
D_is-regexp.js4 var MATCH = require('./_wks')('match'); variable
7 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
/plugin/autolink4/
Dhelper.php97 $s[self::$MATCH] = preg_replace('/ /', '\s', $orig);
100 $s[self::$MATCH] = '\b' . preg_replace('/ /', '\s', $orig) . '\b';
130 if (preg_match('/^' . $s[self::$MATCH] . '$/', $match)) {
149 $match = $data[self::$MATCH] ?? $text;
Dconsts.php10 static $MATCH = 4; variable
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
DRegularExpression.php73 $mode = self::MATCH,
/plugin/autolink4/syntax/
Dregex.php70 $this->Lexer->addSpecialPattern($s[self::$MATCH], $mode, 'plugin_autolink4_regex');
/plugin/codeprettify/code-prettify/src/
Dlang-sql.js49 …|INDEX|INNER|INSERT|INTERSECT|INTO|IS|JOIN|KEY|KILL|LEFT|LIKE|LINENO|LOAD|MATCH|MATCHED|MERGE|NATU…
/plugin/codemirror/dist/modes/
Dperl.min.js.map1MATCH","$&","${^MATCH}","$PREMATCH","$`","${^PREMATCH}","$POSTMATCH","$'","${^POSTMATCH}","$LAST_P…
/plugin/asciidocjs/node_modules/core-js/client/
Dshim.js1609 var MATCH = __webpack_require__(5)('match');
1612 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
2156 var MATCH = __webpack_require__(5)('match');
2163 re[MATCH] = false;
6179 __webpack_require__(59)('match', 1, function (defined, MATCH, $match, maybeCallNative) {
6185 var fn = regexp == undefined ? undefined : regexp[MATCH];
6186 return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
Dcore.js1623 var MATCH = __webpack_require__(5)('match');
1626 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
2333 var MATCH = __webpack_require__(5)('match');
2340 re[MATCH] = false;
6281 __webpack_require__(62)('match', 1, function (defined, MATCH, $match, maybeCallNative) {
6287 var fn = regexp == undefined ? undefined : regexp[MATCH];
6288 return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
Dlibrary.js2054 var MATCH = __webpack_require__(5)('match');
2061 re[MATCH] = false;
2956 var MATCH = __webpack_require__(5)('match');
2959 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
/plugin/dirtylittlehelper/mermaid/editor/docs/
D39.39.js.map1 …S',\n '$LIST_SEPARATOR',\n '$#',\n '$^T',\n '$MATCH',\n '$$',\n…
D35.35.js.map1 …R_CERT',\n 'MASTER_TLS_VERSION',\n 'MASTER_USER',\n 'MATCH',\n 'MAXVAL…
D40.40.js.map1 … 'LOWER',\n 'M',\n 'MAP',\n 'MAPPING',\n 'MATCH',\n 'MATCHE…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
Djszip.js6151 var MATCH = 25; /* o: waiting for output space to copy string */
7359 state.mode = MATCH;
7361 case MATCH:
/plugin/xlsx2dw/packages/jszip/
Djszip.js8269 var MATCH = 25; /* o: waiting for output space to copy string */
9477 state.mode = MATCH;
9479 case MATCH:
/plugin/datatables/assets/jszip/
Djszip.js8269 var MATCH = 25; /* o: waiting for output space to copy string */
9477 state.mode = MATCH;
9479 case MATCH:
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1MATCH","isRegExp","SAFE_CLOSING","riter","skipClosing","arr","K","__defineSetter__","getOwnPropert…
/plugin/pdfjs/pdfjs/build/
Dpdf.js1839 var MATCH = __w_pdfjs_require__(33)('match');
1843 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
1899 var MATCH = __w_pdfjs_require__(33)('match');
1908 re[MATCH] = false;

12