Home
last modified time | relevance | path

Searched refs:items (Results 326 – 350 of 1353) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php85 $items = $this->renderItemTemplate(
105 $items .= $this->renderFunctionItems(
110 $items .= $this->renderTraitOrClassItems(
116 $items .= $this->renderTraitOrClassItems(
122 return $items;
126 * @param array $items
132 …protected function renderTraitOrClassItems(array $items, \Text_Template $template, \Text_Template … argument
134 if (empty($items)) {
140 foreach ($items as $name => $item) {
/plugin/select/
H A Dsyntax.php29 $items = explode("\n", $match);
31 return array($title,$items);
40 list($title,$items) = $data;
47 foreach($items as $item){
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1724 public $items; variable in Google_AppList
1735 $this->items = $items;
1819 $this->items = $items;
1939 $this->items = $items;
2143 $this->items = $items;
2252 $this->items = $items;
2864 $this->items = $items;
2910 $this->items = $items;
3070 $this->items = $items;
3149 $this->items = $items;
[all …]
H A DGoogle_AuditService.php94 public $items; variable in Google_Activities
97 public function setItems(/* array(Google_Activity) */ $items) { argument
98 $this->assertIsArray($items, 'Google_Activity', __METHOD__);
99 $this->items = $items;
102 return $this->items;
H A DGoogle_GanService.php550 public $items; variable in Google_Advertisers
555 $this->items = $items;
558 return $this->items;
1127 public $items; variable in Google_CcOffers
1131 $this->items = $items;
1361 public $items; variable in Google_Events
1366 $this->items = $items;
1612 public $items; variable in Google_Links
1617 $this->items = $items;
1743 public $items; variable in Google_Publishers
[all …]
H A DGoogle_ModeratorService.php1219 public $items; variable in Google_SeriesList
1223 $this->items = $items;
1226 return $this->items;
1495 public $items; variable in Google_SubmissionList
1499 $this->items = $items;
1599 public $items; variable in Google_TagList
1603 $this->items = $items;
1748 public $items; variable in Google_TopicList
1752 $this->items = $items;
1873 public $items; variable in Google_VoteList
[all …]
H A DGoogle_FusiontablesService.php755 public $items; variable in Google_ColumnList
761 $this->items = $items;
764 return $this->items;
1175 public $items; variable in Google_StyleSettingList
1181 $this->items = $items;
1184 return $this->items;
1286 public $items; variable in Google_TableList
1291 $this->items = $items;
1294 return $this->items;
1359 public $items; variable in Google_TemplateList
[all …]
H A DGoogle_AnalyticsService.php675 public $items; variable in Google_Accounts
685 $this->items = $items;
870 public $items; variable in Google_CustomDataSources
880 $this->items = $items;
1103 public $items; variable in Google_DailyUploads
1113 $this->items = $items;
1427 $this->items = $items;
2048 $this->items = $items;
2576 $this->items = $items;
2887 $this->items = $items;
[all …]
H A DGoogle_LicensingService.php258 public $items; variable in Google_LicenseAssignmentList
267 public function setItems(/* array(Google_LicenseAssignment) */ $items) { argument
268 $this->assertIsArray($items, 'Google_LicenseAssignment', __METHOD__);
269 $this->items = $items;
272 return $this->items;
H A DGoogle_SiteVerificationService.php236 public $items; variable in Google_SiteVerificationWebResourceListResponse
237 public function setItems(/* array(Google_SiteVerificationWebResourceResource) */ $items) { argument
238 $this->assertIsArray($items, 'Google_SiteVerificationWebResourceResource', __METHOD__);
239 $this->items = $items;
242 return $this->items;
H A DGoogle_AdexchangebuyerService.php356 public $items; variable in Google_AccountsList
358 public function setItems(/* array(Google_Account) */ $items) { argument
359 $this->assertIsArray($items, 'Google_Account', __METHOD__);
360 $this->items = $items;
363 return $this->items;
525 public $items; variable in Google_CreativesList
528 public function setItems(/* array(Google_Creative) */ $items) { argument
529 $this->assertIsArray($items, 'Google_Creative', __METHOD__);
530 $this->items = $items;
533 return $this->items;
H A DGoogle_CalendarService.php749 public $items; variable in Google_Acl
760 $this->items = $items;
763 return $this->items;
892 public $items; variable in Google_CalendarList
903 $this->items = $items;
1684 public $items; variable in Google_Events
1717 $this->items = $items;
1803 public $items; variable in Google_FreeBusyRequest
1821 $this->items = $items;
1933 public $items; variable in Google_Settings
[all …]
H A DGoogle_GamesService.php718 public $items; variable in Google_AchievementDefinitionsListResponse
723 $this->items = $items;
1300 public $items; variable in Google_LeaderboardListResponse
1305 $this->items = $items;
1365 public $items; variable in Google_LeaderboardScores
1375 $this->items = $items;
1629 public $items; variable in Google_PlayerAchievementListResponse
1634 $this->items = $items;
1719 public $items; variable in Google_PlayerLeaderboardScoreListResponse
1724 $this->items = $items;
[all …]
H A DGoogle_PlusDomainsService.php515 public $items; variable in Google_Acl
531 $this->items = $items;
771 public $items; variable in Google_ActivityFeed
792 $this->items = $items;
1331 public $items; variable in Google_AudiencesFeed
1343 $this->items = $items;
1426 public $items; variable in Google_CircleFeed
1441 $this->items = $items;
1631 public $items; variable in Google_CommentFeed
1651 $this->items = $items;
[all …]
H A DGoogle_UrlshortenerService.php290 public $items; variable in Google_UrlHistory
295 public function setItems(/* array(Google_Url) */ $items) { argument
296 $this->assertIsArray($items, 'Google_Url', __METHOD__);
297 $this->items = $items;
300 return $this->items;
/plugin/foldablelist/
H A DREADME.md2 plugin that makes an unordered list invisible after n items
26 So far there are 4 items to configure:
28 `collapse_after: 5` the number of list items to be displayed before hiding the rest of the list, de…
46 this will show only the first 2 items
58 and each list naturally grows as new items are added on top but older items remain important enough…
61 or later my boss asked me to reduce the visible number of items on those lists to
/plugin/rack/
H A Dsyntax.php157 $items = array();
182 $items[$item['u_top']] = $item;
199 if ($items[$u] && $items[$u]['model']) {
200 $item = $items[$u];
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php401 protected $items; variable in jucksearm\\barcode\\lib\\QRcode
613 $this->items = array();
1651 * @return items
1657 $items[] = $newitem;
1659 return $items;
1680 return $items;
1690 foreach ($items as $item) {
1991 $items = $cbs[0];
2005 return $items;
2047 $items = $this->convertData($items);
[all …]
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php49 $items = [];
60 $items[] = $this->getCarouselItem($feed, !$i);
65 $this->renderCarouselItems($renderer, $items);
80 private function renderCarouselItems(Doku_Renderer $renderer, array $items): void { argument
82 foreach ($items as $item) {
/plugin/menu/
H A Dstyle.css20 align-items:flex-start;
24 align-items:center;
28 align-items:flex-end;
33 align-items:flex-start;
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Daccessibility-menu.js34 …o ? (t.unshift(s.RULE()), o.submenu.items.push.apply(o.submenu.items, t)) : ((i = (u.FindId("Setti…
35 t.unshift(i.items.pop()), t.unshift(i.items.pop())), t.unshift("Accessibility"),
36 …SUBMENU.apply(s.SUBMENU, t), (a = u.IndexOfId("Locale")) ? u.items.splice(a, 0, o) : u.items.push(…
/plugin/mikioplugin/
H A Dscript.js82 var items = jQuery(this).find('.mikiop-carousel-item');
86 for (var i = 0; i < items.length; i++) {
87 if (jQuery(items[i]).hasClass('mikiop-active')) {
239 var items = jQuery(group).find('.mikiop-carousel-indicator');
243 for (var i = 0; i < items.length; i++) {
244 if (jQuery(items[i]).hasClass('mikiop-active')) {
248 if (items[i] == jQuery(this)[0]) {
304 var items = jQuery(group).find('.mikiop-tab-item');
307 for (var i = 0; i < items.length; i++) {
308 if (items[
[all...]
/plugin/farmsync/meta/
H A DTemplateUpdates.php70 $items = array();
95 $items[] = array('id' => pathID($file));
99 $items = array_merge($items, $this->getTemplates($base, $sdir, $lvl + 1, $opts));
101 return $items;
/plugin/displayorphans/
H A Dsyntax.php67 $items = $this->helper->items($conf['datadir'], $type);
70 $this->renderer->table($renderer, $type, $items, $showHeader, $showColumns);
/plugin/repo/
H A Dsyntax.php109 $items = $this->_index($url, $path);
110 $idx = html_buildlist($items, 'idx', 'repo_list_index', 'html_li_index');
136 $items[] = array(
143 $items = array_merge($items, $this->_index($url, $path, $base.$result, $lvl));
146 return $items;

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