Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php74 public function addEntryPattern($pattern, $mode, $new_mode)
75 public function addEntryPattern($pattern, $mode, $new_mode) global() function in dokuwiki\\Parsing\\Lexer\\Lexer
/dokuwiki/inc/Parsing/ParserMode/
H A DCode.php10 $this->Lexer->addEntryPattern('<code\b(?=.*</code>)', $mode, 'code');
H A DFile.php10 $this->Lexer->addEntryPattern('<file\b(?=.*</file>)', $mode, 'file');
H A DListblock.php25 $this->Lexer->addEntryPattern('[ \t]*\n {2,}[\-\*]', $mode, 'listblock');
26 $this->Lexer->addEntryPattern('[ \t]*\n\t{1,}[\-\*]', $mode, 'listblock');
H A DQuote.php25 $this->Lexer->addEntryPattern('\n>{1,}', $mode, 'quote');
H A DFormatting.php88 $this->Lexer->addEntryPattern(
H A DTable.php25 $this->Lexer->addEntryPattern('[\t ]*\n\^', $mode, 'table');
26 $this->Lexer->addEntryPattern('[\t ]*\n\|', $mode, 'table');
H A DUnformatted.php10 $this->Lexer->addEntryPattern('<nowiki>(?=.*</nowiki>)', $mode, 'unformatted');
11 $this->Lexer->addEntryPattern('%%(?=.*%%)', $mode, 'unformattedalt');
H A DFootnote.php28 $this->Lexer->addEntryPattern(
H A DPreformatted.php11 $this->Lexer->addEntryPattern('\n (?![\*\-])', $mode, 'preformatted');
12 $this->Lexer->addEntryPattern('\n\t(?![\*\-])', $mode, 'preformatted');