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 relevance

12

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php104 * Sets the connection timeout (in seconds)
105 * @param int $newTimeOut Timeout in seconds
115 * Returns the connection timeout (in seconds)
H A DClient.php25 /** @var int Connection timeout in seconds */
27 /** @var null|int Timeout for actual data transfer; in seconds */
/dokuwiki/inc/
H A Dfetch.functions.php23 * @param int $cache remaining cache time in seconds (-1 for $conf['cache'], 0 for no-cache)
192 * Returns the wanted cachetime in seconds
199 * @return int cachetime in seconds
H A Dio.php427 * It waits maximal 3 seconds for the lock, after this time
443 //waited longer than 3 seconds? -> stale lock
/dokuwiki/vendor/geshi/geshi/
H A DBUGS15 highlighted in just 6 seconds), but above about 25K things get a little slow... If
/dokuwiki/conf/
H A Ddokuwiki.php65 $conf['auth_security_timeout'] = 900; //time (seconds) auth data is considered valid, set to 0 to recheck on every page view
75 $conf['indexdelay'] = 60*60*24*5; //allow indexing after this time (seconds) default is 5 days
86 $conf['cachetime'] = 60*60*24; //maximum age for cachefile in seconds (defaults to a day)
139 $conf['rss_update'] = 5*60; //Update the RSS feed every n seconds (defaults to 5 minutes)
/dokuwiki/inc/Cache/
H A DCache.php70 * 'age' => max age of the cache in seconds
99 * age - expire cache if older than age (seconds)
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php257 * Round a Windows timestamp down to seconds and remove the seconds between 1601-01-01 and 1970-01-01
H A DadLDAPUsers.php360 // The number of seconds between this date and Unix epoch is 11644473600.
365 // We also need to scale this to seconds but also this value is a _negative_ quantity!
/dokuwiki/lib/scripts/
H A Dlocktimer.js22 * @param {int} timeout Length of timeout in seconds
/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/geshi/geshi/src/geshi/
H A Dcobol.php282 'SD', 'SEARCH-OPTIONS', 'SEARCH-TEXT', 'SECONDS',
371 'LOCALE-DATE', 'LOCALE-TIME', 'LOCALE-TIME-FROM-SECONDS',
378 'SECONDS-FROM-FORMATTED-TIME', 'SIGN', 'SIN', 'SQRT',
379 'SECONDS-PAST-MIDNIGHT', 'STANDARD-DEVIATION', 'STANDARD-COMPARE',
H A Dsparql.php74 'MINUTES','SECONDS',
H A Dfalcon.php95 "retract","round","seconds","serialize","set",
H A Dpowershell.php117 '-SecondValue', '-SecondsRemaining', '-Seconds', '-Second', '-Scope', '-Root', '-Role',
H A Dactionscript3.php143 'secondsUTC', 'seconds', 'search', 'scrollV', 'scrollRect',
H A Dasymptote.php1000 'seconds',
H A Dvisualfoxpro.php274 'Scale','Scheme','Scoreboard','Screen','Sdf','Seconds',
/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
H A DRedis.php57 * prefixed with `simple_primary-` and data will expire after 3600 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 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/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);

12