Home
last modified time | relevance | path

Searched defs:repository (Results 1 – 25 of 4786) sorted by relevance

12345678910>>...192

/dports/graphics/bmeps/dktools-4.31.1/doc/md/
H A Dinst-x-pkg.md205 ### Set up web server
209 ### Create directory
243 ### Create repository
250 ### Update repository
299 ### Install DK tools
319 ### Systemd services
419 ### Create directory
502 ### Install DK tools
526 ### Systemd services
648 ### Create directory
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/theupdateframework/notary/client/
H A Dclient.go41 type repository struct { struct
42 baseDir string
43 gun data.GUN
44 baseURL string
45 changelist changelist.Changelist
46 cache store.MetadataStore
47 remoteStore store.RemoteStore
48 cryptoService signed.CryptoService
49 tufRepo *tuf.Repo
51 roundTrip http.RoundTripper
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/theupdateframework/notary/client/
H A Dclient.go41 type repository struct { struct
42 baseDir string
43 gun data.GUN
44 baseURL string
45 changelist changelist.Changelist
46 cache store.MetadataStore
47 remoteStore store.RemoteStore
48 cryptoService signed.CryptoService
49 tufRepo *tuf.Repo
51 roundTrip http.RoundTripper
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/theupdateframework/notary/client/
H A Dclient.go41 type repository struct { struct
42 baseDir string
43 gun data.GUN
44 baseURL string
45 changelist changelist.Changelist
46 cache store.MetadataStore
47 remoteStore store.RemoteStore
48 cryptoService signed.CryptoService
49 tufRepo *tuf.Repo
51 roundTrip http.RoundTripper
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/theupdateframework/notary/client/
H A Dclient.go41 type repository struct { struct
42 baseDir string
43 gun data.GUN
44 baseURL string
45 changelist changelist.Changelist
46 cache store.MetadataStore
47 remoteStore store.RemoteStore
48 cryptoService signed.CryptoService
49 tufRepo *tuf.Repo
51 roundTrip http.RoundTripper
[all …]
/dports/net/libcmis/libcmis-0.5.2/src/libcmis-c/
H A Drepository.cxx66 libcmis_RepositoryPtr repository = new ( nothrow ) libcmis_repository( ); in libcmis_repository_create() local
78 void libcmis_repository_free( libcmis_RepositoryPtr repository ) in libcmis_repository_free()
84 char* libcmis_repository_getId( libcmis_RepositoryPtr repository ) in libcmis_repository_getId()
93 char* libcmis_repository_getName( libcmis_RepositoryPtr repository ) in libcmis_repository_getName()
102 char* libcmis_repository_getDescription( libcmis_RepositoryPtr repository ) in libcmis_repository_getDescription()
111 char* libcmis_repository_getVendorName( libcmis_RepositoryPtr repository ) in libcmis_repository_getVendorName()
120 char* libcmis_repository_getProductName( libcmis_RepositoryPtr repository ) in libcmis_repository_getProductName()
138 char* libcmis_repository_getRootId( libcmis_RepositoryPtr repository ) in libcmis_repository_getRootId()
156 char* libcmis_repository_getThinClientUri( libcmis_RepositoryPtr repository ) in libcmis_repository_getThinClientUri()
186 libcmis_RepositoryPtr repository, in libcmis_repository_getCapability()
[all …]
/dports/devel/py-pdm/pdm-1.11.0/tests/resolver/
H A Dtest_resolve.py15 repository, argument
52 def test_resolve_named_requirement(project, repository): argument
62 def test_resolve_requires_python(project, repository): argument
76 def test_resolve_allow_prereleases(project, repository): argument
97 def test_resolve_with_extras(project, repository): argument
123 project, repository, line, is_editable, vcs argument
140 def test_resolving_auto_avoid_conflicts(project, repository): argument
156 def test_resolve_conflicting_dependencies(project, repository): argument
167 def test_resolve_no_available_versions(project, repository): argument
220 def test_resolve_circular_dependencies(project, repository): argument
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Drepository.h46 struct repository { struct
66 * All objects in this repository that have been parsed. This structure argument
87 * Path to the repository's graft file. argument
106 * repository. This is only non-NULL if the repository is initialized argument
109 char *submodule_prefix;
111 struct repo_settings settings;
140 char *repository_format_partial_clone; argument
145 /* Indicate if a repository has a different 'commondir' from 'gitdir' */ argument
149 extern struct repository *the_repository; argument
/dports/devel/git-p4/git-2.34.1/
H A Drepository.h46 struct repository { struct
66 * All objects in this repository that have been parsed. This structure argument
87 * Path to the repository's graft file. argument
106 * repository. This is only non-NULL if the repository is initialized argument
109 char *submodule_prefix;
111 struct repo_settings settings;
140 char *repository_format_partial_clone; argument
145 /* Indicate if a repository has a different 'commondir' from 'gitdir' */ argument
149 extern struct repository *the_repository; argument
/dports/devel/git-svn/git-2.34.1/
H A Drepository.h46 struct repository { struct
66 * All objects in this repository that have been parsed. This structure argument
87 * Path to the repository's graft file. argument
106 * repository. This is only non-NULL if the repository is initialized argument
109 char *submodule_prefix;
111 struct repo_settings settings;
140 char *repository_format_partial_clone; argument
145 /* Indicate if a repository has a different 'commondir' from 'gitdir' */ argument
149 extern struct repository *the_repository; argument
/dports/devel/git/git-2.34.1/
H A Drepository.h46 struct repository { struct
66 * All objects in this repository that have been parsed. This structure argument
87 * Path to the repository's graft file. argument
106 * repository. This is only non-NULL if the repository is initialized argument
109 char *submodule_prefix;
111 struct repo_settings settings;
140 char *repository_format_partial_clone; argument
145 /* Indicate if a repository has a different 'commondir' from 'gitdir' */ argument
149 extern struct repository *the_repository; argument
/dports/devel/git-cvs/git-2.34.1/
H A Drepository.h46 struct repository { struct
66 * All objects in this repository that have been parsed. This structure argument
87 * Path to the repository's graft file. argument
106 * repository. This is only non-NULL if the repository is initialized argument
109 char *submodule_prefix;
111 struct repo_settings settings;
140 char *repository_format_partial_clone; argument
145 /* Indicate if a repository has a different 'commondir' from 'gitdir' */ argument
149 extern struct repository *the_repository; argument
/dports/devel/cgit/cgit-1.2.3/git/
H A Drepository.h42 struct repository { struct
62 * All objects in this repository that have been parsed. This structure argument
79 * Path to the repository's graft file. argument
98 * repository. This is only non-NULL if the repository is initialized argument
101 char *submodule_prefix;
103 struct repo_settings settings;
133 /* Indicate if a repository has a different 'commondir' from 'gitdir' */ argument
137 extern struct repository *the_repository; argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/repo/
H A DworkTree.go32 type repository struct { struct
33 *git.Repository
35 wt *git.Worktree
36 root string
57 func (r *repository) Root() string {
62 func (r *repository) Add(path string) error {
73 func (r *repository) Commit(message string) error {
115 func (r *repository) checkoutHash(hash string) error {
125 func (r *repository) CreateBranch(branch *Branch) error {
136 func (r *repository) DeleteBranch(name string) error {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/tools/generator/repo/
H A DworkTree.go32 type repository struct { struct
33 *git.Repository
35 wt *git.Worktree
36 root string
57 func (r *repository) Root() string {
62 func (r *repository) Add(path string) error {
73 func (r *repository) Commit(message string) error {
115 func (r *repository) checkoutHash(hash string) error {
125 func (r *repository) CreateBranch(branch *Branch) error {
136 func (r *repository) DeleteBranch(name string) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/repo/
H A DworkTree.go32 type repository struct { struct
33 *git.Repository
35 wt *git.Worktree
36 root string
57 func (r *repository) Root() string {
62 func (r *repository) Add(path string) error {
73 func (r *repository) Commit(message string) error {
115 func (r *repository) checkoutHash(hash string) error {
125 func (r *repository) CreateBranch(branch *Branch) error {
136 func (r *repository) DeleteBranch(name string) error {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/tools/generator/repo/
H A DworkTree.go32 type repository struct { struct
33 *git.Repository
35 wt *git.Worktree
36 root string
57 func (r *repository) Root() string {
62 func (r *repository) Add(path string) error {
73 func (r *repository) Commit(message string) error {
115 func (r *repository) checkoutHash(hash string) error {
125 func (r *repository) CreateBranch(branch *Branch) error {
136 func (r *repository) DeleteBranch(name string) error {
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/baggageclaim/volume/
H A Drepository.go41 type repository struct { struct
42 filesystem Filesystem
44 locker LockManager
46 gzipStreamer Streamer
47 zstdStreamer Streamer
48 namespacer func(bool) uidgid.Namespacer
79 func (repo *repository) DestroyVolume(ctx context.Context, handle string) error {
109 func (repo *repository) DestroyVolumeAndDescendants(ctx context.Context, handle string) error {
228 func (repo *repository) GetVolume(ctx context.Context, handle string) (Volume, bool, error) {
296 func (repo *repository) GetPrivileged(ctx context.Context, handle string) (bool, error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/baggageclaim/volume/
H A Drepository.go41 type repository struct { struct
42 filesystem Filesystem
44 locker LockManager
46 gzipStreamer Streamer
47 zstdStreamer Streamer
48 namespacer func(bool) uidgid.Namespacer
79 func (repo *repository) DestroyVolume(ctx context.Context, handle string) error {
109 func (repo *repository) DestroyVolumeAndDescendants(ctx context.Context, handle string) error {
228 func (repo *repository) GetVolume(ctx context.Context, handle string) (Volume, bool, error) {
296 func (repo *repository) GetPrivileged(ctx context.Context, handle string) (bool, error) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pip-tools/tests/
H A Dtest_fake_index.py4 def test_find_best_match(from_line, repository): argument
20 def test_find_best_match_incl_prereleases(from_line, repository): argument
30 def test_find_best_match_for_editable(from_editable, repository): argument
35 def test_get_dependencies(from_line, repository): argument
72 def test_get_dependencies_for_editable(from_editable, repository): argument
77 def test_get_dependencies_rejects_non_pinned_requirements(from_line, repository): argument
83 def test_get_hashes(from_line, repository): argument
/dports/devel/py-pip-tools4/pip-tools-4.5.1/tests/
H A Dtest_fake_index.py4 def test_find_best_match(from_line, repository): argument
20 def test_find_best_match_incl_prereleases(from_line, repository): argument
30 def test_find_best_match_for_editable(from_editable, repository): argument
35 def test_get_dependencies(from_line, repository): argument
72 def test_get_dependencies_for_editable(from_editable, repository): argument
77 def test_get_dependencies_rejects_non_pinned_requirements(from_line, repository): argument
83 def test_get_hashes(from_line, repository): argument
/dports/devel/py-pip-tools/pip-tools-6.3.1/tests/
H A Dtest_fake_index.py4 def test_find_best_match(from_line, repository): argument
20 def test_find_best_match_incl_prereleases(from_line, repository): argument
30 def test_find_best_match_for_editable(from_editable, repository): argument
35 def test_get_dependencies(from_line, repository): argument
72 def test_get_dependencies_for_editable(from_editable, repository): argument
77 def test_get_dependencies_rejects_non_pinned_requirements(from_line, repository): argument
83 def test_get_hashes(from_line, repository): argument
/dports/databases/py-sqlalchemy-migrate/sqlalchemy-migrate-0.13.0/migrate/versioning/
H A Dapi.py86 def create(repository, name, **opts): argument
99 def script(description, repository, **opts): argument
128 def version(repository, **opts): argument
138 def db_version(url, repository, **opts): argument
152 def source(version, dest=None, repository=None, **opts): argument
171 def upgrade(url, repository, version=None, **opts): argument
189 def downgrade(url, repository, version, **opts): argument
205 def test(url, repository, **opts): argument
254 def drop_version_control(url, repository, **opts): argument
284 def compare_model_to_db(url, repository, model, **opts): argument
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/bzr/smart/
H A Drepository.py82 def do_repository_request(self, repository, *args): argument
155 def do_repository_request(self, repository): argument
346 def do_repository_request(self, repository): argument
468 def do_repository_request(self, repository): argument
483 def do_repository_request(self, repository): argument
594 def body_stream(self, stream, repository): argument
792 def do_repository_request(self, repository): argument
1099 def do_repository_request(self, repository): argument
1201 def do_repository_request(self, repository): argument
1219 def do_repository_request(self, repository): argument
[all …]
/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-repository.c85 repository_from_registry (git_repository *repository) in repository_from_registry()
96 register_repository (git_repository *repository, in register_repository()
108 unregister_repository (git_repository *repository) in unregister_repository()
162 GgitRepository *repository = GGIT_REPOSITORY (object); in ggit_repository_finalize() local
189 GgitRepository *repository = GGIT_REPOSITORY (object); in ggit_repository_get_property() local
229 set_workdir (GgitRepository *repository, in set_workdir()
263 GgitRepository *repository; in ggit_repository_set_property() local
385 ggit_repository_init (GgitRepository *repository) in ggit_repository_init()
478 _ggit_repository_wrap (git_repository *repository, in _ggit_repository_wrap()
631 ggit_repository_lookup (GgitRepository *repository, in ggit_repository_lookup()
[all …]

12345678910>>...192