Searched refs:p_wiki_xhtml (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/inc/Action/ |
H A D | Export.php | 79 $output = p_wiki_xhtml($ID, $REV, false); 87 $output = p_wiki_xhtml($ID, $REV, false);
|
/dokuwiki/inc/Ui/ |
H A D | PageView.php | 67 $html = p_wiki_xhtml($ID, $REV, true, $DATE_AT);
|
/dokuwiki/inc/Feed/ |
H A D | FeedPageProcessor.php | 67 $html = p_wiki_xhtml($this->getId(), '', false); 69 $html = p_wiki_xhtml($this->getId(), $this->getRev(), false);
|
/dokuwiki/inc/ |
H A D | parserutils.php | 79 function p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '') function
|
H A D | template.php | 1680 $html = p_wiki_xhtml($pageid, '', false);
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 435 return (string)p_wiki_xhtml($page, $rev, false);
|