Home
last modified time | relevance | path

Searched refs:GitLabClient (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js11 window.GitLabClient = function(editorUi) function
17 mxUtils.extend(GitLabClient, GitHubClient);
22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID; class
32 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 …]
H A DApp.js1441 urlParams['gl'] == '1')) ? new GitLabClient(this) : null;
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11582 …||"0"==urlParams.gl||"1"==urlParams.embed&&"1"!=urlParams.gl?null:new GitLabClient(this);null!=thi…