Home
last modified time | relevance | path

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

/dokuwiki/conf/
H A Ddokuwiki.php45 $conf['tocminheads'] = 3; //Minimum amount of headlines that determines if a TOC is built
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php111 $meta['tocminheads'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5, 10, 15, 20]];
/dokuwiki/inc/
H A Dtemplate.php158 if (!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
/dokuwiki/inc/parser/
H A Dxhtml.php184 $conf['tocminheads'] && count($this->toc) >= $conf['tocminheads']