Home
last modified time | relevance | path

Searched refs:fields (Results 76 – 100 of 470) sorted by path

12345678910>>...19

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdateLinePropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdateLinePropertiesRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
H A DUpdatePagePropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdatePagePropertiesRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
H A DUpdateParagraphStyleRequest.php27 public $fields; variable in Google\\Service\\Slides\\UpdateParagraphStyleRequest
54 public function setFields($fields) argument
56 $this->fields = $fields;
63 return $this->fields;
H A DUpdateShapePropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdateShapePropertiesRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
H A DUpdateSlidePropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdateSlidePropertiesRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
H A DUpdateTableBorderPropertiesRequest.php29 public $fields; variable in Google\\Service\\Slides\\UpdateTableBorderPropertiesRequest
56 public function setFields($fields) argument
58 $this->fields = $fields;
65 return $this->fields;
H A DUpdateTableCellPropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdateTableCellPropertiesRequest
38 public function setFields($fields) argument
40 $this->fields = $fields;
47 return $this->fields;
H A DUpdateTableColumnPropertiesRequest.php30 public $fields; variable in Google\\Service\\Slides\\UpdateTableColumnPropertiesRequest
55 public function setFields($fields) argument
57 $this->fields = $fields;
64 return $this->fields;
H A DUpdateTableRowPropertiesRequest.php26 public $fields; variable in Google\\Service\\Slides\\UpdateTableRowPropertiesRequest
41 public function setFields($fields) argument
43 $this->fields = $fields;
50 return $this->fields;
H A DUpdateTextStyleRequest.php27 public $fields; variable in Google\\Service\\Slides\\UpdateTextStyleRequest
54 public function setFields($fields) argument
56 $this->fields = $fields;
63 return $this->fields;
H A DUpdateVideoPropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdateVideoPropertiesRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DStructType.php29 public function setFields($fields) argument
31 $this->fields = $fields;
38 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "[]"
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING182 boilerplate notice, with the fields enclosed by brackets "[]"
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "[]"
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md509 * Fixed a bug where multipart/form-data POST fields were not correctly
555 * Fixed an issue with nested form fields in a multi-part POST
576 * Added the ability to set scalars as POST fields (#628)
921 * You can now send any EntityEnclosingRequest with POST fields or POST files and cURL will handle c…
924 POST fields or files (the latter is only used when emulating a form POST in the browser).
1116 * Added the ability to remove POST fields from OAuth signatures
1215 * Added the ability to set POST fields and files in a service description
1251 * Bug: Aggregate POST fields when POST files are present in curl handle
1265 …ing how POST files are stored on an EntityEnclosingRequest. They are now separate from POST fields.
1271 * You can now set empty POST fields.
[all …]
H A DUPGRADING.md1001 "description":"Provides access to Zendesk views, groups, tickets, ticket fields, and users",
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md225 * Fixed naming of fields in Slack handler, all field names are now capitalized in all cases
402 * Added support for adding extra fields from $_SERVER in the WebProcessor
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php224 * @param mixed[] $fields
226 public function stringify(array $fields): string argument
229 $normalized = $this->normalizerFormatter->format($fields);
352 $fields = array();
354 $fields[] = $this->generateAttachmentField((string) $key, $value);
357 return $fields;
/plugin/authremoteuser/
H A DREADME.md110 contains a colon separated array of five 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/authyubikey/
H A Dauth.php.org76 * at least these fields:
/plugin/autolink4/lang/en/
H A Dadmin_help.txt4 Lines consist of four fields separated by commas:
/plugin/autotabber/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "{}"
/plugin/badbehaviour/
H A Dadmin.php122 $fields = explode("\t",$line);
123 $resp = bb2_get_response($fields[6]);
125 echo '<td>'.strftime($conf['dformat'],$fields[0]).'</td>';
126 echo '<td>'.hsc($fields[1]).'</td>';
127 echo '<td>'.hsc($fields[2]).'</td>';
128 echo '<td>'.hsc($fields[3]).'</td>';
129 echo '<td>'.hsc($fields[4]).'</td>';
130 echo '<td>'.hsc($fields[5]).'</td>';

12345678910>>...19