Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php158 return $this->invokeHandler($raw, DOKU_LEXER_UNMATCHED, $pos);
185 if (! $this->invokeHandler($unmatched, DOKU_LEXER_UNMATCHED, $initialPos)) {
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);
255 protected function invokeHandler($content, $is_match, $pos)
256 protected function invokeHandler($content, $is_match, $pos) global() function in dokuwiki\\Parsing\\Lexer\\Lexer