Home
last modified time | relevance | path

Searched refs:matchesPath (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php133 return !($cookie->matchesPath($path) &&
142 $cookie->matchesPath($path) &&
284 if ($cookie->matchesPath($path) &&
H A DSetCookie.php304 public function matchesPath($requestPath) function in GuzzleHttp\\Cookie\\SetCookie