Home
last modified time | relevance | path

Searched refs:showToc (Results 1 – 2 of 2) sorted by relevance

/plugin/rplus/
H A Drenderer.php167 $showToc = $this->getShowToc();
186 if ($showToc) {
334 $showToc = null;
338 $showToc = false;
342 if ($ACT == 'admin' and $showToc == null) {
361 $showToc = false;
363 $showToc = true;
373 if ($showToc == null) {
374 $showToc = true;
378 return $showToc;
/plugin/combo/ComboStrap/
H A DToc.php173 public static function showToc(Doku_Renderer $renderer): bool function in ComboStrap\\Toc