Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js63 var days = options.expires, t = options.expires = new Date();
64 t.setTime(+t + days * 864e+5);
H A Djquery-ui.min.js6 …urrentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.reg…
/dokuwiki/conf/
H A Ddokuwiki.php33 $conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
75 …onf['indexdelay'] = 60*60*24*5; //allow indexing after this time (seconds) default is 5 days
115 $conf['logretain'] = 3; //how many days of logs to keep
118 $conf['sitemap'] = 0; //Create a Google sitemap? How often? In days.
/dokuwiki/inc/Action/
H A DResendpwd.php91 // token is only valid for 3 days
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dapplescript.php63 …'days','weeks', 'folder', 'folders', 'file', 'files', 'window', 'eject', 'disk', 'reveal', 'sleep',
H A Dpli.php69 'data', 'datafield', 'date', 'datetime', 'days', 'daystodate',
H A Dpowershell.php134 '-Depth', '-DependsOn', '-Delimiter', '-Debugger', '-Debug', '-Days', '-Day', '-Date',
H A Dtsql.php188 …'DATEFIRST', 'DATEFORMAT', 'DAYS', 'DB_CHAINING', 'DEADLOCK_PRIORITY', 'DECRYPTION', 'DEFAULT_DATA…
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php231 $dur = ($last - $first) / (60 * 60 * 24); // number of days in the changelog
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE461 prior to 60 days after the cessation.
467 copyright holder, and you cure the violation prior to 30 days after
/dokuwiki/inc/
H A Dinit.php114 // set timezone (as in pre 5.3.0 days)
H A Dauth.php1239 // token is only valid for 3 days
H A Dcommon.php1439 return sprintf($lang['days'], round($ago / (24 * 60 * 60)));
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php24 * List of days, calendar day name => ordinal day number in the week
/dokuwiki/lib/plugins/authad/
H A Dauth.php33 * // warn user about expiring password this many days in advance:
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2094 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 604800) . ' GMT'); // 7 days
H A DSimplePie.php516 public $autodiscovery_cache_duration = 604800; // 7 Days.