Home
last modified time | relevance | path

Searched refs:Toc (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
DToc.php22 class Toc extends Metadata class
30 public static function createForRequestedPage(): Toc
44 public static function createFromGlobalVariable(): Toc
50 return (new Toc())
54 public static function createEmpty(): Toc
56 return new Toc();
236 public static function createForPage($page): Toc
238 return (new Toc())
246 public function setValue($value): Toc
DTemplateForWebPage.php65 private Toc $toc;
609 $model['toc-class'] = Toc::getClass();
732 function getTocOrDefault(): Toc
748 return Toc::createForPage($markup);
1064 function setToc(Toc $toc): TemplateForWebPage
DOutline.php606 $tocSelector = "." . Toc::getClass() . " ul";
878 Toc::createForPage($this->markupPath)
DFetcherPageBundler.php106 $toc = Toc::createEmpty()
DSiteConfig.php361 …ternalError("Unable to the the maxseclevel as integer. Error: {$e->getMessage()}", Toc::CANONICAL);
/plugin/combo/action/
Dtoc.php4 use ComboStrap\Toc; alias
51 $toc = Toc::createForRequestedPage()
/plugin/combo/syntax/
Dtoc.php16 use ComboStrap\Toc; alias
142 $tocHtml = Toc::createForRequestedPage()
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DToc.php5 class Toc extends Tag class
/plugin/combo/renderer/
Drenderer.php9 use ComboStrap\Toc; alias