Home
last modified time | relevance | path

Searched refs:items (Results 351 – 375 of 1353) sorted by path

1...<<11121314151617181920>>...55

/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 DPlaylistItemListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DPlaylistListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DSearchListResponse.php89 public function setItems($items) argument
91 $this->items = $items;
98 return $this->items;
H A DSubscriptionListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DSuperChatEventListResponse.php81 public function setItems($items) argument
83 $this->items = $items;
90 return $this->items;
H A DThumbnailSetResponse.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;
H A DVideoCategoryListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DVideoGetRatingResponse.php73 public function setItems($items) argument
75 $this->items = $items;
82 return $this->items;
H A DVideoListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 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;
H A DListGroupsResponse.php71 public function setItems($items) argument
73 $this->items = $items;
80 return $this->items;
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php31 private $items; variable in Google\\Auth\\Cache\\MemoryCacheItemPool
59 $items = [];
62 $items[$key] = $this->hasItem($key) ? clone $this->items[$key] : new $itemClass($key);
65 return $items;
78 return isset($this->items[$key]) && $this->items[$key]->isHit();
89 $this->items = [];
117 unset($this->items[$key]);
131 $this->items[$item->getKey()] = $item;
H A DSysVCacheItemPool.php47 private $items; variable in Google\\Auth\\Cache\\SysVCacheItemPool
89 $this->items = [];
111 $items = [];
115 clone $this->items[$key] :
118 return $items;
127 return isset($this->items[$key]) && $this->items[$key]->isHit();
135 $this->items = [];
158 unset($this->items[$key]);
215 $this->items
238 $this->items = $data;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md737 * CachePlugin can automatically purge matching cached items when a non-idempotent request is sent t…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md419 Remove the items given by the keys, case insensitively from the data.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md481 …* Fixed normalization of Traversables with very large data sets, only the first 1000 items are sho…
/plugin/authhiorgserver/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
/plugin/authlemonldap/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
/plugin/authlinotp/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
/plugin/authloginapi/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
/plugin/authnc/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
/plugin/authorlist/
H A DCOPYING324 mouse-clicks or menu items--whatever suits your program.
/plugin/authowncloud/
H A DCOPYING324 mouse-clicks or menu items--whatever suits your program.

1...<<11121314151617181920>>...55