Searched refs:matched (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/Parsing/Lexer/ |
| H A D | Lexer.php | 150 [$unmatched, $matched, $mode] = $parsed; 152 $matchPos = $initialLength - $currentLength - strlen($matched); 153 if (! $this->dispatchTokens($unmatched, $matched, $mode, $pos, $matchPos)) { 184 * @param string $matched Actual token match. 190 protected function dispatchTokens($unmatched, $matched, $mode, $initialPos, $matchPos) argument 196 if (! $this->invokeHandler($matched, DOKU_LEXER_EXIT, $matchPos)) { 203 if (! $this->invokeHandler($matched, DOKU_LEXER_SPECIAL, $matchPos)) { 210 return $this->invokeHandler($matched, DOKU_LEXER_ENTER, $matchPos); 212 return $this->invokeHandler($matched, DOKU_LEXER_MATCHED, $matchPos);
|
| /dokuwiki/inc/Search/Query/ |
| H A D | QueryEvaluator.php | 214 $matched = []; 230 $matched[$id] = $score; 233 return new PageSet($matched);
|
| /dokuwiki/inc/ |
| H A D | io.php | 423 $matched = 0; 427 $lines[$i] = preg_replace($pattern, $replace, $line, -1, $matched); 428 if ($matched) {
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 1760 $matched = false; 1769 $matched = true; 1772 $matched = true; 1774 if ( $matched) { 3560 $matched = $this->filter($selector, true)->stack(); 3569 if (! $this->elementsContainsNode($node, $matched))
|