Searched refs:Histogram (Results 1 – 9 of 9) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | DistributionUpdate.php | 24 protected $histogramType = Histogram::class; 49 * @param Histogram 51 public function setHistogram(Histogram $histogram) 56 * @return Histogram
|
H A D | Histogram.php | 20 class Histogram extends \Google\Collection class 63 class_alias(Histogram::class, 'Google_Service_Dataflow_Histogram');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A D | Histogram.php | 6 * Class Histogram. 10 class Histogram extends AbstractSimpleAggregation class
|
H A D | DateHistogram.php | 10 class DateHistogram extends Histogram
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
H A D | Aggregation.php | 23 use Elastica\Aggregation\Histogram; alias 380 public function histogram(string $name, string $field, $interval): Histogram 382 return new Histogram($name, $field, $interval);
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.readme.txt | 324 - "hist" (Histogram)
|
H A D | phpthumb.changelog.txt | 867 - 'hist' (Histogram)
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
/plugin/elasticsearch/vendor/ruflin/elastica/ |
H A D | CHANGELOG.md | 205 * Added `Elastica\Aggregation\Histogram::setKeyed()` [#1876](https://github.com/ruflin/Elastica/pull/1876) 208 * Added `Elastica\Aggregation\Avg::setMissing()`, `Elastica\Aggregation\Cardinality::setMissing()`, `Elastica\Aggregation\DateRange::setMissing()`, `Elastica\Aggregation\DateHistogram::setMissing()`, `Elastica\Aggregation\ExtendedStats::setMissing()`, `Elastica\Aggregation\Histogram::setMissing()`, `Elastica\Aggregation\Max::setMissing()`, `Elastica\Aggregation\Min::setMissing()`, `Elastica\Aggregation\Stats::setMissing()`, `Elastica\Aggregation\Sum::setMissing()`, `Elastica\Aggregation\Terms::setMissing()` [#1876](https://github.com/ruflin/Elastica/pull/1876)
|