Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php126 return !$cookie->matchesDomain($domain);
134 $cookie->matchesDomain($domain));
143 $cookie->matchesDomain($domain));
285 $cookie->matchesDomain($host) &&
H A DSetCookie.php334 public function matchesDomain($domain) function in GuzzleHttp\\Cookie\\SetCookie