Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Drender.php58 $result = p_render($renderer, p_get_instructions($source), $info);
H A Dwantedpages.php166 $instructions = p_get_instructions(file_get_contents($page['file']));
/dokuwiki/inc/Ui/
H A DPageView.php56 $html = html_secedit(p_render('xhtml', p_get_instructions($this->text), $info), $secedit);
/dokuwiki/inc/
H A Dparserutils.php92 $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
198 $ins = p_get_instructions(io_readWikiPage($file, $id));
219 function p_get_instructions($text) function
/dokuwiki/inc/Extension/
H A DPluginTrait.php276 return p_render($format, p_get_instructions($text), $info);