Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php33 protected $modeStack; variable in dokuwiki\\Parsing\\Lexer\\Lexer
50 $this->modeStack = new StateStack($start);
175 return $this->modeStack;
199 return $this->modeStack->leave();
202 $this->modeStack->enter($this->decodeSpecial($mode));
206 return $this->modeStack->leave();
209 $this->modeStack->enter($mode);
268 $originalName = $this->modeStack->getCurrent();
285 if (! isset($this->regexes[$this->modeStack->getCurrent()])) {
291 if ($action = $this->regexes[$this->modeStack->getCurrent()]->split($raw, $split)) {