Home
last modified time | relevance | path

Searched refs:Cookie (Results 1 – 25 of 45) 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 reas…
40 $cookie = Cookie::createFromArray($cookie);
42 if (!$cookie instanceof Cookie) {
87 …* @return Cookie|null The cookie, or null in JsonWire mode if no cookie with the given name is pre…
101 return Cookie::createFromArray($cookieArray);
117 * @return Cookie[] The array of cookies presented.
128 $cookies[] = Cookie::createFromArray($cookieArray);
H A DCookie.php14 class Cookie implements \ArrayAccess class
34 * @return Cookie
/plugin/freechat/phpfreechat/data/public/js/
Dcompat.js2 var Cookie = variable
49 Cookie.write('cookiesEnabled', 1);
50 var boolCookiesEnabled = Cookie.read('cookiesEnabled');
51 Cookie.remove('cookiesEnabled');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJarInterface.php2 namespace GuzzleHttp\Cookie;
DSessionCookieJar.php2 namespace GuzzleHttp\Cookie;
DFileCookieJar.php2 namespace GuzzleHttp\Cookie;
DSetCookie.php2 namespace GuzzleHttp\Cookie;
DCookieJar.php2 namespace GuzzleHttp\Cookie;
/plugin/diagramsnet/lib/math/extensions/
DFontWarnings.js19Cookie.Set("fontWarn",{warned:true})};var g=function(){c.fade++;if(c.timer){delete c.timer}if(c.fa…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJarInterface.php3 namespace GuzzleHttp\Cookie;
DSessionCookieJar.php3 namespace GuzzleHttp\Cookie;
DFileCookieJar.php3 namespace GuzzleHttp\Cookie;
DCookieJar.php3 namespace GuzzleHttp\Cookie;
DSetCookie.php3 namespace GuzzleHttp\Cookie;
/plugin/socialshareprivacy2/JC/
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/json/demo/
Djson_definition_demo.txt85 [[json_definition_demo?json_recipe=recipe_butter_cookie|JSON Data Definition Demo - Butter Cookie]]
88 …pe=recipe_butter_cookie#external_file_from_query_string|JSON Data Definition Demo - Butter Cookie]]
280 Make again 'Butter Cookie Enhanced', which is based on 'Butter Cookie':
302 … cookie super enhanced", which is based on 'Butter Cookie Enhanced', which is based on 'Butter Coo…
/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…
150 - Cookies should now be set using `Cookie` value object instead of an array when passed to to `addC…
151 …nd `getCookies()` methods of `WebDriverOptions` are now encapsulated in `Cookie` object instead of…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DMiddleware.php4 use GuzzleHttp\Cookie\CookieJarInterface;
DClient.php4 use GuzzleHttp\Cookie\CookieJar;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DMiddleware.php5 use GuzzleHttp\Cookie\CookieJarInterface;
DClient.php5 use GuzzleHttp\Cookie\CookieJar;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md29 - Function `GuzzleHttp\Cookie\CookieJar::getCookieValue` is removed.
116 - `GuzzleHttp\Subscriber\Cookie` is now provided by
227 - `GuzzleHttp\Cookie\SetCookie`
613 - Cookie: Cookie parsing logic has been moved to
614 `GuzzleHttp\Cookie\SetCookie::fromString`.
631 - `GuzzleHttp\Subscriber\Cookie`: Replaces the old CookiePlugin. Cookie jar
632 code has moved to `GuzzleHttp\Cookie`.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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`.
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 …]

12