Home
last modified time | relevance | path

Searched refs:fields (Results 176 – 200 of 470) sorted by relevance

12345678910>>...19

/plugin/data-au/syntax/
H A Dcloud.php76 $fields = array(
89 if(preg_match('/^%(\w+)%$/', $col, $m) && isset($fields[$m[1]])) {
90 $where .= " " . $filter['logic'] . " pages." . $fields[$m[1]] .
/plugin/data/syntax/
H A Dcloud.php88 $fields = ['pageid' => 'page', 'class' => 'class', 'title' => 'title'];
98 if (preg_match('/^%(\w+)%$/', $col, $m) && isset($fields[$m[1]])) {
99 $where .= " " . $filter['logic'] . " pages." . $fields[$m[1]] .
/plugin/structacl/
H A Daction.php50 foreach ($config as $schemaName => $fields) {
58 foreach ($fields as $field) {
/plugin/calendoku/syntax/
H A Dshowtable.php37 $this->fields = preg_split('/(?<!\\\\) /', $fieldsstr[1]);
39 $this->fields = array('DTSTART', 'DTEND', 'SUMMARY', 'CONTACT', 'URL');
155 foreach ($this->fields as $field) {
/plugin/struct/action/
H A Doutput.php113 foreach ($data as $schema => $fields) {
115 foreach ($fields as $field => $value) {
116 // format fields
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc87 $params['stored_fields'] = (list) A comma-separated list of stored fields to return as part of a hit
88 $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
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/helper/
H A Dclient.php120 * Define mappings for custom fields
122 * All languages get their separate fields configured with appropriate linguistic analyzers.
124 * ACL fields require custom mappings as well, or else they could break the search. They
130 * Plugins may provide their own fields via PLUGIN_ELASTICSEARCH_CREATEMAPPING event.
168 // additional fields which require something other than type text, standard analyzer
181 foreach ($pluginProps as $plugin => $fields) {
182 $props = array_merge($props, $fields);
203 'fields' => [
218 $langprops['content']['fields'][$lang] = [
/plugin/farm/install/animaltemplate/conf/
H A Dmediameta.php27 $fields = array( variable
/plugin/bureaucracy-au/_test/
H A Dinput.txt4 Fieldset "A set of fields"
19 fieldset "even more fields"
/plugin/bureaucracyau/_test/
H A Dinput.txt4 Fieldset "A set of fields"
19 fieldset "even more fields"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc111 $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
112 $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
113 $params['_source_includes'] = (list) Default list of fields to extract and return from the _source field, can be overridden on each sub-request
293 $params['stored_fields'] = (list) A comma-separated list of stored fields to return in the response
298 $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
299 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
300 $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
322 $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
323 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
324 $params['_source_includes'] = (list) A list of fields t
[all...]
/plugin/mytemplate/
H A Daction.php241 $fields = explode(',', $tuple[1]);
243 $pos = count($fields) - 1;
244 for ($pos = count($fields) - 1; $pos >= 0; $pos--) {
245 $row = str_replace('@' . $pos, trim($fields[$pos], ' \''), $row);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php26 * @todo: improve TDocValueFields https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-docvalue-fields
262 * Sets the fields to be returned by the search
264 * so the fields array must a sequence(list) type of array.
266 * @param array $fields Fields to be returned
267 * @phpstan-param TStoredFields $fields
269 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-stored-fields argument
271 public function setStoredFields(array $fields): self
273 return $this->setParam('stored_fields', $fields);
277 * Set the doc value representation of a fields to return for each hit.
282 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-docvalue-fields
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php110 * @param FieldFactory $fieldFactory Factory to create cron fields
338 // We don't have to satisfy * or null fields
340 $fields = array();
347 $fields[$position] = $this->fieldFactory->getField($position);
356 $field = $fields[$position];
/plugin/bureaucracyau/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); argument
/plugin/bureaucracy-au/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); argument
/plugin/bureaucracy/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); argument
/plugin/vimeo/
H A Dsyntax.php120 $fields = 'name,description,embed.html,pictures.sizes,privacy,release_time';
121 $endpoint = '/me/albums/' . $albumID . '/videos?sort=manual&per_page=100&fields=' . $fields;
/plugin/data-au/helper/
H A Daliastextbox.php136 public function handle_post($value, &$fields, $index, $formid) { argument
141 return parent::handle_post($value, $fields, $index, $formid);
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php216 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { argument
217 parent::importPropertiesInternal($fields, $properties, $disabled, $dest);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D99a52be903945b17e734a1d02a57e958.asciidoc7 'fields' => 'employee-id',
H A D6a1702dd50690cae833572e48a0ddf25.asciidoc10 'fields' => [
H A D5f3a3eefeefe6fa85ec49d499212d245.asciidoc11 'fields' => [
H A D60ee33f3acfdd0fe6f288ac77312c780.asciidoc9 'fields' => [
/plugin/solr/
H A Dhelper.php264 $fields = array(
282 trigger_event('SOLR_ADV_SEARCH_FIELDS', $fields);
284 foreach($fields as $field_id => $field) {

12345678910>>...19