Home
last modified time | relevance | path

Searched refs:setCookie (Results 26 – 32 of 32) sorted by last modified time

12

/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js8 function setCookie(name, value, expires, path, domain, secure) { function
56 setCookie('checking_for_cookie_support', 'testing123', '', (rootPath != null ? rootPath : ''));
H A Dpfcclient.js1713 setCookie('pfc_nickmarker', this.nickmarker);
1752 setCookie('pfc_clock', this.clock);
1789 setCookie('pfc_issoundenable', this.issoundenable);
1853 setCookie('pfc_minmax_status', this.minmax_status);
2025 setCookie('pfc_current_text_color', this.current_text_color);
2048 setCookie('pfc_showsmileys', this.showsmileys);
2096 setCookie('pfc_showwhosonline', this.showwhosonline);
/plugin/tindexmenu/
H A Dindexmenu-full.js312 this.setCookie('cs' + this.obj, cn.id);
397 this.setCookie('co' + this.obj, 'cookieValue', yday);
398 this.setCookie('cs' + this.obj, 'cookieValue', yday);
402 dTree.prototype.setCookie = function(cookieName, cookieValue, expires, path, method in dTree
436 this.setCookie('co' + this.obj, str);
H A Dindexmenu.js38 …;b.className="nodeSel";this.selectedNode=a;this.config.useCookies&&this.setCookie("cs"+this.obj,d.…
42 …tTime()-864E5);this.setCookie("co"+this.obj,"cookieValue",a);this.setCookie("cs"+this.obj,"cookieV… method in dTree
43 …is.aNodes[c].pid!=this.root.id&&(a&&(a+="."),a+=this.aNodes[c].id);this.setCookie("co"+this.obj,a)…
/plugin/favoris/
H A Daction.php58 …foreach ($_COOKIE['favoris'] as $page => $cpt) if ($page != "off") setCookie("favoris[$page]", "",…
67 if ($cpt != "-1") setCookie("favoris[$page]", "", time()-3600, '/');
85 setCookie("favoris[".$INFO['id']."]","$cpt;".time(), time()+60*60*24*7, '/');
H A Dfavoris.js16 function setCookie(name, value, expires, path, domain, secure) { function
122setCookie('fav_maxRec', document.getElementById('maxRec').value, new Date('July 21, 2099 00:00:00'…
123setCookie('fav_maxFav', document.getElementById('maxFav').value, new Date('July 21, 2099 00:00:00'…
/plugin/chat/
H A Dscript.js538 setCookie(name, value, expiref);

12