Searched refs:matched (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/inc/Parsing/Lexer/ |
H A D | Lexer.php | 143 [$unmatched, $matched, $mode] = $parsed; 145 $matchPos = $initialLength - $currentLength - strlen($matched); 146 if (! $this->dispatchTokens($unmatched, $matched, $mode, $pos, $matchPos)) { 177 * @param string $matched Actual token match. 183 protected function dispatchTokens($unmatched, $matched, $mode, $initialPos, $matchPos) argument 189 if (! $this->invokeHandler($matched, DOKU_LEXER_EXIT, $matchPos)) { 196 if (! $this->invokeHandler($matched, DOKU_LEXER_SPECIAL, $matchPos)) { 203 return $this->invokeHandler($matched, DOKU_LEXER_ENTER, $matchPos); 205 return $this->invokeHandler($matched, DOKU_LEXER_MATCHED, $matchPos);
|
/dokuwiki/inc/ |
H A D | io.php | 373 $matched = 0; 377 $lines[$i] = preg_replace($pattern, $replace, $line, -1, $matched); 378 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))
|