Home
last modified time | relevance | path

Searched refs:initialPos (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php179 * @param int $initialPos
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