Home
last modified time | relevance | path

Searched refs:StorageFile (Results 1 – 9 of 9) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DStorageFile.js13 StorageFile = function(ui, data, title) class
21 mxUtils.extend(StorageFile, DrawioFile);
26 StorageFile.prototype.autosaveDelay = 2000;
31 StorageFile.prototype.maxAutosaveDelay = 20000;
36 StorageFile.prototype.type = 'F';
44 StorageFile.prototype.getMode = function()
63 StorageFile.prototype.getHash = function()
74 StorageFile.prototype.getTitle = function()
347 StorageFile.prototype.open = function()
369 StorageFile.prototype.destroy = function()
[all …]
H A DStorageLibrary.js15 StorageFile.call(this, ui, data, title);
19 mxUtils.extend(StorageLibrary, StorageFile);
H A DUrlLibrary.js15 StorageFile.call(this, ui, data, title);
29 mxUtils.extend(UrlLibrary, StorageFile);
H A DApp.js2856 new StorageFile(this, xml, filename) :
3981 StorageFile.listFiles(this, 'F', success, error);
3986 StorageFile.getFileContent(this, title, success, error);
3991 StorageFile.deleteFile(this, title, success, error);
4012 new StorageFile(this, xml, filename) :
4168 StorageFile.listFiles(this, 'L', success, error);
4173 StorageFile.getFileContent(this, title, success, error);
4178 StorageFile.deleteFile(this, title, success, error);
4794 StorageFile.insertFile(this, title, data, mxUtils.bind(this, function(file)
5047 StorageFile.getFileContent(this, id, mxUtils.bind(this, function(data)
[all …]
H A DEditorUi.js2981 StorageFile.getFileContent(this, '.scratchpad', mxUtils.bind(this, function(xml)
14366 StorageFile.migrate(db);
14413 StorageFile.getFileContent(this, fileTitle, mxUtils.bind(this, function(data)
H A DMenus.js2762 }), (file.constructor == DriveFile || file.constructor == StorageFile) ?
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10049StorageFile=function(b,e,d){DrawioFile.call(this,b,e);this.title=d};mxUtils.extend(StorageFile,Dra…
10050 StorageFile.prototype.isRenamable=function(){return!0};StorageFile.prototype.save=function(b,e,d){t…
10051 StorageFile.insertFile=function(b,e,d,c,g){var k=mxUtils.bind(this,function(k){var f=function(){var…
10052 StorageFile.getFileInfo=function(b,e,d,c){b.getDatabaseItem(e,function(b){d(b)},mxUtils.bind(this,f…
10055 StorageFile.prototype.rename=function(b,e,d){var c=this.getTitle();c!=b?StorageFile.getFileInfo(thi…
10056 StorageFile.prototype.getLatestVersion=function(b,e){StorageFile.getFileContent(this.ui,this.title,…
10058 StorageFile.migrate=function(b){var e=StorageFile.listLocalStorageFiles();e.push({title:".scratchpa…
10059 StorageFile.listFiles=function(b,e,d,c){b.getDatabaseItems(function(b){var c=[];if(null!=b)for(var …
11664StorageFile.listFiles(this,"F",b,c)});window.openBrowserFile=mxUtils.bind(this,function(b,c,d){Sto…
11670StorageFile.listFiles(this,"L",b,c)});window.openBrowserFile=mxUtils.bind(this,function(b,c,d){Sto…
[all …]
H A Dviewer.min.js3428 …ratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?StorageFile.getFileContent(…
H A Dviewer-static.min.js3428 …ratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?StorageFile.getFileContent(…