Searched refs:GitLabClient (Results 1 – 3 of 3) sorted by relevance
11 window.GitLabClient = function(editorUi) function17 mxUtils.extend(GitLabClient, GitHubClient);22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID; class32 GitLabClient.prototype.baseUrl = DRAWIO_GITLAB_URL + '/api/v4';37 GitLabClient.prototype.maxFileSize = 10000000 /*10MB*/;42 GitLabClient.prototype.authToken = 'Bearer';49 GitLabClient.prototype.authenticate = function(success, error)457 GitLabClient.prototype.getFileContent = function(data)749 GitLabClient.prototype.pickFolder = function(fn)757 GitLabClient.prototype.pickFile = function(fn)[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…