Lines Matching defs:error
63 GitHubClient.prototype.updateUser = function(success, error, failOnAuth) argument
127 GitHubClient.prototype.authenticate = function(success, error) argument
144 GitHubClient.prototype.authenticateStep2 = function(state, success, error) argument
252 GitHubClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
378 GitHubClient.prototype.getLibrary = function(path, success, error) argument
386 GitHubClient.prototype.getSha = function(org, repo, path, ref, success, error) argument
409 GitHubClient.prototype.getFile = function(path, success, error, asLibrary, checkExists) argument
514 GitHubClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
525 GitHubClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
608 …tHubClient.prototype.writeFile = function(org, repo, ref, path, message, data, sha, success, error) argument
700 GitHubClient.prototype.saveFile = function(file, success, error, overwrite, message) argument