Searched refs:StorageLibrary (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | StorageLibrary.js | 13 StorageLibrary = function(ui, data, title) function 19 mxUtils.extend(StorageLibrary, StorageFile); 24 StorageLibrary.prototype.type = 'L'; class 32 StorageLibrary.prototype.isAutosave = function() 40 StorageLibrary.prototype.saveAs = function(title, success, error) 51 StorageLibrary.prototype.getHash = function() 62 StorageLibrary.prototype.getTitle = function() 70 StorageLibrary.prototype.isRenamable = function(title, success, error) 79 StorageLibrary.prototype.open = function()
|
H A D | App.js | 4194 this.loadLibrary((mode == App.MODE_BROWSER) ? new StorageLibrary(this, xml, filename) : 4317 var file = new StorageLibrary(this, xml, name); 5445 else if (file.constructor == StorageLibrary) 5569 onload(new StorageLibrary(this, xml, name));
|
H A D | EditorUi.js | 2988 this.loadLibrary(new StorageLibrary(this, xml, '.scratchpad'));
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10059 …StorageLibrary=function(b,e,d){StorageFile.call(this,b,e,d)};mxUtils.extend(StorageLibrary,Storage… 10060 StorageLibrary.prototype.isRenamable=function(b,e,d){return".scratchpad"!=this.title};StorageLibrar… 10760 …s,function(b){null==b&&(b=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,b,".scrat… 11671 function(c,d){try{this.loadLibrary(b==App.MODE_BROWSER?new StorageLibrary(this,c,d):new LocalLibrar… 11676 e)}),l,d):c==App.MODE_BROWSER?(d=mxUtils.bind(this,function(){var c=new StorageLibrary(this,f,b);c.… 11706 …tor==OneDriveLibrary?e+=" ("+mxResources.get("oneDrive")+")":b.constructor==StorageLibrary?e+=" ("+ 11710 (b=this.emptyLibraryXml);null!=b?f(new StorageLibrary(this,b,c)):l()}),l)}catch(z){l()}}),0);else i…
|
H A D | viewer.min.js | 3428 …s,function(b){null==b&&(b=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,b,".scrat…
|
H A D | viewer-static.min.js | 3428 …s,function(b){null==b&&(b=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,b,".scrat…
|