Home
last modified time | relevance | path

Searched refs:matched (Results 26 – 50 of 123) sorted by relevance

12345

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklistRegexp.txt
/plugin/batchedit/
H A Dengine.php413 private function addMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines) { argument
414 $this->matches[$offset] = new BatcheditMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines);
1168 $matched = true;
1171 $matched = preg_match($positiveFilter, $pageId) == 1;
1174 if ($matched && !empty($negativeFilter)) {
1175 $matched = preg_match($negativeFilter, $pageId) == 0;
1178 return $matched;
/plugin/recommend/lang/en/
H A Dintro.txt9 …* Regular expressions starting and ending with ''/'' are matched against a '':'' prefixed full pag…
/plugin/codemirror/dist/modes/
H A Dpuppet.min.js.map1matched)\n var attribute = stream.match(/(\\s+)?\\w+\\s+=>.*/, false);\n // Matches non-buil…
H A Doz.min.js.map1matched","doInCurrentLine","currentIndent","tokenize","tokenFunProc","tokenClass","tokenMeth","ch"…
/plugin/struct/lang/en/
H A Dassignments_intro.txt8 * Regular Expressions starting and ending with ''/'' - they are matched against a '':'' prefixed full page id.
/plugin/openlayersmap/syntax/
H A Dagslayer.php92 [$matched, $key, $val] = $kvpair;
H A Dwmslayer.php89 [$matched, $key, $val] = $kvpair;
H A Dosmlayer.php89 [$matched, $key, $val] = $kvpair;
/plugin/openlayersmapoverlays/syntax/
H A Dosmlayer.php88 list ($matched, $key, $val) = $kvpair;
H A Dmapillarylayer.php83 list ($matched, $key, $val) = $kvpair;
H A Dwmslayer.php91 list ($matched, $key, $val) = $kvpair;
H A Dagslayer.php93 list ($matched, $key, $val) = $kvpair;
/plugin/acknowledge/lang/en/
H A Dassign.txt9 * Regular Expressions starting and ending with ''/'' - they are matched against a '':'' prefixed full page id.
/plugin/authorlist/
H A Dsyntax.php71 * @param $pos Integer The character position of the matched text.
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js524 …this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack…
535 … this.yytext += ch, this.yyleng++, this.offset++, this.match += ch, this.matched += ch;
548 …h = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matche…
577 var past = this.matched.substr(0, this.matched.length - this.match.length);
605 matched: this.matched,
622 …this.matched += match[0], token = this.performAction.call(this, this.yy, this, indexed_rule, this.…
H A Dsequence-diagram-snap-min.js6matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,las…
H A Dsequence-diagram-raphael.js524 …this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack…
535 … this.yytext += ch, this.yyleng++, this.offset++, this.match += ch, this.matched += ch;
548 …h = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matche…
577 var past = this.matched.substr(0, this.matched.length - this.match.length);
605 matched: this.matched,
622 …this.matched += match[0], token = this.performAction.call(this, this.yy, this, indexed_rule, this.…
H A Dsequence-diagram.js524 …this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack…
535 … this.yytext += ch, this.yyleng++, this.offset++, this.match += ch, this.matched += ch;
548 …h = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matche…
577 var past = this.matched.substr(0, this.matched.length - this.match.length);
605 matched: this.matched,
622 …this.matched += match[0], token = this.performAction.call(this, this.yy, this, indexed_rule, this.…
H A Dsequence-diagram-raphael-min.js6matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,las…
H A Dsequence-diagram-min.js6matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,las…
/plugin/refnotes/
H A Dbibtex.php88 list($unmatched, $matched, $mode) = $parsed;
90 if (!$this->dispatchTokens($unmatched, $matched, $mode, 0, 0)) {
94 if (empty($unmatched) && empty($matched) && ($lastMode == $this->modeStack->getCurrent())) {
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19matched){c=this.encloseMath(c)}else{if(!this.search.start&&!this.search.close){a=this.search}}if(c…
H A Dasciimath2jax.js19matched){c=this.encloseMath(c)}else{if(!this.search.start){a=this.search}}if(c){do{d=c;c=c.nextSib…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1578 // Halant has already been matched, and already checked that $nextGID is in Coverage table
1860 $matched = $this->checkContextMatch($Input, $Backtrack, $Lookahead, $ignore, $ptr);
1861 if ($matched) {
1880 $luptr = $matched[$SequenceIndex[$p]];
1896 return $InputGlyphCount; // should be + matched ignores in Input Sequence
1969 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl);
1970 if ($matched) {
1989 $luptr = $matched[$SequenceIndex[$p]];
2005 return $InputGlyphCount; // should be + matched ignores in Input Sequence
2065 $matched
[all...]

12345