Home
last modified time | relevance | path

Searched refs:shouldPersist (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php47 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
H A DFileCookieJar.php54 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
H A DCookieJar.php76 public static function shouldPersist( function in GuzzleHttp\\Cookie\\CookieJar