Lines Matching refs:ref

386 GitHubClient.prototype.getSha = function(org, repo, path, ref, success, error)  argument
391 '/contents/' + path + '?ref=' + ref + rnd, null, 'HEAD');
416 var ref = tokens[2];
428 '/contents/' + path + '?ref=' + ref;
444 '/contents/' + path + '?ref=' + ref + rnd, null, 'GET');
450 success(this.createGitHubFile(org, repo, ref, JSON.parse(req.getText()), asLibrary));
466 GitHubClient.prototype.createGitHubFile = function(org, repo, ref, data, asLibrary) argument
468 var meta = {'org': org, 'repo': repo, 'ref': ref, 'name': data.name, property in GitHubClient.createGitHubFile.meta
532 var ref = tokens[2];
542 …this.checkExists(org + '/' + repo + '/' + ref + '/' + path, true, mxUtils.bind(this, function(chec…
549 success(new GitHubFile(this.ui, data, {'org': org, 'repo': repo, 'ref': ref,
561 this.writeFile(org, repo, ref, path, message, data, sha, mxUtils.bind(this, function(req)
566 success(this.createGitHubFile(org, repo, ref, msg.content, asLibrary));
608 GitHubClient.prototype.writeFile = function(org, repo, ref, path, message, data, sha, success, erro… argument
620 branch: decodeURIComponent(ref),
660 var ref = tokens[2];
663 this.getSha(org, repo, path, ref, mxUtils.bind(this, function(sha)
704 var ref = file.meta.ref;
709 this.writeFile(org, repo, ref, path, message, data, sha,
740 this.getSha(org, repo, path, ref, mxUtils.bind(this, function(sha)
788 var ref = null;
820 fn(org + '/' + repo + '/' + encodeURIComponent(ref) + '/' + path);
868 pathInfo.appendChild(createLink(decodeURIComponent(ref), mxUtils.bind(this, function()
907 ref = null;
933 '/contents/' + path + '?ref=' + encodeURIComponent(ref) +
1027 fn(org + '/' + repo + '/' + encodeURIComponent(ref) + '/' + file.path);
1123 ref = branches[0].name;
1139 ref = branch.name;
1231 ref = null;
1245 ref = decodeURIComponent(file.meta.ref);