Home
last modified time | relevance | path

Searched refs:fields (Results 26 – 50 of 470) sorted by relevance

12345678910>>...19

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DSegment.php25 public $fields; variable in Google\\Service\\CloudHealthcare\\Segment
38 public function setFields($fields) argument
40 $this->fields = $fields;
47 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
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 DUpdateVideoPropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdateVideoPropertiesRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
H A DUpdateImagePropertiesRequest.php25 public $fields; variable in Google\\Service\\Slides\\UpdateImagePropertiesRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
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 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 DUpdateTableColumnPropertiesRequest.php30 public $fields; variable in Google\\Service\\Slides\\UpdateTableColumnPropertiesRequest
55 public function setFields($fields) argument
57 $this->fields = $fields;
64 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateEmbeddedObjectPositionRequest.php25 public $fields; variable in Google\\Service\\Sheets\\UpdateEmbeddedObjectPositionRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
H A DAppendCellsRequest.php26 public $fields; variable in Google\\Service\\Sheets\\AppendCellsRequest
37 public function setFields($fields) argument
39 $this->fields = $fields;
46 return $this->fields;
H A DUpdateEmbeddedObjectBorderRequest.php27 public $fields; variable in Google\\Service\\Sheets\\UpdateEmbeddedObjectBorderRequest
50 public function setFields($fields) argument
52 $this->fields = $fields;
59 return $this->fields;
H A DUpdateSlicerSpecRequest.php25 public $fields; variable in Google\\Service\\Sheets\\UpdateSlicerSpecRequest
36 public function setFields($fields) argument
38 $this->fields = $fields;
45 return $this->fields;
H A DUpdateDeveloperMetadataRequest.php30 public $fields; variable in Google\\Service\\Sheets\\UpdateDeveloperMetadataRequest
63 public function setFields($fields) argument
65 $this->fields = $fields;
72 return $this->fields;
H A DRepeatCellRequest.php27 public $fields; variable in Google\\Service\\Sheets\\RepeatCellRequest
48 public function setFields($fields) argument
50 $this->fields = $fields;
57 return $this->fields;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DUpdateSectionStyleRequest.php25 public $fields; variable in Google\\Service\\Docs\\UpdateSectionStyleRequest
34 public function setFields($fields) argument
36 $this->fields = $fields;
43 return $this->fields;
H A DUpdateTextStyleRequest.php25 public $fields; variable in Google\\Service\\Docs\\UpdateTextStyleRequest
34 public function setFields($fields) argument
36 $this->fields = $fields;
43 return $this->fields;
H A DUpdateParagraphStyleRequest.php25 public $fields; variable in Google\\Service\\Docs\\UpdateParagraphStyleRequest
34 public function setFields($fields) argument
36 $this->fields = $fields;
43 return $this->fields;
H A DUpdateTableRowStyleRequest.php26 public $fields; variable in Google\\Service\\Docs\\UpdateTableRowStyleRequest
39 public function setFields($fields) argument
41 $this->fields = $fields;
48 return $this->fields;
/plugin/datapopup/
H A Daction.php51 $fields = explode(',',$this->getConf('fields'));
52 $fields = array_map('trim',$fields);
53 $fields = array_filter($fields);
56 foreach($fields as $name){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DTemplateParameter.php30 public $fields; variable in Google\\Service\\Dataproc\\TemplateParameter
55 public function setFields($fields) argument
57 $this->fields = $fields;
64 return $this->fields;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php254 * @param array|string $fields
258 public function setFields($fields) argument
260 if (\is_array($fields)) {
261 $fields = \implode(',', $fields);
264 return $this->setParam('fields', (string) $fields);
282 return $this->getParam('fields');
290 return $this->hasParam('fields');
473 * @param array $fields i
477 getOptions(array $fields = []) global() argument
[all...]
/plugin/csv/
H A Dhelper.php214 $fields = array();
243 $fields[] = $word;
256 if (!count($fields) && $word === '') continue;
259 $fields[] = $word;
306 $fields[] = $word;
319 if (!count($fields) && $word === '') continue;
321 $fields[] = $word;
332 if ($infield && ($word || count($fields))) {
333 $fields[] = $word;
339 if (!count($fields)) return false;
[all …]
/plugin/ipban/
H A Dadmin.php74 $fields = explode("\t", $ban);
76 echo '<td>' . hsc($fields[0]) . '</td>';
77 echo '<td>' . strftime($conf['dformat'], $fields[1]) . '</td>';
78 echo '<td>' . hsc($fields[2]) . '</td>';
79 echo '<td>' . hsc($fields[3]) . '</td>';
80 …echo '<td><input type="submit" name="delip[' . $fields[0] . ']" value="' . $this->getLang('del') .…
/plugin/unameban/
H A Dadmin.php71 $fields = explode("\t",$ban);
73 echo '<td>'.hsc($fields[0]).'</td>';
74 echo '<td>'.strftime($conf['dformat'],$fields[1]).'</td>';
75 echo '<td>'.hsc($fields[2]).'</td>';
76 echo '<td>'.hsc($fields[3]).'</td>';
77 …echo '<td><input type="submit" name="delusername['.$fields[0].']" value="'.$this->getLang('del').'…

12345678910>>...19