Searched refs:GitLabClient (Results 1 – 3 of 3) sorted by relevance
11 window.GitLabClient = function(editorUi) class in window17 mxUtils.extend(GitLabClient, GitHubClient);22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID; class27 GitLabClient.prototype.scope = 'api%20read_repository%20write_repository';32 GitLabClient.prototype.baseUrl = DRAWIO_GITLAB_URL + '/api/v4';37 GitLabClient.prototype.maxFileSize = 10000000 /*10MB*/;42 GitLabClient.prototype.authToken = 'Bearer';44 GitLabClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/git…49 GitLabClient.prototype.authenticate = function(success, error)66 GitLabClient.prototype.authenticateStep2 = function(state, success, error)[all …]
1441 urlParams['gl'] == '1')) ? new GitLabClient(this) : null;
11582 …||"0"==urlParams.gl||"1"==urlParams.embed&&"1"!=urlParams.gl?null:new GitLabClient(this);null!=thi…