Home
last modified time | relevance | path

Searched refs:expiry (Results 1 – 17 of 17) sorted by relevance

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... javax/cache/spi/ javax/cache/expiry/ javax/cache/event/ META-INF ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioClient.js105 var expiry = new Date();
106 expiry.setYear(expiry.getFullYear() - 1);
107 document.cookie = name + '; expires=' + expiry.toUTCString();
H A DApp.js416 var expiry = new Date();
417 expiry.setYear(expiry.getFullYear() - 1);
418 document.cookie = 'MODE=; expires=' + expiry.toUTCString();
2627 var expiry = new Date();
2628 expiry.setYear(expiry.getFullYear() + 1);
2629 document.cookie = 'MODE=' + mode + '; expires=' + expiry.toUTCString();
2762 var expiry = new Date();
2763 expiry.setYear(expiry.getFullYear() - 1);
2764 document.cookie = 'MODE=; expires=' + expiry.toUTCString();
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php52 if (isset($cookieArray['expiry'])) {
53 $cookie->setExpiry($cookieArray['expiry']);
127 * @param int $expiry
129 public function setExpiry($expiry) argument
131 $this->offsetSet('expiry', (int) $expiry);
139 return $this->offsetGet('expiry');
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php174 private $expiry; variable in Google\\Auth\\OAuth2
1192 return $this->expiry;
1198 * @param int $expiry
1201 public function setExpiry($expiry) argument
1203 $this->expiry = $expiry;
/plugin/authucenter/lib/api/
H A Duc.php293 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
305 … ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0)…
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php221 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
222 return uc_authcode($string, $operation, $key, $expiry);
/plugin/botbouncer/lib/
H A Dbotbouncer.php328 private function setCache($key,$val,$expiry = 0) { argument
330 if (!$expiry) $expiry = 86400;
331 return $this->memCached->set($key,$val,$expiry);
/plugin/authucenter/lib/uc_client/
H A Dclient.php166 function uc_authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
178 … ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0)…
/plugin/news/
H A DREADME54 …only after the ttl has expired. Until the expiry time, it reads and outputs the previously creat…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md460 * Added configuration of Pushover notification retries/expiry
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
/plugin/openlayersmap/ol7/
H A Dol.js.map