Home
last modified time | relevance | path

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

12

/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/oauth/
H A DOAuthManager.php81 $session->setCookie($logindata['servicename'], $storageId); // set cookie
H A DSession.php123 public function setCookie($servicename, $storageId)
129 public function setCookie($servicename, $storageId) global() function in dokuwiki\\plugin\\oauth\\Session
/plugin/ckgedit/ckeditor/
H A DCHANGES.md674 …ookie) and [`CKEDITOR.tools.setCookie()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
H A Dckeditor.js.unc782 setCookie: function(a, e) {
797 CKEDITOR.tools.setCookie("ckCsrfToken", a)
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)…
/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/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/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/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php49 public function setCookie(SetCookie $cookie); function
H A DFileCookieJar.php85 $this->setCookie(new SetCookie($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 DSessionCookieJar.php66 $this->setCookie(new SetCookie($cookie));
/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/google/apiclient-services/src/ServiceConsumerManagement/
H A DJwtLocation.php42 public function setCookie($cookie) function in Google\\Service\\ServiceConsumerManagement\\JwtLocation
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php158 $this->dirSyncRequest->setCookie($this->lastResponse->getCookie());
187 $this->dirSyncRequest->setCookie($cookie);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php141 public function setCookie(string $cookie)
138 public function setCookie(string $cookie) global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php77 public function setCookie(string $cookie)
74 public function setCookie(string $cookie) global() function in FreeDSx\\Ldap\\Control\\PagingControl
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js378 this.prototype.setCookie = function(buffer) {
H A Dflac.js32 this.prototype.setCookie = function(cookie) {
H A Daurora.js1392 return _this.setCookie(cookie);
1420 Decoder.prototype.setCookie = function(cookie) {}; method in Decoder
/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/ckgdoku/ckeditor/
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)…
H A DCHANGES.md254 …ethod-getCookie) and [`CKEDITOR.tools.setCookie()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools…

12