Home
last modified time | relevance | path

Searched refs:handleToken (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/Parsing/
H A DHandlerTest.php28 $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 DRecordingHandler.php17 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '') function in dokuwiki\\test\\Parsing\\Lexer\\RecordingHandler
/dokuwiki/inc/Parsing/
H A DHandler.php89 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '') function in dokuwiki\\Parsing\\Handler
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php271 return $this->handler->handleToken($modeName, $content, $is_match, $pos, $originalName);