Home
last modified time | relevance | path

Searched defs:Kind (Results 26 – 50 of 13013) sorted by relevance

12345678910>>...521

/dports/devel/sccache/sccache-0.2.15/cargo-crates/reqwest-0.9.24/src/
H A Derror.rs382 pub(crate) enum Kind { enum
407 impl From<::http::Error> for Kind { implementation
409 fn from(err: ::http::Error) -> Kind { in from()
414 impl From<::hyper::Error> for Kind { implementation
428 impl From<io::Error> for Kind { implementation
430 fn from(err: io::Error) -> Kind { in from()
435 impl From<::url::ParseError> for Kind { implementation
449 impl From<::serde_json::Error> for Kind { implementation
464 impl From<::rustls::TLSError> for Kind { implementation
470 impl<T> From<::wait::Waited<T>> for Kind implementation
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/reqwest-0.9.24/src/
H A Derror.rs382 pub(crate) enum Kind { enum
407 impl From<::http::Error> for Kind { implementation
409 fn from(err: ::http::Error) -> Kind { in from()
414 impl From<::hyper::Error> for Kind { implementation
428 impl From<io::Error> for Kind { implementation
430 fn from(err: io::Error) -> Kind { in from()
435 impl From<::url::ParseError> for Kind { implementation
449 impl From<::serde_json::Error> for Kind { implementation
464 impl From<::rustls::TLSError> for Kind { implementation
470 impl<T> From<::wait::Waited<T>> for Kind implementation
[all …]
/dports/devel/vc-intrinsics/vc-intrinsics-753ad50/GenXIntrinsics/include/llvmVCWrapper/IR/
H A DAttributes.h19 llvm::Attribute::AttrKind Kind) { in hasFnAttr()
28 llvm::StringRef Kind) { in hasFnAttr()
38 llvm::Attribute::AttrKind Kind) { in hasAttributeAtIndex()
47 unsigned Index, llvm::StringRef Kind) { in hasAttributeAtIndex()
57 llvm::Attribute::AttrKind Kind) { in getAttributeAtIndex()
67 llvm::StringRef Kind) { in getAttributeAtIndex()
78 llvm::Attribute::AttrKind Kind) { in removeAttributeAtIndex()
89 llvm::StringRef Kind) { in removeAttributeAtIndex()
/dports/sysutils/aptly/aptly-1.4.0/vendor/gopkg.in/go-playground/validator.v8/
H A Dbaked_in.go102 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
109 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
118 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
127 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
136 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
145 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
153 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
162 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
245 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
251 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
[all …]
/dports/databases/go-pgweb/pgweb-0.11.7/vendor/gopkg.in/go-playground/validator.v8/
H A Dbaked_in.go102 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
109 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
118 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
127 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
136 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
145 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
153 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
162 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
245 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
251 …ield reflect.Value, field reflect.Value, fieldType reflect.Type, fieldKind reflect.Kind, param str…
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/Specification.Tests/
H A Dbaseline.netcore.json7 "Kind": "Class", string
14 "Kind": "Method", string
28 "Kind": "Method", string
42 "Kind": "Method", string
60 "Kind": "Method", string
78 "Kind": "Method", string
101 "Kind": "Class", string
132 "Kind": "Class", string
484 "Kind": "Class", string
596 "Kind": "Class", string
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/metric/number/
H A Dnumber.go28 type Kind int8 type
99 func NewNumberSignChange(kind Kind, nn Number) Number {
183 func (n *Number) CoerceToInt64(kind Kind) int64 {
197 func (n *Number) CoerceToFloat64(kind Kind) float64 {
331 func (n *Number) AddNumber(kind Kind, nn Number) {
342 func (n *Number) AddRaw(kind Kind, r uint64) {
483 func (n *Number) IsPositive(kind Kind) bool {
488 func (n *Number) IsNegative(kind Kind) bool {
493 func (n *Number) IsZero(kind Kind) bool {
502 func (n *Number) Emit(kind Kind) string {
[all …]
/dports/shells/antibody/antibody-6.1.1/www/content/
H A Doptions.md10 ## Kind section
14 ### zsh
32 ### path
43 ### fpath
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/proxy/envoy/v2/testdata/
H A Dnone_rds.json51 "Kind": { object
56 "Kind": { object
60 "Kind": { object
64 "Kind": { object
77 "Kind": { object
90 "Kind": { object
172 "Kind": { object
177 "Kind": { object
181 "Kind": { object
185 "Kind": { object
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/internal/util/
H A Dreflect.go20 func IsUint(k reflect.Kind) bool {
28 func IsInt(k reflect.Kind) bool {
36 func IsFloat(k reflect.Kind) bool {
41 func IsString(k reflect.Kind) bool {
45 func IsBool(k reflect.Kind) bool {
49 func IsSlice(k reflect.Kind) bool {
53 func IsStruct(k reflect.Kind) bool {
57 func IsInvalid(k reflect.Kind) bool {
61 func IsPointer(k reflect.Kind) bool {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DAttributeImpl.h87 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
116 Attribute::AttrKind Kind; variable
119 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
123 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
136 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
175 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
185 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
198 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
202 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
241 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DAttributeImpl.h87 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
116 Attribute::AttrKind Kind; variable
119 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
123 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
133 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
172 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
182 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
195 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
199 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
238 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DAttributeImpl.h88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
117 Attribute::AttrKind Kind; variable
120 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
124 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
137 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
176 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
186 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
199 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
203 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
242 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DAttributeImpl.h88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
117 Attribute::AttrKind Kind; variable
120 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
124 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
137 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
176 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
186 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
199 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
203 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
242 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DAttributeImpl.h87 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
116 Attribute::AttrKind Kind; variable
119 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
123 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
136 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
175 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
185 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
198 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
202 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
241 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DAttributeImpl.h87 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
116 Attribute::AttrKind Kind; variable
119 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
123 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
133 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
172 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
182 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
195 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
199 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
238 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
117 Attribute::AttrKind Kind; variable
120 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
124 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
137 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
176 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
186 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
199 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
203 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
242 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DAttributeImpl.h88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
117 Attribute::AttrKind Kind; variable
120 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
124 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
137 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
176 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc()
186 TypeAttributeImpl(Attribute::AttrKind Kind, Type *Ty) in TypeAttributeImpl()
199 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
203 void addAttribute(Attribute::AttrKind Kind) { in addAttribute()
242 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
[all …]

12345678910>>...521