Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php72 * @param string $new_mode Change parsing to this new nested mode.
74 public function addEntryPattern($pattern, $mode, $new_mode)
79 $this->regexes[$mode]->addPattern($pattern, $new_mode);
75 addEntryPattern($pattern, $mode, $new_mode) global() argument