Home
last modified time | relevance | path

Searched defs:Type (Results 226 – 250 of 63180) sorted by relevance

12345678910>>...2528

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/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/mirrorselect/mirrorselect-0.9.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/sysutils/sensu-go/sensu-go-5.11.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/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/
H A Dsize.go49 func typePos(t *Type) src.XPos {
77 func expandiface(t *Type) {
175 func calcStructOffset(errtype *Type, t *Type, o int64, flag int) int64 {
249 func findTypeLoop(t *Type, path *[]*Type) bool {
305 func reportTypeLoop(t *Type) {
338 func CalcSize(t *Type) {
566 func CalcStructSize(s *Type) {
573 func RecalcSize(t *Type) {
600 func CheckSize(t *Type) {
645 func PtrDataSize(t *Type) int64 {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dunify.go18 func unify(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
135 func unifyTuplesAsList(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
192 func unifyObjectsAsMaps(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
247 func unifyCollectionTypes(collectionType func(cty.Type) cty.Type, types []cty.Type, unsafe bool, ha…
285 func unifyObjectTypes(types []cty.Type, unsafe bool, hasDynamic bool) (cty.Type, []Conversion) {
362 func unifyObjectTypesToMap(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
396 func unifyTupleTypes(types []cty.Type, unsafe bool, hasDynamic bool) (cty.Type, []Conversion) {
458 func unifyTupleTypesToList(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
493 func unifyAllAsDynamic(types []cty.Type) (cty.Type, []Conversion) {
H A Dpublic.go26 func GetConversion(in cty.Type, out cty.Type) Conversion {
32 func GetConversionUnsafe(in cty.Type, out cty.Type) Conversion {
42 func Convert(in cty.Value, want cty.Type) (cty.Value, error) {
75 func Unify(types []cty.Type) (cty.Type, []Conversion) {
81 func UnifyUnsafe(types []cty.Type) (cty.Type, []Conversion) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dunify.go18 func unify(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
135 func unifyTuplesAsList(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
192 func unifyObjectsAsMaps(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
247 func unifyCollectionTypes(collectionType func(cty.Type) cty.Type, types []cty.Type, unsafe bool, ha…
285 func unifyObjectTypes(types []cty.Type, unsafe bool, hasDynamic bool) (cty.Type, []Conversion) {
362 func unifyObjectTypesToMap(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
396 func unifyTupleTypes(types []cty.Type, unsafe bool, hasDynamic bool) (cty.Type, []Conversion) {
458 func unifyTupleTypesToList(types []cty.Type, unsafe bool) (cty.Type, []Conversion) {
493 func unifyAllAsDynamic(types []cty.Type) (cty.Type, []Conversion) {
H A Dpublic.go26 func GetConversion(in cty.Type, out cty.Type) Conversion {
32 func GetConversionUnsafe(in cty.Type, out cty.Type) Conversion {
42 func Convert(in cty.Value, want cty.Type) (cty.Value, error) {
75 func Unify(types []cty.Type) (cty.Type, []Conversion) {
81 func UnifyUnsafe(types []cty.Type) (cty.Type, []Conversion) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/protocol/
H A Dtype.go6 type Type string type
21 func GetPushEncoder(protoType Type) PushEncoder {
34 func GetReplyEncoder(protoType Type) ReplyEncoder {
49 func GetDataEncoder(protoType Type) DataEncoder {
69 func PutDataEncoder(protoType Type, e DataEncoder) {
78 func GetCommandDecoder(protoType Type, data []byte) CommandDecoder {
98 func PutCommandDecoder(protoType Type, e CommandDecoder) {
107 func GetResultEncoder(protoType Type) ResultEncoder {
115 func PutResultEncoder(_ Type, _ ReplyEncoder) {}
118 func GetParamsDecoder(protoType Type) ParamsDecoder {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
65 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
109 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
167 func conversionTupleToSet(tupleType cty.Type, setEty cty.Type, unsafe bool) conversion {
248 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
335 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
419 func conversionMapToObject(mapType cty.Type, objType cty.Type, unsafe bool) conversion {
H A Dpublic.go26 func GetConversion(in cty.Type, out cty.Type) Conversion {
32 func GetConversionUnsafe(in cty.Type, out cty.Type) Conversion {
42 func Convert(in cty.Value, want cty.Type) (cty.Value, error) {
75 func Unify(types []cty.Type) (cty.Type, []Conversion) {
81 func UnifyUnsafe(types []cty.Type) (cty.Type, []Conversion) {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
65 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
109 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
167 func conversionTupleToSet(tupleType cty.Type, setEty cty.Type, unsafe bool) conversion {
248 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
335 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
419 func conversionMapToObject(mapType cty.Type, objType cty.Type, unsafe bool) conversion {
H A Dpublic.go26 func GetConversion(in cty.Type, out cty.Type) Conversion {
32 func GetConversionUnsafe(in cty.Type, out cty.Type) Conversion {
42 func Convert(in cty.Value, want cty.Type) (cty.Value, error) {
75 func Unify(types []cty.Type) (cty.Type, []Conversion) {
81 func UnifyUnsafe(types []cty.Type) (cty.Type, []Conversion) {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
65 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
109 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
167 func conversionTupleToSet(tupleType cty.Type, setEty cty.Type, unsafe bool) conversion {
248 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
335 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
419 func conversionMapToObject(mapType cty.Type, objType cty.Type, unsafe bool) conversion {
H A Dpublic.go26 func GetConversion(in cty.Type, out cty.Type) Conversion {
32 func GetConversionUnsafe(in cty.Type, out cty.Type) Conversion {
42 func Convert(in cty.Value, want cty.Type) (cty.Value, error) {
75 func Unify(types []cty.Type) (cty.Type, []Conversion) {
81 func UnifyUnsafe(types []cty.Type) (cty.Type, []Conversion) {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/oauth2-proxy/tools/reference-gen/pkg/generator/
H A Dutils.go52 func (s typeSet) add(new *types.Type) {
56 func (s typeSet) has(required *types.Type) bool {
77 func newTypeSetFromList(typeList []*types.Type) typeSet {
88 func tryDereference(t *types.Type) *types.Type {
127 func anchorIDForLocalType(t *types.Type) string {
163 func hideType(t *types.Type) bool {
183 func linkForType(t *types.Type, knownTypes typeSet) string {
210 func sortTypes(typs []*types.Type) []*types.Type {
263 func typeIdentifier(t *types.Type) string {
276 func typeReferences(t *types.Type, references map[*types.Type][]*types.Type, knownTypes typeSet) []…
[all …]
/dports/cad/meshdev/meshdev-0.5/src/
H A DVectorT.h375 inline Type Dot(const VectorT<Type,Size>& v1, const VectorT<Type,Size>& v2) in Dot()
381 inline VectorT<Type,Size> Cross(const VectorT<Type,Size>& v1, const VectorT<Type,Size>& v2) in Cross()
387 inline VectorT<Type,Size> Lerp(const VectorT<Type,Size>& v1, const VectorT<Type,Size>& v2, const do… in Lerp()
393 inline double Cotan(const VectorT<Type,Size>& v1, const VectorT<Type,Size>& v2) in Cotan()
399 inline double Cotan(const VectorT<Type,Size>& vo, const VectorT<Type,Size>& va, const VectorT<Type,… in Cotan()
406 inline double AngleFromCotan(const VectorT<Type,Size>& u, const VectorT<Type,Size>& v) in AngleFromCotan()
413 inline double AngleFromCotan(const VectorT<Type,Size>& vo, const VectorT<Type,Size>& va, const Vect… in AngleFromCotan()
420 inline bool ObtuseAngle(const VectorT<Type,Size>& v1, const VectorT<Type,Size>& v2) in ObtuseAngle()
427 inline bool ObtuseAngle(const VectorT<Type,Size>& vo, const VectorT<Type,Size>& va, const VectorT<T… in ObtuseAngle()
433 inline bool IsColinear(const VectorT<Type,Size>& v1, const VectorT<Type,Size>& v2) in IsColinear()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/cty/
H A Dtype.go7 type Type struct { struct
8 typeImpl
18 Equals(other Type) bool
38 func (t Type) Equals(other Type) bool {
46 func (t Type) FriendlyName() string {
57 func (t Type) FriendlyNameForConstraint() string {
64 func (t Type) friendlyNameMode(mode friendlyTypeNameMode) string {
70 func (t Type) GoString() string {
86 func (t Type) HasDynamicTypes() bool {
121 func (t Type) WithoutOptionalAttributesDeep() Type {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/zclconf/go-cty/cty/
H A Dtype.go7 type Type struct { struct
8 typeImpl
18 Equals(other Type) bool
38 func (t Type) Equals(other Type) bool {
46 func (t Type) FriendlyName() string {
57 func (t Type) FriendlyNameForConstraint() string {
64 func (t Type) friendlyNameMode(mode friendlyTypeNameMode) string {
70 func (t Type) GoString() string {
86 func (t Type) HasDynamicTypes() bool {
121 func (t Type) WithoutOptionalAttributesDeep() Type {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go16 func (g *Generator) getDecoderName(t reflect.Type) string {
51 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
73 func (g *Generator) genTypeDecoderNoCheck(t reflect.Type, out string, tags fieldTags, indent int) e…
229 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
249 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
259 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
289 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
328 func (g *Generator) genDecoder(t reflect.Type) error {
337 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
361 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
52 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
82 func (g *Generator) genTypeDecoderNoCheck(t reflect.Type, out string, tags fieldTags, indent int) e…
242 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
262 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
272 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
302 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
341 func (g *Generator) genDecoder(t reflect.Type) error {
350 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
374 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/
H A Dconfig_builder.h9 #define CFG_CATEGORIES(Type,Body) _CFG_CATEGORIES_WITH_METANAME_AND_TITLE(Type,Body,"",QString()) argument
16 #define CFG_DEFINE(Type) _CFG_DEFINE(Type, true) argument
17 #define CFG_DEFINE_RUNTIME(Type) _CFG_DEFINE(Type, false) argument
18 #define CFG_LOCAL(Type, Name) Cfg::Type Name = Cfg::Type(false); argument
19 #define CFG_LOCAL_PERSISTABLE(Type, Name) Cfg::Type Name = Cfg::Type(true); argument
20 #define CFG_DEFINE_LAZY(Type) \ argument
35 #define CFG_INSTANCE(Type) (*Cfg::get##Type##Instance()) argument
40 #define _CFG_CATEGORIES_WITH_METANAME(Type,Body,MetaName) \ argument
43 #define _CFG_CATEGORIES_WITH_TITLE(Type,Body,Title) \ argument
46 #define _CFG_CATEGORIES_WITH_METANAME_AND_TITLE(Type,Body,MetaName,Title) \ argument
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/internal/decoder/
H A Dcompile.go47 func compileToGetDecoderSlowPath(typeptr uintptr, typ *runtime.Type) (Decoder, error) {
138 func isStringTagSupportedType(typ *runtime.Type) bool {
198 func compileInt(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
204 func compileInt8(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
210 func compileInt16(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
216 func compileInt32(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
222 func compileInt64(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
228 func compileUint(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
234 func compileUint8(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
321 func compileFunc(typ *runtime.Type, strutName, fieldName string) (Decoder, error) {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/goccy/go-json/internal/decoder/
H A Dcompile.go47 func compileToGetDecoderSlowPath(typeptr uintptr, typ *runtime.Type) (Decoder, error) {
138 func isStringTagSupportedType(typ *runtime.Type) bool {
198 func compileInt(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
204 func compileInt8(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
210 func compileInt16(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
216 func compileInt32(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
222 func compileInt64(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
228 func compileUint(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
234 func compileUint8(typ *runtime.Type, structName, fieldName string) (Decoder, error) {
321 func compileFunc(typ *runtime.Type, strutName, fieldName string) (Decoder, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dpublic.go26 func GetConversion(in cty.Type, out cty.Type) Conversion {
32 func GetConversionUnsafe(in cty.Type, out cty.Type) Conversion {
42 func Convert(in cty.Value, want cty.Type) (cty.Value, error) {
75 func Unify(types []cty.Type) (cty.Type, []Conversion) {
81 func UnifyUnsafe(types []cty.Type) (cty.Type, []Conversion) {

12345678910>>...2528