Searched refs:GitHubLibrary (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitHubLibrary.js | 5 GitHubLibrary = function(ui, data, meta) function 11 mxUtils.extend(GitHubLibrary, GitHubFile); 16 GitHubLibrary.prototype.doSave = function(title, success, error) class 25 GitHubLibrary.prototype.open = function()
|
H A D | GitHubClient.js | 505 …return (asLibrary) ? new GitHubLibrary(this.ui, content, meta) : new GitHubFile(this.ui, content, …
|
H A D | App.js | 5429 else if (file.constructor == GitHubLibrary)
|
H A D | Dialogs.js | 9484 (file.constructor == DriveLibrary || file.constructor == GitHubLibrary))
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10342 g.constructor!=GitHubLibrary||(q=mxUtils.button(mxResources.get("link"),function(){b.spinner.spin(d… 11706 …riveLibrary?e+=" ("+mxResources.get("googleDrive")+")":b.constructor==GitHubLibrary?e+=" ("+mxReso…
|