Home
last modified time | relevance | path

Searched refs:mode_handlers (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php28 protected $mode_handlers = [];
122 $this->mode_handlers[$mode] = $handler;
261 if (isset($this->mode_handlers[$handler])) {
262 $handler = $this->mode_handlers[$handler];
27 protected $mode_handlers; global() variable in dokuwiki\\Parsing\\Lexer\\Lexer