Searched refs:DriveLibrary (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveLibrary.js | 5 DriveLibrary = function(ui, data, desc) function 11 mxUtils.extend(DriveLibrary, DriveFile); 19 DriveLibrary.prototype.isAutosave = function() class 30 DriveLibrary.prototype.save = function(revision, success, error) 47 DriveLibrary.prototype.open = function()
|
H A D | DriveClient.js | 1111 success(new DriveLibrary(this.ui, data, resp)); 1890 …if (unloading || saveAsPng || file.constructor == DriveLibrary || !this.enableThumbnails || urlPar… 1935 doSave(null, null, file.constructor != DriveLibrary); 1981 success(new DriveLibrary(this.ui, data, resp));
|
H A D | Dialogs.js | 9484 (file.constructor == DriveLibrary || file.constructor == GitHubLibrary)) 9504 else if (file.constructor == DriveLibrary)
|
H A D | App.js | 5425 if (file.constructor == DriveLibrary)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10341 …cancelFirst&&c.appendChild(e);"draw.io"!=b.getServiceName()||null==g||g.constructor!=DriveLibrary&& 10343 450,240,!0);c.init()}else g.constructor==DriveLibrary?b.showError(mxResources.get("error"),mxResour… 11706 …e();b.constructor!=LocalLibrary&&(e+="\n"+b.getHash());b.constructor==DriveLibrary?e+=" ("+mxResou…
|