Searched refs:createCookie (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 1404 this.createCookie=function(name,value,days){if("cookie" in document){if(days){var date=new Date(); function 1419 this.removeCookie=function(name){this.createCookie(name,"",-1)
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 5984 this.createCookie = function(name,value,days) function 6021 this.createCookie(name, "", -1);
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 1415 this.createCookie=function(name,value,days){if("cookie" in document){if(days){var date=new Date(); function 1430 this.removeCookie=function(name){this.createCookie(name,"",-1)
|