Searched refs:addCloserPattern (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/_test/tests/Parsing/Lexer/ |
| H A D | LexerTest.php | 349 $lexer->addCloserPattern('\w\*\*', 'caught', '\n\n'); 371 $lexer->addCloserPattern('\w\*\*', 'caught'); 384 $lexer->addCloserPattern('\w\*\*', 'caught'); 402 $lexer->addCloserPattern('(?<=\w)\*\*', 'caught'); 420 $lexer->addCloserPattern('(?<=\w)\*\*', 'caught'); 437 $lexer->addCloserPattern('(?<=\w)\*\*', 'caught'); 453 $lexer->addCloserPattern('\w\*\*', 'caught'); 479 $lexer->addCloserPattern('(?<=\w)\*\*', 'outer'); 483 $lexer->addCloserPattern('(?<=\w)//', 'inner'); 505 $lexer->addCloserPattern('(?<=\w)\*\*', 'outer'); [all …]
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Footnote.php | 49 $this->Lexer->addCloserPattern('\x29\x29', 'footnote');
|
| H A D | AbstractFormatting.php | 124 $this->Lexer->addCloserPattern($closer, $this->getModeName(), Lexer::PARA_BREAK);
|
| /dokuwiki/inc/Parsing/Lexer/ |
| H A D | Lexer.php | 142 public function addCloserPattern($pattern, $mode, $boundary = null) function in dokuwiki\\Parsing\\Lexer\\Lexer
|