| /plugin/asciidocjs/node_modules/pug-lexer/ |
| D | index.js | 186 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/ |
| D | es6.regexp.replace.js | 61 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/ |
| D | image.php | 47 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/ |
| D | info.php | 43 preg_match('/~~INFO:strata(type|aggregate)s~~/',$match, $captures); 44 list(,$kind) = $captures;
|
| /plugin/strata/helper/ |
| D | syntax.php | 534 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 D | prompts.txt | 233 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/ |
| D | pug.min.js.map | 1 …captures","toLowerCase","innerModes","current","substring","setInnerMode","code","id","className",…
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | shim.js | 6278 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];
|
| D | core.js | 6380 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];
|
| D | shim.min.js.map | 1 …results","accumulatedResult","nextSourcePosition","matched","position","captures","namedCaptures",…
|
| D | core.min.js.map | 1 …results","accumulatedResult","nextSourcePosition","matched","position","captures","namedCaptures",…
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js | 1132 captures: context.hasNamedCapture ? context.captureNames : null property 1137 …return augment(new RegExp(generated.pattern, generated.flags), generated.captures, pattern, flags);
|
| D | syntaxhighlighter.js.map | 1 …captures","version","addToken","optionalFlags","cache","flush","cacheName","escape","sticky","cach…
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
| D | CHANGELOG.md | 370 …commit/da74dea799a9b59dbf022cbb8001bfdb0d52eec9) more tests for long and short captures (@substack)
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …captures","namedCaptures","replacement","tailPos","ch","capture","searchValue","replaceValue","fun…
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn-standard.txt | 745 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/ |
| D | index.mjs | 6422 …==,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());
|
| D | index.cjs | 6431 …==,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/ |
| D | pdfmake.js | 28561 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/ |
| D | source-map.min.js.map | 1 …captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t …
|
| /plugin/asciidocjs/node_modules/source-map/dist/ |
| D | source-map.min.js.map | 1 …captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t …
|
| /plugin/tuxquote/ |
| D | quotes.txt | 2822 Coersion, after all, merely captures man. Freedom captivates him. <BR> -- Ronald Reagan (1911 - 200…
|
| /plugin/subjectindex/plugins/ |
| D | bible_verses.txt | 22742 …to it. For its part, it laughs even at every fortified place, and it piles up dust and captures it.
|