Home
last modified time | relevance | path

Searched refs:typeVal (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/config/
H A Didentifiable.go38 typeVal Type `mapstructure:"-"` member
43 func NewID(typeVal Type) ComponentID {
44 return ComponentID{typeVal: typeVal}
48 func NewIDWithName(typeVal Type, nameVal string) ComponentID {
49 return ComponentID{typeVal: typeVal, nameVal: nameVal}
61 id.typeVal = Type(strings.TrimSpace(items[0]))
64 if len(items) == 0 || id.typeVal == "" {
81 return id.typeVal
92 return string(id.typeVal)
95 return string(id.typeVal) + typeAndNameSeparator + id.nameVal
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfItemFactory.cpp87 const std::string & typeVal = type->second; in createItem() local
88 if(typeVal.compare("ORIGIN_DXDY") == 0 || in createItem()
89 typeVal.compare("ORIGIN_DXDYDZ") == 0) { in createItem()
114 else if(typeVal.compare("VXVY") == 0 || in createItem()
115 typeVal.compare("VXVYVZ") == 0) { in createItem()
189 std::string typeVal = type->second; in createItem() local
190 std::transform(typeVal.begin(), in createItem()
191 typeVal.end(), in createItem()
192 typeVal.begin(), in createItem()
196 typeVal.compare("2DSMESH") == 0 || in createItem()
[all …]
H A DXdmfTopologyType.cpp597 std::string typeVal = type->second; in New() local
598 std::transform(typeVal.begin(), in New()
599 typeVal.end(), in New()
600 typeVal.begin(), in New()
606 if(typeVal.compare("NOTOPOLOGY") == 0) { in New()
612 else if(typeVal.compare("POLYLINE") == 0) { in New()
620 else if(typeVal.compare("POLYGON") == 0) { in New()
637 else if(typeVal.compare("PYRAMID") == 0) { in New()
640 else if(typeVal.compare("WEDGE") == 0) { in New()
646 else if(typeVal.compare("EDGE_3") == 0) { in New()
[all …]
H A DXdmfAttributeType.cpp106 const std::string & typeVal = type->second; in New() local
108 if(typeVal.compare("Scalar") == 0) { in New()
111 else if(typeVal.compare("Vector") == 0) { in New()
114 else if(typeVal.compare("Tensor") == 0) { in New()
117 else if(typeVal.compare("Matrix") == 0) { in New()
120 else if(typeVal.compare("Tensor6") == 0) { in New()
123 else if(typeVal.compare("GlobalId") == 0) { in New()
126 else if(typeVal.compare("None") == 0) { in New()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/record/meta/
H A DTypeID.java58 protected byte typeVal; field in TypeID
63 TypeID(byte typeVal) { in TypeID() argument
64 this.typeVal = typeVal; in TypeID()
71 return typeVal; in getTypeVal()
78 rout.writeByte(typeVal, tag); in write()
95 return (this.typeVal == oTypeID.typeVal); in equals()
104 return 37*17+(int)typeVal; in hashCode()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfItemFactory.cpp136 if(typeVal.compare("ORIGIN_DXDY") == 0 || in createItem()
163 else if(typeVal.compare("VXVY") == 0 || in createItem()
164 typeVal.compare("VXVYVZ") == 0 || in createItem()
262 std::string typeVal = type->second; in createItem() local
263 std::transform(typeVal.begin(), in createItem()
264 typeVal.end(), in createItem()
265 typeVal.begin(), in createItem()
269 typeVal.compare("CORECTMESH") == 0 || in createItem()
270 typeVal.compare("2DSMESH") == 0 || in createItem()
271 typeVal.compare("3DSMESH") == 0 || in createItem()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfItemFactory.cpp136 if(typeVal.compare("ORIGIN_DXDY") == 0 || in createItem()
163 else if(typeVal.compare("VXVY") == 0 || in createItem()
164 typeVal.compare("VXVYVZ") == 0 || in createItem()
262 std::string typeVal = type->second; in createItem() local
263 std::transform(typeVal.begin(), in createItem()
264 typeVal.end(), in createItem()
265 typeVal.begin(), in createItem()
269 typeVal.compare("CORECTMESH") == 0 || in createItem()
270 typeVal.compare("2DSMESH") == 0 || in createItem()
271 typeVal.compare("3DSMESH") == 0 || in createItem()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/record/meta/
H A DTypeID.java66 protected byte typeVal; field in TypeID
71 TypeID(byte typeVal) { in TypeID() argument
72 this.typeVal = typeVal; in TypeID()
79 return typeVal; in getTypeVal()
86 rout.writeByte(typeVal, tag); in write()
104 return (this.typeVal == oTypeID.typeVal); in equals()
114 return 37*17+(int)typeVal; in hashCode()
/dports/devel/hadoop/hadoop-1.2.1/src/c++/librecordio/
H A DtypeIDs.cc25 a_.serialize(typeVal, tag); in serialize()
30 return (this->typeVal == peer_.typeVal); in operator ==()
99 a_.serialize(typeVal, tag); in serialize()
145 int8_t typeVal; in genericReadTypeID() local
146 a_.deserialize(typeVal, tag); in genericReadTypeID()
147 switch(typeVal) { in genericReadTypeID()
156 return new TypeID(typeVal); in genericReadTypeID()
209 a_.serialize(typeVal, tag); in serialize()
215 if (typeVal != peer_.getTypeVal()) { in operator ==()
247 a_.serialize(typeVal, tag); in serialize()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/syb-0.7.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/syb-0.7.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/syb-0.7.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/syb-0.7.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/syb-0.7.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/syb-0.7.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/syb-0.7.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/syb-0.7.2.1/tests/
H A DReify.hs45 typeVal :: TypeVal a
46 typeVal = const () function
57 val2type _ = typeVal
72 argType _ = typeVal
77 resType _ = typeVal
82 paraType _ = typeVal
345 typeVal :: TypeVal b
372 t1 = typeVal :: TypeVal T1
373 t2 = typeVal :: TypeVal T2
374 t3 = typeVal :: TypeVal T3
[all …]

123456789