Home
last modified time | relevance | path

Searched refs:activeValues (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgscategorizedsymbolrenderer.cpp539 QString activeValues; in filter() local
590 if ( !activeValues.isEmpty() ) in filter()
591 activeValues.append( ',' ); in filter()
593activeValues.append( QgsExpression::quotedValue( v, isExpression ? v.type() : fields.at( attrNum )… in filter()
598 if ( !activeValues.isEmpty() ) in filter()
599 activeValues.append( ',' ); in filter()
601 activeValues.append( value ); in filter()
623 return QStringLiteral( "(%1) IN (%2)" ).arg( attr, activeValues ); in filter()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgscategorizedsymbolrenderer.cpp534 QString activeValues; in filter() local
585 if ( !activeValues.isEmpty() ) in filter()
586 activeValues.append( ',' ); in filter()
588activeValues.append( QgsExpression::quotedValue( v, isExpression ? v.type() : fields.at( attrNum )… in filter()
593 if ( !activeValues.isEmpty() ) in filter()
594 activeValues.append( ',' ); in filter()
596 activeValues.append( value ); in filter()
618 return QStringLiteral( "(%1) IN (%2)" ).arg( attr, activeValues ); in filter()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h2547 bool activeValues = idxAcc.probeValue(coord, quad[1]); in constructPolygons() local
2553 activeValues = activeValues && idxAcc.probeValue(coord, quad[2]); in constructPolygons()
2559 activeValues = activeValues && idxAcc.probeValue(coord, quad[3]); in constructPolygons()
2563 if (activeValues) { in constructPolygons()
2577 bool activeValues = idxAcc.probeValue(coord, quad[1]); in constructPolygons() local
2583 activeValues = activeValues && idxAcc.probeValue(coord, quad[2]); in constructPolygons()
2589 activeValues = activeValues && idxAcc.probeValue(coord, quad[3]); in constructPolygons()
2593 if (activeValues) { in constructPolygons()
2613 activeValues = activeValues && idxAcc.probeValue(coord, quad[2]); in constructPolygons()
2619 activeValues = activeValues && idxAcc.probeValue(coord, quad[3]); in constructPolygons()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/
H A Ddatasource.ts733 const activeValues = timeValueTuple.filter((value) => value[1] >= 1); constant
734 const activeValuesTimestamps = activeValues.map((value) => value[0]);
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DprometheusPlugin.0e38943fa459e872fe93.js.map1 …});\n\n const activeValues = timeValueTuple.filter((value) => value[1] >= 1);\n const ac…