Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php58 $this->Lexer->mapHandler('singlequoteopening', 'quotes');
59 $this->Lexer->mapHandler('singlequoteclosing', 'quotes');
60 $this->Lexer->mapHandler('apostrophe', 'quotes');
61 $this->Lexer->mapHandler('doublequoteopening', 'quotes');
62 $this->Lexer->mapHandler('doublequoteclosing', 'quotes');
H A DUnformatted.php27 $this->Lexer->mapHandler('unformattedalt', 'unformatted');
/dokuwiki/_test/tests/Parsing/Lexer/
H A DLexerTest.php162 $lexer->mapHandler("mode_a", "a");
163 $lexer->mapHandler("mode_b", "a");
184 $lexer->mapHandler('special', 'caught');
206 $lexer->mapHandler('special', 'caught');
228 $lexer->mapHandler('special', 'caught');
250 $lexer->mapHandler('special', 'caught');
272 $lexer->mapHandler('special', 'caught');
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php127 public function mapHandler($mode, $handler) function in dokuwiki\\Parsing\\Lexer\\Lexer