Home
last modified time | relevance | path

Searched refs:Repo (Results 1 – 25 of 3380) sorted by relevance

12345678910>>...136

/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DGit.hs15 Repo(..),
55 repoDescribe :: Repo -> String
65 repoLocation :: Repo -> String
76 repoPath :: Repo -> RawFilePath
95 repoIsUrl :: Repo -> Bool
100 repoIsSsh :: Repo -> Bool
111 repoIsHttp :: Repo -> Bool
118 repoIsLocal :: Repo -> Bool
130 assertLocal :: Repo -> a -> a
163 relPath :: Repo -> IO Repo
[all …]
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Drepo.h59 } Repo; typedef
62 extern void repo_free(Repo *repo, int reuseids);
63 extern void repo_empty(Repo *repo, int reuseids);
64 extern void repo_freedata(Repo *repo);
65 extern Id repo_add_solvable(Repo *repo);
71 extern Id repo_add_solvable_block_before(Repo *repo, int count, Repo *beforerepo);
170 Repodata *repo_id2repodata(Repo *repo, Id id);
171 Repodata *repo_last_repodata(Repo *repo);
204 void repo_unset(Repo *repo, Id p, Id keyname);
206 void repo_internalize(Repo *repo);
[all …]
/dports/www/gitea/gitea-1.16.5/modules/context/
H A Drepo.go641 ctx.Repo.BranchName = ctx.Repo.Repository.DefaultBranch
645 ctx.Repo.RefName = ctx.Repo.BranchName
869 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(refName)
874 ctx.Repo.CommitID = ctx.Repo.Commit.ID.String()
893 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(refName)
898 ctx.Repo.CommitID = ctx.Repo.Commit.ID.String()
904 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetTagCommit(refName)
909 ctx.Repo.CommitID = ctx.Repo.Commit.ID.String()
914 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetCommit(refName)
955 ctx.Repo.CommitsCount, err = ctx.Repo.GetCommitsCount()
[all …]
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A Dadd-package.pl24 $Repo =~ s|/$||;
30 my $OrigRepo = $Repo;
35 my $RepoCopy = "$Repo-$BranchName";
40 system( "cp -PpR -f $Repo $RepoCopy" )
44 $Repo = $RepoCopy;
51 chdir $Repo or die "Could not chdir to $Repo: $!";
80 system("rm $Repo/$_") and die "rm '$Repo/$_' failed: $?";
109 $TopDir = "$Repo/$RelTopDir";
259 system( "cp -f $Repo/$src $Repo/$file" )
312 "' $Repo/$file"
[all …]
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dadd-package.pl24 $Repo =~ s|/$||;
30 my $OrigRepo = $Repo;
35 my $RepoCopy = "$Repo-$BranchName";
40 system( "cp -PpR -f $Repo $RepoCopy" )
44 $Repo = $RepoCopy;
51 chdir $Repo or die "Could not chdir to $Repo: $!";
80 system("rm $Repo/$_") and die "rm '$Repo/$_' failed: $?";
109 $TopDir = "$Repo/$RelTopDir";
259 system( "cp -f $Repo/$src $Repo/$file" )
312 "' $Repo/$file"
[all …]
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A Dadd-package.pl24 $Repo =~ s|/$||;
30 my $OrigRepo = $Repo;
35 my $RepoCopy = "$Repo-$BranchName";
40 system( "cp -PpR -f $Repo $RepoCopy" )
44 $Repo = $RepoCopy;
51 chdir $Repo or die "Could not chdir to $Repo: $!";
80 system("rm $Repo/$_") and die "rm '$Repo/$_' failed: $?";
109 $TopDir = "$Repo/$RelTopDir";
259 system( "cp -f $Repo/$src $Repo/$file" )
312 "' $Repo/$file"
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dadd-package.pl24 $Repo =~ s|/$||;
30 my $OrigRepo = $Repo;
35 my $RepoCopy = "$Repo-$BranchName";
40 system( "cp -PpR -f $Repo $RepoCopy" )
44 $Repo = $RepoCopy;
51 chdir $Repo or die "Could not chdir to $Repo: $!";
80 system("rm $Repo/$_") and die "rm '$Repo/$_' failed: $?";
109 $TopDir = "$Repo/$RelTopDir";
259 system( "cp -f $Repo/$src $Repo/$file" )
312 "' $Repo/$file"
[all …]
/dports/www/gitea/gitea-1.16.5/services/mirror/
H A Dmirror_pull.go35 repoPath := m.Repo.RepoPath()
47 if m.Repo.HasWiki() {
48 wikiPath := m.Repo.WikiPath()
62 m.Repo.OriginalURL = addr
186 repoPath := m.Repo.RepoPath()
187 wikiPath := m.Repo.WikiPath()
279 if m.Repo.HasWiki() {
430 notification.NotifySyncCreateRef(m.Repo.MustOwner(), m.Repo, tp, result.refName)
436 notification.NotifySyncDeleteRef(m.Repo.MustOwner(), m.Repo, tp, result.refName)
490 if !m.Repo.IsEmpty {
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DLocations.hs247 gitAnnexDir :: Git.Repo -> RawFilePath
298 gitAnnexBadDir :: Git.Repo -> RawFilePath
310 gitAnnexKeysDb :: Git.Repo -> RawFilePath
358 gitAnnexMoveLog :: Git.Repo -> RawFilePath
412 gitAnnexWebPrivKey :: Git.Repo -> FilePath
425 gitAnnexMergeDir :: Git.Repo -> FilePath
457 gitAnnexIndex :: Git.Repo -> RawFilePath
477 gitAnnexViewLog :: Git.Repo -> RawFilePath
489 gitAnnexPidFile :: Git.Repo -> RawFilePath
515 gitAnnexUrlFile :: Git.Repo -> RawFilePath
[all …]
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dbranch.go170 defaultBranch, err := ctx.Repo.GitRepo.GetBranch(ctx.Repo.Repository.DefaultBranch)
194 repoIDToRepo[ctx.Repo.Repository.ID] = ctx.Repo.Repository
197 repoIDToGitRepo[ctx.Repo.Repository.ID] = ctx.Repo.GitRepo
287 pr.Issue.Repo = pr.BaseRepo
355 ctx.Redirect(ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL())
362 target := ctx.Repo.CommitID
363 if ctx.Repo.IsViewBranch {
376 ctx.Redirect(ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL())
381 ctx.Redirect(ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL())
387 ctx.Redirect(ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL())
[all …]
H A Dcommit.go38 case len(ctx.Repo.TreePath) == 0:
40 case ctx.Repo.TreePath == "search":
50 if ctx.Repo.Commit == nil {
141 if err := graph.LoadAndProcessCommits(ctx.Repo.Repository, ctx.Repo.GitRepo); err != nil {
185 ctx.Redirect(ctx.Repo.RepoLink + "/commits/" + ctx.Repo.BranchNameSubURL())
213 fileName := ctx.Repo.TreePath
219 commitsCount, err := ctx.Repo.GitRepo.FileCommitsCount(ctx.Repo.RefName, fileName)
233 commits, err := ctx.Repo.GitRepo.CommitsByFileAndRange(ctx.Repo.RefName, fileName, page)
259 userName := ctx.Repo.Owner.Name
275 gitRepo = ctx.Repo.GitRepo
[all …]
H A Dview.go145 …ata["Title"] = ctx.Tr("repo.file.title", ctx.Repo.Repository.Name+"/"+path.Base(ctx.Repo.TreePath)…
367 if ctx.Repo.CanWrite(unit_model.TypeCode) && ctx.Repo.IsViewBranch {
384 …ata["Title"] = ctx.Tr("repo.file.title", ctx.Repo.Repository.Name+"/"+path.Base(ctx.Repo.TreePath)…
728 branchLink := ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL()
735 tree, err := ctx.Repo.Commit.SubTree(ctx.Repo.TreePath)
744 entry, err := ctx.Repo.Commit.GetTreeEntryByPath(ctx.Repo.TreePath)
821 branchLink := ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL()
885 title := ctx.Repo.Repository.Owner.Name + "/" + ctx.Repo.Repository.Name
891 branchLink := ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL()
893 rawLink := ctx.Repo.RepoLink + "/raw/" + ctx.Repo.BranchNameSubURL()
[all …]
H A Dsetting.go105 repo := ctx.Repo.Repository
119 ctx.Repo.GitRepo.Close()
120 ctx.Repo.GitRepo = nil
348 Repo: repo,
566 if !ctx.Repo.IsOwner() {
593 if !ctx.Repo.IsOwner() {
630 if !ctx.Repo.IsOwner() {
660 ctx.Repo.GitRepo = nil
906 ctx.Repo.Repository,
928 if !ctx.Repo.Owner.RepoAdminChangeTeamAccess && !ctx.Repo.IsOwner() {
[all …]
H A Dblame.go48 fileName := ctx.Repo.TreePath
54 userName := ctx.Repo.Owner.Name
55 repoName := ctx.Repo.Repository.Name
56 commitID := ctx.Repo.CommitID
58 branchLink := ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL()
60 rawLink := ctx.Repo.RepoLink + "/raw/" + ctx.Repo.BranchNameSubURL()
62 if len(ctx.Repo.TreePath) > 0 {
68 if len(ctx.Repo.TreePath) > 0 {
81 entry, err := ctx.Repo.Commit.GetTreeEntryByPath(ctx.Repo.TreePath)
155 commitCache[ctx.Repo.Commit.ID.String()] = ctx.Repo.Commit
[all …]
H A Deditor.go75 if treePath != ctx.Repo.TreePath {
91 entry, err := ctx.Repo.Commit.GetTreeEntryByPath(ctx.Repo.TreePath)
149 ctx.Data["BranchLink"] = ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL()
193 branchName := ctx.Repo.BranchName
249 FromTreePath: ctx.Repo.TreePath,
388 ctx.Data["BranchLink"] = ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL()
416 branchName := ctx.Repo.BranchName
422 ctx.Data["BranchLink"] = ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL()
528 commit, err := ctx.Repo.GitRepo.GetBranchCommit(ctx.Repo.BranchName)
552 ctx.Repo.TreePath = treePath
[all …]
H A Drelease.go157 URLPrefix: ctx.Repo.RepoLink,
159 GitRepo: ctx.Repo.GitRepo,
227 URLPrefix: ctx.Repo.RepoLink,
229 GitRepo: ctx.Repo.GitRepo,
275 rel.Repo = ctx.Repo.Repository
332 ctx.Redirect(ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL())
338 ctx.Redirect(ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL())
344 ctx.Redirect(ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL())
358 RepoID: ctx.Repo.Repository.ID,
359 Repo: ctx.Repo.Repository,
[all …]
/dports/databases/elixir-ecto/ecto-2.2.10/test/mix/
H A Decto_test.exs6 assert parse_repo(["-r", "Repo"]) == [Repo]
7 assert parse_repo(["--repo", Repo]) == [Repo]
8 assert parse_repo(["-r", "Repo", "-r", "Repo2"]) == [Repo, Repo2]
9 assert parse_repo(["-r", "Repo", "--quiet"]) == [Repo]
10 assert parse_repo(["-r", "Repo", "-r", "Repo2", "--quiet"]), [Repo, Repo2]
16 Application.put_env(:ecto, :ecto_repos, [Foo.Repo])
17 assert parse_repo([]) == [Foo.Repo]
22 defmodule Repo do module
48 assert ensure_repo(Repo, []) == Repo
55 assert ensure_started(Repo, []) == {:ok, self(), []}
[all …]
/dports/www/gitea/gitea-1.16.5/services/repository/archiver/
H A Darchiver_test.go31 defer ctx.Repo.GitRepo.Close()
33 bogusReq, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".zip")
40 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".dilbert")
45 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "dbffff.zip")
50 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "db.zip")
54 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "master.zip")
59 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "test/archive.zip")
65 zipReq, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".zip")
69 tgzReq, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".tar.gz")
93 zipReq2, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".zip")
[all …]
/dports/sysutils/dnf/dnf-4.9.0/tests/api/
H A Dtest_dnf_repo.py45 repo = dnf.repo.Repo()
51 repo = dnf.repo.Repo()
57 repo = dnf.repo.Repo()
70 repo = dnf.repo.Repo()
77 repo = dnf.repo.Repo()
83 repo = dnf.repo.Repo()
89 repo = dnf.repo.Repo()
95 repo = dnf.repo.Repo()
101 repo = dnf.repo.Repo()
108 repo = dnf.repo.Repo()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/util/parsers/
H A Dparsers_test.go28 Repo string
32 {Input: "root", Repo: "docker.io/library/root", Tag: "latest"},
33 {Input: "root:tag", Repo: "docker.io/library/root", Tag: "tag"},
34 …{Input: "root@sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", Repo: "doc…
35 {Input: "user/repo", Repo: "docker.io/user/repo", Tag: "latest"},
36 {Input: "user/repo:tag", Repo: "docker.io/user/repo", Tag: "tag"},
38 {Input: "url:5000/repo", Repo: "url:5000/repo", Tag: "latest"},
39 {Input: "url:5000/repo:tag", Repo: "url:5000/repo", Tag: "tag"},
40 …sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", Repo: "url:5000/repo", D…
46 } else if repo != testCase.Repo || tag != testCase.Tag || digest != testCase.Digest {
[all …]
/dports/sysutils/helm/helm-3.5.2/pkg/plugin/installer/
H A Dvcs_installer.go33 Repo vcs.Repo member
44 Repo: repo,
62 Repo: repo,
73 if err := i.sync(i.Repo); err != nil {
77 ref, err := i.solveVersion(i.Repo)
87 if !isPlugin(i.Repo.LocalPath()) {
92 return fs.CopyDir(i.Repo.LocalPath(), i.Path())
97 debug("updating %s", i.Repo.Remote())
98 if i.Repo.IsDirty() {
101 if err := i.Repo.Update(); err != nil {
[all …]
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_packages.erl120 handle_missing_package(PkgKey, Repo, State, Fun) ->
133 update_package(Name, Repo, State),
154 package_dir(Repo, State) ->
156 RepoName = maps:get(name, Repo),
180 handle_missing_package(Dep, Repo, State,
188 handle_missing_package(Dep, Repo, State,
284 insert_releases(Name, Releases, Repo, Table) ->
315 Fun = fun(Repo) ->
326 Fun = fun(Repo) ->
340 Fun = fun(Repo) ->
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/plugin/installer/
H A Dvcs_installer.go32 Repo vcs.Repo member
43 Repo: repo,
61 Repo: repo,
72 if err := i.sync(i.Repo); err != nil {
76 ref, err := i.solveVersion(i.Repo)
86 if !isPlugin(i.Repo.LocalPath()) {
90 return i.link(i.Repo.LocalPath())
95 debug("updating %s", i.Repo.Remote())
96 if i.Repo.IsDirty() {
99 if err := i.Repo.Update(); err != nil {
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DConfig.hs40 read :: Repo -> IO Repo
46 reRead :: Repo -> IO Repo
55 read' :: Repo -> IO Repo
76 global :: IO (Maybe Repo)
94 hRead :: Repo -> ConfigStyle -> Handle -> IO Repo
103 store :: S.ByteString -> ConfigStyle -> Repo -> IO Repo
113 store' :: ConfigKey -> ConfigValue -> Repo -> Repo
125 updateLocation :: Repo -> IO Repo
137 updateLocation' :: Repo -> RepoLocation -> IO Repo
205 isBare :: Repo -> Bool
[all …]
/dports/www/gitea/gitea-1.16.5/modules/notification/action/
H A Daction.go44 repo := issue.Repo
52 Repo: repo,
68 Repo: issue.Repo,
99 Repo: issue.Repo,
147 Repo: pull.Issue.Repo,
160 Repo: repo,
228 Repo: review.Issue.Repo,
243 Repo: review.Issue.Repo,
273 Repo: pr.Issue.Repo,
291 Repo: review.Issue.Repo,
[all …]

12345678910>>...136