Home
last modified time | relevance | path

Searched refs:time (Results 76 – 100 of 1835) sorted by path

12345678910>>...74

/plugin/anewssystem/
H A Daction.php133 elseif(($key=='start') && strtotime(trim($value)) < time()) {
H A Dsyntax.php706 elseif(($key=='start') && strtotime(trim($value)) < time()) {
711 elseif(($key=='stop') && strtotime(trim($value)) > time()) {
862 if(($key=='start') && strtotime(trim($value)) < time()) {
867 elseif(($key=='stop') && strtotime(trim($value)) > time()) {
1015 elseif(($key=='start') && strtotime(trim($value)) < time()) {
1023 elseif(($key=='stop') && strtotime(trim($value)) > time()) {
1227 elseif(($key=='start') && strtotime(trim($value)) < time()) {
/plugin/appendtoquery/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/approve/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/archivegenerator/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
H A Dadmin.php516 $time = round(microtime(true) - $startTime, 3);
517 $timedMessage = sprintf($this->getLang('seconds'), $time) . ': ' . $message;
/plugin/archiveupload/
H A DCOPYING189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/asana/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/asiansearch/
H A DCOPYING189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/attribute/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/authclientcert/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/authdjango/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/authdrupal7/
H A DCOPYING189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/authdrupal8/
H A Dpassword.inc85 * process. A larger value is more secure, but takes more time to complete.
107 * process. A larger value is more secure, but takes more time to complete.
/plugin/authfacebook/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
H A Dauth.php101 …$this->_updateCookie($_SESSION[DOKU_COOKIE]['authfacebook']['token'], time() + 60 * 60 * 24 * 365);
214 $this->_updateCookie('', time() - 600000);
226 function _updateCookie($value, $time) { argument
231 …setcookie(AUTHFACEBOOK_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()),…
233 …setcookie(AUTHFACEBOOK_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php101 return $this->expiresAt->getTimestamp() > time() + (60 * 60 * 2);
119 return $this->getExpiresAt()->getTimestamp() < time();
H A DAccessTokenMetadata.php359 if ($this->getExpiresAt()->getTimestamp() < time()) {
/plugin/authfacebook/lib/
H A DSignedRequest.php136 $payload['issued_at'] = isset($payload['issued_at']) ? $payload['issued_at'] : time();
/plugin/authg2fa/
H A DGoogleAuthenticator.php45 $timeSlice = floor(time() / 30);
51 $time = chr(0).chr(0).chr(0).chr(0).pack('N*', $timeSlice);
53 $hm = hash_hmac('SHA1', $time, $secretkey, true);
91 $currentTimeSlice = floor(time() / 30);
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/authgoogle/
H A Dauth.php96 … $this->_updateCookie($_SESSION[DOKU_COOKIE]['authgoogle']['token'], time() + 60 * 60 * 24 * 365);
218 $this->_updateCookie('', time() - 600000);
221 function _updateCookie($value, $time) { argument
226 …setcookie(AUTHGOOGLE_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), t…
228 … setcookie(AUTHGOOGLE_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php107 $this->token['created'] = time();
286 $this->token['created'] = time();
325 + ($this->token['expires_in'] - 30)) < time();
419 $now = time();
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php75 if (!$expiration || (time() - $ret['time'] > $expiration)) {
86 if (@apc_store($key, array('time' => time(), 'data' => serialize($value))) == false) {
H A DGoogle_FileCache.php97 $now = time();

12345678910>>...74