Searched refs:StorageFile (Results 1 – 9 of 9) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | StorageFile.js | 13 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() 52 StorageFile.prototype.isAutosaveOptional = function() 63 StorageFile.prototype.getHash = function() 74 StorageFile.prototype.getTitle = function() 85 StorageFile.prototype.isRenamable = function() [all …]
|
| D | StorageLibrary.js | 15 StorageFile.call(this, ui, data, title); 19 mxUtils.extend(StorageLibrary, StorageFile);
|
| D | UrlLibrary.js | 15 StorageFile.call(this, ui, data, title); 29 mxUtils.extend(UrlLibrary, StorageFile);
|
| D | App.js | 2856 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 …]
|
| D | EditorUi.js | 2981 StorageFile.getFileContent(this, '.scratchpad', mxUtils.bind(this, function(xml) 14366 StorageFile.migrate(db); 14413 StorageFile.getFileContent(this, fileTitle, mxUtils.bind(this, function(data)
|
| D | Menus.js | 2762 }), (file.constructor == DriveFile || file.constructor == StorageFile) ?
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 10049 …StorageFile=function(b,e,d){DrawioFile.call(this,b,e);this.title=d};mxUtils.extend(StorageFile,Dra… method 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… method 10052 StorageFile.getFileInfo=function(b,e,d,c){b.getDatabaseItem(e,function(b){d(b)},mxUtils.bind(this,f… method 10053 StorageFile.prototype.saveFile=function(b,e,d,c){if(this.isEditable()){var g=mxUtils.bind(this,func… 10054 …&"."==b.charAt(0)&&null!=c?c({message:mxResources.get("invalidName")}):StorageFile.getFileInfo(thi… 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,… 10057 StorageFile.listLocalStorageFiles=function(b){for(var e=[],d=0;d<localStorage.length;d++){var c=loc… method 10058 StorageFile.migrate=function(b){var e=StorageFile.listLocalStorageFiles();e.push({title:".scratchpa… method [all …]
|
| D | viewer.min.js | 3428 …ratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?StorageFile.getFileContent(…
|
| D | viewer-static.min.js | 3428 …ratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?StorageFile.getFileContent(…
|