Home
last modified time | relevance | path

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

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
DPagingRequest.php147 public function getCookie(): string function in FreeDSx\\Ldap\\Server\\Paging\\PagingRequest
149 return $this->control->getCookie();
180 && $this->control->getCookie() !== '';
194 return $this->control->getCookie() === ''
DPagingRequestComparator.php55 if ($oldPagingRequest->getNextCookie() !== $newPagingRequest->getCookie()) {
/plugin/freechat/phpfreechat/data/public/js/
Dcookie.js15 function getCookie(name) { function
38 var value = getCookie(name);
57 if (getCookie('checking_for_cookie_support')) return true;
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/
Dhelper.php26 $cookie = self::getCookie($cookieID);
49 $cookie = self::getCookie($cookieID);
92 public static function getCookie($cookieID) function in helper_plugin_xfortune
/plugin/jquotes/
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/
DDirSync.php158 $this->dirSyncRequest->setCookie($this->lastResponse->getCookie());
262 public function getCookie(): string function in FreeDSx\\Ldap\\Search\\DirSync
264 return $this->dirSyncRequest->getCookie();
DPaging.php136 return $this->control === null || !($this->control->getCookie() === '');
158 ? $this->control->getCookie()
/plugin/favoris/
Dfavoris.js29 function getCookie(name) { function
50 if (getCookie(name)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceNetworking\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceUsage\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceConsumerManagement\\JwtLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DJwtLocation.php49 public function getCookie() function in Google\\Service\\ServiceManagement\\JwtLocation
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
DServerPagingHandler.php193 if ($pagingControl->getCookie() !== '') {
194 return $this->findPagingRequestOrThrow($pagingControl->getCookie());
/plugin/oauth/
DOAuthManager.php122 $cookie = $session->getCookie();
150 $cookie = $session->getCookie();
DSession.php148 public function getCookie() function in dokuwiki\\plugin\\oauth\\Session
/plugin/tindexmenu/
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…
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('.');
/plugin/indexmenu/scripts/
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) { method in dTree
593 let n, aOpen = this.getCookie('co' + this.treeName).split('.');
697 let n, cn, aOpen = this.getCookie('co' + this.treeName).split('.');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
DPagingControl.php60 public function getCookie(): string function in FreeDSx\\Ldap\\Control\\PagingControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
DDirSyncResponseControl.php93 public function getCookie(): string function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
DDirSyncRequestControl.php132 public function getCookie(): string function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
/plugin/ckgdoku/
Dscript.js465 function getCookie(name) { function
/plugin/ckgdoku/scripts/
Dscript-cmpr.js1 …()=="link"){f.getContentElement("info","media").setValue(e)}})}function getCookie(a){var b=new Reg… function
/plugin/ckgedit/
Dscript.js495 function getCookie(name) { function

12