Home
last modified time | relevance | path

Searched refs:download_tags (Results 51 – 75 of 173) sorted by relevance

1234567

/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dremote.h34 git_remote_autotag_option_t download_tags; member
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/devel/R-cran-git2r/git2r/src/libgit2/include/git2/
H A Dremote.h655 git_remote_autotag_option_t download_tags; member
786 git_remote_autotag_option_t download_tags,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/include/git2/
H A Dremote.h678 git_remote_autotag_option_t download_tags; member
809 git_remote_autotag_option_t download_tags,
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags;
811 git_remote_autotag_option_t download_tags,
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/include/git2/
H A Dremote.h680 git_remote_autotag_option_t download_tags; member
811 git_remote_autotag_option_t download_tags,
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1021 tagopt = opts->download_tags; in git_remote_fetch()
1643 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1665 tagopt = remote->download_tags; in git_remote_update_tips()
1667 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1147 tagopt = opts->download_tags; in git_remote_fetch()
1774 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1796 tagopt = remote->download_tags; in git_remote_update_tips()
1798 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1147 tagopt = opts->download_tags; in git_remote_fetch()
1774 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1796 tagopt = remote->download_tags; in git_remote_update_tips()
1798 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1140 tagopt = opts->download_tags; in git_remote_fetch()
1767 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1789 tagopt = remote->download_tags; in git_remote_update_tips()
1791 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1021 tagopt = opts->download_tags; in git_remote_fetch()
1633 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1655 tagopt = remote->download_tags; in git_remote_update_tips()
1657 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1147 tagopt = opts->download_tags; in git_remote_fetch()
1774 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1796 tagopt = remote->download_tags; in git_remote_update_tips()
1798 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1021 tagopt = opts->download_tags; in git_remote_fetch()
1633 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1655 tagopt = remote->download_tags; in git_remote_update_tips()
1657 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1021 tagopt = opts->download_tags; in git_remote_fetch()
1643 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1665 tagopt = remote->download_tags; in git_remote_update_tips()
1667 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1021 tagopt = opts->download_tags; in git_remote_fetch()
1643 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1665 tagopt = remote->download_tags; in git_remote_update_tips()
1667 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1147 tagopt = opts->download_tags; in git_remote_fetch()
1774 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1796 tagopt = remote->download_tags; in git_remote_update_tips()
1798 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1147 tagopt = opts->download_tags; in git_remote_fetch()
1774 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1796 tagopt = remote->download_tags; in git_remote_update_tips()
1798 tagopt = download_tags; in git_remote_update_tips()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dremote.c74 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in download_tags_value()
76 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_ALL; in download_tags_value()
291 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_NONE; in git_remote_create_with_opts()
293 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_create_with_opts()
391 remote->download_tags = source->download_tags; in git_remote_dup()
496 remote->download_tags = GIT_REMOTE_DOWNLOAD_TAGS_AUTO; in git_remote_lookup()
1147 tagopt = opts->download_tags; in git_remote_fetch()
1774 git_remote_autotag_option_t download_tags, in git_remote_update_tips() argument
1796 tagopt = remote->download_tags; in git_remote_update_tips()
1798 tagopt = download_tags; in git_remote_update_tips()
[all …]

1234567