Searched defs:renderMatch (Results 1 – 5 of 5) sorted by relevance
/plugin/htmlok/syntax/ | ||
H A D | htmlok.php | 19 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_htmlok |
H A D | phpok.php | 19 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_phpok |
H A D | htmlblock.php | 20 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_htmlblock |
H A D | phpblock.php | 21 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_phpblock |
/plugin/htmlok/ | ||
H A D | BaseSyntaxPlugin.php | 95 abstract protected function renderMatch(string $match): string; function in dokuwiki\\plugin\\htmlok\\BaseSyntaxPlugin |