Home
last modified time | relevance | path

Searched defs:enum (Results 1 – 25 of 10712) sorted by relevance

12345678910>>...429

/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go27 type enum struct { struct
28 desc *descriptor.EnumDescriptorProto
29 parent ParentEntity
30 vals []EnumValue
31 info SourceCodeInfo
32 fqn string
51 func (e *enum) accept(v Visitor) (err error) {
69 func (e *enum) addValue(v EnumValue) {
74 func (e *enum) setParent(p ParentEntity) { e.parent = p }
76 func (e *enum) childAtPath(path []int32) Entity {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go27 type enum struct { struct
28 desc *descriptor.EnumDescriptorProto
29 parent ParentEntity
30 vals []EnumValue
31 info SourceCodeInfo
32 fqn string
51 func (e *enum) accept(v Visitor) (err error) {
69 func (e *enum) addValue(v EnumValue) {
74 func (e *enum) setParent(p ParentEntity) { e.parent = p }
76 func (e *enum) childAtPath(path []int32) Entity {
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go27 type enum struct { struct
28 desc *descriptor.EnumDescriptorProto
29 parent ParentEntity
30 vals []EnumValue
31 info SourceCodeInfo
32 fqn string
51 func (e *enum) accept(v Visitor) (err error) {
69 func (e *enum) addValue(v EnumValue) {
74 func (e *enum) setParent(p ParentEntity) { e.parent = p }
76 func (e *enum) childAtPath(path []int32) Entity {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go27 type enum struct { struct
28 desc *descriptor.EnumDescriptorProto
29 parent ParentEntity
30 vals []EnumValue
31 info SourceCodeInfo
32 fqn string
51 func (e *enum) accept(v Visitor) (err error) {
69 func (e *enum) addValue(v EnumValue) {
74 func (e *enum) setParent(p ParentEntity) { e.parent = p }
76 func (e *enum) childAtPath(path []int32) Entity {
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Denum.go27 type enum struct { struct
28 desc *descriptor.EnumDescriptorProto
29 parent ParentEntity
30 vals []EnumValue
31 info SourceCodeInfo
32 fqn string
51 func (e *enum) accept(v Visitor) (err error) {
69 func (e *enum) addValue(v EnumValue) {
74 func (e *enum) setParent(p ParentEntity) { e.parent = p }
76 func (e *enum) childAtPath(path []int32) Entity {
[all …]
/dports/shells/mksh/mksh/
H A Dexprtok.h26 #define F1(enum) /* nothing */ argument
29 #define FN(name,len,prec,enum) enum, argument
30 #define F1(enum) enum, argument
31 #define F2(enum) enum, argument
32 #define F9(enum) enum argument
35 #define F1(enum) "" argument
37 #define FN(name,len,prec,enum) len, argument
38 #define F1(enum) 0 argument
41 #define F1(enum) P_PRIMARY argument
49 #define F2(enum) /* nothing */ argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/validators/json_schemas/
H A Ddast_profile_schedule_cadence.json8 "unit": { "enum": ["day"] }, array
9 "duration": { "enum": [1] } array
14 "unit": { "enum": ["week"] }, array
15 "duration": { "enum": [1] } array
20 "unit": { "enum": ["month"] }, array
21 "duration": { "enum": [1, 3 ,6] } array
26 "unit": { "enum": ["year"] }, array
27 "duration": { "enum": [1] } array
/dports/deskutils/horde-kronolith/kronolith-4.2.29/config/
H A Dprefs.php141 $enum = array(); variable
160 $enum = array(); variable
243 $enum = array(); variable
275 $enum = array(); variable
489 $enum = array(); variable
/dports/www/horde-base/horde-5.2.23/config/
H A Dprefs.php381 $enum = $GLOBALS['registry']->nlsconfig->languages; variable
415 $enum = Horde_Nls::getTimezones(); variable
550 $enum = array(); variable
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dfeature-data.h291 #define TRAP(enum, name, vaultname, colour)\ argument
412 #define PORTAL_ENTRANCE(enum, name, vaultname, colour)\ argument
420 #define PORTAL_EXIT(enum, name, vaultname, colour)\ argument
478 #define BRANCH_ENTRANCE(enum, name, vaultname)\ argument
486 #define BRANCH_EXIT(enum, name, vaultname)\ argument
556 #define ALTAR(enum, name, vaultname, colour)\ argument
595 #define FOUNTAIN(enum, name, vaultname, colour)\ argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/net/inlets/inlets-3.0.2/vendor/golang.org/x/text/text-0.3.4/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/golang.org/x/text/text-0.3.2/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/misc/timetrace/timetrace-0.14.2/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member
/dports/security/totp-cli/totp-cli-1.1.17/vendor/golang.org/x/text/internal/cldrtree/
H A Dtype.go16 type enum struct { struct
17 name string // the Go type of the enum
18 rename func(string) string
19 keyMap map[string]enumIndex
20 keys []string
25 func (e *enum) lookup(s string) enumIndex {
58 enum *enum member

12345678910>>...429