Home
last modified time | relevance | path

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

/plugin/toctweak/action/
H A Drendertoc.php144 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline);
147 $event->data[1] = str_replace(self::TOC_HERE, $html_toc, $event->data[1], $count);
223 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline);
253 $content = str_replace(self::TOC_HERE, $html_toc, $content, $count);
/plugin/toctweak/
H A Dhelper.php170 function html_toc(array $toc, ...$params) { function in helper_plugin_toctweak