Searched refs:SetCookie (Results 1 – 17 of 17) sorted by relevance
14 * @var SetCookie[] Loaded cookie data35 if (!($cookie instanceof SetCookie)) {36 $cookie = new SetCookie($cookie);52 $cookieJar->setCookie(new SetCookie([67 * @param SetCookie $cookie Being evaluated.70 public static function shouldPersist(SetCookie $cookie, bool $allowSessionCookies = false): bool86 * @return SetCookie|null cookie that was found or null if not found88 public function getCookieByName(string $name): ?SetCookie101 return \array_map(static function (SetCookie $cookie): array {115 static function (SetCookie $cookie) use ($domain): bool {[all …]
45 * @param SetCookie $cookie Cookie to set.49 public function setCookie(SetCookie $cookie): bool;
50 /** @var SetCookie $cookie */71 $this->setCookie(new SetCookie($cookie));
60 /** @var SetCookie $cookie */95 $this->setCookie(new SetCookie($cookie));
8 class SetCookie class
12 /** @var SetCookie[] Loaded cookie data */30 if (!($cookie instanceof SetCookie)) {31 $cookie = new SetCookie($cookie);49 $cookieJar->setCookie(new SetCookie([72 * @param SetCookie $cookie Being evaluated.77 SetCookie $cookie,93 * @return SetCookie|null cookie that was found or null if not found112 return array_map(function (SetCookie $cookie) {125 function (SetCookie $cookie) use ($domain) {132 function (SetCookie $cookie) use ($path, $domain) {[all …]
45 * @param SetCookie $cookie Cookie to set.49 public function setCookie(SetCookie $cookie);
46 /** @var SetCookie $cookie */66 $this->setCookie(new SetCookie($cookie));
53 /** @var SetCookie $cookie */85 $this->setCookie(new SetCookie($cookie));
7 class SetCookie class
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
177 - `GuzzleHttp\Cookie\SetCookie`564 `GuzzleHttp\Cookie\SetCookie::fromString`.
402 `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of
227 - `GuzzleHttp\Cookie\SetCookie`614 `GuzzleHttp\Cookie\SetCookie::fromString`.
40 - Fix `SetCookie::fromString` MaxAge deprecation warning and skip invalid MaxAge values698 `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...