Home
last modified time | relevance | path

Searched refs:getExpires (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DSetCookie.php76 if (!$this->getExpires() && $this->getMaxAge()) {
79 } elseif ($this->getExpires() && !is_numeric($this->getExpires())) {
80 $this->setExpires($this->getExpires());
210 public function getExpires() function in GuzzleHttp\\Cookie\\SetCookie
361 return $this->getExpires() !== null && time() > $this->getExpires();
DCookieJar.php80 if ($cookie->getExpires() || $allowSessionCookies) {
154 return !$cookie->getDiscard() && $cookie->getExpires();
200 if ($cookie->getExpires() > $c->getExpires()) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DSetCookie.php127 if (!$this->getExpires() && $this->getMaxAge()) {
130 } elseif (null !== ($expires = $this->getExpires()) && !\is_numeric($expires)) {
281 public function getExpires() function in GuzzleHttp\\Cookie\\SetCookie
447 return $this->getExpires() !== null && \time() > $this->getExpires();
DCookieJar.php72 if ($cookie->getExpires() || $allowSessionCookies) {
144 return !$cookie->getDiscard() && $cookie->getExpires();
189 if ($cookie->getExpires() > $c->getExpires()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1AsyncQueryResult.php41 public function getExpires() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQueryResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DHttpCacheControlResponseHeader.php73 public function getExpires() function in Google\\Service\\Container\\HttpCacheControlResponseHeader