Home
last modified time | relevance | path

Searched refs:addExitPattern (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php88 public function addExitPattern($pattern, $mode)
89 public function addExitPattern($pattern, $mode) global() function in dokuwiki\\Parsing\\Lexer\\Lexer
/dokuwiki/inc/Parsing/ParserMode/
H A DCode.php16 $this->Lexer->addExitPattern('</code>', 'code');
H A DFile.php16 $this->Lexer->addExitPattern('</file>', 'file');
H A DListblock.php35 $this->Lexer->addExitPattern('\n', 'listblock');
H A DQuote.php32 $this->Lexer->addExitPattern('\n', 'quote');
H A DFormatting.php99 $this->Lexer->addExitPattern(
H A DTable.php38 $this->Lexer->addExitPattern('\n', 'table');
H A DUnformatted.php17 $this->Lexer->addExitPattern('</nowiki>', 'unformatted');
18 $this->Lexer->addExitPattern('%%', 'unformattedalt');
H A DFootnote.php38 $this->Lexer->addExitPattern(
H A DPreformatted.php22 $this->Lexer->addExitPattern('\n', 'preformatted');