Home
last modified time | relevance | path

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

12

/plugin/combo/vendor/php-webdriver/webdriver/lib/
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...]
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');
/plugin/freechat/phpfreechat/data/public/js/
H A Dcompat.js2 var Cookie = class
49 Cookie.write('cookiesEnabled', 1);
50 var boolCookiesEnabled = Cookie.read('cookiesEnabled');
51 Cookie.remove('cookiesEnabled');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php2 namespace GuzzleHttp\Cookie;
H A DSessionCookieJar.php2 namespace GuzzleHttp\Cookie;
H A DFileCookieJar.php2 namespace GuzzleHttp\Cookie;
H A DSetCookie.php2 namespace GuzzleHttp\Cookie;
H A DCookieJar.php2 namespace GuzzleHttp\Cookie;
/plugin/diagramsnet/lib/math/extensions/
H A DFontWarnings.js19Cookie.Set("fontWarn",{warned:true})};var g=function(){c.fade++;if(c.timer){delete c.timer}if(c.fa…
H A DMathMenu.js19Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
/plugin/socialshareprivacy2/JC/
H A DREADME.md63 ## Cookie Options
65 Cookie attributes can be set globally by setting properties of the `$.cookie.defaults` object or in…
83 (From [Internet Explorer Cookie Internals (FAQ)](http://blogs.msdn.com/b/ieinternals/archive/2009/0…
/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/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php4 use GuzzleHttp\Cookie\CookieJarInterface;
H A DClient.php4 use GuzzleHttp\Cookie\CookieJar;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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`.
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 …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md64 - Handle multiple Set-Cookie correctly
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak522 if (!httppost.containsHeader("Cookie")) {
523 httppost.setHeader("Cookie", editor.getConfig().getCookies());
1352 conn.setRequestProperty("Cookie", editor.getConfig().getCookies());
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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 DMML_HTMLorMML.js49Cookie.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…

12