Home
last modified time | relevance | path

Searched refs:Cookie (Results 1 – 25 of 33) sorted by path

12

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md171 * Bug fix: Now ignoring Set-Cookie headers that have no name.
176 * Bug fix: Cookie path matching fixes
402 `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of
557 * Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar`
642 * Now properly escaping the regular expression delimiter when matching Cookie domains.
695 * Bug fix: Cookie domains are now matched correctly according to RFC 6265
1081 * Moved all cookie code to Guzzle\Plugin\Cookie
1231 * Bug: Changed the default cookie header casing back to 'Cookie'
1237 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…
[all …]
H A DUPGRADING.md66 - `GuzzleHttp\Subscriber\Cookie` is now provided by
177 - `GuzzleHttp\Cookie\SetCookie`
563 - Cookie: Cookie parsing logic has been moved to
564 `GuzzleHttp\Cookie\SetCookie::fromString`.
581 - `GuzzleHttp\Subscriber\Cookie`: Replaces the old CookiePlugin. Cookie jar
582 code has moved to `GuzzleHttp\Cookie`.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php4 use GuzzleHttp\Cookie\CookieJar;
H A DMiddleware.php4 use GuzzleHttp\Cookie\CookieJarInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php2 namespace GuzzleHttp\Cookie;
H A DCookieJarInterface.php2 namespace GuzzleHttp\Cookie;
H A DFileCookieJar.php2 namespace GuzzleHttp\Cookie;
H A DSessionCookieJar.php2 namespace GuzzleHttp\Cookie;
H A DSetCookie.php2 namespace GuzzleHttp\Cookie;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md64 - Handle multiple Set-Cookie correctly
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md10 - PHP 8.1 deprecations in the `Cookie` class.
14 - Add `@return` and `@param` type annotations to Cookie class to avoid deprecations in PHP 8.1.
122 - Stop sending null values in Cookie object, which is against the protocol and may cause request to remote ends to fail.
150 - Cookies should now be set using `Cookie` value object instead of an array when passed to to `addCookie()` method of `WebDriverOptions`.
151 - Cookies retrieved using `getCookieNamed()` and `getCookies()` methods of `WebDriverOptions` are now encapsulated in `Cookie` object instead of an plain array. The object implements `ArrayAccess` interface to provide backward compatibility.
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php14 class Cookie implements \ArrayAccess class
34 * @return Cookie
39 throw new InvalidArgumentException('Cookie name should be set');
42 throw new InvalidArgumentException('Cookie value should be set');
110 throw new InvalidArgumentException(sprintf('Cookie domain "%s" should not contain a port', $domain));
261 throw new InvalidArgumentException('Cookie name should be non-empty');
265 throw new InvalidArgumentException('Cookie name should not contain a ";"');
275 throw new InvalidArgumentException('Cookie value is required when setting a cookie');
H A DWebDriverOptions.php33 * @see Cookie for description of possible cookie properties
34 * @param Cookie|array $cookie Cookie object. May be also created from array for compatibility reasons.
40 $cookie = Cookie::createFromArray($cookie);
42 if (!$cookie instanceof Cookie) {
43 throw new InvalidArgumentException('Cookie must be set from instance of Cookie class or from array.');
87 * @return Cookie|null The cookie, or null in JsonWire mode if no cookie with the given name is present
101 return Cookie::createFromArray($cookieArray);
117 * @return Cookie[] Th
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/math/
H A DMathJax.js19Cookie:{prefix:"mjx",expires:365,Set:function(a,e){var d=[];if(e){for(var g in e){if(e.hasOwnPrope… method in MathJax.Hub.Startup
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js51Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DAM_HTMLorMML.js48Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DAccessible-full.js68Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DAccessible.js65Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DMML_HTMLorMML-full.js51Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DMML_HTMLorMML.js49Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DTeX-MML-AM_HTMLorMML-full.js65Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DTeX-MML-AM_HTMLorMML.js62Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
H A DTeX-MML-AM_SVG-full.js58Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…

12