Lines Matching refs:prototype

24 GitHubClient.prototype.clientId = (window.location.hostname == 'test.draw.io') ? '23bc97120b9035515…
29 GitHubClient.prototype.scope = 'repo';
34 GitHubClient.prototype.extension = '.drawio';
39 GitHubClient.prototype.baseUrl = DRAWIO_GITHUB_API_URL;
41 GitHubClient.prototype.baseHostUrl = DRAWIO_GITHUB_URL;
43 GitHubClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/git…
48 GitHubClient.prototype.maxFileSize = 1000000 /*1MB*/;
53 GitHubClient.prototype.authToken = 'token';
55 GitHubClient.prototype.setToken = function(token)
63 GitHubClient.prototype.updateUser = function(success, error, failOnAuth)
119 GitHubClient.prototype.createUser = function(userInfo)
127 GitHubClient.prototype.authenticate = function(success, error)
144 GitHubClient.prototype.authenticateStep2 = function(state, success, error)
230 GitHubClient.prototype.getErrorMessage = function(req, defaultText)
252 GitHubClient.prototype.executeRequest = function(req, success, error, ignoreNotFound)
378 GitHubClient.prototype.getLibrary = function(path, success, error)
386 GitHubClient.prototype.getSha = function(org, repo, path, ref, success, error)
409 GitHubClient.prototype.getFile = function(path, success, error, asLibrary, checkExists)
466 GitHubClient.prototype.createGitHubFile = function(org, repo, ref, data, asLibrary)
514 GitHubClient.prototype.insertLibrary = function(filename, data, success, error, folderId)
525 GitHubClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b…
586 GitHubClient.prototype.showCommitDialog = function(filename, isNew, success, cancel)
608 GitHubClient.prototype.writeFile = function(org, repo, ref, path, message, data, sha, success, erro…
655 GitHubClient.prototype.checkExists = function(path, askReplace, fn)
700 GitHubClient.prototype.saveFile = function(file, success, error, overwrite, message)
755 GitHubClient.prototype.pickLibrary = function(fn)
763 GitHubClient.prototype.pickFolder = function(fn)
771 GitHubClient.prototype.pickFile = function(fn)
784 GitHubClient.prototype.showGitHubDialog = function(showFiles, fn)
1316 GitHubClient.prototype.logout = function()