Home
last modified time | relevance | path

Searched refs:items (Results 151 – 175 of 1353) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DAcl.php59 public function setItems($items) argument
61 $this->items = $items;
68 return $this->items;
H A DFreeBusyRequest.php77 public function setItems($items) argument
79 $this->items = $items;
86 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DCommentList.php59 public function setItems($items) argument
61 $this->items = $items;
68 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DI18nRegionListResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
/plugin/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php395 public $items; variable in Google_Tasks
397 public function setItems(/* array(Google_Task) */ $items) { argument
398 $this->assertIsArray($items, 'Google_Task', __METHOD__);
399 $this->items = $items;
402 return $this->items;
415 public $items; variable in Google_Tasks2
417 public function setItems(/* array(Google_Task) */ $items) { argument
418 $this->assertIsArray($items, 'Google_Task', __METHOD__);
419 $this->items = $items;
422 return $this->items;
H A DGoogle_AdsensehostService.php723 public $items; variable in Google_Accounts
733 $this->items = $items;
736 return $this->items;
788 public $items; variable in Google_AdClients
799 $this->items = $items;
1075 public $items; variable in Google_AdUnits
1086 $this->items = $items;
1207 public $items; variable in Google_CustomChannels
1218 $this->items = $items;
1348 public $items; variable in Google_UrlChannels
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DListRevisionsResponse.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DListRoutesResponse.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DListConfigurationsResponse.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DListServicesResponse.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DListDomainMappingsResponse.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersRefundItemRequest.php43 public function setItems($items) argument
45 $this->items = $items;
52 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DListGroupsResponse.php71 public function setItems($items) argument
73 $this->items = $items;
80 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSecurityPolicyList.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DLicensesListResponse.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DNetworkEndpointGroupsListNetworkEndpoints.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DFirewallPolicyList.php57 public function setItems($items) argument
59 $this->items = $items;
66 return $this->items;
H A DTargetHttpProxyAggregatedList.php63 public function setItems($items) argument
65 $this->items = $items;
72 return $this->items;
H A DTargetVpnGatewayList.php61 public function setItems($items) argument
63 $this->items = $items;
70 return $this->items;
H A DUrlMapList.php61 public function setItems($items) argument
63 $this->items = $items;
70 return $this->items;
H A DPublicAdvertisedPrefixList.php61 public function setItems($items) argument
63 $this->items = $items;
70 return $this->items;
H A DPublicDelegatedPrefixList.php61 public function setItems($items) argument
63 $this->items = $items;
70 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1SelectionInput.php43 public function setItems($items) argument
45 $this->items = $items;
52 return $this->items;
H A DGoogleAppsCardV1Grid.php69 public function setItems($items) argument
71 $this->items = $items;
78 return $this->items;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php63 …* @param array $items Array of items to serialize. All of them are serialized, regardless of $star…
72 abstract public function serializeItems($items, $start, $count, $total); argument
79 …* @param array $items Array of items to serialize. All of them are serialized, regardless of $star…
88 abstract public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total); argument

12345678910>>...55