Home
last modified time | relevance | path

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

/plugin/linkcheck/
Dhelperfunctions.php3 function expiry_ensurenum($expiry){ argument
4 if(!$expiry) return 0;
5 if(!is_numeric($expiry)) {
6 $expiry_=$expiry; #backup for error message.
8 $expiry=preg_replace("/^([0-9]+)([a-zA-Z])/",'$1 $2',$expiry);
9 if(($expiry = strtotime("+$expiry",0))===false){
13 return $expiry;
15 function expiry_totime($expiry,$expirytime=null){ argument
17 $expiry=expiry_ensurenum($expiry);
18 if(!$expiry) return 0;
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcache-api-1.1.1.jar ... javax/cache/spi/ javax/cache/expiry/ javax/cache/event/ META-INF ...
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
DDrawioClient.js105 var expiry = new Date();
106 expiry.setYear(expiry.getFullYear() - 1);
107 document.cookie = name + '; expires=' + expiry.toUTCString();
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.php127 * @param int $expiry
129 public function setExpiry($expiry) argument
131 $this->offsetSet('expiry', (int) $expiry);
/plugin/authgooglesheets/vendor/google/auth/src/
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/
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/
Dbase.php221 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
222 return uc_authcode($string, $operation, $key, $expiry);
/plugin/botbouncer/lib/
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/
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/
DREADME54 …only after the ttl has expired. Until the expiry time, it reads and outputs the previously creat…
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md460 * Added configuration of Pushover notification retries/expiry
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md345 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
/plugin/openlayersmap/ol/
Dol.js.map1expiry\n */\n release() {\n // to remove the `change` listener on this tile in `ol/TileQueue…