Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 23 of 23) sorted by relevance

/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js186 var captures;
187 if (captures = regexp.exec(this.input)) {
188 var len = captures[0].length;
189 var val = captures[1];
198 var captures;
199 if (captures = regexp.exec(this.input)) {
203 if (whitespace = /^([ ]+)([^ ]*)/.exec(captures[0])) {
207 var newInput = this.input.substr(captures[0].length);
210 tok = this.tok(type, captures[1]);
211 this.incrementColumn(captures[0].length - whitespaceLength);
[all …]
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.regexp.replace.js61 var captures = [];
67 for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
70 var replacerArgs = [matched].concat(captures, position, S);
74 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
86 function getSubstitution(matched, str, position, captures, namedCaptures, replacement) { argument
88 var m = captures.length;
110 … if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
113 capture = captures[n - 1];
/plugin/strata/types/
Dimage.php47 if(preg_match('/([0-9]+)(?:x([0-9]+))?/',$hint,$captures)) {
48 if(!empty($captures[1])) $width = (int)$captures[1];
49 if(!empty($captures[2])) $height = (int)$captures[2];
/plugin/strata/syntax/
Dinfo.php43 preg_match('/~~INFO:strata(type|aggregate)s~~/',$match, $captures);
44 list(,$kind) = $captures;
/plugin/strata/helper/
Dsyntax.php534 if(preg_match("/^({$p->variable})\s*({$p->type})?$/",$object,$captures)!=1) {
537 $var=$captures[1]??null;
538 $vtype=$captures[2]??null;
/plugin/dokullm/doc/
H A Dprompts.txt233 Create a concise executive summary that captures the most important information.
241 Create a concise executive summary that captures the most important information.
/plugin/codemirror/dist/modes/
Dpug.min.js.map1captures","toLowerCase","innerModes","current","substring","setInnerMode","code","id","className",…
/plugin/asciidocjs/node_modules/core-js/client/
Dshim.js6278 var captures = [];
6284 for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
6287 var replacerArgs = [matched].concat(captures, position, S);
6291 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
6303 function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
6305 var m = captures.length;
6327 … if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
6330 capture = captures[n - 1];
Dcore.js6380 var captures = [];
6386 for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
6389 var replacerArgs = [matched].concat(captures, position, S);
6393 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
6405 function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
6407 var m = captures.length;
6429 … if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
6432 capture = captures[n - 1];
Dshim.min.js.map1 …results","accumulatedResult","nextSourcePosition","matched","position","captures","namedCaptures",…
Dcore.min.js.map1 …results","accumulatedResult","nextSourcePosition","matched","position","captures","namedCaptures",…
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js1132 captures: context.hasNamedCapture ? context.captureNames : null property
1137 …return augment(new RegExp(generated.pattern, generated.flags), generated.captures, pattern, flags);
Dsyntaxhighlighter.js.map1captures","version","addToken","optionalFlags","cache","flush","cacheName","escape","sticky","cach…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DCHANGELOG.md370 …commit/da74dea799a9b59dbf022cbb8001bfdb0d52eec9) more tests for long and short captures (@substack)
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1captures","namedCaptures","replacement","tailPos","ch","capture","searchValue","replaceValue","fun…
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt745 captures include the file letter of the originating square of the capturing
757 En passant captures do not have any special notation; they are formed as if the
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs6422 …==,attr_reader,>=,length,is_a?,include?,names,regexp,named_captures,===,captures,-,inspect,empty?,…
6887 $def(self, '$captures', function $$captures() {
6897 matches = self.$captures();
6987 …e_dup,enum_for,chomp,[],to_i,length,each_line,to_proc,to_a,match,match?,captures,proc,succ,escape,…
8117 match.length == 1 ? result.push(match[0]) : result.push((match_data).$captures());
8119 … match.length == 1 ? Opal.yield1(block, match[0]) : Opal.yield1(block, (match_data).$captures());
Dindex.cjs6431 …==,attr_reader,>=,length,is_a?,include?,names,regexp,named_captures,===,captures,-,inspect,empty?,…
6896 $def(self, '$captures', function $$captures() {
6906 matches = self.$captures();
6996 …e_dup,enum_for,chomp,[],to_i,length,each_line,to_proc,to_a,match,match?,captures,proc,succ,escape,…
8126 match.length == 1 ? result.push(match[0]) : result.push((match_data).$captures());
8128 … match.length == 1 ? Opal.yield1(block, match[0]) : Opal.yield1(block, (match_data).$captures());
/plugin/datatables/assets/pdfmake/
Dpdfmake.js28561 module.exports = function (matched, str, position, captures, namedCaptures, replacement) {
28563 var m = captures.length;
28585 …if (f <= m) return captures[f - 1] === undefined ? charAt(ch, 1) : captures[f - 1] + charAt(ch, 1);
28588 capture = captures[n - 1];
33948 var captures = [];
33954 for (var j = 1; j < result.length; j++) push(captures, maybeToString(result[j]));
33957 var replacerArgs = concat([matched], captures, position, S);
33961 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/dist/
Dsource-map.min.js.map1captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t …
/plugin/asciidocjs/node_modules/source-map/dist/
Dsource-map.min.js.map1captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t …
/plugin/tuxquote/
Dquotes.txt2822 Coersion, after all, merely captures man. Freedom captivates him. <BR> -- Ronald Reagan (1911 - 200…
/plugin/subjectindex/plugins/
Dbible_verses.txt22742 …to it. For its part, it laughs even at every fortified place, and it piles up dust and captures it.