Home
last modified time | relevance | path

Searched refs:item_groups (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Panel/Secondary/
H A DListing.php24 protected $item_groups = array(); variable in ILIAS\\UI\\Implementation\\Component\\Panel\\Secondary\\Listing
29 * @param array $item_groups
31 public function __construct(string $title, array $item_groups) argument
36 $this->item_groups = $item_groups;
44 return $this->item_groups;
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Panel/Listing/
H A DListing.php31 protected $item_groups = array(); variable in ILIAS\\UI\\Implementation\\Component\\Panel\\Listing\\Listing
33 public function __construct($title, $item_groups) argument
38 $this->item_groups = $item_groups;
54 return $this->item_groups;
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Component/Panel/Listing/
H A DListing.php31 protected $item_groups = array(); variable in ILIAS\\UI\\Implementation\\Component\\Panel\\Listing\\Listing
33 public function __construct($title, $item_groups) argument
38 $this->item_groups = $item_groups;
54 return $this->item_groups;
/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCResourcesGUI.php102 $item_groups = array();
111 $item_groups[$c["ref_id"]] = $c["title"];
115 if (count($item_groups) > 0) {
155 if (count($item_groups) > 0) {
161 if (count($item_groups) > 0) {
163 $options = $item_groups;
257 $item_groups = array();
261 $item_groups[(int) $child["ref_id"]] = $child["title"];
297 if (isset($item_groups[$itgr_ref_id])) {
321 $tpl->setVariable("HEADER", $item_groups[$itgr_ref_id]);
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCResourcesGUI.php102 $item_groups = array();
111 $item_groups[$c["ref_id"]] = $c["title"];
115 if (count($item_groups) > 0) {
155 if (count($item_groups) > 0) {
161 if (count($item_groups) > 0) {
163 $options = $item_groups;
257 $item_groups = array();
261 $item_groups[(int) $child["ref_id"]] = $child["title"];
297 if (isset($item_groups[$itgr_ref_id])) {
321 $tpl->setVariable("HEADER", $item_groups[$itgr_ref_id]);
/dports/www/ilias6/ILIAS-6.14/Services/Repository/Favourites/classes/
H A Dclass.ilFavouritesListGUI.php56 $item_groups = [];
66 $item_groups[] = $f->item()->group((string) $group->getLabel(), $items);
69 if (count($item_groups) > 0) {
73 $panel = $f->panel()->secondary()->listing("", $item_groups);
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DVEHICLES_JSON.md32 { "x": 0, "y": 0, "item_groups": "army_uniform" }, // item or items from an item_group
34 { "x": 0, "y": 0, "item_groups": [ "army_uniform", "rare_guns" ] } all item_groups are processed
67 "item_groups": "groupid" // one or more items in the group, depending on
69 "item_groups": [ "groupid1", "groupid2" ... ] // one or more items for each group
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DVEHICLES_JSON.md32 { "x": 0, "y": 0, "item_groups": "army_uniform" }, // item or items from an item_group
34 { "x": 0, "y": 0, "item_groups": [ "army_uniform", "rare_guns" ] } all item_groups are processed
67 "item_groups": "groupid" // one or more items in the group, depending on
69 "item_groups": [ "groupid1", "groupid2" ... ] // one or more items for each group
/dports/www/ilias6/ILIAS-6.14/Services/Repository/RecommendedContent/classes/
H A Dclass.ilDashboardRecommendedContentGUI.php121 $item_groups = [];
132 $item_groups[] = $factory->item()->group("", $list_items);
134 return $item_groups;
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/palette/
H A Deditor_palettes.cpp46 const std::vector<item_group>& item_groups = get_groups(); in expand_palette_groups_menu() local
48 for (size_t mci = 0; mci < item_groups.size(); ++mci) { in expand_palette_groups_menu()
49 std::string groupname = item_groups[mci].name; in expand_palette_groups_menu()
53 std::string img = item_groups[mci].icon + "_30"; in expand_palette_groups_menu()
/dports/www/ilias/ILIAS-5.4.25/Services/PersonalDesktop/ItemsBlock/classes/
H A Dclass.ilPDSelectedItemsBlockViewGUI.php165 * @param ilPDSelectedItemsBlockGroup[] $item_groups
167 protected function preloadItemGroups(array $item_groups) argument
173 foreach ($item_groups as $item_group) {
/dports/www/ilias6/ILIAS-6.14/Services/Repository/GlobalScreen/classes/
H A DRepositoryMainBarProvider.php153 $item_groups = [];
175 $item_groups[] = $f->item()->group("", $items);
176 $panel = $f->panel()->secondary()->listing("", $item_groups);
/dports/www/ilias6/ILIAS-6.14/Services/Dashboard/ItemsBlock/classes/
H A Dclass.ilPDSelectedItemsBlockViewGUI.php177 * @param ilPDSelectedItemsBlockGroup[] $item_groups
179 protected function preloadItemGroups(array $item_groups) argument
185 foreach ($item_groups as $item_group) {
H A Dclass.ilPDSelectedItemsBlockGUI.php695 $item_groups = [];
712 $item_groups[] = $factory->item()->group($group->getLabel(), $list_items);
730 return $item_groups;
/dports/www/ilias6/ILIAS-6.14/Services/Tagging/classes/
H A Dclass.ilTaggingSlateContentGUI.php194 $item_groups = [];
211 $item_groups[] = $f->item()->group(sprintf(
215 $panel = $f->panel()->secondary()->listing("", $item_groups);
/dports/www/ilias6/ILIAS-6.14/src/UI/Component/Panel/Listing/
H A DFactory.php32 public function standard($title, $item_groups); argument
/dports/www/ilias/ILIAS-5.4.25/src/UI/Component/Panel/Listing/
H A DFactory.php32 public function standard($title, $item_groups); argument
/dports/www/ilias6/ILIAS-6.14/src/UI/Component/Panel/Secondary/
H A DFactory.php31 public function listing(string $title, array $item_groups) : C\Panel\Secondary\Listing; argument
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-notify.c1193 gchar **item_groups; in add_new_buddy() local
1211 item_groups = g_strsplit(tmp, " ", 0); in add_new_buddy()
1214 while (item_groups[i]) { in add_new_buddy()
1216 g_ascii_strtod(item_groups[i], in add_new_buddy()
1243 g_strfreev(item_groups); in add_new_buddy()
1378 gchar **item_groups = g_strsplit(sipe_xml_attribute(item, in sipe_process_roaming_contacts() local
1383 if (item_groups) { in sipe_process_roaming_contacts()
1389 while (item_groups[i]) { in sipe_process_roaming_contacts()
1391 g_ascii_strtod(item_groups[i], in sipe_process_roaming_contacts()
1433 g_strfreev(item_groups); in sipe_process_roaming_contacts()
/dports/science/code_saturne/code_saturne-7.1.0/gui/Base/
H A DQtPage.py414 self.item_groups = {}
423 if group_name in self.item_groups.keys():
427 self.item_groups[group_name] = GroupItem(group_name, index)
429 item = self.item_groups[group_name].generateItem()
473 if groupName in self.item_groups.keys():
476 index = self.item_groups[groupName].addChild(str(str_view))
481 for key in self.item_groups.keys():
482 gpe = self.item_groups[key]
/dports/www/ilias6/ILIAS-6.14/Services/Container/classes/
H A Dclass.ilContainerContentGUI.php501 $item_groups = array();
504 $item_groups[$ig["ref_id"]] = $ig;
509 if (isset($item_groups[$ref_id])) {
510 $this->renderItemGroup($item_groups[$ref_id]);
/dports/www/ilias/ILIAS-5.4.25/Services/Container/classes/
H A Dclass.ilContainerContentGUI.php490 $item_groups = array();
493 $item_groups[$ig["ref_id"]] = $ig;
498 if (isset($item_groups[$ref_id])) {
499 $this->renderItemGroup($item_groups[$ref_id]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Din_memory_url_index_unittest.cc835 ItemGroup item_groups[] = { in TEST_F() local
848 for (auto& group : item_groups) { in TEST_F()
865 auto ids = GetHistoryIdsUpTo(item_groups[0].max_id); in TEST_F()
873 std::begin(item_groups), std::end(item_groups), in TEST_F()
888 EXPECT_TRUE(error_position == std::end(item_groups)) in TEST_F()
889 << "broken after: " << error_position - std::begin(item_groups); in TEST_F()
/dports/games/minetest_game/minetest_game-5.4.1/mods/mtg_craftguide/
H A Dinit.lua67 local function item_has_groups(item_groups, groups)
69 if not item_groups[group] then
/dports/www/ilias6/ILIAS-6.14/Services/Tasks/DerivedTasks/classes/
H A Dclass.ilDerivedTasksGUI.php111 $item_groups = [];

12