Home
last modified time | relevance | path

Searched refs:getCookie (Results 1 – 25 of 44) sorted by relevance

12

/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js15 function getCookie(name) { function
38 var value = getCookie(name);
57 if (getCookie('checking_for_cookie_support')) return true;
H A Dpfcclient.js106 var cookie = getCookie('pfc_minmax_status');
110 cookie = getCookie('pfc_nickmarker');
115 cookie = getCookie('pfc_clock');
120 cookie = getCookie('pfc_showsmileys');
125 cookie = getCookie('pfc_showwhosonline');
132 cookie = getCookie('pfc_current_text_color');
136 cookie = getCookie('pfc_issoundenable');
/plugin/xfortune/
H A Dhelper.php22 $cookie = self::getCookie($cookieID);
44 $cookie = self::getCookie($cookieID);
86 static public function getCookie($cookieID) { function in helper_plugin_xfortune
/plugin/jquotes/
H A Dhelper.php20 $cookie = self::getCookie($cookieID);
49 static public function getCookie($cookieID) { function in helper_plugin_jquotes
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php158 $this->dirSyncRequest->setCookie($this->lastResponse->getCookie());
262 public function getCookie(): string
264 return $this->dirSyncRequest->getCookie();
259 public function getCookie(): string global() function in FreeDSx\\Ldap\\Search\\DirSync
H A DPaging.php136 return $this->control === null || !($this->control->getCookie() === '');
158 ? $this->control->getCookie()
/plugin/favoris/
H A Dfavoris.js29 function getCookie(name) { function
50 if (getCookie(name)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceManagement\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceNetworking\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceUsage\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceConsumerManagement\\JwtLocation
/plugin/oauth/
H A DOAuthManager.php122 $cookie = $session->getCookie();
150 $cookie = $session->getCookie();
H A DSession.php148 public function getCookie()
144 public function getCookie() global() function in dokuwiki\\plugin\\oauth\\Session
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php60 public function getCookie(): string
57 public function getCookie(): string global() function in FreeDSx\\Ldap\\Control\\PagingControl
/plugin/tindexmenu/
H A Dindexmenu-full.js98 if (!this.getCookie('co' + this.obj)) {
293 var sn = this.getCookie('cs' + this.obj);
371 } else if (!this.config.useCookies || !this.getCookie('co' + this.obj)) {
410 dTree.prototype.getCookie = function(cookieName) { method in dTree
441 var n, aOpen = this.getCookie('co' + this.obj).split('.');
528 var n, cn, aOpen = this.getCookie('co' + this.obj).split('.');
H A Dindexmenu.js27 …ength]=new Node(a,c,b,d,e,f,g)};dTree.prototype.openAll=function(){this.getCookie("co"+this.obj)||…
37 …;c==a.id&&(a._ls=!0)};dTree.prototype.getSelected=function(){var a=this.getCookie("cs"+this.obj);r…
41 …tion(a){if(""===a)this.openAll();else if(!this.config.useCookies||!this.getCookie("co"+this.obj))f…
43 dTree.prototype.getCookie=function(a){var c="",b;b=document.cookie.indexOf(escape(a)+"=");-1!=b&&(a… method in dTree
44 dTree.prototype.isOpen=function(a){var c,b=this.getCookie("co"+this.obj).split(".");for(c=0;c<b.len…
48 …._ok=!0}return!0};dTree.prototype.openCookies=function(){var a,c,b=this.getCookie("co"+this.obj).s…
/plugin/indexmenu/scripts/
H A Dindexmenu.js192 if (!this.getCookie('co' + this.treeName)) {
394 let sn = this.getCookie('cs' + this.treeName);
496 } else if (!this.config.useCookies || !this.getCookie('co' + this.treeName)) {
554 dTree.prototype.getCookie = function (cookieName) {
593 let n, aOpen = this.getCookie('co' + this.treeName).split('.');
697 let n, cn, aOpen = this.getCookie('co' + this.treeName).split('.');
506 dTree.prototype.getCookie = function (cookieName) { global() method in dTree
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php93 public function getCookie(): string
90 public function getCookie(): string global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
H A DDirSyncRequestControl.php132 public function getCookie(): string
129 public function getCookie(): string global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1 …()=="link"){f.getContentElement("info","media").setValue(e)}})}function getCookie(a){var b=new Reg… function
/plugin/ckgdoku/
H A Dscript.js465 function getCookie(name) { function
/plugin/ckgedit/
H A Dscript.js495 function getCookie(name) { function
/plugin/chat/
H A Dscript.js549 value = getCookie(name);
/plugin/diagramsnet/lib/math/extensions/
H A DMathMenu.js19getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.Menu.NAV=h;var c=g.ITEM=h.Subclas…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js41 …expiration:31622400,get:function(a){return b.restoreDataFromString(this.getCookie(a))},set:functio…
42 d,{expires:this.expiration})},del:function(a){this.deleteCookie(a)},getCookie:function(a){return(a=…

12