Searched refs:cookieName (Results 1 – 11 of 11) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioClient.js | 5 DrawioClient = function(editorUi, cookieName) argument 10 this.cookieName = cookieName; 51 localStorage.removeItem('.' + this.cookieName); 52 sessionStorage.removeItem('.' + this.cookieName); 58 document.cookie = this.cookieName + '=; expires=' + expiration.toUTCString(); 71 token = localStorage.getItem('.' + this.cookieName); 75 token = sessionStorage.getItem('.' + this.cookieName); 82 var name = this.cookieName + '='; 108 localStorage.setItem('.' + this.cookieName, token); 129 sessionStorage.setItem('.' + this.cookieName, token); [all …]
|
H A D | DriveClient.js | 39 this.cookieName = 'gDriveViewerAuthInfo';
|
/plugin/jcapture/ |
H A D | applet.php | 23 foreach (array_keys($_COOKIE) as $cookieName) { 24 $cookies.=bin2hex($cookieName)."=".bin2hex($_COOKIE[$cookieName]).";";
|
/plugin/jdraw/ |
H A D | jdraw.php | 15 foreach (array_keys($_COOKIE) as $cookieName) { 16 $cookies.=bin2hex($cookieName)."=".bin2hex($_COOKIE[$cookieName]).";";
|
/plugin/facebookalbum/ |
H A D | facebook.php | 358 $cookieName = $this->getSessionCookieName(); 359 if (isset($_COOKIE[$cookieName])) { 363 ? stripslashes($_COOKIE[$cookieName]) 364 : $_COOKIE[$cookieName], 656 $cookieName = $this->getSessionCookieName(); 674 if ($value == 'deleted' && empty($_COOKIE[$cookieName])) { 685 setcookie($cookieName, $value, $expires, '/', $domain);
|
/plugin/siteexport/ |
H A D | jquery.filedownload.js | 104 cookieName: "fileDownload", 326 if (document.cookie.indexOf(settings.cookieName + "=" + settings.cookieValue) != -1) { 332 …document.cookie = settings.cookieName + "=; expires=" + new Date(1000).toUTCString() + "; path=" +…
|
/plugin/bookcreator/script/ |
H A D | jquery.fileDownload.js | 106 cookieName: "fileDownload", 345 var lowerCaseCookie = settings.cookieName.toLowerCase() + "=" + cookieValue; 353 var cookieData = settings.cookieName + "=; path=" + settings.cookiePath + "; expires=" + new Date(0).toUTCString() + ";";
|
/plugin/tindexmenu/ |
H A D | indexmenu-full.js | 402 dTree.prototype.setCookie = function(cookieName, cookieValue, expires, path, argument 404 document.cookie = escape(cookieName) + '=' + escape(cookieValue) 410 dTree.prototype.getCookie = function(cookieName) { argument 412 pN = document.cookie.indexOf(escape(cookieName) + '='); 414 posValue = pN + (escape(cookieName) + '=').length;
|
/plugin/indexmenu/scripts/ |
H A D | indexmenu.js | 536 * @param {string} cookieName 540 dTree.prototype.setCookie = function (cookieName, cookieValue, expires = false) { 542 encodeURIComponent(cookieName) + '=' + encodeURIComponent(cookieValue) + 551 * @param cookieName 554 dTree.prototype.getCookie = function (cookieName) { 556 pN = document.cookie.indexOf(encodeURIComponent(cookieName) + '='); 558 posValue = pN + (encodeURIComponent(cookieName) + '=').length; 492 setCookie(cookieName, cookieValue, expires, path, domain, secure) global() argument 506 getCookie(cookieName) global() argument
|
/plugin/sketchcanvas/script/ |
H A D | i18next-1.7.2.min.js |
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |