Home
last modified time | relevance | path

Searched +full:hours -(+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.php73 'DAY','HOURS',
H A Dapplescript.php62 'sep','october','oct','november','nov','december','dec','minutes','hours', 'name', 'default answer',
H A Dpowershell.php128 '-IgnoreWhiteSpace', '-Id', '-Hours', '-Hour', '-HideTableHeaders', '-Head', '-GroupBy',
H A Dactionscript3.php208 'httpStatus', 'htmlText', 'hoursUTC', 'hours', 'hitTestTextNearPos',
H A Dvisualfoxpro.php243 'Hours','Id','In','Indexes','Information','Instruct',
H A Dtsql.php192 'FORCE_SERVICE_ALLOW_DATA_LOSS', 'FORCED', 'FORCEPLAN', 'FORMATFILE', 'FULLTEXT', 'GROUP_MAX_REQUESTS', 'HASH', 'HIGH', 'HONOR_BROKER_PRIORITY', 'HOURS',
/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.php63 $hours = floor($seconds / 3600);
65 if ($hours > 0) {
66 $time .= $hours.':';
71 if ($minutes < 10 && $hours > 0) {
H A DItem.php1146 $hours = null;
1157 $hours = (int) array_pop($temp);
1158 $seconds += $hours * 3600;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php857 $timearray['hours'] = 0;
864 ($timearray['hours'] << 11) |
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php833 9: Timezone hours
/dokuwiki/inc/parser/
H A Dhandler.php962 $p['refresh'] = 14400; // default to 4 hours
/dokuwiki/inc/
H A Dcommon.php1473 return sprintf($lang['hours'], round($ago / (60 * 60)));