Home
last modified time | relevance | path

Searched refs:getDiscard (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php81 if (!$cookie->getDiscard()) {
154 return !$cookie->getDiscard() && $cookie->getExpires();
193 if (!$cookie->getDiscard() && $c->getDiscard()) {
H A DSetCookie.php252 public function getDiscard() function in GuzzleHttp\\Cookie\\SetCookie