Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
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/
Dchangelog.php171 function getRecents($first, $num, $ns = '', $flags = 0) function
318 * @see getRecents()
/dokuwiki/lib/plugins/revert/
Dadmin.php131 $recents = getRecents(0, $this->max_lines);
/dokuwiki/inc/Feed/
DFeedCreator.php180 … return getRecents(0, $this->options->get('items'), $this->options->get('namespace'), $flags);