| /plugin/linkcheck/ ! |
| D | helperfunctions.php | 3 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/ ! |
| D | cache-api-1.1.1.jar | ... javax/cache/spi/
javax/cache/expiry/
javax/cache/event/
META-INF ... |
| D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
| D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
| D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/diagramsnet/lib/js/diagramly/ ! |
| D | DrawioClient.js | 105 var expiry = new Date(); 106 expiry.setYear(expiry.getFullYear() - 1); 107 document.cookie = name + '; expires=' + expiry.toUTCString();
|
| D | App.js | 416 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 D | Cookie.php | 127 * @param int $expiry 129 public function setExpiry($expiry) argument 131 $this->offsetSet('expiry', (int) $expiry);
|
| /plugin/authgooglesheets/vendor/google/auth/src/ ! |
| D | OAuth2.php | 174 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/ ! |
| D | uc.php | 293 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/ ! |
| D | base.php | 221 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument 222 return uc_authcode($string, $operation, $key, $expiry);
|
| /plugin/botbouncer/lib/ ! |
| D | botbouncer.php | 328 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/ ! |
| D | client.php | 166 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/ ! |
| D | README | 54 …only after the ttl has expired. Until the expiry time, it reads and outputs the previously creat…
|
| /plugin/authgooglesheets/vendor/monolog/monolog/ ! |
| D | CHANGELOG.md | 460 * Added configuration of Pushover notification retries/expiry
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ ! |
| D | CHANGELOG.md | 66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ ! |
| D | CHANGELOG.md | 345 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
|
| /plugin/openlayersmap/ol/ ! |
| D | ol.js.map | 1 …expiry\n */\n release() {\n // to remove the `change` listener on this tile in `ol/TileQueue…
|