Home
last modified time | relevance | path

Searched refs:noData (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Deval_handler_test.go17 noData bool member
21 …nResult{Firing: c.firing, EvalMatches: c.matches, Operator: c.operator, NoDataFound: c.noData}, nil
162 &conditionStub{operator: "or", noData: false},
163 &conditionStub{operator: "or", noData: false},
164 &conditionStub{operator: "or", noData: false},
175 &conditionStub{operator: "and", noData: true},
187 &conditionStub{operator: "and", noData: true},
188 &conditionStub{operator: "and", noData: false},
199 &conditionStub{operator: "or", noData: true},
200 &conditionStub{operator: "or", noData: false},
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/pointcloud/pointcloud_tools/
H A Dpc_reclass_extract.cpp369 noData = Parameters("NODATA")->asDouble(); in Reclass_Range()
392 Set_Value(i, noData); in Reclass_Range()
409 Set_Value(i, noData); in Reclass_Range()
437 noData = Parameters("NODATA")->asDouble(); in Reclass_Single()
462 Set_Value(i, noData); in Reclass_Single()
479 Set_Value(i, noData); in Reclass_Single()
496 Set_Value(i, noData); in Reclass_Single()
513 Set_Value(i, noData); in Reclass_Single()
530 Set_Value(i, noData); in Reclass_Single()
575 noData = Parameters("NODATA")->asDouble(); in Reclass_Table()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Value_Reclassify.cpp400 noData = Parameters("NODATA")->asDouble(); in ReclassRange()
427 pResult->Set_Value(x, y, noData); in ReclassRange()
439 pResult->Set_Value(x, y, noData); in ReclassRange()
464 noData = Parameters("NODATA")->asDouble(); in ReclassSingle()
491 pResult->Set_Value(x, y, noData); in ReclassSingle()
503 pResult->Set_Value(x, y, noData); in ReclassSingle()
515 pResult->Set_Value(x, y, noData); in ReclassSingle()
527 pResult->Set_Value(x, y, noData); in ReclassSingle()
539 pResult->Set_Value(x, y, noData); in ReclassSingle()
559 double others, noData, noDataValue; in ReclassTable() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasternuller.h51 void setNoData( int bandNo, const QgsRasterRangeList &noData );
53 QgsRasterRangeList noData( int bandNo ) const { return mNoData.value( bandNo - 1 ); } in noData() function
56 void setOutputNoDataValue( int bandNo, double noData );
H A Dqgsrasternuller.cpp36 void QgsRasterNuller::setOutputNoDataValue( int bandNo, double noData ) in setOutputNoDataValue() argument
43 mOutputNoData[bandNo - 1] = noData; in setOutputNoDataValue()
47 void QgsRasterNuller::setNoData( int bandNo, const QgsRasterRangeList &noData ) in setNoData() argument
53 mNoData[bandNo - 1] = noData; in setNoData()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasternuller.h51 void setNoData( int bandNo, const QgsRasterRangeList &noData );
53 QgsRasterRangeList noData( int bandNo ) const { return mNoData.value( bandNo - 1 ); } in noData() function
56 void setOutputNoDataValue( int bandNo, double noData );
H A Dqgsrasternuller.cpp36 void QgsRasterNuller::setOutputNoDataValue( int bandNo, double noData ) in setOutputNoDataValue() argument
43 mOutputNoData[bandNo - 1] = noData; in setOutputNoDataValue()
47 void QgsRasterNuller::setNoData( int bandNo, const QgsRasterRangeList &noData ) in setNoData() argument
53 mNoData[bandNo - 1] = noData; in setNoData()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DStripifierStats.java82 boolean noData = true; field in StripifierStats
216 noData = true; in clearData()
230 noData = false; in updateInfo()
271 noData = false; in updateInfo()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DElevationModel.cpp121 qreal noData = 0; in height() local
157 noData += ( 1 - dx ) * ( 1 - dy ); in height()
164 if ( noData ) { in height()
166 ret += ( ret / ( 1 - noData ) ) * noData; in height()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/raster/
H A Dqgsrasternuller.sip.in43 void setNoData( int bandNo, const QgsRasterRangeList &noData );
45 QgsRasterRangeList noData( int bandNo ) const;
47 void setOutputNoDataValue( int bandNo, double noData );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/raster/
H A Dqgsrasternuller.sip.in43 void setNoData( int bandNo, const QgsRasterRangeList &noData );
45 QgsRasterRangeList noData( int bandNo ) const;
47 void setOutputNoDataValue( int bandNo, double noData );
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/dem/
H A DCDemVRT.cpp68 noData = pBand->GetNoDataValue(&hasNoData); in CDemVRT()
69 qDebug() << "no data:" << hasNoData << noData; in CDemVRT()
158 if(hasNoData && ((e[0] == noData) || (e[1] == noData) || (e[2] == noData) || (e[3] == noData))) in getElevationAt()
204 if(hasNoData && win[i] == noData) in getSlopeAt()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/http/
H A DSocketUtils.hpp83 …bool noData = (error.getName() == boost::system::system_category().name()) && (ec == ERROR_NO_DATA… in isConnectionTerminatedError() local
85 bool noData = false; in isConnectionTerminatedError() local
88 return timedOut || eof || reset || badFile || brokenPipe || noFile || noData; in isConnectionTerminatedError()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/variantutils/
H A DReblockGVCFUnitTest.java77 …final VariantContext noData = makeDeletionVC("noData", Arrays.asList(LONG_REF, DELETION, Allele.NO… in testLowQualVariantToGQ0HomRef() local
78 final VariantContext notCrashing = reblocker.lowQualVariantToGQ0HomRef(noData, noData); in testLowQualVariantToGQ0HomRef()
103 …final VariantContext noData = makeDeletionVC("noData", Arrays.asList(LONG_REF, DELETION, Allele.NO… in testNoCalls() local
104 Assert.assertTrue(reblocker.shouldBeReblocked(noData)); in testNoCalls()
/dports/www/grafana8/grafana-8.3.6/public/app/types/
H A Dalerting.ts13 evalData?: { noData?: boolean; evalMatches?: any };
35 evalData?: { noData?: boolean; evalMatches?: any };
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes_ogis.cpp1147 double noData; in from_WKBinary() local
1151 case SG_DATATYPE_Bit : noData = Bytes.Read_Byte ( ); break; // 0: 1-bit boolean in from_WKBinary()
1152 case SG_DATATYPE_Char : noData = Bytes.Read_Char ( ); break; // 3: 8-bit signed integer in from_WKBinary()
1153 case SG_DATATYPE_Byte : noData = Bytes.Read_Byte ( ); break; // 4: 8-bit unsigned integer in from_WKBinary()
1154 case SG_DATATYPE_Short : noData = Bytes.Read_Short (bSwap); break; // 5: 16-bit signed integer in from_WKBinary()
1155 case SG_DATATYPE_Word : noData = Bytes.Read_Word (bSwap); break; // 6: 16-bit unsigned integer in from_WKBinary()
1156 case SG_DATATYPE_Int : noData = Bytes.Read_Int (bSwap); break; // 7: 32-bit signed integer in from_WKBinary()
1157 case SG_DATATYPE_DWord : noData = Bytes.Read_DWord (bSwap); break; // 8: 32-bit unsigned integer in from_WKBinary()
1158 case SG_DATATYPE_Float : noData = Bytes.Read_Float (bSwap); break; // 9: 32-bit float in from_WKBinary()
1159 case SG_DATATYPE_Double: noData = Bytes.Read_Double(bSwap); break; // 10: 64-bit float in from_WKBinary()
[all …]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2raw.c332 if (rst->noData != NULL) in rl2_raster_data_to_RGBA()
335 rl2PrivPixelPtr no_data = rst->noData; in rl2_raster_data_to_RGBA()
409 if (rst->noData != NULL) in rl2_raster_data_to_RGBA()
442 if (rst->noData != NULL) in rl2_raster_data_to_RGBA()
462 if (rst->noData != NULL) in rl2_raster_data_to_RGBA()
484 if (rst->noData != NULL) in rl2_raster_data_to_RGBA()
556 if (rst->noData != NULL) in rl2_raster_data_to_ARGB()
559 rl2PrivPixelPtr no_data = rst->noData; in rl2_raster_data_to_ARGB()
669 if (rst->noData != NULL) in rl2_raster_data_to_ARGB()
842 if (rst->noData != NULL) in rl2_raster_data_to_BGRA()
[all …]
H A Drl2ascii.c252 ascii->noData = no_data; in alloc_ascii_origin()
917 rl2_set_pixel_sample_int8 (no_data, (char) (origin->noData)); in read_from_ascii()
922 (unsigned char) (origin->noData)); in read_from_ascii()
925 rl2_set_pixel_sample_int16 (no_data, (short) (origin->noData)); in read_from_ascii()
930 (unsigned short) (origin->noData)); in read_from_ascii()
935 rl2_set_pixel_sample_int32 (no_data, (int) (origin->noData)); in read_from_ascii()
940 (unsigned int) (origin->noData)); in read_from_ascii()
944 rl2_set_pixel_sample_float (no_data, (float) (origin->noData)); in read_from_ascii()
948 rl2_set_pixel_sample_double (no_data, (double) (origin->noData)); in read_from_ascii()
1084 ascii->noData = no_data; in alloc_ascii_destination()
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/gdal/
H A Dgdalcalc.py190 noData = self.parameterAsDouble(parameters, self.NO_DATA, context)
192 noData = None
203 if noData is not None:
205 arguments.append(noData)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/gdal/
H A Dgdalcalc.py189 noData = self.parameterAsDouble(parameters, self.NO_DATA, context)
191 noData = None
199 if noData is not None:
201 arguments.append(noData)
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/jackc/pgx/pgproto3/
H A Dfrontend.go29 noData NoData member
92 msg = &b.noData
/dports/security/vault/vault-1.8.2/vendor/github.com/jackc/pgx/pgproto3/
H A Dfrontend.go30 noData NoData member
95 msg = &b.noData
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/jackc/pgx/pgproto3/
H A Dfrontend.go29 noData NoData member
92 msg = &b.noData
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/jackc/pgx/pgproto3/
H A Dfrontend.go30 noData NoData member
95 msg = &b.noData
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/pgproto3/
H A Dfrontend.go30 noData NoData member
95 msg = &b.noData

12345678910>>...12