Searched refs:GitHubClient (Results 1 – 4 of 4) sorted by relevance
11 window.GitHubClient = function(editorUi, authName) function17 mxUtils.extend(GitHubClient, DrawioClient);29 GitHubClient.prototype.scope = 'repo';34 GitHubClient.prototype.extension = '.drawio';39 GitHubClient.prototype.baseUrl = DRAWIO_GITHUB_API_URL;48 GitHubClient.prototype.maxFileSize = 1000000 /*1MB*/;53 GitHubClient.prototype.authToken = 'token';55 GitHubClient.prototype.setToken = function(token)763 GitHubClient.prototype.pickFolder = function(fn)771 GitHubClient.prototype.pickFile = function(fn)[all …]
13 GitHubClient.call(this, editorUi, 'gitlabauth');17 mxUtils.extend(GitLabClient, GitHubClient);
1419 urlParams['gh'] == '1')) ? new GitHubClient(this) : null;
11581 …||"0"==urlParams.gh||"1"==urlParams.embed&&"1"!=urlParams.gh?null:new GitHubClient(this);null!=thi…