Home
last modified time | relevance | path

Searched refs:renderXhtml (Results 1 – 7 of 7) sorted by relevance

/plugin/avatar/
Dhelper.php35 'name' => 'renderXhtml',
Dsyntax.php67 $my->renderXhtml($data[0], $data[1], $data[2], $data[3]) .
/plugin/combo/ComboStrap/
H A DCacheTag.php64 public static function renderXhtml(array $data): string function in ComboStrap\\CacheTag
H A DQualityTag.php114 public static function renderXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\QualityTag
H A DXmlTagProcessing.php844 $renderer->doc .= CacheTag::renderXhtml($data);
857 $renderer->doc .= QualityTag::renderXhtml($tagAttributes);
/plugin/notification/syntax/
H A Dlist.php128 public function renderXhtml(Doku_Renderer $renderer, $data) function in syntax_plugin_notification_list
/plugin/approve/syntax/
H A Dtable.php116 public function renderXhtml(Doku_Renderer $renderer, $params) function in syntax_plugin_approve_table