Home
last modified time | relevance | path

Searched refs:range (Results 176 – 200 of 874) sorted by last modified time

12345678910>>...35

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-LGPL404 generous contributions to the wide range of software distributed
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1173 - allow to customize the key on a range aggregation [#728](https://github.com/ruflin/Elastica/issues/728/)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc336 $params['start'] = (string) When used in conjunction with calc_interim, specifies the range of buckets on which to calculate interim results
337 $params['end'] = (string) When used in conjunction with calc_interim, specifies the range of buckets on which to calculate interim results
711 $params['reset_start'] = (string) Optional parameter to specify the start of the bucket resetting range
712 $params['reset_end'] = (string) Optional parameter to specify the end of the bucket resetting range
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeoDistance.php58 * Add a distance range to this aggregation.
73 $range = [];
76 $range['from'] = $fromValue;
80 $range['to'] = $toValue;
83 return $this->addParam('ranges', $range);
H A DIpRange.php39 * Add an ip range to this aggregation.
41 * @param string|null $fromValue a valid ipv4 address. Low end of this range, exclusive (greater than)
42 * @param string|null $toValue a valid ipv4 address. High end of this range, exclusive (less than)
54 $range = [];
56 $range['from'] = $fromValue;
60 $range['to'] = $toValue;
63 return $this->addParam('ranges', $range);
67 * Add an ip range in the form of a CIDR mask.
H A DRange.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-range-aggregation.html
17 * Add a range to this aggregation.
19 * @param float|int|string|null $fromValue low end of this range, exclusive (greater than or equal to)
20 * @param float|int|string|null $toValue high end of this range, exclusive (less than)
33 $range = [];
36 $range['from'] = $fromValue;
40 $range['to'] = $toValue;
44 $range['key'] = $key;
47 return $this->addParam('ranges', $range);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D5c2f486c27bd5346e512265f93375d16.asciidoc1 // query-dsl/range-query.asciidoc:219
8 'range' => [
/plugin/latexcaption/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/bulletodo/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/highlight2wiki/
H A Dscript.js1 function highlightRange(range) { argument
3 range.surroundContents(newNode);
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/imagepreview/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/dokudrawingboard/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/ocr/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/structnotification/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/code39/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/dokutts/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/bookmark2wiki/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/achart/assets/
H A Dapexcharts.min.js6range:void 0,floating:!1,decimalsInFloat:void 0,position:"bottom",title:{text:void 0,offsetX:0,off…
/plugin/snippets/
H A DCOPYING220 generous contributions to the wide range of software distributed
/plugin/ckgedit/ckeditor/
H A DCHANGES.md176 …keditor.com/cke4/addon/textMatch) – Allows to search [`CKEDITOR.dom.range`](https://ckeditor…
199 …pi/CKEDITOR_dom_range.html#method-getClientRects) method to `CKEDITOR.dom.range`. It returns a lis…
394 * [#644](https://github.com/ckeditor/ckeditor-dev/issues/644): Fixed: The [`range.extractContents()…
441 * [#17010](https://dev.ckeditor.com/ticket/17010): The [`CKEDITOR.dom.range.shrink()`](https://cked…
847 …havior of [`range.cloneContents()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_ra…
882range` parameter so it is possible to change the paste position in the listener or paste in the no…
940 * [#11586](https://dev.ckeditor.com/ticket/11586): Fixed: [`range.cloneContents()`](https://ckedito…
943 …efox] Fixed: The `<br />` filler is placed in the wrong position by the [`range.fixBlock()`](https…
1313 * [#10778](https://dev.ckeditor.com/ticket/10778): Fixed a bug with range enlargement. The range no…
1415 … disabled inline widget drag and drop, because of seriously buggy native `range#moveToPoint` metho…
[all …]
H A DLICENSE.md290 generous contributions to the wide range of software distributed
752 generous contributions to the wide range of software distributed
H A Dckeditor.js.unc2983 var c = this.range;
3035 this.range =
4331 this.range.root;
6025 range: c
7829 delete d.range;
8221 range: w,
8226 p = z.range;
8363 B = z.range;
8529 a = a.range;
14715 range: b
[all …]
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js93 var range = selection.getRanges()[0];
96 var prevNode = range.getPreviousNode();
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc85 // Webkit could report the following range on cell selection (#4948):
214 var range = editor.createRange();
215 range.moveToPosition( firstCell, CKEDITOR.POSITION_AFTER_START );
216 range.select();

12345678910>>...35