Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DUnformatted.php19 $this->Lexer->mapHandler('unformattedalt', 'unformatted');
/dokuwiki/_test/tests/inc/parser/
H A Dlexer.test.php400 $lexer->mapHandler("mode_a", "a");
401 $lexer->mapHandler("mode_b", "a");
441 $lexer->mapHandler('special','caught');
471 $lexer->mapHandler('special','caught');
501 $lexer->mapHandler('special','caught');
531 $lexer->mapHandler('special','caught');
561 $lexer->mapHandler('special','caught');
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php120 public function mapHandler($mode, $handler) function in dokuwiki\\Parsing\\Lexer\\Lexer