Home
last modified time | relevance | path

Searched refs:vType (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/dports/www/domoticz/domoticz-2020.2/push/
H A DBasePush.cpp504 …if ((vType == "Temperature") || (vType == "Temperature 1") || (vType == "Temperature 2") || (vType in ProcessSendValue()
542 else if (vType == "UV") in ProcessSendValue()
612 else if ((vType == "Current 1") || (vType == "Current 2") || (vType == "Current 3")) in ProcessSendValue()
620 else if ((vType == "Usage") || (vType == "Usage 1") || (vType == "Usage 2")) in ProcessSendValue()
624 else if ((vType == "Delivery") || (vType == "Delivery 1") || (vType == "Delivery 2")) in ProcessSendValue()
727 …if ((vType == "Temperature") || (vType == "Temperature 1") || (vType == "Temperature 2") || (vType in getUnit()
751 else if (vType == "UV") in getUnit()
799 else if ((vType == "Current 1") || (vType == "Current 2") || (vType == "Current 3")) in getUnit()
807 else if ((vType == "Usage") || (vType == "Usage 1") || (vType == "Usage 2")) in getUnit()
811 else if ((vType == "Delivery") || (vType == "Delivery 1") || (vType == "Delivery 2")) in getUnit()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dvalue_reader_test.go89 vType: tc.vType,
160 vType: tc.vType,
334 vType: tc.vType,
449 vType: tc.vType,
512 vType: tc.vType,
575 vType: tc.vType,
640 vType: tc.vType,
700 vType: tc.vType,
760 vType: tc.vType,
905 vType: tc.vType,
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dvalue_reader_test.go89 vType: tc.vType,
160 vType: tc.vType,
322 vType: tc.vType,
437 vType: tc.vType,
500 vType: tc.vType,
563 vType: tc.vType,
628 vType: tc.vType,
688 vType: tc.vType,
748 vType: tc.vType,
893 vType: tc.vType,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dvalue_reader_test.go89 vType: tc.vType,
160 vType: tc.vType,
334 vType: tc.vType,
449 vType: tc.vType,
512 vType: tc.vType,
575 vType: tc.vType,
640 vType: tc.vType,
700 vType: tc.vType,
760 vType: tc.vType,
905 vType: tc.vType,
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dvalue_reader_test.go89 vType: tc.vType,
160 vType: tc.vType,
322 vType: tc.vType,
437 vType: tc.vType,
500 vType: tc.vType,
563 vType: tc.vType,
628 vType: tc.vType,
688 vType: tc.vType,
748 vType: tc.vType,
893 vType: tc.vType,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dvalue_reader_test.go89 vType: tc.vType,
160 vType: tc.vType,
334 vType: tc.vType,
449 vType: tc.vType,
512 vType: tc.vType,
575 vType: tc.vType,
640 vType: tc.vType,
700 vType: tc.vType,
760 vType: tc.vType,
905 vType: tc.vType,
[all …]
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEVehicleType.cpp589 undoList->p_begin("update default " + vType->getTagStr() + " '" + DEFAULT_VTYPE_ID + "'"); in overwriteVType()
690 vType->setAttribute(SUMO_ATTR_LENGTH, toString(newVTypeParameter->length), undoList); in overwriteVType()
693 vType->setAttribute(SUMO_ATTR_MINGAP, toString(newVTypeParameter->minGap), undoList); in overwriteVType()
696 vType->setAttribute(SUMO_ATTR_MAXSPEED, toString(newVTypeParameter->maxSpeed), undoList); in overwriteVType()
705 vType->setAttribute(SUMO_ATTR_COLOR, toString(newVTypeParameter->color), undoList); in overwriteVType()
714 vType->setAttribute(SUMO_ATTR_WIDTH, toString(newVTypeParameter->width), undoList); in overwriteVType()
717 vType->setAttribute(SUMO_ATTR_HEIGHT, toString(newVTypeParameter->height), undoList); in overwriteVType()
720 vType->setAttribute(SUMO_ATTR_IMGFILE, toString(newVTypeParameter->imgFile), undoList); in overwriteVType()
744 vType->setAttribute(SUMO_ATTR_MINGAP_LAT, toString(newVTypeParameter->minGapLat), undoList); in overwriteVType()
762 if (genericParametersStr != vType->getGenericParametersStr()) { in overwriteVType()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/js/
H A Djs.go287 if vType := v.Type(); !vType.isObject() {
288 panic(&ValueError{"Value.Get", vType})
300 if vType := v.Type(); !vType.isObject() {
301 panic(&ValueError{"Value.Set", vType})
314 if vType := v.Type(); !vType.isObject() {
326 if vType := v.Type(); !vType.isObject() {
339 if vType := v.Type(); !vType.isObject() {
364 if vType := v.Type(); !vType.isObject() {
383 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
405 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/syscall/js/
H A Djs.go298 if vType := v.Type(); !vType.isObject() {
299 panic(&ValueError{"Value.Get", vType})
311 if vType := v.Type(); !vType.isObject() {
312 panic(&ValueError{"Value.Set", vType})
325 if vType := v.Type(); !vType.isObject() {
337 if vType := v.Type(); !vType.isObject() {
350 if vType := v.Type(); !vType.isObject() {
375 if vType := v.Type(); !vType.isObject() {
394 if vType := v.Type(); !vType.isObject() { // check here to avoid overhead in success case
416 if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DMySensorsBase.cpp27 switch (vType) in GetMySensorsValueTypeStr()
487 switch (vType) in UpdateNodeHeartbeat()
577 switch (vType) in SendSensor2Domoticz()
1153 ((vType != V_SCENE_OFF) && (vType != V_SCENE_ON)) in UpdateSwitch()
1912 switch (vType) in ParseLine()
2155 vType = V_TEMP; in ParseLine()
2159 vType = V_HUM; in ParseLine()
2183 vType = V_UP; in ParseLine()
2188 vType = V_RGB; in ParseLine()
2236 …if ((vType == V_STATUS) || (vType == V_RGB) || (vType == V_RGBW) || (vType == V_TRIPPED) || (vType in ParseLine()
[all …]
H A DMySensorsBase.h261 itt = values.find(vType); in GetValue()
272 itt = values.find(vType); in GetValue()
283 itt = values.find(vType); in GetValue()
293 values[vType].intvalue = intValue; in SetValue()
294 values[vType].bValidValue = true; in SetValue()
295 values[vType].bIntValue = true; in SetValue()
300 values[vType].floatValue = floatValue; in SetValue()
301 values[vType].bValidValue = true; in SetValue()
302 values[vType].bFloatValue = true; in SetValue()
308 values[vType].bValidValue = true; in SetValue()
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/syscall/js/
H A Djs.go164 if vType := v.Type(); vType != TypeBoolean {
165 panic(&ValueError{"Value.Bool", vType})
181 if vType := v.Type(); vType != TypeObject && vType != TypeFunction {
182 panic(&ValueError{"Value.Call", vType})
191 if vType := v.Type(); vType != TypeNumber {
192 panic(&ValueError{"Value.Float", vType})
206 if vType := v.Type(); vType != TypeNumber {
207 panic(&ValueError{"Value.Int", vType})
217 if vType := v.Type(); vType != TypeFunction {
218 panic(&ValueError{"Value.Invoke", vType})
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_base.h208 DRW_Variant(): sdata(std::string()), vdata(), content(0), vType(INVALID), vCode(0) {} in DRW_Variant()
220 … DRW_Variant& d): sdata(d.sdata), vdata(d.vdata), content(d.content), vType(d.vType), vCode(d.vCod… in DRW_Variant()
221 if (d.vType == COORD) in DRW_Variant()
223 if (d.vType == STRING) in DRW_Variant()
231 void addInt(int c, int i) {vType = INTEGER; content.i = i; vCode=c;} in addInt()
232 void addDouble(int c, double d) {vType = DOUBLE; content.d = d; vCode=c;} in addDouble()
234 void setCoordX(double d) { if (vType == COORD) vdata.x = d;} in setCoordX()
235 void setCoordY(double d) { if (vType == COORD) vdata.y = d;} in setCoordY()
236 void setCoordZ(double d) { if (vType == COORD) vdata.z = d;} in setCoordZ()
237 enum TYPE type() { return vType;} in type()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_base.h219 DRW_Variant(): sdata( std::string() ), vdata(), content( 0 ), vType( INVALID ), vCode( 0 ) {} in DRW_Variant()
231 …iant &d ): sdata( d.sdata ), vdata( d.vdata ), content( d.content ), vType( d.vType ), vCode( d.vC… in DRW_Variant()
233 if ( d.vType == COORD ) in DRW_Variant()
235 if ( d.vType == STRING ) in DRW_Variant()
244 void addInt( int c, int i ) {vType = INTEGER; content.i = i; vCode = c;} in addInt()
245 void addDouble( int c, double d ) {vType = DOUBLE; content.d = d; vCode = c;} in addDouble()
247 void setCoordX( double d ) { if ( vType == COORD ) vdata.x = d;} in setCoordX()
248 void setCoordY( double d ) { if ( vType == COORD ) vdata.y = d;} in setCoordY()
249 void setCoordZ( double d ) { if ( vType == COORD ) vdata.z = d;} in setCoordZ()
250 enum TYPE type() { return vType;} in type()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dcvarutil.inc78 0: case vType of
172 0: case vType of
266 0: case vType of
360 0: case vType of
494 0: case vType of
605 0: case vType of
721 0: case vType of
836 0: case vType of
921 0: case vType of
1015 0: case vType of
[all …]
/dports/lang/fpc/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dcvarutil.inc78 0: case vType of
172 0: case vType of
266 0: case vType of
360 0: case vType of
494 0: case vType of
605 0: case vType of
721 0: case vType of
836 0: case vType of
921 0: case vType of
1015 0: case vType of
[all …]
/dports/lang/fpc-rtl-objpas/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dcvarutil.inc78 0: case vType of
172 0: case vType of
266 0: case vType of
360 0: case vType of
494 0: case vType of
605 0: case vType of
721 0: case vType of
836 0: case vType of
921 0: case vType of
1015 0: case vType of
[all …]
/dports/security/vinetto/vinetto-beta-0.07/
H A Dvinutils.py67 def addTNStream (iTN, vType, filename): argument
75 TNStreams[iTN].append((vType, filename))
77 TNStreams[iTN] = [(vType, filename)]
101 for (vType, filename) in TNStreams[k]:
102 if vt[0] == vType :
117 for (vType, filename) in TNStreams[k]:
119 unextr[vType] += 1
121 extr[vType] += 1
151 def TNfname(SIDstr, vType): argument
160 addTNStream(k, vType, computedfn)

12345678910>>...29