Searched refs:mapHandler (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Quotes.php | 58 $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 D | Unformatted.php | 27 $this->Lexer->mapHandler('unformattedalt', 'unformatted');
|
| /dokuwiki/_test/tests/Parsing/Lexer/ |
| H A D | LexerTest.php | 162 $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 D | Lexer.php | 127 public function mapHandler($mode, $handler) function in dokuwiki\\Parsing\\Lexer\\Lexer
|