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
45 $conf['tocminheads'] = 3; //Minimum amount of headlines that determines if a TOC is built
111 $meta['tocminheads'] = ['multichoice', '_choices' => [0, 1, 2, 3, 4, 5, 10, 15, 20]];
158 if (!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
185 $conf['tocminheads'] && count($this->toc) >= $conf['tocminheads']