Home
last modified time | relevance | path

Searched refs:items (Results 301 – 325 of 1353) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentListResponse.php81 public function setItems($items) argument
83 $this->items = $items;
90 return $this->items;
H A DActivityListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DChannelListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 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 DSubscriptionListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DLiveStreamListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DVideoCategoryListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DVideoListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DLiveBroadcastListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DLiveChatModeratorListResponse.php85 public function setItems($items) argument
87 $this->items = $items;
94 return $this->items;
H A DLiveChatMessageListResponse.php89 public function setItems($items) argument
91 $this->items = $items;
98 return $this->items;
H A DSearchListResponse.php89 public function setItems($items) argument
91 $this->items = $items;
98 return $this->items;
/plugin/translationbuddy/
H A Dsyntax.php106 $items = array();
127 $items[$lc][$ns][$page] = $date;
151 foreach ($items as $lc => $item) {
164 if (count($items['en'][$ns]) == 0) {
167 … $R->doc .= '<td class="rightalign">'.round(100*count($pages)/count($items['en'][$ns])).'%</td>';
174 if ($date < $items['en'][$ns][$id]) {
190 if (count($items['en'][$ns]) > 0) {
191 $extra_pages = array_keys(array_diff_key($pages,$items['en'][$ns]));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dcontext.test4 {% for item in items %}
5 {% for item in items %}
11 return ['items' => ['a', 'b']]
H A Delse.test4 {% for item in items %}
10 return ['items' => ['a', 'b']]
15 return ['items' => []]
H A Dobjects_countable.test4 {% for item in items %}
12 {% for key, value in items %}
16 {% for key in items|keys %}
30 return ['items' => new ItemsIteratorCountable()]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfCompact.yml38 items:
43 'items' => [
91 items:
96 'items' => [
144 items:
149 'items' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearch.php61 public function setItems($items) argument
63 $this->items = $items;
70 return $this->items;
/plugin/authgoogle/google/contrib/
H A DGoogle_AppstateService.php190 public $items; variable in Google_ListResponse
193 public function setItems(/* array(Google_GetResponse) */ $items) { argument
194 $this->assertIsArray($items, 'Google_GetResponse', __METHOD__);
195 $this->items = $items;
198 return $this->items;
H A DGoogle_TasksService.php518 public $items; variable in Google_TaskLists
527 public function setItems(/* array(Google_TaskList) */ $items) { argument
528 $this->assertIsArray($items, 'Google_TaskList', __METHOD__);
529 $this->items = $items;
532 return $this->items;
552 public $items; variable in Google_Tasks
561 public function setItems(/* array(Google_Task) */ $items) { argument
562 $this->assertIsArray($items, 'Google_Task', __METHOD__);
563 $this->items = $items;
566 return $this->items;
H A DGoogle_YouTubeService.php1436 $this->items = $items;
1808 $this->items = $items;
2219 $this->items = $items;
2454 $this->items = $items;
2622 $this->items = $items;
2855 $this->items = $items;
3190 $this->items = $items;
3334 $this->items = $items;
3538 $this->items = $items;
3759 $this->items = $items;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php31 $items = $this->renderItem($node, true);
34 $items .= $this->renderItem($item);
38 $items .= $this->renderItem($item);
44 'items' => $items
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvents.php123 public function setItems($items) argument
125 $this->items = $items;
132 return $this->items;
/plugin/imgpaste/
H A Dscript.js11 const items = (e.clipboardData || e.originalEvent.clipboardData).items;
12 for (let index in items) {
13 const item = items[index];

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