Home
last modified time | relevance | path

Searched refs:Repo (Results 176 – 200 of 5300) sorted by relevance

12345678910>>...212

/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/modfetch/
H A Drepo.go29 type Repo interface { interface
191 func Lookup(proxy, path string) (Repo, error) {
197 r Repo
215 func lookup(proxy, path string) (r Repo, err error) {
258 func lookupDirect(path string) (Repo, error) {
272 return newProxyRepo(rr.Repo, path)
282 func lookupCodeRepo(rr *get.RepoRoot) (codehost.Repo, error) {
283 code, err := codehost.NewRepo(rr.VCS, rr.Repo)
297 func ImportRepoRev(path, rev string) (Repo, *RevInfo, error) {
354 r Repo
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/go/internal/modfetch/
H A Drepo.go29 type Repo interface { interface
191 func Lookup(proxy, path string) (Repo, error) {
197 r Repo
215 func lookup(proxy, path string) (r Repo, err error) {
258 func lookupDirect(path string) (Repo, error) {
272 return newProxyRepo(rr.Repo, path)
282 func lookupCodeRepo(rr *get.RepoRoot) (codehost.Repo, error) {
283 code, err := codehost.NewRepo(rr.VCS, rr.Repo)
297 func ImportRepoRev(path, rev string) (Repo, *RevInfo, error) {
354 r Repo
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DInternalTypes.hs51 Repo !String !RepoFormat !PristineType Cache deriving ( Show ) constructor
56 repoLocation (Repo loc _ _ _) = loc
62 repoFormat (Repo _ fmt _ _) = fmt
65 repoPristineType (Repo _ _ pr _) = pr
68 repoCache (Repo _ _ _ c) = c
71 modifyCache g (Repo l f p c) = Repo l f p (g c)
89 mkRepo = Repo
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Ddownload.go42 meta, _ := models.GetLFSMetaObjectByOid(ctx.Repo.Repository.ID, pointer.Oid)
72 return common.ServeData(ctx, ctx.Repo.TreePath, meta.Size, lfsDataRc)
84 blob, err := ctx.Repo.Commit.GetBlobByPath(ctx.Repo.TreePath)
100 blob, err := ctx.Repo.Commit.GetBlobByPath(ctx.Repo.TreePath)
116 blob, err := ctx.Repo.GitRepo.GetBlob(ctx.Params("sha"))
132 blob, err := ctx.Repo.GitRepo.GetBlob(ctx.Params("sha"))
H A Dactivity.go55 if ctx.Data["Activity"], err = models.GetActivityStats(ctx.Repo.Repository, timeFrom,
56 ctx.Repo.CanRead(unit.TypeReleases),
57 ctx.Repo.CanRead(unit.TypeIssues),
58 ctx.Repo.CanRead(unit.TypePullRequests),
59 ctx.Repo.CanRead(unit.TypeCode)); err != nil {
64 …if ctx.PageData["repoActivityTopAuthors"], err = models.GetActivityStatsTopAuthors(ctx.Repo.Reposi…
97 authors, err := models.GetActivityStatsTopAuthors(ctx.Repo.Repository, timeFrom, 10)
H A Dpull.go84 ctx.Repo,
360 compareInfo, err := ctx.Repo.GitRepo.GetCompareInfo(ctx.Repo.Repository.RepoPath(),
397 repo := ctx.Repo.Repository
738 setCompareContext(ctx, baseCommit, commit, ctx.Repo.Owner.Name, ctx.Repo.Repository.Name)
959 pr.Issue.Repo = ctx.Repo.Repository
1065 …if ctx.Repo != nil && ctx.Repo.Repository != nil && pr.HeadRepoID == ctx.Repo.Repository.ID && ctx…
1166 Repo: repo,
1275 …if ctx.Repo != nil && ctx.Repo.Repository != nil && ctx.Repo.Repository.ID == pr.BaseRepoID && ctx…
1290 …oID != pr.HeadRepoID && ctx.Repo != nil && ctx.Repo.Repository != nil && ctx.Repo.Repository.ID ==…
1291 gitRepo = ctx.Repo.GitRepo
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/
H A Drepo.go30 type Repo interface { interface
201 func Lookup(proxy, path string) Repo {
207 r Repo
210 r := newCachingRepo(path, func() (Repo, error) {
224 func lookup(proxy, path string) (r Repo, err error) {
267 func lookupDirect(path string) (Repo, error) {
281 return newProxyRepo(rr.Repo, path)
291 func lookupCodeRepo(rr *vcs.RepoRoot) (codehost.Repo, error) {
292 code, err := codehost.NewRepo(rr.VCS.Cmd, rr.Repo)
363 r Repo
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/modfetch/
H A Drepo.go30 type Repo interface { interface
201 func Lookup(proxy, path string) Repo {
207 r Repo
210 r := newCachingRepo(path, func() (Repo, error) {
224 func lookup(proxy, path string) (r Repo, err error) {
267 func lookupDirect(path string) (Repo, error) {
281 return newProxyRepo(rr.Repo, path)
291 func lookupCodeRepo(rr *vcs.RepoRoot) (codehost.Repo, error) {
292 code, err := codehost.NewRepo(rr.VCS.Cmd, rr.Repo)
363 r Repo
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/
H A Drepo.go30 type Repo interface { interface
201 func Lookup(proxy, path string) Repo {
207 r Repo
210 r := newCachingRepo(path, func() (Repo, error) {
224 func lookup(proxy, path string) (r Repo, err error) {
267 func lookupDirect(path string) (Repo, error) {
281 return newProxyRepo(rr.Repo, path)
291 func lookupCodeRepo(rr *vcs.RepoRoot) (codehost.Repo, error) {
292 code, err := codehost.NewRepo(rr.VCS.Cmd, rr.Repo)
363 r Repo
[all …]
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dsecondary_repo.go11 Repo string member
20 …f.StringVarP(&opts.Repo, "repo2", "", os.Getenv("RESTIC_REPOSITORY2"), repoPrefix+" `repository` "…
28 if opts.Repo == "" && opts.RepositoryFile == "" {
32 if opts.Repo != "" && opts.RepositoryFile != "" {
38 dstGopts.Repo = opts.Repo
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dissue_tracked_time.go74 if !ctx.Repo.Repository.IsTimetrackerEnabled() {
90 RepositoryID: ctx.Repo.Repository.ID,
192 if !ctx.Repo.CanUseTimetracker(issue, ctx.User) {
193 if !ctx.Repo.Repository.IsTimetrackerEnabled() {
273 if !ctx.Repo.CanUseTimetracker(issue, ctx.User) {
274 if !ctx.Repo.Repository.IsTimetrackerEnabled() {
344 if !ctx.Repo.CanUseTimetracker(issue, ctx.User) {
413 if !ctx.Repo.Repository.IsTimetrackerEnabled() {
438 RepositoryID: ctx.Repo.Repository.ID,
501 if !ctx.Repo.Repository.IsTimetrackerEnabled() {
[all …]
/dports/devel/gitty/gitty-0.3.0/
H A Drepos.go55 type Repo struct { struct
68 func repository(owner string, name string) (Repo, error) {
75 return Repo{}, err
86 func repositories(owner string) ([]Repo, error) {
88 var repos []Repo
118 func RepoFromQL(repo QLRepository) Repo {
119 return Repo{
/dports/devel/fpc-fppkg/fpc-3.2.2/packages/fppkg/src/
H A Dpkgfppkg.pp132 Repo: TFPRepository;
147 Repo.DefaultPackagesStructure.AddPackagesToRepository(Repo);
291 Repo: TFPRepository;
299 if Assigned(Repo) then
302 Repo.Free;
450 Repo: TFPRepository;
524 Repo: TFPRepository;
532 Repo.Free;
556 Repo: TFPRepository;
564 Result := Repo;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fppkg/src/
H A Dpkgfppkg.pp132 Repo: TFPRepository;
147 Repo.DefaultPackagesStructure.AddPackagesToRepository(Repo);
291 Repo: TFPRepository;
299 if Assigned(Repo) then
302 Repo.Free;
450 Repo: TFPRepository;
524 Repo: TFPRepository;
532 Repo.Free;
556 Repo: TFPRepository;
564 Result := Repo;
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DDiffTree.hs46 diffTree :: Ref -> Ref -> Repo -> IO ([DiffTreeItem], IO Bool)
51 diffTreeRecursive :: Ref -> Ref -> Repo -> IO ([DiffTreeItem], IO Bool)
57 diffIndex :: Ref -> Repo -> IO ([DiffTreeItem], IO Bool)
62 diffWorkTree :: Ref -> Repo -> IO ([DiffTreeItem], IO Bool)
69 diffIndex' :: Ref -> [CommandParam] -> Repo -> IO ([DiffTreeItem], IO Bool)
79 diffFiles :: [CommandParam] -> Repo -> IO ([DiffTreeItem], IO Bool)
85 diffLog :: [CommandParam] -> Repo -> IO ([DiffTreeItem], IO Bool)
92 commitDiff :: Sha -> Repo -> IO ([DiffTreeItem], IO Bool)
96 getdiff :: CommandParam -> [CommandParam] -> Repo -> IO ([DiffTreeItem], IO Bool)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/BuildReports/
H A DStorage.hs62 storeAnonymous :: [(BuildReport, Maybe Repo)] -> IO ()
72 separate :: [(BuildReport, Maybe Repo)]
73 -> [(Repo, [BuildReport])]
82 onlyRemote :: [(BuildReport, Maybe Repo)]
83 -> [(BuildReport, Repo, RemoteRepo)]
90 storeLocal :: CompilerInfo -> [PathTemplate] -> [(BuildReport, Maybe Repo)]
129 -> [(BuildReport, Maybe Repo)]
140 -> Maybe (BuildReport, Maybe Repo)
158 -> [PackageId] -> FlagAssignment -> [(BuildReport, Maybe Repo)]
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Drepo.c38 Repo *
41 Repo *repo; in repo_create()
48 pool->repos = (Repo **)solv_calloc(2, sizeof(Repo *)); in repo_create()
51 pool->repos = (Repo **)solv_realloc2(pool->repos, pool->nrepos + 1, sizeof(Repo *)); in repo_create()
64 repo_freedata(Repo *repo) in repo_freedata()
80 repo_empty(Repo *repo, int reuseids) in repo_empty()
122 repo_free(Repo *repo, int reuseids) in repo_free()
144 repo_add_solvable(Repo *repo) in repo_add_solvable()
230 repo_add_solvable_block_before(Repo *repo, int count, Repo *beforerepo) in repo_add_solvable_block_before()
1370 repo_last_repodata(Repo *repo) in repo_last_repodata()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go46 type Repo struct { struct
66 func (x *Repo) Reset() { argument
67 *x = Repo{}
75 func (x *Repo) String() string { argument
79 func (*Repo) ProtoMessage() {} argument
105 func (x *Repo) GetSize() int64 { argument
112 func (x *Repo) GetUrl() string { argument
391 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
435 return x.Repo
840 out := new(Repo)
[all …]
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go51 type Repo struct { struct
71 func (x *Repo) Reset() { argument
72 *x = Repo{}
80 func (x *Repo) String() string { argument
84 func (*Repo) ProtoMessage() {} argument
110 func (x *Repo) GetSize() int64 { argument
117 func (x *Repo) GetUrl() string { argument
396 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
440 return x.Repo
845 out := new(Repo)
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go46 type Repo struct { struct
66 func (x *Repo) Reset() { argument
67 *x = Repo{}
75 func (x *Repo) String() string { argument
79 func (*Repo) ProtoMessage() {} argument
105 func (x *Repo) GetSize() int64 { argument
112 func (x *Repo) GetUrl() string { argument
391 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
435 return x.Repo
840 out := new(Repo)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go51 type Repo struct { struct
71 func (x *Repo) Reset() { argument
72 *x = Repo{}
80 func (x *Repo) String() string { argument
84 func (*Repo) ProtoMessage() {} argument
110 func (x *Repo) GetSize() int64 { argument
117 func (x *Repo) GetUrl() string { argument
396 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
440 return x.Repo
845 out := new(Repo)
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go46 type Repo struct { struct
66 func (x *Repo) Reset() { argument
67 *x = Repo{}
75 func (x *Repo) String() string { argument
79 func (*Repo) ProtoMessage() {} argument
105 func (x *Repo) GetSize() int64 { argument
112 func (x *Repo) GetUrl() string { argument
391 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
435 return x.Repo
840 out := new(Repo)
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go51 type Repo struct { struct
71 func (x *Repo) Reset() { argument
72 *x = Repo{}
80 func (x *Repo) String() string { argument
84 func (*Repo) ProtoMessage() {} argument
110 func (x *Repo) GetSize() int64 { argument
117 func (x *Repo) GetUrl() string { argument
396 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
440 return x.Repo
845 out := new(Repo)
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go46 type Repo struct { struct
66 func (x *Repo) Reset() { argument
67 *x = Repo{}
75 func (x *Repo) String() string { argument
79 func (*Repo) ProtoMessage() {} argument
105 func (x *Repo) GetSize() int64 { argument
112 func (x *Repo) GetUrl() string { argument
391 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
435 return x.Repo
840 out := new(Repo)
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/
H A Dsourcerepo.pb.go46 type Repo struct { struct
66 func (x *Repo) Reset() { argument
67 *x = Repo{}
75 func (x *Repo) String() string { argument
79 func (*Repo) ProtoMessage() {} argument
105 func (x *Repo) GetSize() int64 { argument
112 func (x *Repo) GetUrl() string { argument
391 Repo *Repo `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` member
435 return x.Repo
840 out := new(Repo)
[all …]

12345678910>>...212