Home
last modified time | relevance | path

Searched refs:fromValue (Results 1 – 9 of 9) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DRange.php19 * @param float|int|string|null $fromValue low end of this range, exclusive (greater than or equal to)
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.');
35 if (null !== $fromValue) {
36 $range['from'] = $fromValue;
H A DIpRange.php41 * @param string|null $fromValue a valid ipv4 address. Low end of this range, exclusive (greater 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.');
55 if (null !== $fromValue) {
56 $range['from'] = $fromValue;
H A DGeoDistance.php60 * @param int|null $fromValue 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.');
75 if (null !== $fromValue) {
76 $range['from'] = $fromValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DBetweenFilter.php30 public function setFromValue(NumericValue $fromValue) argument
32 $this->fromValue = $fromValue;
39 return $this->fromValue;
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js2291 var fromValue = g_seeValues[fromPiece & 0xF];
2294 if (fromValue <= toValue) {
2319 var captureDeficit = fromValue - toValue;
2361 var seeValue = toValue - fromValue;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8fromValue=o;var d=4294967296*4294967296,g=d/2,nt=h(16777216),e=h(0);i.ZERO=e;s=h(0,!0);i.UZERO=s;c…
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8fromValue=o;var d=4294967296*4294967296,g=d/2,nt=h(16777216),e=h(0);i.ZERO=e;s=h(0,!0);i.UZERO=s;c…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1fromValue(value) {\n if (!value) {\n return Severity.Ignore;\n }\n …