Searched refs:getExpires (Results 1 – 6 of 6) sorted by relevance
76 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\\SetCookie361 return $this->getExpires() !== null && time() > $this->getExpires();
80 if ($cookie->getExpires() || $allowSessionCookies) {154 return !$cookie->getDiscard() && $cookie->getExpires();200 if ($cookie->getExpires() > $c->getExpires()) {
127 if (!$this->getExpires() && $this->getMaxAge()) {130 } elseif (null !== ($expires = $this->getExpires()) && !\is_numeric($expires)) {281 public function getExpires() function in GuzzleHttp\\Cookie\\SetCookie447 return $this->getExpires() !== null && \time() > $this->getExpires();
72 if ($cookie->getExpires() || $allowSessionCookies) {144 return !$cookie->getDiscard() && $cookie->getExpires();189 if ($cookie->getExpires() > $c->getExpires()) {
41 public function getExpires() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQueryResult
73 public function getExpires() function in Google\\Service\\Container\\HttpCacheControlResponseHeader