Home
last modified time | relevance | path

Searched refs:TOC (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A Dtemplate.php88 * @param bool $prependTOC should the TOC be displayed here?
130 * Places the TOC where the function is called
135 * @param bool $return Should the TOC be returned instead to be printed?
142 global $TOC;
150 if (is_array($TOC)) {
151 // if a TOC was prepared in global scope, always use it
152 $toc = $TOC;
154 // get TOC from metadata, render if neccessary
162 // try to load admin plugin TOC
166 $TOC
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/dokuwiki/inc/parser/
H A Dxhtml.php179 // Prepare the TOC
186 global $TOC;
187 $TOC = $this->toc;
195 * Add an item to the TOC
205 //handle TOC