Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJar.php123 return !($cookie->matchesPath($path)
132 && $cookie->matchesPath($path)
277 if ($cookie->matchesPath($path)
DSetCookie.php387 public function matchesPath(string $requestPath): bool function in GuzzleHttp\\Cookie\\SetCookie
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJar.php133 return !($cookie->matchesPath($path) &&
142 $cookie->matchesPath($path) &&
284 if ($cookie->matchesPath($path) &&
DSetCookie.php304 public function matchesPath($requestPath) function in GuzzleHttp\\Cookie\\SetCookie