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 D | ClientSSL.php | 104 * Sets the connection timeout (in seconds) 105 * @param int $newTimeOut Timeout in seconds 115 * Returns the connection timeout (in seconds)
|
H A D | Client.php | 25 /** @var int Connection timeout in seconds */ 27 /** @var null|int Timeout for actual data transfer; in seconds */
|
/dokuwiki/inc/ |
H A D | fetch.functions.php | 23 * @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 D | io.php | 428 * It waits maximal 3 seconds for the lock, after this time 444 //waited longer than 3 seconds? -> stale lock
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | BUGS | 15 highlighted in just 6 seconds), but above about 25K things get a little slow... If
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | 65 $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 D | Cache.php | 70 * '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 D | adLDAPUtils.php | 257 * Round a Windows timestamp down to seconds and remove the seconds between 1601-01-01 and 1970-01-01
|
H A D | adLDAPUsers.php | 360 // 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 D | locktimer.js | 22 * @param {int} timeout Length of timeout in seconds
|
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/ |
H A D | UniversalFeedCreator.php | 156 * @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 D | cobol.php | 282 '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 D | sparql.php | 74 'MINUTES','SECONDS',
|
H A D | falcon.php | 95 "retract","round","seconds","serialize","set",
|
H A D | powershell.php | 117 '-SecondValue', '-SecondsRemaining', '-Seconds', '-Second', '-Scope', '-Root', '-Role',
|
H A D | actionscript3.php | 143 'secondsUTC', 'seconds', 'search', 'scrollV', 'scrollRect',
|
H A D | asymptote.php | 1000 'seconds',
|
H A D | visualfoxpro.php | 274 'Scale','Scheme','Scoreboard','Screen','Sdf','Seconds',
|
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | Memcache.php | 56 * prefixed with `sp_` and data will expire after 3600 seconds
|
H A D | Memcached.php | 56 * prefixed with `sp_` and data will expire after 3600 seconds
|
H A D | Redis.php | 56 * prefixed with `simple_primary-` and data will expire after 3600 seconds
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Misc.php | 58 public static function time_hms($seconds) 62 $hours = floor($seconds / 3600); 63 $remainder = $seconds % 3600; 69 $seconds = $remainder % 60; 73 if ($seconds < 10) { 74 $seconds = '0' . $seconds; 78 $time .= $seconds; 59 time_hms($seconds) global() argument
|
H A D | SimplePie.php | 532 * @var int Cache duration (in seconds) 539 * @var int Auto-discovery cache duration (in seconds) 835 * @param int $timeout The maximum number of seconds to spend waiting to retrieve a feed. 911 * Set the length of time (in seconds) that the contents of a feed will be 914 * @param int $seconds The feed content cache duration 916 public function set_cache_duration($seconds = 3600) 918 $this->cache_duration = (int) $seconds; argument 922 * Set the length of time (in seconds) that the autodiscovered feed URL will 925 * @param int $seconds The autodiscovered feed URL cache duration. 927 public function set_autodiscovery_cache_duration($seconds 929 set_autodiscovery_cache_duration($seconds = 604800) global() argument [all...] |
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
H A D | FeedCreator.php | 235 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
H A D | Zip.php | 859 $timearray['seconds'] = 0; 866 ($timearray['seconds'] >> 1);
|
12