Home
last modified time | relevance | path

Searched refs:items (Results 101 – 125 of 1353) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DUsersListResponse.php37 public function setItems($items) argument
39 $this->items = $items;
46 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DTokens.php51 public function setItems($items) argument
53 $this->items = $items;
60 return $this->items;
H A DRoleAssignments.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
H A DCalendarResources.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2SecretVolumeSource.php51 public function setItems($items) argument
53 $this->items = $items;
60 return $this->items;
H A DConfigMapVolumeSource.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php138 public $items; variable in Google_WebfontList
140 public function setItems(/* array(Google_Webfont) */ $items) { argument
141 $this->assertIsArray($items, 'Google_Webfont', __METHOD__);
142 $this->items = $items;
145 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRegionInstanceGroupManagersListInstanceConfigsResp.php35 public function setItems($items) argument
37 $this->items = $items;
44 return $this->items;
H A DInstanceGroupManagersListPerInstanceConfigsResp.php35 public function setItems($items) argument
37 $this->items = $items;
44 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DBlogList.php49 public function setItems($items) argument
51 $this->items = $items;
58 return $this->items;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php165 $items = array();
189 $items[] = $tagitem;
193 …turn $this->GenerateAPEtagHeaderFooter($items, true).implode('', $items).$this->GenerateAPEtagHead…
197 * @param array $items
202 public function GenerateAPEtagHeaderFooter(&$items, $isheader=false) { argument
204 foreach ($items as $itemdata) {
211 $APEheader .= getid3_lib::LittleEndian2String(count($items), 4);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php15 public function serializeItems($items, $start = 0, $count = 0, $total = 0) argument
20 foreach ($items as $item) {
30 … public function serializeItemsToFile($targetDirectory, $items, $start = 0, $count = 0, $total = 0) argument
32 $csvString = $this->serializeItems($items, $start, $count, $total);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFileList.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
H A DReportList.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotationsdata.php41 public function setItems($items) argument
43 $this->items = $items;
50 return $this->items;
H A DAnnotations.php41 public function setItems($items) argument
43 $this->items = $items;
50 return $this->items;
H A DOffersItems.php83 public function setItems($items) argument
85 $this->items = $items;
92 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTasks.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DObjects.php41 public function setItems($items) argument
43 $this->items = $items;
50 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivities.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Licensing/
H A DLicenseAssignmentList.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdClients.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
H A DAdUnits.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
H A DCustomChannels.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;
H A DUrlChannels.php55 public function setItems($items) argument
57 $this->items = $items;
64 return $this->items;

12345678910>>...55