Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 16 of 16) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DCookie.php17 protected $cookie = []; variable in Facebook\\WebDriver\\Cookie
28 $this->cookie['name'] = $name;
29 $this->cookie['value'] = $value;
44 $cookie = new self($cookieArray['name'], $cookieArray['value']);
47 $cookie->setPath($cookieArray['path']);
50 $cookie->setDomain($cookieArray['domain']);
53 $cookie->setExpiry($cookieArray['expiry']);
56 $cookie->setSecure($cookieArray['secure']);
59 $cookie->setHttpOnly($cookieArray['httpOnly']);
62 $cookie->setSameSite($cookieArray['sameSite']);
[all …]
H A DWebDriverOptions.php34 …* @param Cookie|array $cookie Cookie object. May be also created from array for compatibility reas…
37 public function addCookie($cookie) argument
39 if (is_array($cookie)) { // @todo @deprecated remove in 2.0
40 $cookie = Cookie::createFromArray($cookie);
42 if (!$cookie instanceof Cookie) {
48 ['cookie' => $cookie->toArray()]
105 foreach ($cookies as $cookie) {
106 if ($cookie['name'] === $name) {
107 return $cookie;
/template/kiwiki/
H A Dscript.js19 if($.cookie("theme")=="system-color"){
25 document.cookie = "theme=darkmode;path=/;";
29 document.cookie = "theme=lightmode;path=/;";
87 if (!!$.cookie("theme")) {
91 document.cookie = "theme=darkmode;path=/;";
95 document.cookie = "theme=lightmode;path=/;";
100 document.cookie = "theme=lightmode;path=/;";
103 document.cookie = "theme=darkmode;path=/;";
H A DREADME.md146 - Override with cookie when clicking a button
/template/lisps/
Dscript.js53 if(jQuery.cookie("sidebar_close")==1){ //cookie gesetzt?
132 jQuery.cookie("sidebar_close",1);
140 jQuery.cookie("sidebar_close",0);
/template/mindthedark/
Dscript.js96 document.cookie = "theme=dark; expires=Wed, 05 Aug 2039 23:00:00 UTC; path=/"
101 document.cookie = "theme=light; expires=Wed, 05 Aug 2039 23:00:00 UTC; path=/"
/template/ad-hominem/
H A Dscript.js333 var cookie = jQuery.cookie('cookielaw');
335 if ( (cookie !== '1') && (btn.length >= 1) ) { // if found only
356 …document.cookie = 'cookielaw=1; path=' + path + '; expires=' + date.toUTCString() + '; SameSite=La…
/template/mikio/assets/
H A Dmikio.js762 let decodedCookie = decodeURIComponent(document.cookie);
780 document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=Lax";
784 document.cookie = cname + "=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/;SameSite=Lax";
/template/codowik/js/
Dlayout.js1715 if (!key) key = (sm && sm.cookie ? sm.cookie.name : '') || o.name; // look for a name/key
5167 $.ui.cookie = {
5174 c = document.cookie
5213 …document.cookie = name +"="+ (clear ? "" : encodeURIComponent( val )) + params; // write or clear …
5217 $.ui.cookie.write(name, "", {expires: -1});
5223 if (!$.cookie) $.cookie = function (k, v, o) {
5224 var C = $.ui.cookie;
5278 , cookie: { property
5309 , oC = $.extend(true, {}, sm.cookie, cookieOpts || null)
5312 $.ui.cookie.write( oC.name || o.name || "Layout", $.layout.state.encodeJSON(data), oC );
[all …]
/template/strap/
H A Dyarn.lock506 tough-cookie "^4.1.4"
826 tough-cookie@^4.1.4:
828 resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz"
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md63 - Support of SameSite cookie property.
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js31cookie='FBLiteSettings=;expires='+exdate.toGMTString();location.reload(true);},readCookie:function…
33 …ate.setDate(exdate.getDate()+365);firebug.internal.targetWindow.document.cookie='FBLiteSettings='+…
H A Dfirebug-lite-1.2.js498 document.cookie='FBLiteSettings=;expires='+exdate.toGMTString();
505 if(firebug.internal.targetWindow.document.cookie.length>0) {
506 cookieArr=firebug.internal.targetWindow.document.cookie.split('; ');
597 …firebug.internal.targetWindow.document.cookie='FBLiteSettings='+values+';expires='+exdate.toGMTStr…
H A Dfirebug-lite-1.4.js1419 }document.cookie=name+"="+value+expires+"; path=/"
1422 var ca=document.cookie.split(";");
/template/mikio/icons/fontawesome5/css/
H A Dall.min.css5 …e{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-b…
/template/writr/css/
Dbootstrap-icons.less1994 .bi-cookie::before { content: "\f6ee"; }