Home
last modified time | relevance | path

Searched refs:createCookie (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1404 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 Dfirebug-lite-debug.js5984 this.createCookie = function(name,value,days) function
6021 this.createCookie(name, "", -1);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1415 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)