Home
last modified time | relevance | path

Searched defs:Wrapper (Results 76 – 100 of 2918) sorted by relevance

12345678910>>...117

/dports/sysutils/helm/helm-3.5.2/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/googleapis/gnostic/gnostic-0.4.1/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go208 type Wrapper struct { struct
215 XXX_NoUnkeyedLiteral struct{} `json:"-"`
216 XXX_unrecognized []byte `json:"-"`
217 XXX_sizecache int32 `json:"-"`
222 func (*Wrapper) ProtoMessage() {}
223 func (*Wrapper) Descriptor() ([]byte, []int) {
236 func (m *Wrapper) XXX_Size() int {
239 func (m *Wrapper) XXX_DiscardUnknown() {
245 func (m *Wrapper) GetVersion() string {
252 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/middlewares/tracing/
H A Dwrapper.go48 type Wrapper struct { struct
49 next http.Handler
50 name string
51 spanKind ext.SpanKindEnum
54 func (w *Wrapper) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DAtomicLinkedList.h97 struct Wrapper { struct
98 explicit Wrapper(T&& t) : data(std::move(t)) {} in Wrapper() function
100 AtomicIntrusiveLinkedListHook<Wrapper> hook; argument
103 AtomicIntrusiveLinkedList<Wrapper, &Wrapper::hook> list_; argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DAtomicLinkedList.h99 struct Wrapper { struct
100 explicit Wrapper(T&& t) : data(std::move(t)) {} in Wrapper() argument
102 AtomicIntrusiveLinkedListHook<Wrapper> hook; argument
105 AtomicIntrusiveLinkedList<Wrapper, &Wrapper::hook> list_; argument
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/annotate-snippets-0.9.0/tests/snippet/
H A Dmod.rs70 struct Wrapper { in deserialize_margin() struct
72 span_left: usize, in deserialize_margin()
73 span_right: usize, in deserialize_margin()
74 label_right: usize, in deserialize_margin()
75 column_width: usize, in deserialize_margin()
76 max_line_len: usize, in deserialize_margin()
81 let Wrapper { in deserialize_margin() localVariable
106 struct Wrapper<'a>( in deserialize_slices() struct
121 struct Wrapper<'a>( in deserialize_annotation() struct
136 struct Wrapper<'a>( in deserialize_annotations() struct
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go82 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
150 type Wrapper struct { struct
152 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
156 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
159 func (m *Wrapper) Reset() { *m = Wrapper{} }
160 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
161 func (*Wrapper) ProtoMessage() {}
162 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
164 func (m *Wrapper) GetVersion() string {
171 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go82 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
150 type Wrapper struct { struct
152 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
156 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
159 func (m *Wrapper) Reset() { *m = Wrapper{} }
160 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
161 func (*Wrapper) ProtoMessage() {}
162 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
164 func (m *Wrapper) GetVersion() string {
171 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/googleapis/gnostic/gnostic-0c5108395e2d/extensions/
H A Dextension.pb.go82 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
150 type Wrapper struct { struct
152 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
156 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
159 func (m *Wrapper) Reset() { *m = Wrapper{} }
160 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
161 func (*Wrapper) ProtoMessage() {}
162 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
164 func (m *Wrapper) GetVersion() string {
171 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go82 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
150 type Wrapper struct { struct
152 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
156 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
159 func (m *Wrapper) Reset() { *m = Wrapper{} }
160 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
161 func (*Wrapper) ProtoMessage() {}
162 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
164 func (m *Wrapper) GetVersion() string {
171 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/googleapis/gnostic/extensions/
H A Dextension.pb.go81 Wrapper *Wrapper `protobuf:"bytes,1,opt,name=wrapper" json:"wrapper,omitempty"` member
149 type Wrapper struct { struct
151 Version string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
155 Yaml string `protobuf:"bytes,3,opt,name=yaml" json:"yaml,omitempty"`
158 func (m *Wrapper) Reset() { *m = Wrapper{} }
159 func (m *Wrapper) String() string { return proto.CompactTextString(m) }
160 func (*Wrapper) ProtoMessage() {}
161 func (*Wrapper) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
163 func (m *Wrapper) GetVersion() string {
170 func (m *Wrapper) GetExtensionName() string {
[all …]

12345678910>>...117