Home
last modified time | relevance | path

Searched refs:unmatched (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php143 [$unmatched, $matched, $mode] = $parsed;
146 if (! $this->dispatchTokens($unmatched, $matched, $mode, $pos, $matchPos)) {
172 * Sends the matched token and any leading unmatched
176 * @param string $unmatched Unmatched leading portion.
183 protected function dispatchTokens($unmatched, $matched, $mode, $initialPos, $matchPos)
185 if (! $this->invokeHandler($unmatched, DOKU_LEXER_UNMATCHED, $initialPos)) {
184 dispatchTokens($unmatched, $matched, $mode, $initialPos, $matchPos) global() argument