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 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 'MERGE', 'MESSAGE_FORWARD_SIZE', 'MESSAGE_FORWARDING', 'MIN_CPU_PERCENT', 'MIN_MEMORY_PERCENT', 'MINUTES', 'MINVALUE', 'MIRROR_ADDRESS', 'MOVE',
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | 85 $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 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. [[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 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 $p['refresh'] = max(600, $match[1] * $period[$match[2]]); // n * period in seconds, minimum 10 minutes
|
/dokuwiki/inc/ |
H A D | common.php | 1444 return sprintf($lang['minutes'], round($ago / (60)));
|