Searched refs:getCurrent (Results 1 – 3 of 3) sorted by relevance
33 public function getCurrent() function in dokuwiki\\Parsing\\Lexer\\StateStack
260 $handler = $this->modeStack->getCurrent();286 if (! isset($this->regexes[$this->modeStack->getCurrent()])) {292 if ($action = $this->regexes[$this->modeStack->getCurrent()]->split($raw, $split)) {
125 $this->assertEquals($stack->getCurrent(), "one");134 $this->assertEquals($stack->getCurrent(), "two");136 $this->assertEquals($stack->getCurrent(), "three");138 $this->assertEquals($stack->getCurrent(), "two");140 $this->assertEquals($stack->getCurrent(), "third");143 $this->assertEquals($stack->getCurrent(), "one");