Searched refs:DropboxFile (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxFile.js | 5 DropboxFile = function(ui, data, stat) class 13 mxUtils.extend(DropboxFile, DrawioFile); 21 DropboxFile.prototype.getId = function() 32 DropboxFile.prototype.getHash = function() 43 DropboxFile.prototype.getMode = function() 51 DropboxFile.prototype.isAutosaveOptional = function() 62 DropboxFile.prototype.getTitle = function() 73 DropboxFile.prototype.isRenamable = function() 81 DropboxFile.prototype.getSize = function() 89 DropboxFile.prototype.isRevisionHistorySupported = function() [all …]
|
H A D | DropboxLibrary.js | 7 DropboxFile.call(this, ui, data, stat); 11 mxUtils.extend(DropboxLibrary, DropboxFile);
|
H A D | DropboxClient.js | 423 new DropboxFile(this.ui, data, response))); 715 success(new DropboxFile(this.ui, data, stat)); 945 fn(rel.substring(1), (file != null) ? file : new DropboxFile(this.ui, data, stat));
|
H A D | Dialogs.js | 1133 else if (file.constructor == DriveFile || file.constructor == DropboxFile) 1145 if (file.constructor == DropboxFile) 6333 (editorUi.dropbox == null && file.constructor == window.DropboxFile))
|
H A D | App.js | 7445 if (file != null && file.constructor == DropboxFile)
|
H A D | EditorUi.js | 14861 file.constructor == DropboxFile);
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10094 …DropboxFile?(c="https://www.draw.io/gadget.xml?embed=0&diagram=",""!=t.value?c+=encodeURIComponent… 10252 ….constructor==window.DriveFile||null==b.dropbox&&v.constructor==window.DropboxFile?(k.style.displa… 11778 …this,function(){var b=this.getCurrentFile();if(null!=b&&b.constructor==DropboxFile){var c=mxUtils.…
|