Home
last modified time | relevance | path

Searched refs:terms (Results 176 – 200 of 1146) sorted by last modified time

12345678910>>...46

/plugin/advanced/
H A DLICENSE36 source code. And you must show them these terms so they know their
56 The precise terms and conditions for copying, distribution and
64 under the terms of this General Public License. The "Program", below,
92 distribute such modifications or work under the terms of Section 1
101 parties under the terms of this License.
117 themselves, then this License, and its terms, do not apply to those
120 on the Program, the distribution of the whole must be on the terms of
135 under Section 2) in object code or executable form under the terms of
146 distributed under the terms of Sections 1 and 2 above on a medium
186 all its terms and conditions for copying, distributing or modifying
[all …]
/plugin/linksuggest/
H A DLICENSE36 source code. And you must show them these terms so they know their
56 The precise terms and conditions for copying, distribution and
64 under the terms of this General Public License. The "Program", below,
92 distribute such modifications or work under the terms of Section 1
101 parties under the terms of this License.
117 themselves, then this License, and its terms, do not apply to those
120 on the Program, the distribution of the whole must be on the terms of
135 under Section 2) in object code or executable form under the terms of
139 source code, which must be distributed under the terms of Sections
146 distributed under the terms o
[all...]
/plugin/firenews/
H A DLICENSE36 source code. And you must show them these terms so they know their
56 The precise terms and conditions for copying, distribution and
64 under the terms of this General Public License. The "Program", below,
92 distribute such modifications or work under the terms of Section 1
101 parties under the terms of this License.
117 themselves, then this License, and its terms, do not apply to those
120 on the Program, the distribution of the whole must be on the terms of
135 under Section 2) in object code or executable form under the terms of
146 distributed under the terms of Sections 1 and 2 above on a medium
186 all its terms and conditions for copying, distributing or modifying
[all …]
H A DREADME19 it under the terms of the GNU General Public License as published by
/plugin/s5/
H A DREADME17 it under the terms of the GNU General Public License as published by
/plugin/gh/
H A DREADME19 it under the terms of the GNU General Public License as published by
/plugin/oauthauthsch/
H A DREADME19 it under the terms of the GNU General Public License as published by
/plugin/pageredirect/
H A DREADME.md22 it under the terms of the GNU General Public License as published by
/plugin/archivegenerator/
H A DLICENSE36 source code. And you must show them these terms so they know their
56 The precise terms and conditions for copying, distribution and
64 under the terms of this General Public License. The "Program", below,
92 distribute such modifications or work under the terms of Section 1
101 parties under the terms of this License.
117 themselves, then this License, and its terms, do not apply to those
120 on the Program, the distribution of the whole must be on the terms of
135 under Section 2) in object code or executable form under the terms of
146 distributed under the terms of Sections 1 and 2 above on a medium
186 all its terms and conditions for copying, distributing or modifying
[all …]
H A DREADME19 it under the terms of the GNU General Public License as published by
/plugin/fullscreenmode/
H A DLICENSE36 source code. And you must show them these terms so they know their
56 The precise terms and conditions for copying, distribution and
64 under the terms of this General Public License. The "Program", below,
92 distribute such modifications or work under the terms of Section 1
101 parties under the terms of this License.
117 themselves, then this License, and its terms, do not apply to those
120 on the Program, the distribution of the whole must be on the terms of
135 under Section 2) in object code or executable form under the terms of
146 distributed under the terms of Sections 1 and 2 above on a medium
186 all its terms and conditions for copying, distributing or modifying
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0afaf1cad692e6201aa574c8feb6e622.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:626
9 'terms' => [
H A D4646764bf09911fee7d58630c72d3137.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:578
9 'terms' => [
H A D5d9d7b84e2fec7ecd832145cbb951cf1.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:683
10 'terms' => [
H A D645796e8047967ca4a7635a22a876f4c.asciidoc11 'terms' => [
H A D774d715155cd13713e6e327adf6ce328.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:857
9 'terms' => [
H A D7f28f8ae8fcdbd807dadde0b5b007a6d.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:775
9 'terms' => [
15 'terms' => [
H A D98b121bf47cebd85671a2cb519688d28.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:654
9 'terms' => [
18 'terms' => [
H A D9a8995fd31351045d99c78e40444c8ea.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:57
9 'terms' => [
H A Dcd5bc5bf7cd58d7b1492c9c298b345f6.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:806
9 'terms' => [
16 'terms' => [
H A Dd50a3835bf5795ac73e58906a3413544.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:135
9 'terms' => [
H A D028f6d6ac2594e20b78b8a8f8cbad49d.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:470
9 'terms' => [
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTerms.php13 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
23 * @param list<bool|float|int|string> $terms Terms list, leave empty if building a terms-lookup query
25 public function __construct(string $field, array $terms = []) argument
32 $this->setTerms($terms);
36 * Sets terms for the query.
38 * @param list<bool|float|int|string> $terms
40 public function setTerms(array $terms): self argument
42 return $this->setParam($this->field, $terms);
56 $terms
[all...]
/plugin/elasticsearch/
H A DREADME19 it under the terms of the GNU General Public License as published by
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php322 * terms aggregation.
324 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html
326 public function terms(string $name): Terms function in Elastica\\QueryBuilder\\DSL\\Aggregation
332 * significant terms aggregation.

12345678910>>...46