Home
last modified time | relevance | path

Searched refs:lastupdate (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php51 [$style, $lastupdate] = $info;
53 $lastupdate = (int)$lastupdate;
54 if ($lastupdate + $conf['subscribe_time'] > time()) {
72 $changes = getRecentsSince($lastupdate, null, getNS($target));
88 !is_null($rev) && $rev['date'] >= $lastupdate &&
96 if (!is_null($rev) && $rev['date'] >= $lastupdate) {
108 $lastupdate
187 * @param int $lastupdate Time of the last notification
193 protected function sendDigest($subscriber_mail, $id, $lastupdate) argument
200 } while (!is_null($rev) && $rev > $lastupdate);
/dokuwiki/lib/plugins/extension/
H A DExtension.php539 return $this->getRemoteTag('lastupdate');