Searched refs:toValue (Results 1 – 6 of 6) sorted by relevance
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
D | Range.php | 20 * @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) { 39 if (null !== $toValue) { 40 $range['to'] = $toValue;
|
D | IpRange.php | 42 …* @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) { 59 if (null !== $toValue) { 60 $range['to'] = $toValue;
|
D | GeoDistance.php | 61 * @param int|null $toValue a distance 67 public function addRange(?int $fromValue = null, ?int $toValue = null): self argument 69 if (null === $fromValue && null === $toValue) { 79 if (null !== $toValue) { 80 $range['to'] = $toValue;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
D | BetweenFilter.php | 44 public function setToValue(NumericValue $toValue) argument 46 $this->toValue = $toValue; 53 return $this->toValue;
|
/plugin/pgn4web/pgn4web/libs/garbochess/ |
D | garbochess.js | 2292 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/ |
D | amcharts.js | 65 …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…
|