/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | cache-api-1.1.1.jar | ... javax/cache/spi/
javax/cache/expiry/
javax/cache/event/
META-INF ... |
H A D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
H A D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioClient.js | 105 var expiry = new Date(); 106 expiry.setYear(expiry.getFullYear() - 1); 107 document.cookie = name + '; expires=' + expiry.toUTCString();
|
H A 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 | 52 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 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/ |
H A 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/ |
H A D | base.php | 221 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument 222 return uc_authcode($string, $operation, $key, $expiry);
|
/plugin/botbouncer/lib/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | CHANGELOG.md | 460 * Added configuration of Pushover notification retries/expiry
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|