Home
last modified time | relevance | path

Searched refs:minutes (Results 1 – 3 of 3) sorted by relevance

/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.':';
/dokuwiki/inc/lang/la/
H A Dlang.php257 $lang['minutes'] = 'a minutis %d';
/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.