Home
last modified time | relevance | path

Searched refs:fields (Results 126 – 150 of 470) sorted by relevance

12345678910>>...19

/plugin/bugzillaint/docs/
H A Dbugzillaint.txt72 …<'' ''>'' is optional. You can define extra fields to show. See below for more information about e…
81 …''depth'' option limits the depth of the hierarchy. Use the option ''extras'' to show extra fields.
90fields (also using multiple, comma-separated values). In addition to the quicksearch query, you ca…
96 === Extra fields ===
98 Bugs can be shown with extra fields. For example, you can show the assignee (''assigned_to'')
101 Extra fields are available on individual Bug Links, Bug Lists as well as Bug
102 Trees. If you specify the extra fields, you overwrite the default value as
103 defined in the plugin settings. Please not that the fields ''priority'', ''severity'' and ''deadlin…
107 The complete list of available extra fields:
/plugin/authsmf20/
H A Daction.php84 $fields = array('smf_personal_text', 'smf_user_usertitle');
87 foreach ($fields as $field) {
102 foreach ($fields as $field) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php94 $fields = [
99 $fields[] = $value['dbField'];
101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
137 $fields = [
143 $fields[] = $value['dbField'];
145 …$stmt = $this->pdo->prepare('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName . ' W…
/plugin/table2csv/
H A DgetTableData.php55 function strput2csv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { argument
59 $field_cnt = count($fields)-1;
61 reset($fields);
63 foreach( $fields AS $field ) {
/plugin/bureaucracyau/helper/
H A Dfieldsubject.php29 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldnumber.php66 * @param array $fields (reference) form fields (POST handled upto $this field)
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldwiki.php28 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
33 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php42 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldstatic.php27 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php41 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
46 function handle_post($value, &$fields, $index, $formid) { argument
/plugin/bureaucracy-au/helper/
H A Dfieldsubject.php29 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldnumber.php66 * @param array $fields (reference) form fields (POST handled upto $this field)
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldwiki.php28 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
33 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php42 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldstatic.php27 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php41 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
46 function handle_post($value, &$fields, $index, $formid) { argument
/plugin/bureaucracy/helper/
H A Dfieldsubject.php29 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldnumber.php66 * @param array $fields (reference) form fields (POST handled upto $this field)
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldaddpage.php42 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
47 function handle_post($value, &$fields, $index, $formid) { argument
/plugin/letsencrypt/classes/
H A DClient.php28 * @param array $fields fields to sent via post
31 public function post($url, $fields) { argument
34 $response = $this->http->post($url, $fields);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMultiMatch.php45 * @param array $fields Fields
49 public function setFields(array $fields = []): self argument
51 return $this->setParam('fields', $fields);
67 * Sets tie breaker to multiplier value to balance the scores between lower and higher scoring fields.
H A DMoreLikeThis.php17 * Set fields to which to restrict the mlt query.
19 * @param array $fields Field names
23 public function setFields(array $fields): self argument
25 return $this->setParam('fields', $fields);
H A DQueryString.php45 * You cannot set fields and default_field.
170 * Sets the fields. If no fields are set, _all is chosen.
171 * You cannot set fields and default_field.
173 * @param array $fields Fields
177 public function setFields(array $fields): self argument
179 return $this->setParam('fields', $fields);
/plugin/projects/plugins/file/
H A Dplot_dependency.php71 $fields = explode('=>', $line);
72 if (count($fields) < 2) continue;
73 $name = trim($fields[0]);
76 $value = trim($fields[1]);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D3cd50a789b8e1f0ebbbc53a8d7ecf656.asciidoc14 'fields' => [
25 'fields' => [

12345678910>>...19