Home
last modified time | relevance | path

Searched defs:Type (Results 251 – 275 of 67660) sorted by relevance

1...<<11121314151617181920>>...2707

/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/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) {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/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) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go39 func isPrimitive(mtype reflect.Type) bool {
61 func isTreeSlice(mtype reflect.Type) bool {
71 func isOtherSlice(mtype reflect.Type) bool {
83 func isTree(mtype reflect.Type) bool {
94 func isCustomMarshaler(mtype reflect.Type) bool {
136 func valueToTree(mtype reflect.Type, mval reflect.Value) (*TomlTree, error) {
168 func valueToTreeSlice(mtype reflect.Type, mval reflect.Value) ([]*TomlTree, error) {
194 func valueToToml(mtype reflect.Type, mval reflect.Value) (interface{}, error) {
254 func valueFromTree(mtype reflect.Type, tval *TomlTree) (reflect.Value, error) {
319 func valueFromToml(mtype reflect.Type, tval interface{}) (reflect.Value, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/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 {
43 func (t Type) FriendlyName() string {
54 func (t Type) FriendlyNameForConstraint() string {
61 func (t Type) friendlyNameMode(mode friendlyTypeNameMode) string {
67 func (t Type) GoString() string {
83 func (t Type) HasDynamicTypes() bool {
/dports/sysutils/nomad/nomad-1.1.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 {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/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 {
43 func (t Type) FriendlyName() string {
54 func (t Type) FriendlyNameForConstraint() string {
61 func (t Type) friendlyNameMode(mode friendlyTypeNameMode) string {
67 func (t Type) GoString() string {
83 func (t Type) HasDynamicTypes() bool {
/dports/sysutils/terraform-docs/terraform-docs-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 {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/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 {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/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 {
43 func (t Type) FriendlyName() string {
54 func (t Type) FriendlyNameForConstraint() string {
61 func (t Type) friendlyNameMode(mode friendlyTypeNameMode) string {
67 func (t Type) GoString() string {
83 func (t Type) HasDynamicTypes() bool {
/dports/devel/git-town/git-town-7.6.0/vendor/golang.org/x/sys/unix/
H A Dzsyscall_openbsd_arm.go26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
54 }
55 return
56 }
57
58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
86 return
87 }
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp23 Optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType()
44 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType()
51 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType()
65 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT()
83 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString()
108 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString()
114 for (const auto &Type : List) { in typeListToString() local
131 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp23 Optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType()
44 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType()
51 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType()
65 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT()
83 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString()
108 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString()
114 for (const auto &Type : List) { in typeListToString() local
131 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp23 Optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType()
44 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType()
51 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType()
65 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT()
83 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString()
108 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString()
114 for (const auto &Type : List) { in typeListToString() local
131 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp23 Optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType()
44 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType()
51 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType()
65 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT()
83 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString()
108 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString()
114 for (const auto &Type : List) { in typeListToString() local
131 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/CoffeelakeSiliconPkg/Pch/PchSmiDispatcher/Smm/
H A DPchSmmSw.c24 #define SW_SMI_RECORD_FROM_LINK(_record) CR (_record, SW_SMI_RECORD, Link, SW_SMI_RECORD_SIGNATURE) in parseType()
48 { in parseHeapType()
49 ACPI_ADDR_TYPE, in parseHeapType()
53 N_ACPI_IO_SMI_STS_APM in parseHeapType()
67 Check the SwSmiInputValue to see if there is a duplicated one in the database in parseMVT()
83 while (!IsNull (&mSwSmiCallbackDataBase, LinkInDb)) { in parseMVT()
108 function which Software SMI input value the in typeToString()
114 registered and the SMI source has been enabled. in typeToString()
133 SW_SMI_RECORD *SwSmiRecord; in typeToString()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/reflectdata/
H A Dreflect.go199 func MapType(t *types.Type) *types.Type {
307 func methods(t *types.Type) []*typeSig {
368 func imethods(t *types.Type) []*typeSig {
592 func typePkg(t *types.Type) *types.Pkg {
818 func TypeSym(t *types.Type) *types.Sym {
882 func needkeyupdate(t *types.Type) bool {
911 func hashMightPanic(t *types.Type) bool {
943 func writeType(t *types.Type) *obj.LSym {
1245 func NeedRuntimeType(t *types.Type) {
1728 func NeedEmit(typ *types.Type) bool {
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/language-subtag-registry/data/json/
H A Dregistry.json3 "Type": "language", string
11 "Type": "language", string
20 "Type": "language", string
28 "Type": "language", string
37 "Type": "language", string
46 "Type": "language", string
55 "Type": "language", string
63 "Type": "language", string
73 "Type": "language", string
82 "Type": "language", string
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/irgen/
H A Dinterfaces.go22 func (fr *frame) interfaceMethod(lliface llvm.Value, ifacety types.Type, method *types.Func) (fn, r…
79 func (fr *frame) makeInterface(llv llvm.Value, vty types.Type, iface types.Type) *govalue {
88 func (fr *frame) makeInterfaceFromPointer(vptr llvm.Value, vty types.Type, iface types.Type) *goval…
112 func (fr *frame) getInterfaceValue(v *govalue, ty types.Type) *govalue {
123 func (fr *frame) getInterfaceValueOrNull(cond llvm.Value, v *govalue, ty types.Type) *govalue {
133 func (fr *frame) interfaceTypeCheck(val *govalue, ty types.Type) (v *govalue, okval *govalue) {
155 func (fr *frame) interfaceTypeAssert(val *govalue, ty types.Type) *govalue {
180 func (fr *frame) changeInterface(v *govalue, ty types.Type, assert bool) *govalue {
/dports/math/givaro/givaro-4.1.1/src/kernel/system/
H A Dgivperf.h51 #define GIVARO_PERF_DEFCLASS(Name,Type) \ argument
85 #define GIVARO_PERF_CSTOR(Name,Type) _Giv_perf##Name<Type>::_count_cstor++; argument
86 #define GIVARO_PERF_RECOPY(Name,Type) _Giv_perf##Name<Type>::_count_cstor_recopy++; argument
87 #define GIVARO_PERF_DSTOR(Name,Type) _Giv_perf##Name<Type>::_count_dstor++; argument
88 #define GIVARO_PERF_ASSIGN(Name,Type) _Giv_perf##Name<Type>::_count_assign++; argument
90 #define GIVARO_PERF_INEHERIT(Name,Type) \ argument
103 #define GIVARO_PERF_CSTOR(Name,Type) argument
104 #define GIVARO_PERF_RECOPY(Name,Type) argument
105 #define GIVARO_PERF_DSTOR(Name,Type) argument
106 #define GIVARO_PERF_ASSIGN(Name,Type) argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go22 func isPrimitive(mtype reflect.Type) bool {
44 func isTreeSlice(mtype reflect.Type) bool {
54 func isOtherSlice(mtype reflect.Type) bool {
66 func isTree(mtype reflect.Type) bool {
77 func isCustomMarshaler(mtype reflect.Type) bool {
135 func valueToTree(mtype reflect.Type, mval reflect.Value) (*Tree, error) {
167 func valueToTreeSlice(mtype reflect.Type, mval reflect.Value) ([]*Tree, error) {
193 func valueToToml(mtype reflect.Type, mval reflect.Value) (interface{}, error) {
259 func valueFromTree(mtype reflect.Type, tval *Tree) (reflect.Value, error) {
329 func valueFromToml(mtype reflect.Type, tval interface{}) (reflect.Value, error) {
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go22 func isPrimitive(mtype reflect.Type) bool {
44 func isTreeSlice(mtype reflect.Type) bool {
54 func isOtherSlice(mtype reflect.Type) bool {
66 func isTree(mtype reflect.Type) bool {
77 func isCustomMarshaler(mtype reflect.Type) bool {
135 func valueToTree(mtype reflect.Type, mval reflect.Value) (*Tree, error) {
167 func valueToTreeSlice(mtype reflect.Type, mval reflect.Value) ([]*Tree, error) {
193 func valueToToml(mtype reflect.Type, mval reflect.Value) (interface{}, error) {
259 func valueFromTree(mtype reflect.Type, tval *Tree) (reflect.Value, error) {
329 func valueFromToml(mtype reflect.Type, tval interface{}) (reflect.Value, error) {
[all …]
/dports/misc/exercism/cli-3.0.13/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go22 func isPrimitive(mtype reflect.Type) bool {
44 func isTreeSlice(mtype reflect.Type) bool {
54 func isOtherSlice(mtype reflect.Type) bool {
66 func isTree(mtype reflect.Type) bool {
77 func isCustomMarshaler(mtype reflect.Type) bool {
135 func valueToTree(mtype reflect.Type, mval reflect.Value) (*Tree, error) {
167 func valueToTreeSlice(mtype reflect.Type, mval reflect.Value) ([]*Tree, error) {
193 func valueToToml(mtype reflect.Type, mval reflect.Value) (interface{}, error) {
259 func valueFromTree(mtype reflect.Type, tval *Tree) (reflect.Value, error) {
324 func valueFromToml(mtype reflect.Type, tval interface{}) (reflect.Value, error) {
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go22 func isPrimitive(mtype reflect.Type) bool {
44 func isTreeSlice(mtype reflect.Type) bool {
54 func isOtherSlice(mtype reflect.Type) bool {
66 func isTree(mtype reflect.Type) bool {
77 func isCustomMarshaler(mtype reflect.Type) bool {
135 func valueToTree(mtype reflect.Type, mval reflect.Value) (*Tree, error) {
167 func valueToTreeSlice(mtype reflect.Type, mval reflect.Value) ([]*Tree, error) {
193 func valueToToml(mtype reflect.Type, mval reflect.Value) (interface{}, error) {
259 func valueFromTree(mtype reflect.Type, tval *Tree) (reflect.Value, error) {
329 func valueFromToml(mtype reflect.Type, tval interface{}) (reflect.Value, error) {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go22 func isPrimitive(mtype reflect.Type) bool {
44 func isTreeSlice(mtype reflect.Type) bool {
54 func isOtherSlice(mtype reflect.Type) bool {
66 func isTree(mtype reflect.Type) bool {
77 func isCustomMarshaler(mtype reflect.Type) bool {
135 func valueToTree(mtype reflect.Type, mval reflect.Value) (*Tree, error) {
167 func valueToTreeSlice(mtype reflect.Type, mval reflect.Value) ([]*Tree, error) {
193 func valueToToml(mtype reflect.Type, mval reflect.Value) (interface{}, error) {
259 func valueFromTree(mtype reflect.Type, tval *Tree) (reflect.Value, error) {
329 func valueFromToml(mtype reflect.Type, tval interface{}) (reflect.Value, error) {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go22 func isPrimitive(mtype reflect.Type) bool {
44 func isTreeSlice(mtype reflect.Type) bool {
54 func isOtherSlice(mtype reflect.Type) bool {
66 func isTree(mtype reflect.Type) bool {
77 func isCustomMarshaler(mtype reflect.Type) bool {
135 func valueToTree(mtype reflect.Type, mval reflect.Value) (*Tree, error) {
167 func valueToTreeSlice(mtype reflect.Type, mval reflect.Value) ([]*Tree, error) {
193 func valueToToml(mtype reflect.Type, mval reflect.Value) (interface{}, error) {
259 func valueFromTree(mtype reflect.Type, tval *Tree) (reflect.Value, error) {
324 func valueFromToml(mtype reflect.Type, tval interface{}) (reflect.Value, error) {
[all …]

1...<<11121314151617181920>>...2707