Home
last modified time | relevance | path

Searched refs:field (Results 176 – 200 of 555) sorted by relevance

12345678910>>...23

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
88 $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
94 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
100 $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
101 $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
102 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
103 $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D645796e8047967ca4a7635a22a876f4c.asciidoc12 'field' => 'state.keyword',
20 'field' => 'balance',
H A D98b121bf47cebd85671a2cb519688d28.asciidoc10 'field' => 'make',
19 'field' => 'make',
H A D5d9d7b84e2fec7ecd832145cbb951cf1.asciidoc11 'field' => 'account_id',
24 'field' => 'access_date',
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc10 'field' => 'artist.country',
25 'field' => 'play_count',
H A D028f6d6ac2594e20b78b8a8f8cbad49d.asciidoc10 'field' => 'artist.country',
30 'field' => 'play_count',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSplitProcessor.php20 public function __construct(string $field, string $separator) argument
22 $this->setField($field);
H A DAttachmentProcessor.php22 public function __construct(string $field) argument
24 $this->setField($field);
H A DConvertProcessor.php19 public const DEFAULT_TARGET_FIELD_VALUE = 'field';
22 public function __construct(string $field, string $type) argument
24 $this->setField($field);
29 * Set field value.
H A DSetProcessor.php22 public function __construct(string $field, $value) argument
24 $this->setField($field);
29 * Set field value.
H A DDateProcessor.php22 public function __construct(string $field, array $formats) argument
24 $this->setField($field);
29 * Set field format. Joda pattern or one of the following formats ISO8601, UNIX, UNIX_MS, or TAI64N.
H A DForeachProcessor.php24 public function __construct(string $field, $processor) argument
26 $this->setField($field);
49 * Example : ['remove' => ['field' => 'user_agent']].
H A DKvProcessor.php22 public function __construct(string $field, string $fieldSplit, string $valueSplit) argument
24 $this->setField($field);
H A DDateIndexNameProcessor.php22 public function __construct(string $field, string $dateRounding) argument
24 $this->setField($field);
39 * Set field formats. Joda pattern or one of the following formats ISO8601, UNIX, UNIX_MS, or TAI64N.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php44 * Sets the default field.
47 * If no field is set, _all is chosen
49 * @param string $field Field
53 public function setDefaultField(string $field): self argument
55 return $this->setParam('default_field', $field);
183 * Whether to use bool or dis_max queries to internally combine results for multi field search.
H A DPercolate.php20 * The field of type percolator and that holds the indexed queries. This is a required parameter.
24 public function setField(string $field): self argument
26 return $this->setParam('field', $field);
/plugin/struct/action/
H A Doutput.php115 foreach ($fields as $field => $value) {
117 $col = $schemaObject->findColumn($field);
123 $placeholder = sprintf('@%s_%s_%s@', self::DW2PDF_PLACEHOLDER_PREFIX, $schema, $field);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.line-height.inc.php13 function CSSLineHeight(&$owner, $field) { argument
14 $this->CSSSubFieldProperty($owner, $field);
/plugin/structacl/
H A Dhelper.php23 list($schema, $field) = explode(self::STRUCTACL_SEPCHAR, $line, 2);
25 $config[$schema][] = $field;
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php347 function _check_field_name($field) { argument
372 function add_field(&$field) { argument
382 $this->_kids[] =& $field;
383 $field->set_parent($this);
396 foreach ($this->_kids as $field) {
397 $field->out($handler);
1123 $current_form->add_field($field);
1149 $current_form->add_field($field);
1197 $field->add_field($radio);
1226 $current_form->add_field($field);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAutoDateHistogram.php11 public function __construct(string $name, string $field) argument
14 $this->setField($field);
19 * The buckets field is optional, and will default to 10 buckets if not specified.
30 * If no format is specified, then it will use the first date format specified in the field mapping.
/plugin/bez/mdl/
H A DEntity.php73 throw new PermissionDeniedException("cannot change field $property");
123 public function can_be_null($field) { argument
124 $rule = $this->validator->get_rule($field);
140 public function acl_of($field) { argument
141 return $this->acl->acl_of($field);
/plugin/structautolink/
H A Drenderer.php84 $field = $this->getConf('field');
85 if (!$schema || !$field) return [];
90 'cols' => ['%pageid%', $field],
/plugin/data-au/lang/en/
H A Dadmin_intro.txt3 This interface allows you to define new field type aliases based on the existing ones.
5 …you provided for the alias here. This is usually used for linking certain field types to special n…
/plugin/data/lang/en/
H A Dadmin_intro.txt3 This interface allows you to define new field type aliases based on the existing ones.
5 The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.

12345678910>>...23