Home
last modified time | relevance | path

Searched defs:renderMatch (Results 1 – 5 of 5) sorted by relevance

/plugin/htmlok/syntax/
H A Dhtmlok.php19 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_htmlok
H A Dphpok.php19 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_phpok
H A Dhtmlblock.php20 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_htmlblock
H A Dphpblock.php21 protected function renderMatch(string $match): string function in syntax_plugin_htmlok_phpblock
/plugin/htmlok/
H A DBaseSyntaxPlugin.php95 abstract protected function renderMatch(string $match): string; function in dokuwiki\\plugin\\htmlok\\BaseSyntaxPlugin