},SUCCESS:"success",FAILED:"failed",PENDING:"pending",SIZE_NOT_AVAILABLE:"Size not available",SIZE_NO_LIMIT:"No size limit",DEFAULT_NAMESPACE:"default",onHideSettingsUI:null,initialize:function(){
console.warn("dojox.storage.initialize not implemented");
},isAvailable:function(){
console.warn("dojox.storage.isAvailable not implemented");
},put:function(_1,_2,_3,_4){
console.warn("dojox.storage.put not implemented");
},get:function(_5,_6){
console.warn("dojox.storage.get not implemented");
},hasKey:function(_7,_8){
return!!this.get(_7,_8);
},getKeys:function(_9){
console.warn("dojox.storage.getKeys not implemented");
},clear:function(_a){
console.warn("dojox.storage.clear not implemented");
},remove:function(_b,_c){
console.warn("dojox.storage.remove not implemented");
},getNamespaces:function(){
console.warn("dojox.storage.getNamespaces not implemented");
},isPermanent:function(){
console.warn("dojox.storage.isPermanent not implemented");
},getMaximumSize:function(){
console.warn("dojox.storage.getMaximumSize not implemented");