Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php65 protected const NOT_AT_PARA_BREAK = '(?!' . Lexer::PARA_BREAK . ')';
H A DAbstractFormatting.php124 $this->Lexer->addCloserPattern($closer, $this->getModeName(), Lexer::PARA_BREAK);
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php34 public const PARA_BREAK = '\n[ \t]*\n'; define in dokuwiki\\Parsing\\Lexer\\Lexer