Home
last modified time | relevance | path

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

/plugin/adhoctags/syntax/
H A Dabstractinline.php21 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_adhoctags_abstractinline
H A Dabstract.php88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_adhoctags_abstract
91 //dbg('handleUnmatched: "' . $match );
137 return $this->handleUnmatched($match, $state, $pos, $handler);
/plugin/refnotes/
H A Dbibtex.php372 $this->entry->handleUnmatched($match);
567 public function handleUnmatched($token) { function in refnotes_bibtex_entry