Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php59 public static function time_hms($seconds) argument
63 $hours = floor($seconds / 3600);
64 $remainder = $seconds % 3600;
70 $seconds = $remainder % 60;
74 if ($seconds < 10) {
75 $seconds = '0' . $seconds;
79 $time .= $seconds;
H A DSimplePie.php533 * @var int Cache duration (in seconds)
540 * @var int Auto-discovery cache duration (in seconds)
837 * @param int $timeout The maximum number of seconds to spend waiting to retrieve a feed.
913 * Set the length of time (in seconds) that the contents of a feed will be
916 * @param int $seconds The feed content cache duration
918 public function set_cache_duration($seconds = 3600) argument
920 $this->cache_duration = (int) $seconds;
924 * Set the length of time (in seconds) that the autodiscovered feed URL will
927 * @param int $seconds The autodiscovered feed URL cache duration.
929 public function set_autodiscovery_cache_duration($seconds argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DBUGS15 highlighted in just 6 seconds), but above about 25K things get a little slow... If
/dokuwiki/inc/lang/la/
H A Dlang.php258 $lang['seconds'] = 'a secundis %d';