Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJar.php116 return !$cookie->matchesDomain($domain);
124 && $cookie->matchesDomain($domain));
133 && $cookie->matchesDomain($domain));
233 if (!$sc->matchesDomain($request->getUri()->getHost())) {
278 && $cookie->matchesDomain($host)
DSetCookie.php415 public function matchesDomain(string $domain): bool function in GuzzleHttp\\Cookie\\SetCookie
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJar.php126 return !$cookie->matchesDomain($domain);
134 $cookie->matchesDomain($domain));
143 $cookie->matchesDomain($domain));
285 $cookie->matchesDomain($host) &&
DSetCookie.php334 public function matchesDomain($domain) function in GuzzleHttp\\Cookie\\SetCookie