Home
last modified time | relevance | path

Searched refs:p_render (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dhtml_secedit_pattern.test.php62 $xhtml = p_render('xhtml', $ins, $info);
/dokuwiki/bin/
H A Drender.php58 $result = p_render($renderer, p_get_instructions($source), $info);
/dokuwiki/inc/Ui/
H A DPageView.php56 … $html = html_secedit(p_render('xhtml', p_get_instructions($this->text), $info), $secedit);
/dokuwiki/inc/Extension/
H A DPluginTrait.php276 return p_render($format, p_get_instructions($text), $info);
/dokuwiki/inc/
H A Dparserutils.php92 … $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
158 $parsed = p_render($format, p_cached_instructions($file, false, $id), $info);
668 function p_render($mode, $instructions, &$info, $date_at = '') function