Home
last modified time | relevance | path

Searched refs:cookieFile (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DFileCookieJar.php18 * @param string $cookieFile File to store the cookie data
24 public function __construct($cookieFile, $storeSessionCookies = false) argument
27 $this->filename = $cookieFile;
30 if (file_exists($cookieFile)) {
31 $this->load($cookieFile);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DFileCookieJar.php25 * @param string $cookieFile File to store the cookie data
31 public function __construct(string $cookieFile, bool $storeSessionCookies = false) argument
34 $this->filename = $cookieFile;
37 if (\file_exists($cookieFile)) {
38 $this->load($cookieFile);