Searched refs:handleToken (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/_test/tests/Parsing/ |
| H A D | HandlerTest.php | 28 $handler->handleToken('resolved', 'test', DOKU_LEXER_SPECIAL, 0, 'original'); 50 $handler->handleToken('mymode', 'test', DOKU_LEXER_SPECIAL, 0);
|
| /dokuwiki/_test/tests/Parsing/Lexer/ |
| H A D | RecordingHandler.php | 17 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '') function in dokuwiki\\test\\Parsing\\Lexer\\RecordingHandler
|
| /dokuwiki/inc/Parsing/ |
| H A D | Handler.php | 89 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '') function in dokuwiki\\Parsing\\Handler
|
| /dokuwiki/inc/Parsing/Lexer/ |
| H A D | Lexer.php | 271 return $this->handler->handleToken($modeName, $content, $is_match, $pos, $originalName);
|