Home
last modified time | relevance | path

Searched refs:fields (Results 51 – 75 of 470) sorted by relevance

12345678910>>...19

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
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 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 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 DUpdateTextStyleRequest.php27 public $fields; variable in Google\\Service\\Slides\\UpdateTextStyleRequest
54 public function setFields($fields) argument
56 $this->fields = $fields;
63 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DUpdateTableColumnPropertiesRequest.php30 public $fields; variable in Google\\Service\\Docs\\UpdateTableColumnPropertiesRequest
53 public function setFields($fields) argument
55 $this->fields = $fields;
62 return $this->fields;
H A DUpdateTableCellStyleRequest.php25 public $fields; variable in Google\\Service\\Docs\\UpdateTableCellStyleRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateDimensionPropertiesRequest.php27 public $fields; variable in Google\\Service\\Sheets\\UpdateDimensionPropertiesRequest
50 public function setFields($fields) argument
52 $this->fields = $fields;
59 return $this->fields;
H A DUpdateCellsRequest.php26 public $fields; variable in Google\\Service\\Sheets\\UpdateCellsRequest
37 public function setFields($fields) argument
39 $this->fields = $fields;
46 return $this->fields;
/plugin/fields/
H A Dsyntax.php68 if ($format == 'xhtml' && isset($renderer->fields)
69 && array_key_exists($field_name, $renderer->fields)) {
70 $renderer->doc .= $renderer->fields[$field_name];
79 if (!isset($renderer->fields)) {
80 $renderer->fields = array();
82 $renderer->fields[$field_name] = htmlentities($field_value);
/plugin/jirainfo/
H A Daction.php10 …protected $fields = ['status', 'priority', 'issuetype', 'comment']; // Default fields for viewing … variable in action_plugin_jirainfo
68 return array_diff($this->fields, $arrFields);
80 $fields = $this->getFieldsRequest();
94 if (in_array('status', $fields) && isset($arr['fields']['status'])) {
100 if (in_array('priority', $fields) && isset($arr['fields']['priority'])) {
106 if (in_array('issuetype', $fields) && isset($arr['fields']['issuetype'])) {
112 if (in_array('comment', $fields) && isset($arr['fields']['comment'])) {
/plugin/odt/ODT/styles/
H A DODTTextListStyle.php225 $fields = self::$style_number_fields;
228 $fields = self::$style_bullet_fields;
231 $fields = self::$style_image_fields;
303 $fields = self::$style_number_fields;
306 $fields = self::$style_bullet_fields;
309 $fields = self::$style_image_fields;
312 if (array_key_exists ($property, $fields)) {
360 $fields = self::$style_number_fields;
366 $fields = self::$style_image_fields;
369 if (array_key_exists ($property, $fields)) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DMapValue.php28 public function setFields($fields) argument
30 $this->fields = $fields;
37 return $this->fields;
H A DProjection.php29 public function setFields($fields) argument
31 $this->fields = $fields;
38 return $this->fields;
H A DGoogleFirestoreAdminV1ListFieldsResponse.php33 public function setFields($fields) argument
35 $this->fields = $fields;
42 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DStruct.php28 public function setFields($fields) argument
30 $this->fields = $fields;
37 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-services/src/CloudSearch/
H A DResultDisplayLine.php29 public function setFields($fields) argument
31 $this->fields = $fields;
38 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTableSchema.php29 public function setFields($fields) argument
31 $this->fields = $fields;
38 return $this->fields;
H A DStandardSqlStructType.php29 public function setFields($fields) argument
31 $this->fields = $fields;
38 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DTableSchema.php29 public function setFields($fields) argument
31 $this->fields = $fields;
38 return $this->fields;
/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>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DRuntimeEntitySchema.php47 public function setFields($fields) argument
49 $this->fields = $fields;
56 return $this->fields;
/plugin/bureaucracy-au/helper/
H A Daction.php30 * @param helper_plugin_bureaucracyau_field[] $fields the list of fields in the form
37 public function run($fields, $thanks, $argv){ argument
88 * @param helper_plugin_bureaucracyau_field[] $fields List of field objects
91 function prepareFieldReplacements($fields) { argument
92 foreach ($fields as $field) {
/plugin/bureaucracyau/helper/
H A Daction.php30 * @param helper_plugin_bureaucracyau_field[] $fields the list of fields in the form
37 public function run($fields, $thanks, $argv){ argument
88 * @param helper_plugin_bureaucracyau_field[] $fields List of field objects
91 function prepareFieldReplacements($fields) { argument
92 foreach ($fields as $field) {
/plugin/bureaucracy/helper/
H A Daction.php30 * @param helper_plugin_bureaucracy_field[] $fields the list of fields in the form
37 public function run($fields, $thanks, $argv){ argument
88 * @param helper_plugin_bureaucracy_field[] $fields List of field objects
91 function prepareFieldReplacements($fields) { argument
92 foreach ($fields as $field) {

12345678910>>...19