Home
last modified time | relevance | path

Searched defs:Registry (Results 1 – 25 of 4751) sorted by relevance

12345678910>>...191

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/
H A Dregistry.go16 type Registry struct { struct
21 enums map[string]*Enum
24 files map[string]*File
27 prefix string
30 importPath string
39 allowDeleteBody bool
45 allowMerge bool
48 mergeFileName string
77 useGoTemplate bool
80 enumsAsInts bool
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/
H A Dregistry.go16 type Registry struct { struct
18 msgs map[string]*Message
21 enums map[string]*Enum
24 files map[string]*File
27 prefix string
30 importPath string
33 pkgMap map[string]string
39 allowDeleteBody bool
45 allowMerge bool
48 mergeFileName string
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/
H A Dregistry.go16 type Registry struct { struct
18 msgs map[string]*Message
21 enums map[string]*Enum
24 files map[string]*File
27 prefix string
30 importPath string
33 pkgMap map[string]string
39 allowDeleteBody bool
45 allowMerge bool
48 mergeFileName string
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/
H A Dregistry.go16 type Registry struct { struct
18 msgs map[string]*Message
21 enums map[string]*Enum
24 files map[string]*File
27 prefix string
30 importPath string
33 pkgMap map[string]string
39 allowDeleteBody bool
45 allowMerge bool
48 mergeFileName string
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/
H A Dregistry.go16 type Registry struct { struct
18 msgs map[string]*Message
21 enums map[string]*Enum
24 files map[string]*File
27 prefix string
30 importPath string
33 pkgMap map[string]string
39 allowDeleteBody bool
45 allowMerge bool
48 mergeFileName string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/simulator/
H A Dregistry.go57 type Registry struct { struct
58 m sync.Mutex
62 counter int
64 Namespace string
65 Path string
128 func (r *Registry) AddHandler(h RegisterObject) {
163 func (r *Registry) Any(kind string) mo.Entity {
355 func (r *Registry) IsESX() bool {
360 func (r *Registry) IsVPX() bool {
365 func (r *Registry) SearchIndex() *SearchIndex {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/simulator/
H A Dregistry.go57 type Registry struct { struct
58 m sync.Mutex
62 counter int
113 func (r *Registry) AddHandler(h RegisterObject) {
148 func (r *Registry) Any(kind string) mo.Entity {
340 func (r *Registry) IsESX() bool {
345 func (r *Registry) IsVPX() bool {
350 func (r *Registry) SearchIndex() *SearchIndex {
355 func (r *Registry) EventManager() *EventManager {
360 func (r *Registry) FileManager() *FileManager {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/simulator/
H A Dregistry.go56 type Registry struct { struct
57 m sync.Mutex
61 counter int
112 func (r *Registry) AddHandler(h RegisterObject) {
147 func (r *Registry) Any(kind string) mo.Entity {
339 func (r *Registry) IsESX() bool {
344 func (r *Registry) IsVPX() bool {
349 func (r *Registry) SearchIndex() *SearchIndex {
354 func (r *Registry) EventManager() *EventManager {
359 func (r *Registry) FileManager() *FileManager {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/simulator/
H A Dregistry.go59 type Registry struct { struct
61 m sync.Mutex
66 Namespace string
67 Path string
69 tagManager tagManager
140 func (r *Registry) AddHandler(h RegisterObject) {
177 func (r *Registry) Any(kind string) mo.Entity {
425 func (r *Registry) IsESX() bool {
430 func (r *Registry) IsVPX() bool {
435 func (r *Registry) SearchIndex() *SearchIndex {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/grpc-ecosystem/grpc-gateway/grpc-gateway-1.3.1/protoc-gen-grpc-gateway/descriptor/
H A Dregistry.go15 type Registry struct { struct
17 msgs map[string]*Message
20 enums map[string]*Enum
23 files map[string]*File
26 prefix string
29 importPath string
32 pkgMap map[string]string
35 pkgAliases map[string]string
38 allowDeleteBody bool
265 func (r *Registry) GetAllFQMNs() []string {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/
H A Dregistry.go15 type Registry struct { struct
17 msgs map[string]*Message
20 enums map[string]*Enum
23 files map[string]*File
26 prefix string
29 pkgMap map[string]string
32 pkgAliases map[string]string
35 allowDeleteBody bool
211 func (r *Registry) SetPrefix(prefix string) {
249 func (r *Registry) GetAllFQMNs() []string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-tools/pkg/markers/
H A Dreg.go26 type Registry struct { struct
27 forPkg map[string]*Definition
28 forType map[string]*Definition
29 forField map[string]*Definition
30 helpFor map[*Definition]*DefinitionHelp
32 mu sync.RWMutex
33 initOnce sync.Once
36 func (r *Registry) init() {
65 func (r *Registry) Register(def *Definition) error {
115 func (r *Registry) HelpFor(def *Definition) *DefinitionHelp {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry.go8 type Registry struct { struct
9 descriptors []*groupDesc
10 groups []groupRegistry
25 func (r *Registry) register(gd *groupDesc) error {
45 func (r *Registry) mustRegister(gd *groupDesc) {
54 func (r *Registry) MustRegisterGroup(name string) GID {
60 func (r *Registry) mustGetGroupRegistry(id GID) *groupRegistry {
71 func (r *Registry) MustRegisterCounter(name string, opts ...descOption) ID {
80 func (r *Registry) MustRegisterTimer(name string, opts ...descOption) ID {
85 func (r *Registry) NewGroup(gid GID) *Group {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry.go8 type Registry struct { struct
9 descriptors []*groupDesc
10 groups []groupRegistry
25 func (r *Registry) register(gd *groupDesc) error {
45 func (r *Registry) mustRegister(gd *groupDesc) {
54 func (r *Registry) MustRegisterGroup(name string) GID {
60 func (r *Registry) mustGetGroupRegistry(id GID) *groupRegistry {
71 func (r *Registry) MustRegisterCounter(name string, opts ...descOption) ID {
80 func (r *Registry) MustRegisterTimer(name string, opts ...descOption) ID {
85 func (r *Registry) NewGroup(gid GID) *Group {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry.go8 type Registry struct { struct
9 descriptors []*groupDesc
10 groups []groupRegistry
25 func (r *Registry) register(gd *groupDesc) error {
45 func (r *Registry) mustRegister(gd *groupDesc) {
54 func (r *Registry) MustRegisterGroup(name string) GID {
60 func (r *Registry) mustGetGroupRegistry(id GID) *groupRegistry {
71 func (r *Registry) MustRegisterCounter(name string, opts ...descOption) ID {
80 func (r *Registry) MustRegisterTimer(name string, opts ...descOption) ID {
85 func (r *Registry) NewGroup(gid GID) *Group {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry.go8 type Registry struct { struct
9 descriptors []*groupDesc
10 groups []groupRegistry
25 func (r *Registry) register(gd *groupDesc) error {
45 func (r *Registry) mustRegister(gd *groupDesc) {
54 func (r *Registry) MustRegisterGroup(name string) GID {
60 func (r *Registry) mustGetGroupRegistry(id GID) *groupRegistry {
71 func (r *Registry) MustRegisterCounter(name string, opts ...descOption) ID {
80 func (r *Registry) MustRegisterTimer(name string, opts ...descOption) ID {
85 func (r *Registry) NewGroup(gid GID) *Group {
/dports/misc/fq/fq-0.0.2/pkg/registry/
H A Dregistry.go12 type Registry struct { struct
13 Groups map[string]decode.Group
14 resolveOnce sync.Once
15 resolved bool
25 …try) register(groupName string, format decode.Format, single bool) decode.Format { //nolint:unparam
45 func (r *Registry) MustRegister(format decode.Format) decode.Format {
64 func (r *Registry) resolve() error {
92 func (r *Registry) Group(name string) (decode.Group, error) {
105 func (r *Registry) MustGroup(name string) decode.Group {
113 func (r *Registry) MustAll() decode.Group {
/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dunique_window.h35 struct Registry { struct
36 UniqueWindow* window;
41 std::function<void()> open_window;
44 boost::signals2::signal<void()> opened;
46 boost::signals2::signal<void()> closed;
52 int32_t x, y;
53 bool valid_pos;
55 Registry() : window(nullptr), x(0), y(0), valid_pos(false) { in Registry() argument
/dports/net/rospo/rospo-0.7.1/pkg/registry/
H A Dregistry.go10 type Registry struct { struct
11 data map[int]interface{}
12 latestID int
14 mu sync.Mutex
26 func (r *Registry) Add(t interface{}) int {
36 func (r *Registry) GetAll() map[int]interface{} {
41 func (r *Registry) GetByID(id int) (interface{}, error) {
49 func (r *Registry) Delete(id int) error {
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/docs/content/using-npm/
H A Dregistry.md11 ### Description
39 ### Does npm send any information about me back to the registry?
62 ### Can I run my own private registry?
77 ### I don't want my package published in the official registry. It's private.
86 ### Will you replicate from my registry into the public one?
92 ### Do I have to use couchdb to build a registry that npm can talk to?
97 ### Is there a website or something to see package docs and such?
101 ### See also
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/docs/content/using-npm/
H A Dregistry.md11 ### Description
39 ### Does npm send any information about me back to the registry?
62 ### Can I run my own private registry?
77 ### I don't want my package published in the official registry. It's private.
86 ### Will you replicate from my registry into the public one?
92 ### Do I have to use couchdb to build a registry that npm can talk to?
97 ### Is there a website or something to see package docs and such?
101 ### See also
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/docs/content/using-npm/
H A Dregistry.md11 ### Description
39 ### Does npm send any information about me back to the registry?
62 ### Can I run my own private registry?
77 ### I don't want my package published in the official registry. It's private.
86 ### Will you replicate from my registry into the public one?
92 ### Do I have to use couchdb to build a registry that npm can talk to?
97 ### Is there a website or something to see package docs and such?
101 ### See also
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/docs/content/using-npm/
H A Dregistry.md11 ### Description
39 ### Does npm send any information about me back to the registry?
62 ### Can I run my own private registry?
77 ### I don't want my package published in the official registry. It's private.
86 ### Will you replicate from my registry into the public one?
92 ### Do I have to use couchdb to build a registry that npm can talk to?
97 ### Is there a website or something to see package docs and such?
101 ### See also
/dports/www/node10/node-v10.24.1/deps/npm/docs/content/using-npm/
H A Dregistry.md11 ### Description
39 ### Does npm send any information about me back to the registry?
62 ### Can I run my own private registry?
77 ### I don't want my package published in the official registry. It's private.
86 ### Will you replicate from my registry into the public one?
92 ### Do I have to use couchdb to build a registry that npm can talk to?
97 ### Is there a website or something to see package docs and such?
101 ### See also
/dports/devel/py-maturin/maturin-0.11.3/src/
H A Dregistry.rs6 pub struct Registry { struct
15 impl Registry { implementation
17 pub fn new(username: String, password: String, url: Url) -> Registry { in new()

12345678910>>...191