Lines Matching refs:repo

338 				var repo = tokens[repoPos];
341 var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + '/repository/' +
387 var repo = tokens[repoPos];
401 var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
432 url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
440 success(this.createGitLabFile(org, repo, ref, JSON.parse(req.getText()), asLibrary, refPos));
507 GitLabClient.prototype.createGitLabFile = function(org, repo, ref, data, asLibrary, refPos) argument
510 var htmlUrl = gitLabUrl + org + '/' + repo + '/blob/' + ref + '/' + data.file_path;
511 …var downloadUrl = gitLabUrl + org + '/' + repo + '/raw/' + ref + '/' + data.file_path + '?inline=f…
514 var meta = {'org': org, 'repo': repo, 'ref': ref, 'name': fileName, property in GitLabClient.createGitLabFile.meta
537 var repo = tokens[repoPos];
548 …this.checkExists(org + '/' + repo + '/' + ref + '/' + path, true, mxUtils.bind(this, function(chec…
556 var htmlUrl = gitLabUrl + org + '/' + repo + '/blob/' + ref + '/' + path;
557 var downloadUrl = gitLabUrl + org + '/' + repo + '/raw/' + ref + '/' + path + '?inline=false';
559 success(new GitLabFile(this.ui, data, {'org': org, 'repo': repo, 'ref': ref, 'name': filename,
572 …this.writeFile(org, repo, ref, path, message, data, last_commit_id, mxUtils.bind(this, function(re…
578 success(this.createGitLabFile(org, repo, ref,
641 GitLabClient.prototype.writeFile = function(org, repo, ref, path, message, data, last_commit_id, su… argument
667 …var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + '/repository/files/…
686 var repo = file.meta.repo;
692 …this.writeFile(org, repo, ref, path, message, data, last_commit_id, mxUtils.bind(this, function(re…
698 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile)
734 this.getFile(org + '/' + repo + '/' + ref + '/' + path, mxUtils.bind(this, function(tempFile)
773 var repo = null;
806 fn(org + '/' + repo + '/' + encodeURIComponent(ref) + '/' + path);
845 pathInfo.appendChild(createLink(org + '/' + repo, mxUtils.bind(this, function()
891 repo = null;
917 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
1011 fn(org + '/' + repo + '/' + ref + '/' + file.path);
1055 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
1268 repo = tokens[1];
1314 repo = repository.path;
1347 repo = project.path;