Home
last modified time | relevance | path

Searched +full:subscribe_time -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php16 * the given page if the needed $conf['subscribe_time'] has passed already.
54 if ($lastupdate + $conf['subscribe_time'] > time()) {
/dokuwiki/inc/Ui/
H A DSubscribe.php28 $stime_days = $conf['subscribe_time'] / 60 / 60 / 24;
/dokuwiki/conf/
H A Ddokuwiki.php106 $conf['subscribe_time'] = 24*60*60; //Time after which digests / lists are sent (in sec, default 1 day)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php211 $meta['subscribe_time'] = ['numeric'];
/dokuwiki/inc/
H A Ddeprecated.php473 * the given page if the needed $conf['subscribe_time'] has passed already.