Home
last modified time | relevance | path

Searched defs:addRange (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DRange.php27 public function addRange($fromValue = null, $toValue = null, ?string $key = null): self function in Elastica\\Aggregation\\Range
H A DIpRange.php48 public function addRange(?string $fromValue = null, ?string $toValue = null): self function in Elastica\\Aggregation\\IpRange
H A DGeoDistance.php67 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 DIntervalSet.php190 public function addRange(int $left, int $right) : void function in Antlr\\Antlr4\\Runtime\\IntervalSet