Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsparql.php74 'MINUTES','SECONDS',
H A Dapplescript.php62 'sep','october','oct','november','nov','december','dec','minutes','hours', 'name', 'default answer',
H A Dpowershell.php124 '-NoClobber', '-NewName', '-Newest', '-Namespace', '-Name', '-Month', '-Minutes', '-Minute',
H A Dactionscript3.php184 'modificationDate', 'mode', 'minutesUTC', 'minutes', 'min',
H A Dtsql.php198 'MERGE', 'MESSAGE_FORWARD_SIZE', 'MESSAGE_FORWARDING', 'MIN_CPU_PERCENT', 'MIN_MEMORY_PERCENT', 'MINUTES', 'MINVALUE', 'MIRROR_ADDRESS', 'MOVE',
/dokuwiki/conf/
H A Ddokuwiki.php85 $conf['locktime'] = 15*60; //maximum age for lockfiles (defaults to 15 minutes)
139 $conf['rss_update'] = 5*60; //Update the RSS feed every n seconds (defaults to 5 minutes)
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
452 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php69 $minutes = floor($remainder / 60);
71 if ($minutes < 10 && $hours > 0) {
72 $minutes = '0' . $minutes;
78 $time .= $minutes.':';
H A DItem.php1145 $minutes = null;
1153 $minutes = (int) array_pop($temp);
1154 $seconds += $minutes * 60;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php858 $timearray['minutes'] = 0;
865 ($timearray['minutes'] << 5) |
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php834 10: Timezone minutes
/dokuwiki/inc/parser/
H A Dhandler.php960 $p['refresh'] = max(600, $match[1] * $period[$match[2]]); // n * period in seconds, minimum 10 minutes
/dokuwiki/inc/
H A Dcommon.php1476 return sprintf($lang['minutes'], round($ago / (60)));