Home
last modified time | relevance | path

Searched refs:renderEnterXhtml (Results 1 – 17 of 17) sorted by relevance

/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php186 $renderer->doc .= BlockquoteTag::renderEnterXhtml($tagAttributes, $data, $renderer);
189 $renderer->doc .= BoxTag::renderEnterXhtml($tagAttributes);
192 $renderer->doc .= ButtonTag::renderEnterXhtml($tagAttributes, $plugin, $data);
195 $renderer->doc .= CardTag::renderEnterXhtml($tagAttributes, $renderer, $data);
198 $renderer->doc .= BarTag::renderEnterXhtml($tagAttributes, $data);
201 $renderer->doc .= CarrouselTag::renderEnterXhtml($tagAttributes, $data);
208 $renderer->doc .= ContainerTag::renderEnterXhtml($tagAttributes);
211 $renderer->doc .= GridTag::renderEnterXhtml($tagAttributes);
214 $renderer->doc .= PipelineTag::renderEnterXhtml($tagAttributes);
220 $renderer->doc .= DropDownTag::renderEnterXhtml($tagAttributes);
[all …]
H A DSectionTag.php15 public static function renderEnterXhtml(TagAttributes $tag): string function in ComboStrap\\SectionTag
H A DJumbotronTag.php17 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\JumbotronTag
H A DDropDownTag.php13 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\DropDownTag
H A DContainerTag.php39 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\ContainerTag
H A DPipelineTag.php49 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\PipelineTag
H A DCarrouselTag.php95 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\CarrouselTag
H A DButtonTag.php157 …public static function renderEnterXhtml(TagAttributes $tagAttributes, DokuWiki_Syntax_Plugin $plug… function in ComboStrap\\ButtonTag
H A DCardTag.php194 …public static function renderEnterXhtml(TagAttributes $attributes, Doku_Renderer_xhtml $renderer, … function in ComboStrap\\CardTag
H A DPanelTag.php183 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\PanelTag
H A DBlockquoteTag.php247 public static function renderEnterXhtml(TagAttributes $tagAttributes, $data, $renderer): string function in ComboStrap\\BlockquoteTag
H A DTabsTag.php370 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\TabsTag
H A DGridTag.php461 public static function renderEnterXhtml(TagAttributes $attributes): string function in ComboStrap\\GridTag
/plugin/combo/ComboStrap/Tag/
H A DTableTag.php45 static function renderEnterXhtml(TagAttributes $tagAttributes, \Doku_Renderer_xhtml $renderer) function in ComboStrap\\Tag\\TableTag
H A DSubscribeTag.php36 public static function renderEnterXhtml(TagAttributes $attributes): string function in ComboStrap\\Tag\\SubscribeTag
H A DBoxTag.php113 static public function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\Tag\\BoxTag
H A DBarTag.php123 public static function renderEnterXhtml(TagAttributes $attributes, array $data): string function in ComboStrap\\Tag\\BarTag