Home
last modified time | relevance | path

Searched refs:time (Results 151 – 175 of 1835) sorted by path

12345678910>>...74

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php450 $time = isset($var[0]) ? $var[0] : null;
452 return $this->sftp->touch($path, $time, $atime);
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemInterface.php104 public function expiresAfter($time); argument
/plugin/authhiorgserver/
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/authhttp/
H A DREADME14 through the login form all the time when you have instead already configured
/plugin/authjoomla/
H A Dauth.php67 setcookie('joomla_user_state', '', time() - 3600, '/');
/plugin/authldaplocal/
H A DLICENSE207 6. Each time you redistribute the Program (or any work based on the
256 of the General Public License from time to time. Such new versions will
/plugin/authlemonldap/
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/authlinotp/
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/authloginapi/
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 Daction.php67 'time' => time(),
H A Dauth.php87 if (abs($data['time'] - time()) > 600) {
/plugin/authmantis/
H A DLICENSE.md420 violation by some reasonable means, this is the first time you have
444 Each time you convey a covered work, the recipient automatically
563 of the GNU General Public License from time to time. Such new versions
/plugin/authnc/
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/authorlist/
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/authowncloud/
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/authphpbb3/
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.php788 $current_time = time();
/plugin/authplaincas/
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/authsaml/
H A Dsaml.php185 $time = $sticky ? (time() + 60 * 60 * 24 * 365) : 0; //one year
187 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
189 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
196 $_SESSION[DOKU_COOKIE]['auth']['time'] = time();
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php942 $message = sprintf("[%s]: %s\n", date('c', time()), $message);
/plugin/authucenter/
H A Dauth.php470 $timestamp = time();
/plugin/authucenter/lib/api/
H A Duc.php45 $timestamp = time();
129 $time = $get['time'];
305 …ode(substr($string, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($…
333 …if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16)…
/plugin/authucenter/lib/uc_client/
H A Dclient.php130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO…
178 …ode(substr($string, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($…
206 …if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16)…
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php47 $dateline = $this->time;
H A Dmail.php35 $mail['dateline'] = $this->time;

12345678910>>...74