Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php249 * @param boolean $is_match Token is recognised rather
255 protected function invokeHandler($content, $is_match, $pos)
269 return $this->handler->$handler($content, $is_match, $pos, $plugin);
272 return $this->handler->$handler($content, $is_match, $pos);
256 invokeHandler($content, $is_match, $pos) global() argument