Home
last modified time | relevance | path

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

/dokuwiki/conf/
H A Ddokuwiki.php33 $conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
107 //Should be smaller than the time specified in recent_days
/dokuwiki/inc/
H A DTaskRunner.php126 $trim_time = time() - $conf['recent_days'] * 86400;
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php102 $meta['recent_days'] = ['numeric'];