Home
last modified time | relevance | path

Searched refs:CookieJar (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DSessionCookieJar.php7 class SessionCookieJar extends CookieJar
47 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
DFileCookieJar.php7 class FileCookieJar extends CookieJar
54 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
DCookieJar.php10 class CookieJar implements CookieJarInterface class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DSessionCookieJar.php8 class SessionCookieJar extends CookieJar
52 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
DFileCookieJar.php10 class FileCookieJar extends CookieJar
62 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
DCookieJar.php11 class CookieJar implements CookieJarInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DClient.php4 use GuzzleHttp\Cookie\CookieJar; alias
263 $this->config['cookies'] = new CookieJar();
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DClient.php5 use GuzzleHttp\Cookie\CookieJar; alias
261 $this->config['cookies'] = new CookieJar();
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md288 * `CookieJar::getCookieValue()` [#2433](https://github.com/guzzle/guzzle/pull/2433)
329 * Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/…
854 * Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar`
1534 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…
DUPGRADING.md29 - Function `GuzzleHttp\Cookie\CookieJar::getCookieValue` is removed.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md51 * Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/…
557 * Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar`
1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…