Home
last modified time | relevance | path

Searched +full:seconds -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 43) sorted by last modified time

12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dasymptote.php1000 'seconds',
H A Dsparql.php74 'MINUTES','SECONDS',
H A Dvisualfoxpro.php274 'Scale','Scheme','Scoreboard','Screen','Sdf','Seconds',
H A Dpowershell.php117 '-SecondValue', '-SecondsRemaining', '-Seconds', '-Second', '-Scope', '-Root', '-Role',
H A Dracket.php149 'current-readtable', 'current-seconds', 'current-security-guard',
196 'file-or-directory-identity', 'file-or-directory-modify-seconds',
385 'round', 'seconds->date', 'security-guard?',
/dokuwiki/inc/
H A Dio.php427 * It waits maximal 3 seconds for the lock, after this time
443 //waited longer than 3 seconds? -> stale lock
H A Dcommon.php1478 return sprintf($lang['seconds'], $ago);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php156 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to 3600 =
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php57 * prefixed with `sp_` and data will expire after 3600 seconds
H A DMemcached.php57 * prefixed with `sp_` and data will expire after 3600 seconds
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php25 /** @var int Connection timeout in seconds */
27 /** @var null|int Timeout for actual data transfer; in seconds */
H A DClientSSL.php104 * Sets the connection timeout (in seconds)
105 * @param int $newTimeOut Timeout in seconds
115 * Returns the connection timeout (in seconds)
/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 DSanitize.php99 * @var int Cache duration (in 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/simplepie/simplepie/src/Parse/
H A DDate.php740 // Convert the number of seconds to an integer, taking decimals into account
/dokuwiki/inc/Search/
H A DIndexer.php961 // we waited 5 seconds for that lock
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php235 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php859 $timearray['seconds'] = 0;
866 ($timearray['seconds'] >> 1);
/dokuwiki/vendor/geshi/geshi/
H A DBUGS15 highlighted in just 6 seconds), but above about 25K things get a little slow... If
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php1305 private static function stream_select(&$read, &$write, &$except, $seconds, $microseconds = null)
1307 $remaining = $seconds + $microseconds / 1000000;
1310 $result = @stream_select($read, $write, $except, $seconds, $microseconds);
1315 $seconds = (int) ($remaining - floor($elapsed));
1316 $microseconds = (int) (1000000 * ($remaining - $seconds));
2800 * Sends an SSH2_MSG_IGNORE message every x seconds, if x is a positive non-zero number.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/lib/scripts/
H A Dlocktimer.js22 * @param {int} timeout Length of timeout in seconds
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1269 // https://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#page=28 says "the seconds

12