Home
last modified time | relevance | path

Searched refs:plugin_render (Results 1 – 3 of 3) sorted by relevance

/plugin/plotwas/
Dsyntax.php74 $renderer->doc .= $this->plugin_render('{{'.'plot:'.$hash.'.png'."$size_str}}");
79 $renderer->doc .= $this->plugin_render('{{'.'plot:'.$hash.'.png'."$size_str}}");
105 function plugin_render($text, $format='xhtml') { function in syntax_plugin_plotwas
/plugin/amazon_heavy/
Dsyntax.php86 $renderer->doc .= $this->plugin_render($feed);
94 $renderer->doc .= $this->plugin_render($feed);
133 function plugin_render($feed) { function in syntax_plugin_amazon
/plugin/darcspatch/
Dadmin.php69 echo $this->plugin_render($my_page, $format='xhtml') ;