Home
last modified time | relevance | path

Searched refs:getRecents (Results 1 – 4 of 4) sorted by path

/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Ui/
H A DRecent.php51 $recents = $this->getRecents($first, $hasNext);
118 protected function getRecents(&$first, &$hasNext) function in dokuwiki\\Ui\\Recent
135 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
138 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
/dokuwiki/inc/
H A Dchangelog.php171 function getRecents($first, $num, $ns = '', $flags = 0)
313 * Internal function used by getRecents
318 * @see getRecents()
164 function getRecents($first, $num, $ns = '', $flags = 0) { global() function
/dokuwiki/lib/plugins/revert/
H A Dadmin.php131 $recents = getRecents(0, $this->max_lines);