Home
last modified time | relevance | path

Searched +full:showrev -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Ui/
H A DPageView.php65 Event::createAndTrigger('HTML_SHOWREV_OUTPUT', $data, [$this, 'showrev']);
80 public function showrev()
82 echo p_locale_xhtml('showrev');
81 public function showrev() global() function in dokuwiki\\Ui\\PageView
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php51 <?php if ($REV) echo p_locale_xhtml('showrev');?>
/dokuwiki/inc/
H A Dhtml.php257 dbg_deprecated(PageView::class . '::showrev()');