Home
last modified time | relevance | path

Searched refs:Repo (Results 76 – 100 of 4916) sorted by relevance

12345678910>>...197

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Drepo_write.h26 Repo *repo;
32 int (*keyfilter)(Repo *repo, Repokey *key, void *kfdata);
42 Repowriter *repowriter_create(Repo *repo);
45 void repowriter_set_keyfilter(Repowriter *writer, int (*keyfilter)(Repo *repo, Repokey *key, void *…
52 extern int repo_write(Repo *repo, FILE *fp);
55 extern int repo_write_stdkeyfilter(Repo *repo, Repokey *key, void *kfdata);
58 extern int repo_write_filtered(Repo *repo, FILE *fp, int (*keyfilter)(Repo *repo, Repokey *key, voi…
59 extern int repodata_write_filtered(Repodata *data , FILE *fp, int (*keyfilter)(Repo *repo, Repokey …
/dports/databases/elixir-ecto/ecto-2.2.10/test/mix/tasks/
H A Decto.create_drop_test.exs21 defmodule Repo do module
22 use Ecto.Repo, otp_app: :ecto, adapter: Adapter
30 Application.put_env(:ecto, __MODULE__.Repo, [])
38 Create.run ["-r", to_string(Repo)]
44 Create.run ["-r", to_string(Repo), "--quiet"]
50 Create.run ["-r", to_string(Repo)]
57 Create.run ["-r", to_string(Repo)]
71 Drop.run ["-r", to_string(Repo)]
77 Drop.run ["-r", to_string(Repo), "--quiet"]
83 Drop.run ["-r", to_string(Repo)]
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DMap.hs28 data Link = Link Git.Repo Git.Repo
31 type RepoRemotes = (Git.Repo, [Git.Repo])
97 hostname :: Git.Repo -> String
102 basehostname :: Git.Repo -> String
116 nodeId :: Git.Repo -> String
132 edge :: UUIDDescMap -> [Git.Repo] -> Git.Repo -> Git.Repo -> String
176 absRepo :: Git.Repo -> Git.Repo -> Annex Git.Repo
186 same :: Git.Repo -> Git.Repo -> Bool
197 scan :: Git.Repo -> Annex Git.Repo
212 tryScan :: Git.Repo -> Annex (Maybe Git.Repo)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DBranch.hs30 current :: Repo -> IO (Maybe Branch)
42 currentUnsafe :: Repo -> IO (Maybe Branch)
55 changed :: Branch -> Branch -> Repo -> IO Bool
81 fastForwardable :: Ref -> Ref -> Repo -> IO Bool
97 fastForward :: Branch -> [Ref] -> Repo -> IO Bool
161 commitCommand' :: ([CommandParam] -> Repo -> IO a) -> CommitMode -> CommitQuiet -> [CommandParam] -…
199 writeTree :: Repo -> IO Sha
204 writeTreeQuiet :: Repo -> IO (Maybe Sha)
234 update' :: Branch -> Ref -> Repo -> IO ()
242 checkout :: Branch -> Repo -> IO ()
[all …]
H A DCommand.hs21 gitCommandLine :: [CommandParam] -> Repo -> [CommandParam]
22 gitCommandLine params r@(Repo { location = l@(Local { } ) }) =
34 runBool :: [CommandParam] -> Repo -> IO Bool
39 run :: [CommandParam] -> Repo -> IO ()
45 runQuiet :: [CommandParam] -> Repo -> IO ()
60 pipeReadLazy :: [CommandParam] -> Repo -> IO (L.ByteString, IO Bool)
72 pipeReadStrict :: [CommandParam] -> Repo -> IO S.ByteString
103 pipeWrite :: [CommandParam] -> Repo -> (Handle -> IO ()) -> IO ()
117 pipeNullSplit :: [CommandParam] -> Repo -> IO ([L.ByteString], IO Bool)
130 pipeNullSplitStrict :: [CommandParam] -> Repo -> IO [S.ByteString]
[all …]
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_pubkey.h17 extern int repo_add_rpmdb_pubkeys(Repo *repo, int flags);
18 extern Id repo_add_pubkey(Repo *repo, const char *keyfile, int flags);
19 extern int repo_add_keyring(Repo *repo, FILE *fp, int flags);
20 extern int repo_add_keydir(Repo *repo, const char *keydir, const char *suffix, int flags);
34 Id solvsig_verify(Solvsig *ss, Repo *repo, Chksum *chk);
36 Id repo_verify_sigdata(Repo *repo, unsigned char *sigdata, int sigdatal, const char *keyid);
37 Id repo_find_pubkey(Repo *repo, const char *keyid);
38 void repo_find_all_pubkeys(Repo *repo, const char *keyid, Queue *q);
/dports/www/gitea/gitea-1.16.5/services/issue/
H A Dassignee.go84 RepoID: issue.Repo.ID,
91 RepoID: issue.Repo.ID,
120 RepoID: issue.Repo.ID,
138 RepoID: issue.Repo.ID,
147 RepoID: issue.Repo.ID,
155 RepoID: issue.Repo.ID,
168 RepoID: issue.Repo.ID,
182 RepoID: issue.Repo.ID,
193 if issue.Repo.IsPrivate {
200 RepoID: issue.Repo.ID,
[all …]
/dports/www/gitea/gitea-1.16.5/modules/test/
H A Dcontext_tests.go58 ctx.Repo = &context.Repository{}
59 …ctx.Repo.Repository = unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: repoID}).(*re…
61 ctx.Repo.Owner, err = user_model.GetUserByID(ctx.Repo.Repository.OwnerID)
63 ctx.Repo.RepoLink = ctx.Repo.Repository.Link()
64 ctx.Repo.Permission, err = models.GetUserRepoPermission(ctx.Repo.Repository, ctx.User)
70 gitRepo, err := git.OpenRepository(ctx.Repo.Repository.RepoPath())
77 ctx.Repo.Commit, err = gitRepo.GetBranchCommit(branch.Name)
90 assert.NoError(t, ctx.Repo.Repository.GetOwner(db.DefaultContext))
92 ctx.Repo.GitRepo, err = git.OpenRepository(ctx.Repo.Repository.RepoPath())
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dlfs.go50 total, err := models.CountLFSMetaObjects(ctx.Repo.Repository.ID)
76 ctx.Data["LFSFilesLink"] = ctx.Repo.RepoLink + "/settings/lfs"
203 ctx.Redirect(ctx.Repo.RepoLink + "/settings/lfs/locks")
208 ctx.Redirect(ctx.Repo.RepoLink + "/settings/lfs/locks")
214 ctx.Redirect(ctx.Repo.RepoLink + "/settings/lfs/locks")
225 ctx.Redirect(ctx.Repo.RepoLink + "/settings/lfs/locks")
231 ctx.Redirect(ctx.Repo.RepoLink + "/settings/lfs/locks")
245 ctx.Redirect(ctx.Repo.RepoLink + "/settings/lfs/locks")
374 ctx.Redirect(ctx.Repo.RepoLink + "/settings/lfs")
450 repo := ctx.Repo.Repository
[all …]
H A Dissue_label.go38 ctx.Redirect(ctx.Repo.RepoLink + "/labels")
46 ctx.Redirect(ctx.Repo.RepoLink + "/labels")
52 ctx.Redirect(ctx.Repo.RepoLink + "/labels")
69 if ctx.Repo.Owner.IsOrganization() {
76 l.CalOpenOrgIssues(ctx.Repo.Repository.ID, l.ID)
80 org, err := models.GetOrgByName(ctx.Repo.Owner.LowerName)
108 ctx.Redirect(ctx.Repo.RepoLink + "/labels")
113 RepoID: ctx.Repo.Repository.ID,
122 ctx.Redirect(ctx.Repo.RepoLink + "/labels")
146 ctx.Redirect(ctx.Repo.RepoLink + "/labels")
[all …]
H A Dissue.go105 if !ctx.Repo.Repository.CanEnablePulls() || !ctx.Repo.CanRead(unit.TypePullRequests) {
147 repo := ctx.Repo.Repository
551 if ctx.Repo.IsAdmin() {
712 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(ctx.Repo.Repository.DefaultBranch)
1001 Repo: repo,
1116 if issue.Repo == nil {
1117 issue.Repo = ctx.Repo.Repository
1674 issue.Repo = ctx.Repo.Repository
1933 issue.Repo.FullName(), issue.Index, issue.Repo.ID,
1948 team.OrgID, team.Name, issue.Repo.FullName(), issue.Index, issue.Repo.ID)
[all …]
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dteams.go39 if !ctx.Repo.Owner.IsOrganization() {
44 teams, err := models.GetRepoTeams(ctx.Repo.Repository)
94 if !ctx.Repo.Owner.IsOrganization() {
104 if team.HasRepository(ctx.Repo.Repository.ID) {
186 if !ctx.Repo.Owner.IsOrganization() {
189 if !ctx.Repo.Owner.RepoAdminChangeTeamAccess && !ctx.Repo.IsOwner() {
199 repoHasTeam := team.HasRepository(ctx.Repo.Repository.ID)
206 err = team.AddRepository(ctx.Repo.Repository)
212 err = team.RemoveRepository(ctx.Repo.Repository.ID)
223 team, err := models.GetTeam(ctx.Repo.Owner.ID, ctx.Params(":team"))
H A Drelease.go58 release.IsTag || release.RepoID != ctx.Repo.Repository.ID {
119 …IncludeDrafts: ctx.Repo.AccessMode >= perm.AccessModeWrite || ctx.Repo.UnitAccessMode(unit.TypeRel…
125 releases, err := models.GetReleasesByRepoID(ctx.Repo.Repository.ID, opts)
139 filteredCount, err := models.CountReleasesByRepoID(ctx.Repo.Repository.ID, opts)
182 rel, err := models.GetRelease(ctx.Repo.Repository.ID, form.TagName)
190 form.Target = ctx.Repo.Repository.DefaultBranch
193 RepoID: ctx.Repo.Repository.ID,
203 Repo: ctx.Repo.Repository,
225 rel.Repo = ctx.Repo.Repository
280 rel.IsTag || rel.RepoID != ctx.Repo.Repository.ID {
[all …]
H A Dissue_label.go49 issue, err := models.GetIssueByIndex(ctx.Repo.Repository.ID, ctx.ParamsInt64(":index"))
64 ctx.JSON(http.StatusOK, convert.ToLabelList(issue.Labels, ctx.Repo.Repository, ctx.Repo.Owner))
120 ctx.JSON(http.StatusOK, convert.ToLabelList(labels, ctx.Repo.Repository, ctx.Repo.Owner))
161 issue, err := models.GetIssueByIndex(ctx.Repo.Repository.ID, ctx.ParamsInt64(":index"))
171 if !ctx.Repo.CanWriteIssuesOrPulls(issue.IsPull) {
246 ctx.JSON(http.StatusOK, convert.ToLabelList(labels, ctx.Repo.Repository, ctx.Repo.Owner))
279 issue, err := models.GetIssueByIndex(ctx.Repo.Repository.ID, ctx.ParamsInt64(":index"))
289 if !ctx.Repo.CanWriteIssuesOrPulls(issue.IsPull) {
303 issue, err = models.GetIssueByIndex(ctx.Repo.Repository.ID, ctx.ParamsInt64(":index"))
319 if !ctx.Repo.CanWriteIssuesOrPulls(issue.IsPull) {
/dports/devel/elixir-hex/hex-1.0.1/test/hex/
H A Drepo_test.exs7 assert {:ok, {200, _, _}} = Hex.Repo.get_package("hexpm", "postgrex", "")
10 Hex.Repo.get_package("bad", "postgrex", "")
16 assert Hex.Repo.verify(message, "hexpm") == "payload"
20 Hex.Repo.verify(message, "hexpm")
28 assert Hex.Repo.decode_package(message, "hexpm", "ecto") == []
36 Hex.Repo.decode_package(message, "other repo", "ecto")
40 Hex.Repo.decode_package(message, "hexpm", "other package")
44 assert Hex.Repo.decode_package(message, "other repo", "ecto") == []
45 assert Hex.Repo.decode_package(message, "hexpm", "other package") == []
51 hexpm = Hex.Repo.default_hexpm_repo()
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/test/mix/
H A Dconfig_test.exs45 config :app, Repo, key: :value
46 assert config() == [app: [{Repo, key: :value}]]
48 config :app, Repo, other: :value
49 assert config() == [app: [{Repo, key: :value, other: :value}]]
51 config :app, Repo, key: :other
52 assert config() == [app: [{Repo, other: :value, key: :other}]]
54 config :app, Repo, key: [nested: false]
57 config :app, Repo, key: [nested: true]
58 assert config() == [app: [{Repo, other: :value, key: [nested: true]}]]
60 config :app, Repo, key: :other
[all …]
/dports/www/gitea/gitea-1.16.5/services/repository/files/
H A Dcontent_test.go59 defer ctx.Repo.GitRepo.Close()
62 ref := ctx.Repo.Repository.DefaultBranch
87 defer ctx.Repo.GitRepo.Close()
122 defer ctx.Repo.GitRepo.Close()
150 defer ctx.Repo.GitRepo.Close()
152 repo := ctx.Repo.Repository
181 defer ctx.Repo.GitRepo.Close()
183 repo := ctx.Repo.Repository
211 defer ctx.Repo.GitRepo.Close()
213 repo := ctx.Repo.Repository
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/testdata/definitions/
H A Dissue491.txtar13 Repos: [...#Repo]
16 #Repo: {
21 x: [...#Repo]
26 y: #Repo & {
52 #Repo: (#struct){
88 ...〈1;#Repo〉,
91 #Repo: {
96 ...〈0;#Repo〉,
103 y: (〈0;#Repo〉 & {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo/
H A Drepo.go17 type Repo struct { struct
26 …ry git.CommandFactory, catfileCache catfile.Cache, repo repository.GitRepo, cfg config.Cfg) *Repo {
27 return &Repo{
38 func NewTestRepo(t testing.TB, cfg config.Cfg, repo repository.GitRepo) *Repo {
44 func (repo *Repo) Path() (string, error) { argument
50 func (repo *Repo) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command, err… argument
56 func (repo *Repo) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error { argument
66 func (repo *Repo) Config() Config { argument
71 func (repo *Repo) Remote() Remote { argument
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo/
H A Drepo.go17 type Repo struct { struct
26 …ry git.CommandFactory, catfileCache catfile.Cache, repo repository.GitRepo, cfg config.Cfg) *Repo {
27 return &Repo{
38 func NewTestRepo(t testing.TB, cfg config.Cfg, repo repository.GitRepo) *Repo {
44 func (repo *Repo) Path() (string, error) { argument
50 func (repo *Repo) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command, err… argument
56 func (repo *Repo) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error { argument
66 func (repo *Repo) Config() Config { argument
71 func (repo *Repo) Remote() Remote { argument
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp282 Repo::Impl::~Impl() in ~Impl()
289 Repo::Repo(const std::string & id, std::unique_ptr<ConfigRepo> && conf, Repo::Type type) in Repo() function in libdnf::Repo
303 Repo::~Repo() = default;
316 void Repo::verify() const in verify()
345 void Repo::enable() in enable()
350 void Repo::disable() in disable()
1332 bool Repo::Impl::load() in load()
1488 bool Repo::fresh() in fresh()
1631 Repo::SyncStrategy Repo::getSyncStrategy() const noexcept in getSyncStrategy()
1972 Repo::Impl * repoGetImpl(Repo * repo) in repoGetImpl()
[all …]
/dports/sysutils/helm/helm-3.5.2/internal/experimental/registry/
H A Dreference.go43 Repo string member
63 ref = &Reference{Repo: splitComponents[0]}
65 ref = &Reference{Repo: splitComponents[0], Tag: splitComponents[1]}
67 ref = &Reference{Repo: strings.Join(splitComponents[:2], ":"), Tag: splitComponents[2]}
82 return ref.Repo
84 return fmt.Sprintf("%s:%s", ref.Repo, ref.Tag)
99 if ref.Repo == "" {
104 _, err := url.Parse("//" + ref.Repo)
114 parts := strings.Split(ref.Repo, ":")
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo/
H A Drepo.go17 type Repo struct { struct
26 …ry git.CommandFactory, catfileCache catfile.Cache, repo repository.GitRepo, cfg config.Cfg) *Repo {
27 return &Repo{
38 func NewTestRepo(t testing.TB, cfg config.Cfg, repo repository.GitRepo) *Repo {
46 func (repo *Repo) Path() (string, error) { argument
52 func (repo *Repo) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command, err… argument
58 func (repo *Repo) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error { argument
68 func (repo *Repo) Config() Config { argument
73 func (repo *Repo) Remote() Remote { argument
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/internal/experimental/registry/
H A Dreference.go43 Repo string member
63 ref = &Reference{Repo: splitComponents[0]}
65 ref = &Reference{Repo: splitComponents[0], Tag: splitComponents[1]}
67 ref = &Reference{Repo: strings.Join(splitComponents[:2], ":"), Tag: splitComponents[2]}
82 return ref.Repo
84 return fmt.Sprintf("%s:%s", ref.Repo, ref.Tag)
98 if ref.Repo == "" {
103 _, err := url.Parse(ref.Repo)
113 parts := strings.Split(ref.Repo, ":")
/dports/www/beehive/beehive-0.4.0/bees/githubbee/
H A Devents.go49 Value: *event.Repo.Name,
54 Value: "https://github.com/" + *event.Repo.Name,
88 Value: *event.Repo.Name,
93 Value: "https://github.com/" + *event.Repo.Name,
137 Value: *event.Repo.Name,
142 Value: "https://github.com/" + *event.Repo.Name,
175 Value: *event.Repo.Name,
223 Value: *event.Repo.Name,
282 Value: *event.Repo.Name,
349 Value: *event.Repo.Name,
[all …]

12345678910>>...197