Searched refs:getRecents (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/Ui/ |
D | Recent.php | 51 $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/ |
D | changelog.php | 171 function getRecents($first, $num, $ns = '', $flags = 0) function 318 * @see getRecents()
|
/dokuwiki/lib/plugins/revert/ |
D | admin.php | 131 $recents = getRecents(0, $this->max_lines);
|
/dokuwiki/inc/Feed/ |
D | FeedCreator.php | 180 … return getRecents(0, $this->options->get('items'), $this->options->get('namespace'), $flags);
|