Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php33 public function getCurrent()
32 public function getCurrent() global() function in dokuwiki\\Parsing\\Lexer\\StateStack
H A DLexer.php260 $handler = $this->modeStack->getCurrent();
286 if (! isset($this->regexes[$this->modeStack->getCurrent()])) {
292 if ($action = $this->regexes[$this->modeStack->getCurrent()]->split($raw, $split)) {