Home
last modified time | relevance | path

Searched refs:quantifier (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp78 simple() ( quantifier() #repetition )? <node>?
88 quantifier:
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/Rule/
H A DAnalyzer.php167 protected function _case_repetition($quantifier, $min, $max) argument
172 $ruleA = '<foo>' . $quantifier,
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp156 ( class() | simple() ) ( quantifier() #quantification )?
158 quantifier:
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js89 quantifier = /^(?:[?*+]|{\d+(?:,\d*)?})\??/,
1178 …return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)";
1202 …return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)";
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1quantifier.\n *\n * @private\n * @param {String} pattern Pattern to search within.\n * @param {Num…
/plugin/dokuprism/prism/
H A Dprism.js145 !function(a){var e={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},n=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/,t="(?:[^\\\\-]|"+n.source+")",s=RegExp(t+"-"+t),i={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"};a.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:s,inside:{escape:n,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":e,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:n}},"special-escape":e,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":i}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:n,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":i}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}}(Prism); class in a.languages.regex