Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php26 protected $modeStack;
43 $this->modeStack = new StateStack($start);
168 return $this->modeStack;
192 return $this->modeStack->leave();
195 $this->modeStack->enter($this->decodeSpecial($mode));
199 return $this->modeStack->leave();
202 $this->modeStack->enter($mode);
260 $handler = $this->modeStack->getCurrent();
286 if (! isset($this->regexes[$this->modeStack->getCurrent()])) {
292 if ($action = $this->regexes[$this->modeStack
25 protected $modeStack; global() variable in dokuwiki\\Parsing\\Lexer\\Lexer
[all...]