/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverOptions.php | 33 * @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 D | Cookie.php | 14 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 D | compat.js | 2 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 D | CookieJarInterface.php | 2 namespace GuzzleHttp\Cookie;
|
H A D | SessionCookieJar.php | 2 namespace GuzzleHttp\Cookie;
|
H A D | FileCookieJar.php | 2 namespace GuzzleHttp\Cookie;
|
H A D | SetCookie.php | 2 namespace GuzzleHttp\Cookie;
|
H A D | CookieJar.php | 2 namespace GuzzleHttp\Cookie;
|
/plugin/diagramsnet/lib/math/extensions/ |
H A D | FontWarnings.js | 19 …Cookie.Set("fontWarn",{warned:true})};var g=function(){c.fade++;if(c.timer){delete c.timer}if(c.fa…
|
H A D | MathMenu.js | 19 …Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
|
/plugin/socialshareprivacy2/JC/ |
H A D | README.md | 63 ## 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 D | CHANGELOG.md | 10 - 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 D | Middleware.php | 4 use GuzzleHttp\Cookie\CookieJarInterface;
|
H A D | Client.php | 4 use GuzzleHttp\Cookie\CookieJar;
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | UPGRADING.md | 66 - `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 D | CHANGELOG.md | 171 * 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 D | CHANGELOG.md | 64 - Handle multiple Set-Cookie correctly
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorActions.java.bak | 522 if (!httppost.containsHeader("Cookie")) { 523 httppost.setHeader("Cookie", editor.getConfig().getCookies()); 1352 conn.setRequestProperty("Cookie", editor.getConfig().getCookies());
|
/plugin/jdraw/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/math/ |
H A D | MathJax.js | 19 …Cookie:{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 D | MML_HTMLorMML.js | 49 …Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
|
H A D | AM_HTMLorMML.js | 48 …Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.M…
|