Home
last modified time | relevance | path

Searched refs:ValueCount (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DExpressionReport.php27 protected $valuesType = ValueCount::class;
59 * @param ValueCount[]
66 * @return ValueCount[]
H A DValueCount.php20 class ValueCount extends \Google\Model class
62 class_alias(ValueCount::class, 'Google_Service_FirebaseRules_ValueCount');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DValueCount.php6 * Class ValueCount.
10 class ValueCount extends AbstractAggregation class
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php44 use Elastica\Aggregation\ValueCount; alias
160 public function value_count(string $name, string $field): ValueCount
162 return new ValueCount($name, $field);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php3317 $ValueCount = $this->read_ushort();
3319 for ($v = 0; $v < $ValueCount; $v++) {
H A DOtl.php3313 $ValueCount = $this->read_ushort();