Home
last modified time | relevance | path

Searched +full:toptoclevel -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/plugins/info/
H A Dsyntax.php330 if (($level >= $conf['toptoclevel']) && ($level <= $conf['maxtoclevel'])) {
336 'level' => $level - $conf['toptoclevel'] + 1
/dokuwiki/inc/parser/
H A Dmetadata.php147 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {
153 'level' => $level - $conf['toptoclevel'] + 1
H A Dxhtml.php206 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {
207 $this->toc[] = html_mktocitem($id, $text, $level - $conf['toptoclevel'] + 1);
/dokuwiki/conf/
H A Ddokuwiki.php44 $conf['toptoclevel'] = 1; //Level starting with and below to include in AutoTOC (max. 5)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php110 $meta['toptoclevel'] = ['multichoice', '_choices' => [1, 2, 3, 4, 5]]; // 5 toc levels