Home
last modified time | relevance | path

Searched refs:setExpires (Results 1 – 4 of 4) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DSetCookie.php106 $this->setExpires($data['Expires']);
129 $this->setExpires(\time() + $this->getMaxAge());
131 $this->setExpires($expires);
291 public function setExpires($timestamp): void function in GuzzleHttp\\Cookie\\SetCookie
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DSetCookie.php78 $this->setExpires(time() + $this->getMaxAge());
80 $this->setExpires($this->getExpires());
220 public function setExpires($timestamp) function in GuzzleHttp\\Cookie\\SetCookie
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1AsyncQueryResult.php34 public function setExpires($expires) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQueryResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DHttpCacheControlResponseHeader.php66 public function setExpires($expires) function in Google\\Service\\Container\\HttpCacheControlResponseHeader