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 26 – 43 of 43) sorted by relevance

12

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1144 $seconds = null;
1150 $seconds = (int) array_pop($temp);
1154 $seconds += $minutes * 60;
1158 $seconds += $hours * 3600;
1161 $duration_parent = $seconds;
H A DSanitize.php99 * @var int Cache duration (in seconds)
H A DEnclosure.php426 * @param bool $convert Convert seconds into hh:mm:ss
/dokuwiki/vendor/geshi/geshi/src/geshi/
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?',
H A Dabap.php1114 'seconds',
H A Dtsql.php163 'ROWGUIDCOL', 'ROWS', 'RULE', 'SAVE', 'SAVEPOINT', 'SCHEMA', 'SCHEMA_AND_DATA', 'SCOPE', 'SCROLL', 'SEARCH', 'SECONDS', 'SECTION', 'SELECT', 'SEND', 'SENT',
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php740 // Convert the number of seconds to an integer, taking decimals into account
/dokuwiki/lib/plugins/authad/
H A Dauth.php195 * expiresin int seconds until the password expires
/dokuwiki/inc/HTTP/
H A DHTTPClient.php25 public $timeout = 15; // read timeout (seconds)
/dokuwiki/inc/parser/
H A Dhandler.php960 $p['refresh'] = max(600, $match[1] * $period[$match[2]]); // n * period in seconds, minimum 10 minutes
/dokuwiki/inc/Search/
H A DIndexer.php961 // we waited 5 seconds for that lock
/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/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
/dokuwiki/inc/
H A Dcommon.php1478 return sprintf($lang['seconds'], $ago);
H A Dmedia.php1881 * @param int $cache cachetime in seconds
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php

12