| /plugin/combo/ComboStrap/ |
| H A D | XmlTagProcessing.php | 186 $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 D | SectionTag.php | 15 public static function renderEnterXhtml(TagAttributes $tag): string function in ComboStrap\\SectionTag
|
| H A D | JumbotronTag.php | 17 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\JumbotronTag
|
| H A D | DropDownTag.php | 13 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\DropDownTag
|
| H A D | ContainerTag.php | 39 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\ContainerTag
|
| H A D | PipelineTag.php | 49 public static function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\PipelineTag
|
| H A D | CarrouselTag.php | 95 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\CarrouselTag
|
| H A D | ButtonTag.php | 157 …public static function renderEnterXhtml(TagAttributes $tagAttributes, DokuWiki_Syntax_Plugin $plug… function in ComboStrap\\ButtonTag
|
| H A D | CardTag.php | 194 …public static function renderEnterXhtml(TagAttributes $attributes, Doku_Renderer_xhtml $renderer, … function in ComboStrap\\CardTag
|
| H A D | PanelTag.php | 183 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\PanelTag
|
| H A D | BlockquoteTag.php | 247 public static function renderEnterXhtml(TagAttributes $tagAttributes, $data, $renderer): string function in ComboStrap\\BlockquoteTag
|
| H A D | TabsTag.php | 370 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\TabsTag
|
| H A D | GridTag.php | 461 public static function renderEnterXhtml(TagAttributes $attributes): string function in ComboStrap\\GridTag
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | TableTag.php | 45 static function renderEnterXhtml(TagAttributes $tagAttributes, \Doku_Renderer_xhtml $renderer) function in ComboStrap\\Tag\\TableTag
|
| H A D | SubscribeTag.php | 36 public static function renderEnterXhtml(TagAttributes $attributes): string function in ComboStrap\\Tag\\SubscribeTag
|
| H A D | BoxTag.php | 113 static public function renderEnterXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\Tag\\BoxTag
|
| H A D | BarTag.php | 123 public static function renderEnterXhtml(TagAttributes $attributes, array $data): string function in ComboStrap\\Tag\\BarTag
|