Searched refs:PARA_BREAK (Results 1 – 3 of 3) sorted by relevance
65 protected const NOT_AT_PARA_BREAK = '(?!' . Lexer::PARA_BREAK . ')';
124 $this->Lexer->addCloserPattern($closer, $this->getModeName(), Lexer::PARA_BREAK);
34 public const PARA_BREAK = '\n[ \t]*\n'; define in dokuwiki\\Parsing\\Lexer\\Lexer