Lines Matching refs:prototype

22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID;
27 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)
188 GitLabClient.prototype.executeRequest = function(req, success, error, ignoreNotFound)
317 GitLabClient.prototype.getRefIndex = function(tokens, isFolder, success, error, knownRefPos, checkR…
379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos)
457 GitLabClient.prototype.getFileContent = function(data)
507 GitLabClient.prototype.createGitLabFile = function(org, repo, ref, data, asLibrary, refPos)
528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b…
605 GitLabClient.prototype.checkExists = function(path, askReplace, fn)
641 GitLabClient.prototype.writeFile = function(org, repo, ref, path, message, data, last_commit_id, su…
683 GitLabClient.prototype.saveFile = function(file, success, error, overwrite, message)
749 GitLabClient.prototype.pickFolder = function(fn)
757 GitLabClient.prototype.pickFile = function(fn)
770 GitLabClient.prototype.showGitLabDialog = function(showFiles, fn)
1408 GitLabClient.prototype.logout = function()