Home
last modified time | relevance | path

Searched refs:setCookie (Results 1 – 25 of 32) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DJwtLocation.php42 public function setCookie($cookie) function in Google\\Service\\ServiceConsumerManagement\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DJwtLocation.php42 public function setCookie($cookie) function in Google\\Service\\ServiceManagement\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DJwtLocation.php42 public function setCookie($cookie) function in Google\\Service\\ServiceNetworking\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DJwtLocation.php42 public function setCookie($cookie) function in Google\\Service\\ServiceUsage\\JwtLocation
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php33 $this->setCookie($cookie);
49 $cookieJar->setCookie(new SetCookie([
159 public function setCookie(SetCookie $cookie) function in GuzzleHttp\\Cookie\\CookieJar
243 $this->setCookie($sc);
H A DCookieJarInterface.php49 public function setCookie(SetCookie $cookie); function
H A DFileCookieJar.php85 $this->setCookie(new SetCookie($cookie));
H A DSessionCookieJar.php66 $this->setCookie(new SetCookie($cookie));
/plugin/chat/
H A Dscript.js538 setCookie(name, value, expiref);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md254 …ethod-getCookie) and [`CKEDITOR.tools.setCookie()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools…
H A Dckeditor.js38 …ase()),b===a)return decodeURIComponent(1<d.length?d[1]:"");return null},setCookie:function(a,g){do…
39 …At(a[d]%36),g=g+(.5<Math.random()?b.toUpperCase():b);a=g;CKEDITOR.tools.setCookie("ckCsrfToken",a)…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js41 …taFromString(this.getCookie(a))},set:function(a,c){var d=b.convertDataToString(c);this.setCookie(a,
42 …\]\\\/\+^])/g,"\\$1")+"\x3d([^;]*)")))?decodeURIComponent(a[1]):void 0},setCookie:function(a,b,c){…
43 "\x3d"+b);document.cookie=a},deleteCookie:function(a){this.setCookie(a,null,{expires:-1})},clear:fu…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md674 …ookie) and [`CKEDITOR.tools.setCookie()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
H A Dckeditor.js40 …ase()),c===a)return decodeURIComponent(1<e.length?e[1]:"");return null},setCookie:function(a,b){do…
41 …At(a[e]%36),b=b+(.5<Math.random()?c.toUpperCase():c);a=b;CKEDITOR.tools.setCookie("ckCsrfToken",a)…
H A Dckeditor.js.unc782 setCookie: function(a, e) {
797 CKEDITOR.tools.setCookie("ckCsrfToken", a)
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js43setCookie(a,d,{expires:this.expiration})},del:function(a){this.deleteCookie(a)},getCookie:function…
44 …,!0!==b&&(a+="\x3d"+b);document.cookie=a},deleteCookie:function(a){this.setCookie(a,null,{expires:…
/plugin/confmanager/
H A Dscript.js24 var setCookie = function(key, value) { function
71 setCookie(COOKIE_DESCRIPTION_NAME, showDescription);
78 setCookie(COOKIE_DEFAULTS_NAME, showDefaults);
/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/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/indexmenu/scripts/
H A Dindexmenu.js417 this.setCookie('cs' + this.treeName, cn.id);
529 this.setCookie('co' + this.treeName, 'cookieValue', yday);
530 this.setCookie('cs' + this.treeName, 'cookieValue', yday);
540 dTree.prototype.setCookie = function (cookieName, cookieValue, expires = false) {
583 this.setCookie('co' + this.treeName, str);
492 dTree.prototype.setCookie = function (cookieName, cookieValue, expires, path, domain, secure) { global() method in dTree
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js378 this.prototype.setCookie = function(buffer) {
H A Daurora.js1392 return _this.setCookie(cookie);
1420 Decoder.prototype.setCookie = function(cookie) {}; method in Decoder
H A Dflac.js32 this.prototype.setCookie = function(cookie) {

12