Home
last modified time | relevance | path

Searched refs:childCategory (Results 1 – 9 of 9) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/
H A DBrowserBreadcrumbWidget.cpp98 BrowserCategory *childCategory = list->activeCategory(); in addLevel() local
100 if( childCategory ) in addLevel()
105 BrowserCategoryList *childList = qobject_cast<BrowserCategoryList*>( childCategory ); in addLevel()
112 BrowserBreadcrumbItem *leaf = childCategory->breadcrumb(); in addLevel()
115 const QList<BrowserBreadcrumbItem*> additionalItems = childCategory->additionalItems(); in addLevel()
H A DCollectionTreeItemModelBase.cpp976 CategoryId::CatMenuId childCategory = levelCategory( parent->level() ); in populateChildren() local
1008 toBeRemoved = !variousArtistCategories.contains( childCategory ); in populateChildren()
1010 toBeRemoved = childCategory != CategoryId::Label; in populateChildren()
/dports/finance/prestashop/prestashop/src/Core/Form/ChoiceProvider/
H A DCmsCategoriesChoiceProvider.php69 foreach ($category['children'] as $childCategory) {
70 $tree['children'][] = $this->buildChoiceTree($childCategory);
/dports/finance/prestashop/prestashop/src/Adapter/Form/ChoiceProvider/
H A DCategoryTreeChoiceProvider.php92 foreach ($category['children'] as $childCategory) {
93 $tree['children'][] = $this->buildChoiceTree($childCategory);
/dports/finance/prestashop/prestashop/src/Adapter/CMS/PageCategory/
H A DCategoriesProvider.php124 foreach ($childCategories as $childCategory) {
125 …$categories['children'][] = $this->collectNestedCategoriesIdsAndNames($childCategory['id_cms_categ…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DWizardParameterValues.java83 for (final IWizardCategory childCategory : wizardCategory.getCategories()) { in addParameterValues()
84 addParameterValues(values, childCategory); in addParameterValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/providers/
H A DWizardProvider.java69 for (IWizardCategory childCategory : category.getCategories()) { in collectWizards()
70 collectWizards(childCategory, result); in collectWizards()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Service/DataProvider/Admin/
H A DCategoriesProvider.php144 foreach ($parentCategory->categories as $childCategory) {
145 if ($childCategory->name === $categoryName) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DWizardCollectionElement.java156 WizardCollectionElement childCategory = currentCategory.findCategory(id); in findCategory() local
157 if (childCategory != null) { in findCategory()
158 return childCategory; in findCategory()