Home
last modified time | relevance | path

Searched refs:items (Results 126 – 150 of 1353) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPageList.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
H A DPostList.php59 public function setItems($items) argument
61 $this->items = $items;
68 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTaskLists.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DSecretVolumeSource.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DRoles.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DDimensionValueList.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php523 public $items; variable in Google_AttachmentsListResponse
527 $this->items = $items;
530 return $this->items;
638 public $items; variable in Google_ContactsListResponse
642 $this->items = $items;
717 public $items; variable in Google_LocationsListResponse
721 $this->items = $items;
936 public $items; variable in Google_SubscriptionsListResponse
940 $this->items = $items;
1164 public $items; variable in Google_TimelineListResponse
[all …]
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php263 foreach ($this->style_properties as $property => $items) {
264 if ($items ['odt_property'] != 'style:family') {
265 $style .= $items ['odt_property'].'="'.$items ['value'].'" ';
271 foreach ($this->properties as $property => $items) {
272 $para_props .= $items ['odt_property'].'="'.$items ['value'].'" ';
276 foreach ($this->text_properties as $property => $items) {
277 $text_props .= $items ['odt_property'].'="'.$items ['value'].'" ';
283 foreach ($this->tab_stops[$index] as $property => $items) {
284 $tab_stops_props .= $items ['odt_property'].'="'.$items ['value'].'" ';
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php12 public function serializeItems($items, $start, $count, $total) argument
15 $page->setAllItems($items);
24 public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total) argument
26 $xmlString = $this->serializeItems($items, $start, $count, $total);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventory.php38 public function setItems($items) argument
40 $this->items = $items;
47 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DInstancesListResponse.php39 public function setItems($items) argument
41 $this->items = $items;
48 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DInventory.php38 public function setItems($items) argument
40 $this->items = $items;
47 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DListGroupItemsResponse.php67 public function setItems($items) argument
69 $this->items = $items;
76 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerLeaderboardScoreListResponse.php39 public function setItems($items) argument
41 $this->items = $items;
48 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DMembershipsLevelListResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
H A DThumbnailSetResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
H A DVideoGetRatingResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
H A DCaptionListResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
H A DChannelSectionListResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
H A DI18nLanguageListResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
H A DVideoAbuseReportReasonListResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DSettings.php59 public function setItems($items) argument
61 $this->items = $items;
68 return $this->items;
H A DCalendarList.php59 public function setItems($items) argument
61 $this->items = $items;
68 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeannotations.php45 public function setItems($items) argument
47 $this->items = $items;
54 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DColumns.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;

12345678910>>...55