Searched refs:cookieValue (Results 1 – 10 of 10) sorted by relevance
| /plugin/googleconsentmananger/ |
| D | jquery.cookiebar.js | 29 …acceptFunction: function(cookieValue){if(cookieValue!='enabled' && cookieValue!='accepted') window… argument 32 …declineFunction: function(cookieValue){if(cookieValue=='enabled' || cookieValue=='accepted') windo… argument 62 var i,cookieValue='',aCookie,aCookies=document.cookie.split('; '); 66 cookieValue = aCookie[1]; 70 if(cookieValue=='' && doReturn!='cookies' && options.autoEnable){ 71 cookieValue = 'enabled'; 73 …}else if((cookieValue=='accepted' || cookieValue=='declined') && doReturn!='cookies' && options.re… 74 document.cookie = cookieEntry.replace('{value}',cookieValue); 77 …icyURL)==-1 && doReturn!='cookies' && doReturn!='set' && cookieValue!='accepted' && cookieValue!='… 84 if(cookieValue=='enabled' || cookieValue=='accepted'){ [all …]
|
| D | script.js | 22 var consentGiven = function ( cookieValue ) { argument 23 … cookieValue == 'accepted' && typeof window.gtag === 'function' && gtag('consent', 'update', { 38 var consentDenied = function ( cookieValue ) { argument 39 … cookieValue != 'accepted' && typeof window.gtag === 'function' && gtag('consent', 'update', {
|
| /plugin/bookcreator/script/ |
| D | jquery.fileDownload.js | 111 cookieValue: "true", property 340 var cookieValue = settings.cookieValue; 341 if(typeof cookieValue == 'string') { 342 cookieValue = cookieValue.toLowerCase(); 345 var lowerCaseCookie = settings.cookieName.toLowerCase() + "=" + cookieValue;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/ |
| D | CookieJar.php | 298 $cookieValue = $cookie->getValue(); 299 if ($cookieValue === null || $cookieValue === '') {
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/ |
| D | CookieJar.php | 307 $cookieValue = $cookie->getValue(); 308 if ($cookieValue === null || $cookieValue === '') {
|
| /plugin/tindexmenu/ |
| D | indexmenu-full.js | 402 dTree.prototype.setCookie = function(cookieName, cookieValue, expires, path, argument 404 document.cookie = escape(cookieName) + '=' + escape(cookieValue) 411 var cookieValue = '', pN, posValue, endPos; 417 cookieValue = unescape(document.cookie.substring(posValue, endPos)); 419 cookieValue = unescape(document.cookie.substring(posValue)); 422 return (cookieValue);
|
| /plugin/indexmenu/scripts/ |
| D | indexmenu.js | 540 dTree.prototype.setCookie = function (cookieName, cookieValue, expires = false) { argument 542 encodeURIComponent(cookieName) + '=' + encodeURIComponent(cookieValue) + 555 let cookieValue = '', pN, posValue, endPos; 561 cookieValue = decodeURIComponent(document.cookie.substring(posValue, endPos)); 564 cookieValue = decodeURIComponent(document.cookie.substring(posValue)); 567 return (cookieValue);
|
| /plugin/siteexport/ |
| D | jquery.filedownload.js | 109 cookieValue: "true", property 326 if (document.cookie.indexOf(settings.cookieName + "=" + settings.cookieValue) != -1) {
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …cookieValue:"true",cookiePath:"/",cookieDomain:null,popupWindowTitle:"Initiating file download..."…
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |