Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php53 public function leave() function in dokuwiki\\Parsing\\Lexer\\StateStack
H A DLexer.php192 return $this->modeStack->leave();
199 return $this->modeStack->leave();
/dokuwiki/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
/dokuwiki/_test/tests/inc/parser/
H A Dlexer.test.php129 $this->assertFalse($stack->leave());
137 $this->assertTrue($stack->leave());
141 $this->assertTrue($stack->leave());
142 $this->assertTrue($stack->leave());