Home
last modified time | relevance | path

Searched refs:Repo (Results 226 – 250 of 5300) sorted by relevance

12345678910>>...212

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/vcs/
H A Dvcs_test.go40 Repo: "https://github.com/golang/groupcache",
53 Repo: "https://hub.jazz.net/git/user1/pkgname",
60 Repo: "https://hub.jazz.net/git/user1/pkgname",
101 Repo: "https://hub.jazz.net/git/user/pkg.name",
114 Repo: "https://git.openstack.org/openstack/swift",
124 Repo: "https://git.openstack.org/openstack/swift.git",
131 Repo: "https://git.openstack.org/openstack/swift",
160 Repo: "https://git.apache.org/package-name.git",
167 Repo: "https://git.apache.org/package-name_2.x.git",
202 if got.VCS.Name != want.VCS.Name || got.Repo != want.Repo {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/vcs/
H A Dvcs_test.go40 Repo: "https://github.com/golang/groupcache",
53 Repo: "https://hub.jazz.net/git/user1/pkgname",
60 Repo: "https://hub.jazz.net/git/user1/pkgname",
101 Repo: "https://hub.jazz.net/git/user/pkg.name",
114 Repo: "https://git.openstack.org/openstack/swift",
124 Repo: "https://git.openstack.org/openstack/swift.git",
131 Repo: "https://git.openstack.org/openstack/swift",
160 Repo: "https://git.apache.org/package-name.git",
167 Repo: "https://git.apache.org/package-name_2.x.git",
202 if got.VCS.Name != want.VCS.Name || got.Repo != want.Repo {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/vcs/
H A Dvcs_test.go40 Repo: "https://github.com/golang/groupcache",
53 Repo: "https://hub.jazz.net/git/user1/pkgname",
60 Repo: "https://hub.jazz.net/git/user1/pkgname",
101 Repo: "https://hub.jazz.net/git/user/pkg.name",
114 Repo: "https://git.openstack.org/openstack/swift",
124 Repo: "https://git.openstack.org/openstack/swift.git",
131 Repo: "https://git.openstack.org/openstack/swift",
160 Repo: "https://git.apache.org/package-name.git",
167 Repo: "https://git.apache.org/package-name_2.x.git",
202 if got.VCS.Name != want.VCS.Name || got.Repo != want.Repo {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/vcs/
H A Dvcs_test.go40 Repo: "https://github.com/golang/groupcache",
53 Repo: "https://hub.jazz.net/git/user1/pkgname",
60 Repo: "https://hub.jazz.net/git/user1/pkgname",
101 Repo: "https://hub.jazz.net/git/user/pkg.name",
114 Repo: "https://git.openstack.org/openstack/swift",
124 Repo: "https://git.openstack.org/openstack/swift.git",
131 Repo: "https://git.openstack.org/openstack/swift",
160 Repo: "https://git.apache.org/package-name.git",
167 Repo: "https://git.apache.org/package-name_2.x.git",
202 if got.VCS.Name != want.VCS.Name || got.Repo != want.Repo {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/vcs/
H A Dvcs_test.go40 Repo: "https://github.com/golang/groupcache",
53 Repo: "https://hub.jazz.net/git/user1/pkgname",
60 Repo: "https://hub.jazz.net/git/user1/pkgname",
101 Repo: "https://hub.jazz.net/git/user/pkg.name",
114 Repo: "https://git.openstack.org/openstack/swift",
124 Repo: "https://git.openstack.org/openstack/swift.git",
131 Repo: "https://git.openstack.org/openstack/swift",
160 Repo: "https://git.apache.org/package-name.git",
167 Repo: "https://git.apache.org/package-name_2.x.git",
202 if got.VCS.Name != want.VCS.Name || got.Repo != want.Repo {
[all …]
/dports/www/gitea/gitea-1.16.5/services/webhook/
H A Dmsteams.go76 title := fmt.Sprintf("[%s] %s %s created", p.Repo.FullName, p.RefType, refName)
79 p.Repo,
83 p.Repo.HTMLURL+"/src/"+util.PathEscapeSegments(refName),
96 p.Repo,
100 p.Repo.HTMLURL+"/src/"+util.PathEscapeSegments(refName),
108 title := fmt.Sprintf("%s is forked to %s", p.Forkee.FullName, p.Repo.FullName)
111 p.Repo,
115 p.Repo.HTMLURL,
137 titleLink = p.Repo.HTMLURL + "/src/" + util.PathEscapeSegments(branchName)
140 title := fmt.Sprintf("[%s:%s] %s", p.Repo.FullName, branchName, commitDesc)
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/cabal-install-parsers-0.4.1/src/Cabal/
H A DConfig.hs8 Repo (..),
86 { cfgRepositories :: Map RepoName Repo
102 data Repo = Repo type
112 instance NFData Repo
164 repoGrammar :: C.ParsecFieldGrammar Repo Repo
165 repoGrammar = Repo
187 cfgRepositoriesL :: Functor f => LensLike' f (Config g) (Map String Repo)
199 repoURLL :: Functor f => LensLike' f Repo URI
202 repoSecureL :: Functor f => LensLike' f Repo Bool
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/BuildReports/
H A DStorage.hs63 storeAnonymous :: [(BuildReport, Maybe Repo)] -> IO ()
73 separate :: [(BuildReport, Maybe Repo)]
74 -> [(Repo, [BuildReport])]
84 onlyRemote :: [(BuildReport, Maybe Repo)]
85 -> [(BuildReport, Repo, RemoteRepo)]
92 storeLocal :: CompilerInfo -> [PathTemplate] -> [(BuildReport, Maybe Repo)]
131 -> [(BuildReport, Maybe Repo)]
142 -> Maybe (BuildReport, Maybe Repo)
160 -> [PackageId] -> FlagAssignment -> [(BuildReport, Maybe Repo)]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.hpp103 struct Repo { struct
136Repo(const std::string & id, std::unique_ptr<ConfigRepo> && conf, Repo::Type type = Repo::Type::AV…
138 Repo & operator =(Repo && repo) = delete;
311 ~Repo();
316 friend Impl * repoGetImpl(Repo * repo);
370 PackageTarget(Repo * repo, const char * relativeUrl, const char * dest, int chksType,
/dports/www/gitea/gitea-1.16.5/services/repository/files/
H A Ddiff_test.go27 defer ctx.Repo.GitRepo.Close()
29 branch := ctx.Repo.Repository.DefaultBranch
120 diff, err := GetDiffPreview(ctx.Repo.Repository, branch, treePath, content)
130 diff, err := GetDiffPreview(ctx.Repo.Repository, "", treePath, content)
148 defer ctx.Repo.GitRepo.Close()
150 branch := ctx.Repo.Repository.DefaultBranch
162 diff, err := GetDiffPreview(ctx.Repo.Repository, badBranch, treePath, content)
168 diff, err := GetDiffPreview(ctx.Repo.Repository, branch, "", content)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Types/
H A DRepo.hs2 module Distribution.Client.Types.Repo (
11 Repo (..),
144 data Repo type
173 instance Binary Repo
174 instance Structured Repo
177 isRepoRemote :: Repo -> Bool
182 maybeRepoRemote :: Repo -> Maybe RemoteRepo
187 repoName :: Repo -> RepoName
/dports/www/elixir-phoenix/phoenix-1.3.3/priv/templates/phoenix.gen.html/
H A Dcontroller_test.exs20 <%= singular %> = Repo.get_by!(<%= alias %>, @valid_attrs)
30 <%= singular %> = Repo.insert! %<%= alias %>{}
42 <%= singular %> = Repo.insert! %<%= alias %>{}
48 <%= singular %> = Repo.insert! %<%= alias %>{}
51 assert Repo.get_by(<%= alias %>, @valid_attrs)
55 <%= singular %> = Repo.insert! %<%= alias %>{}
61 <%= singular %> = Repo.insert! %<%= alias %>{}
64 refute Repo.get(<%= alias %>, <%= singular %>.id)
/dports/devel/go-glide/glide-0.13.2/mirrors/
H A Dmirrors.go20 Repo, Vcs string member
33 return true, o.Repo, o.Vcs
64 msg.Debug("Found mirror: %s to %s (%s)", o.Original, o.Repo, o.Vcs)
66 Repo: o.Repo,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dhooks_payload.go60 Repo *gitalypb.Repository `json:"-"` member
97 Repo string `json:"repository"` member
111 Repo: repo,
158 err = protojson.Unmarshal([]byte(jsonPayload.Repo), &repo)
164 payload.Repo = &repo
191 repo, err := protojson.Marshal(p.Repo)
196 jsonPayload := jsonHooksPayload{HooksPayload: p, Repo: string(repo)}
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dhooks_payload.go60 Repo *gitalypb.Repository `json:"-"` member
97 Repo string `json:"repository"` member
111 Repo: repo,
158 err = protojson.Unmarshal([]byte(jsonPayload.Repo), &repo)
164 payload.Repo = &repo
191 repo, err := protojson.Marshal(p.Repo)
196 jsonPayload := jsonHooksPayload{HooksPayload: p, Repo: string(repo)}
/dports/devel/gh/cli-2.4.0/context/
H A Dremote_test.go14 &Remote{Remote: &git.Remote{Name: "mona"}, Repo: ghrepo.New("monalisa", "myfork")},
15 &Remote{Remote: &git.Remote{Name: "origin"}, Repo: ghrepo.New("monalisa", "octo-cat")},
16 &Remote{Remote: &git.Remote{Name: "upstream"}, Repo: ghrepo.New("hubot", "tools")},
63 …r1 := &Remote{Remote: &git.Remote{Name: "mona"}, Repo: ghrepo.NewWithHost("monalisa", "myfork", "t…
64 …r2 := &Remote{Remote: &git.Remote{Name: "origin"}, Repo: ghrepo.NewWithHost("monalisa", "octo-cat"…
65 r3 := &Remote{Remote: &git.Remote{Name: "upstream"}, Repo: ghrepo.New("hubot", "tools")}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/theupdateframework/notary/tuf/
H A Dtuf.go58 type Repo struct { struct
76 func NewRepo(cryptoService signed.CryptoService) *Repo {
77 return &Repo{
185 func (tr *Repo) markRoleDirty(role data.RoleName) { argument
203 func (tr *Repo) GetBaseRole(name data.RoleName) (data.BaseRole, error) { argument
285 func (tr *Repo) GetAllLoadedRoles() []*data.Role { argument
512 func (tr *Repo) DeleteDelegation(roleName data.RoleName) error { argument
591 func (tr *Repo) InitSnapshot() error { argument
616 func (tr *Repo) InitTimestamp() error { argument
661 func (tr *Repo) VerifyCanSign(roleName data.RoleName) error { argument
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/theupdateframework/notary/tuf/
H A Dtuf.go58 type Repo struct { struct
76 func NewRepo(cryptoService signed.CryptoService) *Repo {
77 return &Repo{
185 func (tr *Repo) markRoleDirty(role data.RoleName) { argument
203 func (tr *Repo) GetBaseRole(name data.RoleName) (data.BaseRole, error) { argument
285 func (tr *Repo) GetAllLoadedRoles() []*data.Role { argument
512 func (tr *Repo) DeleteDelegation(roleName data.RoleName) error { argument
591 func (tr *Repo) InitSnapshot() error { argument
616 func (tr *Repo) InitTimestamp() error { argument
661 func (tr *Repo) VerifyCanSign(roleName data.RoleName) error { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/theupdateframework/notary/tuf/
H A Dtuf.go58 type Repo struct { struct
76 func NewRepo(cryptoService signed.CryptoService) *Repo {
77 return &Repo{
185 func (tr *Repo) markRoleDirty(role data.RoleName) { argument
203 func (tr *Repo) GetBaseRole(name data.RoleName) (data.BaseRole, error) { argument
285 func (tr *Repo) GetAllLoadedRoles() []*data.Role { argument
512 func (tr *Repo) DeleteDelegation(roleName data.RoleName) error { argument
591 func (tr *Repo) InitSnapshot() error { argument
616 func (tr *Repo) InitTimestamp() error { argument
661 func (tr *Repo) VerifyCanSign(roleName data.RoleName) error { argument
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/theupdateframework/notary/tuf/
H A Dtuf.go58 type Repo struct { struct
76 func NewRepo(cryptoService signed.CryptoService) *Repo {
77 return &Repo{
185 func (tr *Repo) markRoleDirty(role data.RoleName) { argument
203 func (tr *Repo) GetBaseRole(name data.RoleName) (data.BaseRole, error) { argument
285 func (tr *Repo) GetAllLoadedRoles() []*data.Role { argument
512 func (tr *Repo) DeleteDelegation(roleName data.RoleName) error { argument
591 func (tr *Repo) InitSnapshot() error { argument
616 func (tr *Repo) InitTimestamp() error { argument
661 func (tr *Repo) VerifyCanSign(roleName data.RoleName) error { argument
[all …]
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_rpmdb.h14 extern int repo_add_rpmdb(Repo *repo, Repo *ref, int flags);
15 extern int repo_add_rpmdb_reffp(Repo *repo, FILE *reffp, int flags);
16 extern Id repo_add_rpm(Repo *repo, const char *rpm, int flags);
67 extern Id repo_add_rpm_handle(Repo *repo, void *rpmhandle, int flags);
/dports/www/gitea/gitea-1.16.5/routers/api/v1/utils/
H A Dgit.go37 if ctx.Repo.GitRepo == nil {
39 ctx.Repo.GitRepo, err = git.OpenRepository(ctx.Repo.Repository.RepoPath())
43 defer ctx.Repo.GitRepo.Close()
48 refs, err := ctx.Repo.GitRepo.GetRefsFiltered(filter)
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Drepo.go536 ctx.JSON(http.StatusOK, convert.ToRepo(ctx.Repo.Repository, ctx.Repo.AccessMode))
643 owner := ctx.Repo.Owner
644 repo := ctx.Repo.Repository
707 ctx.Repo.GitRepo, err = git.OpenRepository(ctx.Repo.Repository.RepoPath())
739 owner := ctx.Repo.Owner
740 repo := ctx.Repo.Repository
925 repo := ctx.Repo.Repository
954 repo := ctx.Repo.Repository
970 mirror.Repo = repo
1010 owner := ctx.Repo.Owner
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/docker/notary/tuf/
H A Dtuf.go61 type Repo struct { struct
79 func NewRepo(cryptoService signed.CryptoService) *Repo {
80 return &Repo{
286 func (tr *Repo) GetAllLoadedRoles() []*data.Role { argument
513 func (tr *Repo) DeleteDelegation(roleName string) error { argument
592 func (tr *Repo) InitSnapshot() error { argument
617 func (tr *Repo) InitTimestamp() error { argument
634 func (tr Repo) TargetMeta(role, path string) *data.FileMeta { argument
662 func (tr *Repo) VerifyCanSign(roleName string) error { argument
861 func (tr *Repo) UpdateTimestamp(s *data.Signed) error { argument
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Pantry/
H A DRepo.hs4 module Pantry.Repo
40 => [(Repo, RawPackageMetadata)]
46 => [(Repo, PackageMetadata)]
54 => Repo
61 => Repo
85 => Repo
108 => Repo
177 => Repo
196 => Repo
199 withRepo repo@(Repo url commit repoType' _subdir) action =

12345678910>>...212