Searched refs:inOrder (Results 1 – 3 of 3) sorted by relevance
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | SpanNear.php | 19 * @param bool $inOrder true if order of searched clauses is important 21 public function __construct(array $clauses = [], int $slop = 1, bool $inOrder = false) argument 31 $this->setInOrder($inOrder); 45 public function setInOrder(bool $inOrder): self argument 47 return $this->setParam('in_order', $inOrder);
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
| D | Query.php | 404 public function span_near(array $clauses = [], int $slop = 1, bool $inOrder = false): SpanNear argument 406 return new SpanNear($clauses, $slop, $inOrder);
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 22241 inOrder = spread !== 'reflect' || (n - nBefore) % 2 === 0; 22243 var _child = children[inOrder ? i : children.length - 1 - i], 22249 …offset = Math.max(offset, inOrder ? _child.getPercent('offset', 0) : 1 - _child.getPercent('offset…
|