Lines Matching refs:cookieValue
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'){
135 if(options.forceShow || cookieValue=='enabled' || cookieValue==''){
145 if(typeof(func)==='function') func(cookieValue);