Searched defs:addRange (Results 1 – 4 of 4) sorted by relevance
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ | ||
H A D | Range.php | 27 public function addRange($fromValue = null, $toValue = null, ?string $key = null): self function in Elastica\\Aggregation\\Range |
H A D | IpRange.php | 48 public function addRange(?string $fromValue = null, ?string $toValue = null): self function in Elastica\\Aggregation\\IpRange |
H A D | GeoDistance.php | 67 public function addRange(?int $fromValue = null, ?int $toValue = null): self function in Elastica\\Aggregation\\GeoDistance |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ | ||
H A D | IntervalSet.php | 190 public function addRange(int $left, int $right) : void function in Antlr\\Antlr4\\Runtime\\IntervalSet |