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
330 if (($level >= $conf['toptoclevel']) && ($level <= $conf['maxtoclevel'])) {336 'level' => $level - $conf['toptoclevel'] + 1
149 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {155 'level' => $level - $conf['toptoclevel'] + 1
207 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {208 $this->toc[] = html_mktocitem($id, $text, $level - $conf['toptoclevel'] + 1);
44 $conf['toptoclevel'] = 1; //Level starting with and below to include in AutoTOC (max. 5)
110 $meta['toptoclevel'] = ['multichoice', '_choices' => [1, 2, 3, 4, 5]]; // 5 toc levels