/plugin/diagramsnet/lib/js/diagramly/ |
H A D | LocalFile.js | 11 LocalFile = function(ui, data, title, temp, fileHandle, desc) class 22 mxUtils.extend(LocalFile, DrawioFile); 30 LocalFile.prototype.isAutosave = function() 39 LocalFile.prototype.isAutosaveOptional = function() 50 LocalFile.prototype.getMode = function() 61 LocalFile.prototype.getTitle = function() 72 LocalFile.prototype.isRenamable = function() 94 LocalFile.prototype.saveAs = function(title, success, error) 113 LocalFile.prototype.getDescriptor = function() 121 LocalFile.prototype.setDescriptor = function(desc) [all …]
|
H A D | LocalLibrary.js | 13 LocalFile.call(this, ui, data, title); 17 mxUtils.extend(LocalLibrary, LocalFile);
|
H A D | ElectronApp.js | 934 var file = new LocalFile(this, data, ''); 1178 var LocalFileCtor = LocalFile; 1180 LocalFile = function(ui, data, title, temp) function 1185 mxUtils.extend(LocalFile, LocalFileCtor); 1200 var file = new LocalFile(this, data, ''); 1217 LocalFile.prototype.getDescriptor = function() 1290 LocalFile.prototype.isAutosave = function() 1300 LocalFile.prototype.getTitle = function() 1305 LocalFile.prototype.isRenamable = function() 1321 LocalFile.prototype.isConflict = function(stat) [all …]
|
H A D | DesktopLibrary.js | 27 LocalFile.prototype.saveFile.apply(this, arguments); class
|
H A D | RemoteLibrary.js | 11 mxUtils.extend(RemoteLibrary, LocalFile);
|
H A D | App.js | 2857 new LocalFile(this, xml, filename, temp)); 3194 var file = new LocalFile(this, xml, title, true); 3336 this.fileLoaded(new LocalFile(this, xml, null)); 4013 new LocalFile(this, xml, filename)); 4523 var tmp = new LocalFile(this, null, name); 4955 if (file.constructor == LocalFile) 4979 if (file.constructor == LocalFile) 6581 success(new LocalFile(this, xml, name, true)); 6605 success(new LocalFile(this, temp, name, true)); 6614 success(new LocalFile(this, temp, name, true)); [all …]
|
H A D | DropboxClient.js | 417 file = new LocalFile(this, data, path, true); 940 file = new LocalFile(this, data, rel, true);
|
H A D | DriveClient.js | 1186 success(new LocalFile(this.ui, xhr.responseText, resp.title + this.extension, true)); 1209 …success((importFile) ? new LocalFile(this.ui, data, resp.title, true) : new DriveFile(this.ui, dat…
|
H A D | Minimal.js | 1099 file != null && file.constructor != LocalFile) 1195 file.constructor != LocalFile)
|
H A D | Menus.js | 2305 …if (file != null && file.constructor != EmbedFile && (file.constructor != LocalFile || file.mode !… 2732 if (file.constructor == LocalFile && file.fileHandle != null) 3867 file != null && (file.constructor != LocalFile ||
|
H A D | Pages.js | 1717 if (file != null && file.constructor != LocalFile && this.getServiceName() == 'draw.io')
|
H A D | EditorUi.js | 2200 var tempFile = new LocalFile(this, xml, (urlParams['title'] != null) ? 11367 this.fileLoaded(new LocalFile(this, data, name || 12531 file.mergeFile(new LocalFile(this, tmp), function()
|
/plugin/diagramsnet/lib/plugins/ |
H A D | replay.js | 88 ui.fileLoaded(new LocalFile(ui, mxUtils.getXml(xmlDoc.documentElement.firstChild.firstChild)));
|
H A D | tickets.js | 82 ui.fileLoaded(new LocalFile(ui, ui.emptyDiagramXml, this.defaultFilename, true));
|
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 113 var tmpFile = new LocalFile(editorUi, xml);
|
H A D | app.min.js | 10042 …LocalFile=function(b,e,d,c,g,k){DrawioFile.call(this,b,e);this.title=d;this.mode=c?null:App.MODE_D… 10043 LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(b,e,d){this.… 10044 LocalFile.prototype.getLatestVersion=function(b,e){null==this.fileHandle?b(null):this.ui.loadFileSy… 10048 …l(b)}),c,this.ui.getCurrentFile()!=this?n:null,e.scale,e.border)):l(n)};LocalFile.prototype.rename… 10049 LocalFile.prototype.open=function(){this.ui.setFileData(this.getData());this.installListeners()};Lo… 11613 …lChangesLost");var b=this.getCurrentFile();if(null!=b)if(b.constructor!=LocalFile||""!=b.getHash()… 11628 ….drawio");this.fileLoaded(mxClient.IS_IOS?new StorageFile(this,b,c):new LocalFile(this,b,c,e))}))}… 11690 …LocalFile(this,e,c.name,null,b,c);f.saveFile(c.name,!1,mxUtils.bind(this,function(){this.fileCreat… 11694 null==b.getMode())),null!=c&&c(),window.openWindow(k,null,m))});b.constructor==LocalFile?q():b.save… 11740 …LocalFile(this,b,l,!0))}),k,e)}else null!=k&&k({message:mxResources.get("errorLoadingFile")})});p.… [all …]
|
H A D | viewer.min.js | 3082 …LocalFile=function(b,c,e,k,g,p){DrawioFile.call(this,b,c);this.title=e;this.mode=k?null:App.MODE_D… 3083 LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(b,c,e){this.… 3084 LocalFile.prototype.getLatestVersion=function(b,c){null==this.fileHandle?b(null):this.ui.loadFileSy… 3085 LocalFile.prototype.saveFile=function(b,c,e,k,g){b!=this.title&&(this.desc=this.fileHandle=null);th… 3088 …f(b)}),k,this.ui.getCurrentFile()!=this?t:null,c.scale,c.border)):f(t)};LocalFile.prototype.rename… 3089 LocalFile.prototype.open=function(){this.ui.setFileData(this.getData());this.installListeners()};(f… 3411 ….data?b.data:"";null!=f&&0<f.length&&(0<e.length&&(e+="\n"),e+=f);f=new LocalFile(this,"csv"!=b.fo…
|
H A D | viewer-static.min.js | 3082 …LocalFile=function(b,c,e,k,g,p){DrawioFile.call(this,b,c);this.title=e;this.mode=k?null:App.MODE_D… 3083 LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(b,c,e){this.… 3084 LocalFile.prototype.getLatestVersion=function(b,c){null==this.fileHandle?b(null):this.ui.loadFileSy… 3085 LocalFile.prototype.saveFile=function(b,c,e,k,g){b!=this.title&&(this.desc=this.fileHandle=null);th… 3088 …f(b)}),k,this.ui.getCurrentFile()!=this?t:null,c.scale,c.border)):f(t)};LocalFile.prototype.rename… 3089 LocalFile.prototype.open=function(){this.ui.setFileData(this.getData());this.installListeners()};(f… 3411 ….data?b.data:"";null!=f&&0<f.length&&(0<e.length&&(e+="\n"),e+=f);f=new LocalFile(this,"csv"!=b.fo…
|