Home
last modified time | relevance | path

Searched refs:getRecentsSince (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/Remote/
H A DApiCore.php367 $recents = getRecentsSince($timestamp);
798 $recents = getRecentsSince($timestamp, null, '', RECENTS_MEDIA_CHANGES);
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php72 $changes = getRecentsSince($lastupdate, null, getNS($target));
/dokuwiki/inc/
H A Dchangelog.php273 function getRecentsSince($from, $to = null, $ns = '', $flags = 0)
262 function getRecentsSince($from, $to = null, $ns = '', $flags = 0) { global() function