Home
last modified time | relevance | path

Searched refs:bucket (Results 1 – 25 of 78) sorted by last modified time

1234

/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dbucket-fill.svg1 <svg class="bi bi-bucket-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dbucket.svg1 <svg class="bi bi-bucket" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DMap.php131 foreach ($this->table as $hash => $bucket) {
132 if (!isset($other->table[$hash]) || \count($bucket) !== \count($other->table[$hash])) {
138 foreach ($bucket as $index => [$key, $value]) {
157 foreach ($this->table as $bucket) {
158 foreach ($bucket as [$key]) {
172 foreach ($this->table as $bucket) {
173 foreach ($bucket as [, $value]) {
183 foreach ($this->table as $bucket) {
184 foreach ($bucket as [$key, $value]) {
H A DSet.php165 foreach ($this->table as $hash => $bucket) {
166 if (!isset($other->table[$hash]) || \count($bucket) !== \count($other->table[$hash])) {
172 foreach ($bucket as $index => $value) {
188 foreach ($this->table as $bucket) {
189 foreach ($bucket as $value) {
199 foreach ($this->table as $bucket) {
200 foreach ($bucket as $value) {
/plugin/edittable/lib/
H A Dhandsontable.full.js4065 var bucket = Object.create(null);
4069 return bucket[hook] = [];
4072 return bucket;
4139 var bucket = this.getBucket(context);
4143 bucket[key] = [];
4154 bucket[key][i] = callback;
4163 bucket[key].push(callback);
4222 var bucket = this.getBucket(context);
4249 var bucket = this.getBucket(context);
4251 return !!(bucket[key] !== void 0 && bucket[key].length);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0afaf1cad692e6201aa574c8feb6e622.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:626
H A D4646764bf09911fee7d58630c72d3137.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:578
H A D5d9d7b84e2fec7ecd832145cbb951cf1.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:683
H A D774d715155cd13713e6e327adf6ce328.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:857
H A D7f28f8ae8fcdbd807dadde0b5b007a6d.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:775
H A D98b121bf47cebd85671a2cb519688d28.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:654
H A D9a8995fd31351045d99c78e40444c8ea.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:57
H A Dcd5bc5bf7cd58d7b1492c9c298b345f6.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:806
H A Dd50a3835bf5795ac73e58906a3413544.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:135
H A D028f6d6ac2594e20b78b8a8f8cbad49d.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:470
H A D93f1bdd72e79827dcf9a34efa02fd977.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:358
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:443
H A D033778305d52746f5ce0a2a922c8e521.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:544
H A D34efeade38445b2834749ced59782e25.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:397
H A D35e8da9410b8432cf4095f2541ad7b1d.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:264
H A D527324766814561b75aaee853ede49a7.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:503
H A D6a4679531e64c492fce16dc12de6dcb0.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:341
H A D71b5b2ba9557d0f296ff2de91727d2f6.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:377
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md469 * Added support for multiple bucket sort orders for aggregations. [#1480](https://github.com/ruflin/Elastica/pull/1480)
961 - Filters aggregation: empty name is named bucket [#935](https://github.com/ruflin/Elastica/pull/935)
964 - Filters aggregation: empty name is named bucket [#935](https://github.com/ruflin/Elastica/pull/935)
1260 - Add Reverse Nested aggregation (https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-reverse-nested-aggregation.html). [#642](https://github.com/ruflin/Elastica/issues/642/)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc335 $params['calc_interim'] = (boolean) Calculates interim results for the most recent bucket or all buckets within the latency period
368 $params['job_id'] = (string) ID of the job to get bucket results from (Required)
369 $params['timestamp'] = (string) The timestamp of the desired single bucket result
594 $params['job_id'] = (string) The job IDs for which to calculate overall bucket results
595 $params['top_n'] = (int) The number of top job bucket scores to be used in the overall_score calculation
603 $params['body'] = (array) Overall bucket selection details if not provided in URI
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

1234