Searched +full:minutes -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 15 of 15) sorted by relevance
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 290 … large downloads may take a while on slow connections, so we try to extend the timeout to 4 minutes 291 // 4 minutes was chosen, because HTTP servers and proxies often have a 5 minute timeout 293 $http->timeout = 60 * 4 - 5; // nearly 4 minutes
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 85 $conf['locktime'] = 15*60; //maximum age for lockfiles (defaults to 15 minutes) 139 …nf['rss_update'] = 5*60; //Update the RSS feed every n seconds (defaults to 5 minutes)
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | sparql.php | 74 'MINUTES','SECONDS',
|
| H A D | applescript.php | 62 …'sep','october','oct','november','nov','december','dec','minutes','hours', 'name', 'default answer…
|
| H A D | powershell.php | 124 … '-NoClobber', '-NewName', '-Newest', '-Namespace', '-Name', '-Month', '-Minutes', '-Minute',
|
| H A D | actionscript3.php | 184 'modificationDate', 'mode', 'minutesUTC', 'minutes', 'min',
|
| H A D | tsql.php | 198 …D_SIZE', 'MESSAGE_FORWARDING', 'MIN_CPU_PERCENT', 'MIN_MEMORY_PERCENT', 'MINUTES', 'MINVALUE', 'MI…
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 450 | //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. […
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 450 | //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. […
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Misc.php | 68 $minutes = floor($remainder / 60); 70 if ($minutes < 10 && $hours > 0) { 71 $minutes = '0' . $minutes; 77 $time .= $minutes.':';
|
| H A D | Item.php | 1144 $minutes = null; 1152 $minutes = (int) array_pop($temp); 1153 $seconds += $minutes * 60;
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Zip.php | 858 $timearray['minutes'] = 0; 865 ($timearray['minutes'] << 5) |
|
| /dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
| H A D | Date.php | 833 10: Timezone minutes
|
| /dokuwiki/inc/parser/ |
| H A D | handler.php | 960 …refresh'] = max(600, $match[1] * $period[$match[2]]); // n * period in seconds, minimum 10 minutes
|
| /dokuwiki/inc/ |
| H A D | common.php | 1445 return sprintf($lang['minutes'], round($ago / (60)));
|