Home
last modified time | relevance | path

Searched +full:maxtoclevel -(+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'])) {
/dokuwiki/conf/
H A Ddokuwiki.php46 $conf['maxtoclevel'] = 3; //Up to which level include into AutoTOC (max. 5)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php112 $meta['maxtoclevel'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5]];
/dokuwiki/inc/parser/
H A Dmetadata.php147 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {
H A Dxhtml.php206 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {