Home
last modified time | relevance | path

Searched defs:Type (Results 126 – 150 of 46668) sorted by relevance

12345678910>>...1867

/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/util/workqueue/
H A Dqueue.go65 type Type struct { struct
69 queue []t
72 dirty set
78 processing set
80 cond *sync.Cond
82 shuttingDown bool
84 metrics queueMetrics
108 func (q *Type) Add(item interface{}) {
132 func (q *Type) Len() int {
181 func (q *Type) ShutDown() {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/k8s.io/client-go/util/workqueue/
H A Dqueue.go65 type Type struct { struct
69 queue []t
72 dirty set
78 processing set
80 cond *sync.Cond
82 shuttingDown bool
84 metrics queueMetrics
108 func (q *Type) Add(item interface{}) {
132 func (q *Type) Len() int {
181 func (q *Type) ShutDown() {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/util/workqueue/
H A Dqueue.go71 type Type struct { struct
75 queue []t
78 dirty set
84 processing set
86 cond *sync.Cond
88 shuttingDown bool
90 metrics queueMetrics
114 func (q *Type) Add(item interface{}) {
138 func (q *Type) Len() int {
187 func (q *Type) ShutDown() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/util/workqueue/
H A Dqueue.go71 type Type struct { struct
75 queue []t
78 dirty set
84 processing set
86 cond *sync.Cond
88 shuttingDown bool
90 metrics queueMetrics
114 func (q *Type) Add(item interface{}) {
138 func (q *Type) Len() int {
187 func (q *Type) ShutDown() {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/client-go/util/workqueue/
H A Dqueue.go65 type Type struct { struct
69 queue []t
72 dirty set
78 processing set
80 cond *sync.Cond
82 shuttingDown bool
84 metrics queueMetrics
108 func (q *Type) Add(item interface{}) {
132 func (q *Type) Len() int {
181 func (q *Type) ShutDown() {
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/missions/.wolf3d/common.cdogscpn/
H A Dpickups.json7 "Type": "Normal", string
10 "Type": "Health", string
17 "Type": "Normal", string
20 "Type": "Health", string
30 "Type": "Health", string
40 "Type": "Health", string
50 "Type": "Score", string
60 "Type": "Score", string
70 "Type": "Score", string
90 "Type": "Ammo", string
[all …]
/dports/math/fxt/fxt/src/sort/
H A Dminmaxmed23func.h16 static inline Type min2(const Type &x, const Type &y, in min2()
17 int (*cmp)(const Type &, const Type &)) in min2()
22 static inline Type max2(const Type &x, const Type &y, in max2()
23 int (*cmp)(const Type &, const Type &)) in max2()
29 Type min3(const Type &x, const Type &y, const Type &z, in min3()
30 int (*cmp)(const Type &, const Type &)) in min3()
35 Type max3(const Type &x, const Type &y, const Type &z, in max3()
36 int (*cmp)(const Type &, const Type &)) in max3()
42 Type median3(const Type &x, const Type &y, const Type &z, in median3()
43 int (*cmp)(const Type &, const Type &)) in median3()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/checker/decls/
H A Ddecls.go69 func NewFunctionType(resultType *exprpb.Type,
70 argTypes ...*exprpb.Type) *exprpb.Type {
113 func NewListType(elem *exprpb.Type) *exprpb.Type {
121 func NewMapType(key *exprpb.Type, value *exprpb.Type) *exprpb.Type {
139 func NewOverload(id string, argTypes []*exprpb.Type,
150 argTypes []*exprpb.Type,
151 resultType *exprpb.Type,
163 argTypes []*exprpb.Type,
164 resultType *exprpb.Type,
183 func NewTypeType(nested *exprpb.Type) *exprpb.Type {
[all …]
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DType.java3 public class Type extends Embedded { class
6 jniIsAny(Object Type) throws Cvc3Exception; in jniIsAny()
12 jniIsBool(Object Type) throws Cvc3Exception; in jniIsBool()
14 jniIsDatatype(Object Type) throws Cvc3Exception; in jniIsDatatype()
16 jniIsFunction(Object Type) throws Cvc3Exception; in jniIsFunction()
18 jniIsNull(Object Type) throws Cvc3Exception; in jniIsNull()
20 jniIsSubtype(Object Type) throws Cvc3Exception; in jniIsSubtype()
23 jniGetExpr(Object Type) throws Cvc3Exception; in jniGetExpr()
25 jniArity(Object Type) throws Cvc3Exception; in jniArity()
32 jniToString(Object Type) throws Cvc3Exception; in jniToString()
[all …]
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/pkgconfig/testdata/
H A Dspecial-flags.json12 {"Type": "LibraryPath", "Value": "/foo"}, string
13 {"Type": "Framework", "Value": "Foo"}, string
14 {"Type": "LibraryName", "Value": "simple"}, string
15 {"Type": "LibraryPath", "Value": "/bar"}, string
16 {"Type": "Framework", "Value": "Bar"}, string
17 {"Type": "LinkerFlag", "Value": "-Wl,-framework"}, string
18 {"Type": "LinkerFlag", "Value": "-Wl,Baz"} string
21 {"Type": "IncludePath", "Value": "/foo"}, string
22 {"Type": "CompilerFlag", "Value": "-g"}, string
25 {"Type": "CompilerFlag", "Value": "-ffoo"}, string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/magiconair/properties/
H A Ddecode.go274 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 isNumeric(t reflect.Type) bool { return isInt(t) || isUint(t) || isFloat(t) }
278 func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr }
279 func isString(t reflect.Type) bool { return t.Kind() == reflect.String }
280 func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct }
281 func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.Time{}) }
282 func isFloat(t reflect.Type) bool {
285 func isInt(t reflect.Type) bool {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
54 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
93 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
135 func conversionTupleToSet(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
205 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
275 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
54 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
93 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
135 func conversionTupleToSet(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
205 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
275 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
54 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
93 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
135 func conversionTupleToSet(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
205 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
275 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dtype_.rs15 fn type_i1(&self) -> Self::Type; in type_i1()
16 fn type_i8(&self) -> Self::Type; in type_i8()
17 fn type_i16(&self) -> Self::Type; in type_i16()
18 fn type_i32(&self) -> Self::Type; in type_i32()
19 fn type_i64(&self) -> Self::Type; in type_i64()
23 fn type_f32(&self) -> Self::Type; in type_f32()
24 fn type_f64(&self) -> Self::Type; in type_f64()
26 fn type_func(&self, args: &[Self::Type], ret: Self::Type) -> Self::Type; in type_func()
27 fn type_struct(&self, els: &[Self::Type], packed: bool) -> Self::Type; in type_struct()
30 fn type_ptr_to_ext(&self, ty: Self::Type, address_space: AddressSpace) -> Self::Type; in type_ptr_to_ext()
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dtypeops.py32 def is_recursive_pair(s: Type, t: Type) -> bool:
144 def map_type_from_supertype(typ: Type,
256 def expand(target: Type) -> Type:
279 def erase_to_bound(t: Type) -> Type:
317 def make_simplified_union(items: Sequence[Type],
404 def true_only(t: Type) -> ProperType:
434 def false_only(t: Type) -> ProperType:
469 def true_or_false(t: Type) -> ProperType:
592 def try_getting_literals_from_type(typ: Type,
645 def is_singleton_type(typ: Type) -> bool:
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
71 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
119 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
177 func conversionTupleToSet(tupleType cty.Type, setEty cty.Type, unsafe bool) conversion {
262 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
354 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
438 func conversionMapToObject(mapType cty.Type, objType cty.Type, unsafe bool) conversion {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/zclconf/go-cty/cty/convert/
H A Dconversion_collection.go14 func conversionCollectionToList(ety cty.Type, conv conversion) conversion {
71 func conversionCollectionToSet(ety cty.Type, conv conversion) conversion {
119 func conversionCollectionToMap(ety cty.Type, conv conversion) conversion {
177 func conversionTupleToSet(tupleType cty.Type, setEty cty.Type, unsafe bool) conversion {
262 func conversionTupleToList(tupleType cty.Type, listEty cty.Type, unsafe bool) conversion {
354 func conversionObjectToMap(objectType cty.Type, mapEty cty.Type, unsafe bool) conversion {
438 func conversionMapToObject(mapType cty.Type, objType cty.Type, unsafe bool) conversion {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
60 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
289 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
309 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
319 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
349 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
390 func (g *Generator) genDecoder(t reflect.Type) error {
399 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
423 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/mailru/easyjson/easyjson-b2ccc519800e/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
60 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
289 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
309 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
319 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
349 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
390 func (g *Generator) genDecoder(t reflect.Type) error {
399 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
423 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
60 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
289 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
309 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
319 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
349 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
390 func (g *Generator) genDecoder(t reflect.Type) error {
399 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
423 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
60 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
289 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
309 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
319 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
349 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
390 func (g *Generator) genDecoder(t reflect.Type) error {
399 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
423 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
60 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
289 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
309 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
319 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
349 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
390 func (g *Generator) genDecoder(t reflect.Type) error {
399 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
423 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
60 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
289 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
309 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
319 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
349 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
390 func (g *Generator) genDecoder(t reflect.Type) error {
399 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
423 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
60 func (g *Generator) genTypeDecoder(t reflect.Type, out string, tags fieldTags, indent int) error {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
289 func (g *Generator) genStructFieldDecoder(t reflect.Type, f reflect.StructField) error {
309 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
319 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
349 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
390 func (g *Generator) genDecoder(t reflect.Type) error {
399 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
423 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]

12345678910>>...1867