Lines Matching refs:ref

339 				var ref = tokens[refPos];
342 (!isFolder ? 'files/' + encodeURIComponent(path) + '?ref=' + ref : (checkRepo ?
343 'branches?per_page=1&page=1&ref=' + ref : 'tree?path=' + path + '&ref=' + ref));
388 var ref = tokens[refPos];
402 '/repository/files/' + encodeURIComponent(path) + '?ref=' + ref;
433 '/repository/files/' + encodeURIComponent(path) + '?ref=' + ref;
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
538 var ref = tokens[refPos];
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
654 branch: decodeURIComponent(ref),
687 var ref = file.meta.ref;
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)
774 var ref = null;
806 fn(org + '/' + repo + '/' + encodeURIComponent(ref) + '/' + path);
854 pathInfo.appendChild(createLink(decodeURIComponent(ref), mxUtils.bind(this, function()
892 ref = null;
918 …'/repository/tree?path=' + path + '&ref=' + ref + '&per_page=' + pageSize + '&page=' + page, null,…
951 updatePathInfo(!ref);
1011 fn(org + '/' + repo + '/' + ref + '/' + file.path);
1106 ref = branches[0].name;
1122 ref = encodeURIComponent(branch.name);
1270 ref = null;
1274 ref = encodeURIComponent(tokens.slice(2, tokens.length).join('/'));