Home
last modified time | relevance | path

Searched refs:lastupdate (Results 1 – 2 of 2) sorted by last modified time

/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)
196 sendDigest($subscriber_mail, $id, $lastupdate) global() argument
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php210 $lastupdate = $this->getLastUpdate();
211 if ($lastupdate === false) return false;
592 if (!empty($this->remoteInfo['lastupdate'])) return $this->remoteInfo['lastupdate'];