Home
last modified time | relevance | path

Searched defs:Type (Results 176 – 200 of 56396) sorted by relevance

12345678910>>...2256

/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/semver-parser-0.7.0/src/
H A Drange.rs47 #[derive(PartialEq,Debug)]
49 pub op: Op,
50 pub major: u64,
51 pub minor: Option<u64>,
59 } else if let Some(len) = OneOf(b"*xX").p(s) {
67 b'.'.p(s).and_then(|len|
75 } else if let Some(len) = ">=".p(s) {
79 } else if let Some(len) = "<=".p(s) {
82 Some((Op::Lt, len))
106 if let Some(len) = whitespace.p(&s[i..]) {
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/type/
H A Dtype.pb.go47 type Type struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
66 func (x *Type) Reset() {
75 func (x *Type) String() string {
79 func (*Type) ProtoMessage() {}
94 func (*Type) Descriptor() ([]byte, []int) {
98 func (m *Type) GetSubType() isType_SubType {
105 func (x *Type) GetSynonym() *SynonymType {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/type/
H A Dtype.pb.go47 type Type struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
66 func (x *Type) Reset() {
75 func (x *Type) String() string {
79 func (*Type) ProtoMessage() {}
94 func (*Type) Descriptor() ([]byte, []int) {
98 func (m *Type) GetSubType() isType_SubType {
105 func (x *Type) GetSynonym() *SynonymType {
[all …]
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DTLV.h235 unsigned short Type() const { return TLV_ErrorURL; } in Type() function
273 unsigned short Type() const { return TLV_Password; } in Type() function
300 unsigned short Type() const { return TLV_Status; } in Type() function
366 unsigned short Type() const { return TLV_Language; } in Type() function
373 unsigned short Type() const { return TLV_Type94; } in Type() function
411 unsigned short Type() const { return TLV_Unknown; } in Type() function
423 unsigned short Type() const { return TLV_Port; } in Type() function
480 unsigned short Type() const { return TLV_Cookie; } in Type() function
521 unsigned short Type() const { return m_type; } in Type() function
610 unsigned short Type() const { return TLV_SBL_Ids; } in Type() function
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/magiconair/properties/properties-1.8.1/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/deskutils/noti/noti-3.5.0/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/magiconair/properties/
H A Ddecode.go273 func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array || t.Kind() == reflect.Slic…
274 func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool }
275 func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.Second) }
276 func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map }
277 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
278 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
279 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
280 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
281 func isFloat(t reflect.Type) bool {
284 func isInt(t reflect.Type) bool {
[all …]

12345678910>>...2256