Home
last modified time | relevance | path

Searched refs:renderExitXhtml (Results 1 – 12 of 12) sorted by relevance

/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php46 BlockquoteTag::renderExitXhtml($tagAttributes, $renderer, $data);
49 $renderer->doc .= BoxTag::renderExitXhtml($tagAttributes);
52 $renderer->doc .= ButtonTag::renderExitXhtml($data);
58 $renderer->doc .= BarTag::renderExitXhtml($data);
61 $renderer->doc .= CarrouselTag::renderExitXhtml();
68 $renderer->doc .= ContainerTag::renderExitXhtml();
71 $renderer->doc .= GridTag::renderExitXhtml($tagAttributes);
81 $renderer->doc .= DropDownTag::renderExitXhtml();
105 $renderer->doc .= SectionTag::renderExitXhtml();
108 $renderer->doc .= TabsTag::renderExitXhtml($tagAttributes, $data);
[all …]
H A DSectionTag.php25 public static function renderExitXhtml(): string function in ComboStrap\\SectionTag
H A DDropDownTag.php38 public static function renderExitXhtml(): string function in ComboStrap\\DropDownTag
H A DContainerTag.php48 public static function renderExitXhtml(): string function in ComboStrap\\ContainerTag
H A DCarrouselTag.php150 public static function renderExitXhtml(): string function in ComboStrap\\CarrouselTag
H A DButtonTag.php181 public static function renderExitXhtml($data): string function in ComboStrap\\ButtonTag
H A DPanelTag.php228 public static function renderExitXhtml(array $data): string function in ComboStrap\\PanelTag
H A DBlockquoteTag.php320 …static function renderExitXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array… function in ComboStrap\\BlockquoteTag
H A DTabsTag.php395 public static function renderExitXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\TabsTag
H A DGridTag.php496 public static function renderExitXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\GridTag
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php124 static function renderExitXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\Tag\\BoxTag
H A DBarTag.php140 public static function renderExitXhtml(array $data): string function in ComboStrap\\Tag\\BarTag