Home
last modified time | relevance | path

Searched defs:registry (Results 1 – 25 of 8791) sorted by relevance

12345678910>>...352

/dports/graphics/digikam/digikam-7.4.0/project/bundles/mxe/installer/plugins/
H A DRegistry.nsh1 !define registry::Open `!insertmacro registry::Open` definition
3 !macro registry::Open _PATH _OPTIONS _HANDLE macro
9 !define registry::Find `!insertmacro registry::Find` definition
22 !macro registry::Close _HANDLE macro
29 !macro registry::KeyExists _PATH _ERR macro
37 !macro registry::Read _PATH _VALUE _STRING _TYPE macro
71 !macro registry::CreateKey _PATH _ERR macro
87 !macro registry::DeleteKey _PATH _ERR macro
95 !macro registry::DeleteKeyEmpty _PATH _ERR macro
143 !macro registry::RestoreKey _FILE _ERR macro
[all …]
/dports/games/spring/spring_98.0/installer/include/
H A DRegistry.nsh1 !define registry::Open `!insertmacro registry::Open` definition
3 !macro registry::Open _PATH _OPTIONS _HANDLE macro
9 !define registry::Find `!insertmacro registry::Find` definition
22 !macro registry::Close _HANDLE macro
29 !macro registry::KeyExists _PATH _ERR macro
37 !macro registry::Read _PATH _VALUE _STRING _TYPE macro
71 !macro registry::CreateKey _PATH _ERR macro
87 !macro registry::DeleteKey _PATH _ERR macro
95 !macro registry::DeleteKeyEmpty _PATH _ERR macro
143 !macro registry::RestoreKey _FILE _ERR macro
[all …]
/dports/x11/wl-clipboard/wl-clipboard-2.1.0/src/types/
H A Dregistry.h31 struct registry { struct
37 struct wl_registry *proxy; argument
38 struct wl_array seats;
40 struct wl_compositor *wl_compositor;
41 struct wl_shm *wl_shm;
67 void registry_init(struct registry *self); argument
/dports/cad/uranium/Uranium-3ed9c4de/tests/PluginRegistry/
H A DTestPluginRegistry.py48 def registry(application): function
57 def test_init(self, registry): argument
62 def test_savePluginData(self, registry): argument
71 def test_uninstallPlugin(self, registry): argument
104 def test_installPlugin(self, registry): argument
120 def test__subsetInDict(self, registry): argument
130 def test_metaData(self, registry): argument
229 def test_load(self, registry): argument
236 def test_loadTwice(self, registry): argument
243 def test_loadNested(self, registry): argument
[all …]
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/jenkins_jobs/modules/
H A Dpublishers.py45 def influx_db(registry, xml_parent, data): argument
68 def allure(registry, xml_parent, data): argument
137 def archive(registry, xml_parent, data): argument
195 def jclouds(registry, xml_parent, data): argument
238 def javadoc(registry, xml_parent, data): argument
367 def mqtt(registry, xml_parent, data): argument
1201 def ftp(registry, xml_parent, data): argument
2201 def scp(registry, xml_parent, data): argument
2265 def ssh(registry, xml_parent, data): argument
4267 def tap(registry, xml_parent, data): argument
[all …]
H A Dbuilders.py59 def shell(registry, xml_parent, data): argument
94 def python(registry, xml_parent, data): argument
271 def ant(registry, xml_parent, data): argument
926 def inject(registry, xml_parent, data): argument
953 def kmap(registry, xml_parent, data): argument
1124 def gradle(registry, xml_parent, data): argument
1291 def batch(registry, xml_parent, data): argument
1364 def create_builders(registry, step): argument
2280 def sbt(registry, xml_parent, data): argument
2703 def tox(registry, xml_parent, data): argument
[all …]
H A Dwrappers.py167 def ci_skip(registry, xml_parent, data): argument
269 def timeout(registry, xml_parent, data): argument
950 def rvm_env(registry, xml_parent, data): argument
990 def rbenv(registry, xml_parent, data): argument
1137 def locks(registry, xml_parent, data): argument
1204 def inject(registry, xml_parent, data): argument
1446 def jclouds(registry, xml_parent, data): argument
1568 def release(registry, xml_parent, data): argument
1738 def sonar(registry, xml_parent, data): argument
2295 def xvnc(registry, xml_parent, data): argument
[all …]
H A Dproperties.py77 def ownership(registry, xml_parent, data): argument
162 def github(registry, xml_parent, data): argument
190 def gitlab(registry, xml_parent, data): argument
233 def gogs(registry, xml_parent, data): argument
278 def disk_usage(registry, xml_parent, data): argument
292 def least_load(registry, xml_parent, data): argument
313 def throttle(registry, xml_parent, data): argument
417 def sidebar(registry, xml_parent, data): argument
444 def inject(registry, xml_parent, data): argument
894 def slack(registry, xml_parent, data): argument
[all …]
/dports/astro/py-metpy/MetPy-1.1.0/tests/plots/
H A Dtest_ctables.py17 def registry(): function
22 def test_package_resource(registry): argument
28 def test_scan_dir(registry): argument
52 def test_read_file(registry): argument
62 def test_read_bad_file(registry): argument
70 def test_get_colortable(registry): argument
80 def test_get_steps(registry): argument
90 def test_get_steps_negative_start(registry): argument
98 def test_get_range(registry): argument
108 def test_get_boundaries(registry): argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/registry/storage/
H A Dregistry.go16 type registry struct { struct
17 blobStore *blobStore
18 blobServer *blobServer
21 deleteEnabled bool
22 schema1Enabled bool
23 resumableDigestEnabled bool
26 manifestURLs manifestURLs
41 func EnableRedirect(registry *registry) error { argument
48 func EnableDelete(registry *registry) error { argument
55 func EnableSchema1(registry *registry) error { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/prometheus/client_golang/prometheus/
H A Dregistry.go207 type registry struct { struct
208 mtx sync.RWMutex
210 descIDs map[uint64]struct{}
211 dimHashesByName map[string]uint64
212 bufPool chan *bytes.Buffer
214 metricPool chan *dto.Metric
217 panicOnCollectError, collectChecksEnabled bool
616 func (r *registry) getBuf() *bytes.Buffer {
625 func (r *registry) giveBuf(buf *bytes.Buffer) {
650 func (r *registry) getMetric() *dto.Metric {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/prometheus/client_golang/prometheus/
H A Dregistry.go207 type registry struct { struct
208 mtx sync.RWMutex
210 descIDs map[uint64]struct{}
211 dimHashesByName map[string]uint64
212 bufPool chan *bytes.Buffer
214 metricPool chan *dto.Metric
217 panicOnCollectError, collectChecksEnabled bool
616 func (r *registry) getBuf() *bytes.Buffer {
625 func (r *registry) giveBuf(buf *bytes.Buffer) {
650 func (r *registry) getMetric() *dto.Metric {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/prometheus/client_golang/prometheus/
H A Dregistry.go207 type registry struct { struct
208 mtx sync.RWMutex
210 descIDs map[uint64]struct{}
211 dimHashesByName map[string]uint64
212 bufPool chan *bytes.Buffer
214 metricPool chan *dto.Metric
217 panicOnCollectError, collectChecksEnabled bool
616 func (r *registry) getBuf() *bytes.Buffer {
625 func (r *registry) giveBuf(buf *bytes.Buffer) {
650 func (r *registry) getMetric() *dto.Metric {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/prometheus/client_golang/prometheus/
H A Dregistry.go207 type registry struct { struct
208 mtx sync.RWMutex
210 descIDs map[uint64]struct{}
211 dimHashesByName map[string]uint64
212 bufPool chan *bytes.Buffer
214 metricPool chan *dto.Metric
217 panicOnCollectError, collectChecksEnabled bool
616 func (r *registry) getBuf() *bytes.Buffer {
625 func (r *registry) giveBuf(buf *bytes.Buffer) {
650 func (r *registry) getMetric() *dto.Metric {
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/
H A Dregistry.go202 type registry struct { struct
203 mtx sync.RWMutex
205 descIDs map[uint64]struct{}
206 dimHashesByName map[string]uint64
207 bufPool chan *bytes.Buffer
209 metricPool chan *dto.Metric
212 panicOnCollectError, collectChecksEnabled bool
613 func (r *registry) getBuf() *bytes.Buffer {
622 func (r *registry) giveBuf(buf *bytes.Buffer) {
647 func (r *registry) getMetric() *dto.Metric {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/prometheus/client_golang/prometheus/
H A Dregistry.go207 type registry struct { struct
208 mtx sync.RWMutex
210 descIDs map[uint64]struct{}
211 dimHashesByName map[string]uint64
212 bufPool chan *bytes.Buffer
214 metricPool chan *dto.Metric
217 panicOnCollectError, collectChecksEnabled bool
616 func (r *registry) getBuf() *bytes.Buffer {
625 func (r *registry) giveBuf(buf *bytes.Buffer) {
650 func (r *registry) getMetric() *dto.Metric {
[all …]

12345678910>>...352