Lines Matching refs:toc
232 $toc = array();
246 $toc = $meta['description']['tableofcontents'];
247 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
248 $toc = array();
263 $toc = $plugin->getTOC();
264 $TOC = $toc; // avoid later rebuild
268 trigger_event('TPL_TOC_RENDER', $toc, null, false);
269 $html = bootstrap_html_TOC($toc);
279 function bootstrap_html_TOC($toc){ argument
280 if(!count($toc)) return '';
288 $out .= bootstrap_toc_html_buildlist($toc,'','html_list_toc');