Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DRange.php20 * @param float|int|string|null $toValue high end of this range, exclusive (less than)
27 public function addRange($fromValue = null, $toValue = null, ?string $key = null): self argument
29 if (null === $fromValue && null === $toValue) {
30 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
39 if (null !== $toValue) {
40 $range['to'] = $toValue;
H A DIpRange.php42 * @param string|null $toValue a valid ipv4 address. High end of this range, exclusive (less than)
48 public function addRange(?string $fromValue = null, ?string $toValue = null): self argument
50 if (null === $fromValue && null === $toValue) {
51 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
59 if (null !== $toValue) {
60 $range['to'] = $toValue;
H A DGeoDistance.php61 * @param int|null $toValue a distance
67 public function addRange(?int $fromValue = null, ?int $toValue = null): self argument
69 if (null === $fromValue && null === $toValue) {
70 throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
79 if (null !== $toValue) {
80 $range['to'] = $toValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DBetweenFilter.php44 public function setToValue(NumericValue $toValue) argument
46 $this->toValue = $toValue;
53 return $this->toValue;
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js2292 var toValue = g_seeValues[g_board[to] & 0xF];
2294 if (fromValue <= toValue) {
2319 var captureDeficit = fromValue - toValue;
2361 var seeValue = toValue - fromValue;
/plugin/amcharts/assets/amcharts/
H A Damcharts.js65 …this.fillAlpha=0;g<z;g++)C=u[g],k=NaN,A=C.above,isNaN(C.toValue)||(k=this.getCoordinate(C.toValue)…
78 …c=this.guides[b],c.toValue<this.min&&(this.min=c.toValue),c.value<this.min&&(this.min=c.value),c.t…