Home
last modified time | relevance | path

Searched refs:fields (Results 251 – 275 of 470) sorted by relevance

1...<<111213141516171819

/plugin/advanced/lang/en/config/
H A Dusers.txt5 …r a ''#'' character are ignored. Each line contains a colon separated array of 5 fields which are:
H A Dacl.txt7 Empty lines and shell-style comments are ignored. Each line contains 3 whitespace separated fields:
/plugin/structinputstretch/
H A DREADME3 Automatically stretch struct input fields when content grows.
/plugin/owncloud/tpl/
H A Ddetail.php101 foreach($fields as $key => $tag){
/plugin/structsection/
H A DREADME3 Show struct wiki fields as actaul sections of the page
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php113 * $params['fields'] = (list) A comma-separated list of fields to return the fielddata size
127 $fields = $this->extractArgument($params, 'fields');
132 $endpoint->setFields($fields);
/plugin/fksnewsfeed/
H A Dhelper.php36 public static array $fields = [ variable in helper_plugin_newsfeed
H A Daction.php146 foreach (helper_plugin_newsfeed::$fields as $field) {
261 foreach (helper_plugin_newsfeed::$fields as $field) {
/plugin/autolink4/lang/en/
H A Dadmin_help.txt4 Lines consist of four fields separated by commas:
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php350 public function simple_query_string(string $query, array $fields = []): SimpleQueryString argument
352 return new SimpleQueryString($query, $fields);
/plugin/strata/
H A Dmanual.txt50 **Empty values**: Any field that doesn't have a value is ignored. This way you can quickly write down some fields you want to use, but fill in their values later.
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
336 The query result blocks are: [[#sorting|sort]], [[#grouping|group]], [[#variable projection|fields]] and [[#Considering Fields|consider]].
367 fields {
377 Any variables not mentioned in the projection are left out of consideration for determining what the results are. This might create a problem where simple results from a complex query seem incomplete, in that case try [[#Considering fields]].
387 ==== Considering fields ====
389 If a variable is not mentioned as one of the displayed fields, it will be ignored. You can hint that some field needs to be considered, but not displayed.
395 All variables mentioned will be considered to be relevant, even if they are not displayed. Since the queries use so called 'set semantics', results that are equivalent will be reduced to a single result. This can be prevented by declaring additional variables to be considered; results are only equivalent if all displayed and all considered fields are equal.
428 fields {
446 Here, we use a block ''%%Relation%%'' to set different properties for the column named ''%%Relation%%'' (this name is specified in the ''%%fields
[all...]
/plugin/credits/
H A DREADME27 $info has access to all of the fields returned by the getInfo() function of each plugin; alt_credit…
/plugin/groupmail/
H A DREADME.textile50 …f you enabled the captcha by default, than it will also show the well known reCaptcha input fields.
89 | autofrom | If specified, the sender fields are not shown in the email form. |
/plugin/externalembed/
H A Dsyntax.php455 $fields = array_map("trim", explode(",", $query['fields']));
456 $query['fields'] = $fields;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc28 "fields" : {
50 'fields' => array(
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md138 exportFields | [] | If set, only fields in this array will be exported ( data export only )
627 exportFields | [] | If set, only fields in this array will be exported ( data export only )
917 …option which is an array of fields to export in data formats (if you want to export just some fiel…
955 * Added: Timestamp date fields get converted as dates
957 * Changed: JSON exports date fields as date objects by default
977 * Added: Native EXCEL date cell type for date fields, forced by default
988 * Added: `processData` to format date fields and translate fields
989 * Changed: `gatherChartData` collects data, fields and titles only and uses `processData` to format
1016 * Fix: Interpolates missing data fields across data provider
/plugin/authdrupal8/
H A Dpassword.inc221 * A user object with at least the fields from the {users} table.
266 * on the fields in $account.
269 * A user object with at least the fields from the {users} table.
/plugin/revealjs/lib/font/source-sans-pro/
H A DLICENSE33 …r in the appropriate machine-readable metadata fields within text or binary files as long as those…
/plugin/runcommand/
H A Dsyntax.php165 $fields = explode(";",$args);
167 foreach ($fields as $field) {
/plugin/captcha/
H A Dhelper.php557 $fields = implode(
578 $info = unpack($fields, $header);
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTharlonOFL.txt60 in the appropriate machine-readable metadata fields within text or
61 binary files as long as those fields can be easily viewed by the user.
H A DDhyanaOFL.txt61 in the appropriate machine-readable metadata fields within text or
62 binary files as long as those fields can be easily viewed by the user.
H A DKhmerOFL.txt60 in the appropriate machine-readable metadata fields within text or
61 binary files as long as those fields can be easily viewed by the user.
H A DLateef font OFL.txt60 in the appropriate machine-readable metadata fields within text or
61 binary files as long as those fields can be easily viewed by the user.
H A DLohitKannadaOFL.txt61 in the appropriate machine-readable metadata fields within text or
62 binary files as long as those fields can be easily viewed by the user.

1...<<111213141516171819