Home
last modified time | relevance | path

Searched refs:html_mktocitem (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/Extension/
H A DAdminPlugin.php110 * Return array with ToC items. Items can be created with the html_mktocitem()
112 * @see html_mktocitem()
/dokuwiki/inc/
H A Dhtml.php875 function html_mktocitem($link, $text, $level, $hash = '#')
833 function html_mktocitem($link, $text, $level, $hash='#') { global() function
/dokuwiki/inc/parser/
H A Dxhtml.php207 $this->toc[] = html_mktocitem($id, $text, $level - $conf['toptoclevel'] + 1);
/dokuwiki/lib/plugins/config/
H A Dadmin.php241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1);
248 $toc[] = html_mktocitem(
258 $toc[] = html_mktocitem($setting->getKey(), $name, 2);
264 $toc[] = html_mktocitem('undefined_settings', $this->getLang('_header_undefined'), 1);