Lines Matching +full:toc -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
22 public $toc = []; variable in Doku_Renderer_xhtml
133 $this->toc = [];
180 // Prepare the TOC
183 $this->info['toc'] &&
184 is_array($this->toc) &&
185 $conf['tocminheads'] && count($this->toc) >= $conf['tocminheads']
187 global $TOC;
188 $TOC = $this->toc;
196 * Add an item to the TOC
206 //handle TOC
208 $this->toc[] = html_mktocitem($id, $text, $level - $conf['toptoclevel'] + 1);