Searched refs:render_xhtml (Results 1 – 11 of 11) sorted by relevance
/plugin/typography/syntax/ |
H A D | base.php | 109 return $this->render_xhtml($renderer, $data); 119 protected function render_xhtml(Doku_Renderer $renderer, $data) function in syntax_plugin_typography_base
|
/plugin/medialist/ |
H A D | action.php | 43 return $medialist->render_xhtml($params);
|
H A D | syntax.php | 61 $renderer->doc .= $medialist->render_xhtml($params);
|
H A D | helper.php | 100 public function render_xhtml($params) { function in helper_plugin_medialist
|
/plugin/definitionlist/ |
H A D | syntax.php | 137 case 'xhtml' : return $this->render_xhtml($renderer,$data); 169 protected function render_xhtml(Doku_Renderer $renderer, $data) { function in syntax_plugin_definitionlist
|
/plugin/exttab3/ |
H A D | syntax.php | 295 return $this->render_xhtml($renderer, $data); 305 protected function render_xhtml(Doku_Renderer $renderer, $data) function in syntax_plugin_exttab3
|
/plugin/jplayer/ |
H A D | syntax.php | 156 private function render_xhtml(Doku_Renderer $R, $data) { function in syntax_plugin_jplayer
|
/plugin/watchcycle/ |
H A D | syntax.php | 125 public function render_xhtml(Doku_Renderer $renderer, $data) function in syntax_plugin_watchcycle
|
/plugin/ireadit/syntax/ |
H A D | list.php | 121 public function render_xhtml(Doku_Renderer $renderer, $params) function in syntax_plugin_ireadit_list
|
/plugin/extlist/ |
H A D | syntax.php | 519 return $this->render_xhtml($renderer, $data); 535 protected function render_xhtml(Doku_Renderer $renderer, $data) 554 * open a tag, a utility for render_xhtml() 564 * close a tag, a utility for render_xhtml() 533 protected function render_xhtml(Doku_Renderer $renderer, $data) global() function in syntax_plugin_extlist
|
/plugin/mundart/doku/ |
H A D | source.txt | 65 …* Change the option **render_xhtml** to **mundart** (alternativly you can edit **conf/local.php**)
|