Home
last modified time | relevance | path

Searched refs:categoryId (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/dports/finance/prestashop/prestashop/src/Core/Domain/Category/ValueObject/
H A DCategoryId.php39 private $categoryId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Category\\ValueObject\\CategoryId
42 * @param int $categoryId
44 public function __construct($categoryId) argument
46 $this->setCategoryId($categoryId);
54 return $this->categoryId;
58 * @param CategoryId $categoryId
62 public function isEqual(CategoryId $categoryId) argument
68 * @param int $categoryId
70 private function setCategoryId($categoryId) argument
72 if (!is_int($categoryId) || 0 >= $categoryId) {
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/Group/Roles/
H A DRolesLib.php20 public function applyRoles($categoryId, $rolesToApply) argument
23 $categoryRolesAval->deleteMultiple(["categId" => $categoryId]);
27 "categId" => $categoryId,
40 public function deleteRolesWithoutParent($categoryId) argument
49 $categoryRoles->deleteMultiple(["categRoleId" => $categoryId]);
60 public function getSelectedCategoryRoles($categoryId) argument
63 return $categoryRoles->fetchAll([], ['categId' => $categoryId]);
96 public function deleteSelectedCategoryRoleNotUsed($categoryId, $categRoleIds = []) argument
120 public function getAvailableCategoriesRolesIds($categoryId) argument
133 public function getAvailableCategoriesRoles($categoryId) argument
[all …]
/dports/www/matomo/piwik/core/Category/
H A DCategoryList.php28 $categoryId = $category->getId();
30 if ($this->hasCategory($categoryId)) {
34 $this->categories[$categoryId] = $category;
42 public function hasCategory($categoryId) argument
50 * @param string $categoryId
53 public function getCategory($categoryId) argument
55 if ($this->hasCategory($categoryId)) {
56 return $this->categories[$categoryId];
77 if (!$categoryId) {
81 if ($list->hasCategory($categoryId)) {
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/
H A Dcategories.yml2 path: /{categoryId}
9 id_category: categoryId
10 categoryId: null
12 categoryId: '\d+'
24 - 'categoryId'
95 path: /{categoryId}/edit
104 categoryId: \d+
107 path: /{categoryId}/edit-root
116 categoryId: \d+
128 categoryId: \d+
[all …]
/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataHandler/
H A DCategoryFormDataHandler.php87 $categoryId = $this->commandBus->handle($command);
90 $categoryId,
96 return $categoryId->getValue();
102 public function update($categoryId, array $data) argument
104 $command = $this->createEditCategoryCommand($categoryId, $data);
108 $categoryId = new CategoryId((int) $categoryId);
111 $categoryId,
150 * @param int $categoryId
157 $command = new EditCategoryCommand($categoryId);
176 * @param CategoryId $categoryId
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/
H A DCategoryActivityBindingDefinition.java41 String categoryId = categoryActivityBindingDefinition.getCategoryId(); in categoryActivityBindingDefinitionsByCategoryId() local
43 if (categoryId != null) { in categoryActivityBindingDefinitionsByCategoryId()
48 map.put(categoryId, categoryActivityBindingDefinitions2); in categoryActivityBindingDefinitionsByCategoryId()
60 private String categoryId; field in CategoryActivityBindingDefinition
68 public CategoryActivityBindingDefinition(String activityId, String categoryId, String sourceId) { in CategoryActivityBindingDefinition() argument
70 this.categoryId = categoryId; in CategoryActivityBindingDefinition()
79 compareTo = Util.compare(categoryId, castedObject.categoryId); in compareTo()
97 && Objects.equals(categoryId, castedObject.categoryId) in equals()
106 return categoryId; in getCategoryId()
117 hashCode = hashCode * HASH_FACTOR + Objects.hashCode(categoryId); in hashCode()
[all …]
H A DCategoryActivityBinding.java28 private String categoryId; field in CategoryActivityBinding
34 public CategoryActivityBinding(String activityId, String categoryId) { in CategoryActivityBinding() argument
35 if (activityId == null || categoryId == null) { in CategoryActivityBinding()
40 this.categoryId = categoryId; in CategoryActivityBinding()
49 compareTo = Util.compare(categoryId, castedObject.categoryId); in compareTo()
63 && Objects.equals(categoryId, castedObject.categoryId); in equals()
73 return categoryId; in getCategoryId()
80 hashCode = hashCode * HASH_FACTOR + Objects.hashCode(categoryId); in hashCode()
96 stringBuffer.append(categoryId); in toString()
H A DInternalActivityHelper.java53 private static boolean isEnabled(IActivityManager activityManager, String categoryId) { in isEnabled() argument
55 ICategory category = activityManager.getCategory(categoryId); in isEnabled()
70 for (String categoryId : definedCategoryIds) { in getEnabledCategories()
71 if (isEnabled(activityManager, categoryId)) { in getEnabledCategories()
72 enabledCategories.add(categoryId); in getEnabledCategories()
81 for (String categoryId : definedCategoryIds) { in getPartiallyEnabledCategories()
82 if (isPartiallyEnabled(activityManager, categoryId)) { in getPartiallyEnabledCategories()
83 partialCategories.add(categoryId); in getPartiallyEnabledCategories()
90 private static boolean isPartiallyEnabled(IActivityManager activityManager, String categoryId) { in isPartiallyEnabled() argument
91 … activityIds = getActivityIdsForCategory(activityManager, activityManager.getCategory(categoryId)); in isPartiallyEnabled()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Sell/Catalog/
H A DCategoryController.php257 * @param int $categoryId
334 * @param int $categoryId
408 * @param int $categoryId
434 'categoryId' => $categoryId,
449 * @param int $categoryId
466 (int) $categoryId,
479 'categoryId' => $categoryId,
491 * @param int $categoryId
806 * @param int $categoryId
822 if ($categoryId === 0) {
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp372 if (category.categoryId().isEmpty()) in addedCategory()
405 QString categoryId = category.categoryId(); in updatedCategory() local
410 if (category.categoryId().isEmpty() || !m_categoriesTree.contains(categoryId)) in updatedCategory()
434 newParentNode->childIds.removeAll(categoryId); in updatedCategory()
476 QModelIndex categoryIndex = index(categoryId); in removedCategory()
480 parentNode->childIds.removeAll(categoryId); in removedCategory()
481 delete m_categoriesTree.take(categoryId); in removedCategory()
644 node->parentId = parent.categoryId(); in populateCategories()
651 childIds.append(category.categoryId()); in populateCategories()
665 if (categoryId.isEmpty()) in index()
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Command/
H A DAssignProductToCategoryCommand.php42 private $categoryId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Command\\AssignProductToCategoryCommand
50 * @param int $categoryId
55 public function __construct($categoryId, $productId) argument
57 $this->setCategoryId($categoryId);
62 * @param int $categoryId
66 public function setCategoryId(int $categoryId): AssignProductToCategoryCommand argument
68 $this->categoryId = new CategoryId($categoryId);
78 return $this->categoryId;
/dports/finance/prestashop/prestashop/src/Adapter/Category/QueryHandler/
H A DGetCategoryForEditingHandler.php117 * @param CategoryId $categoryId
121 private function getCoverImage(CategoryId $categoryId) argument
124 $image = _PS_CAT_IMG_DIR_ . $categoryId->getValue() . '.' . $imageType;
128 'category' . '_' . $categoryId->getValue() . '.' . $imageType,
148 * @param CategoryId $categoryId
152 private function getThumbnailImage(CategoryId $categoryId) argument
154 $image = _PS_CAT_IMG_DIR_ . $categoryId->getValue() . '.jpg';
180 $imageName = 'category_' . $categoryId->getValue() . '-thumb.jpg';
207 * @param CategoryId $categoryId
211 private function getMenuThumbnailImages(CategoryId $categoryId) argument
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Import/Handler/
H A DCategoryImportHandler.php188 $categoryId,
212 * @param int $categoryId
233 * @param int $categoryId
238 $categoryId argument
330 * @param int $categoryId
367 '%2$s' => !empty($categoryId) ? $categoryId : 'null',
382 * @param int $categoryId
390 $categoryId, argument
426 !empty($categoryId) ? $categoryId : 'null'
457 if ($categoryId && $category->id != $categoryId) {
[all …]
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Helper/
H A DCategoryHelper.php54 if ($activeCategory == $categoryId) {
109 $categoryId,
124 $categoryId,
133 $categoryId,
290 public function renderOptions($categoryId) argument
294 if (!is_array($categoryId)) {
295 $categoryId = [
297 'category_id' => $categoryId,
301 } elseif (isset($categoryId['category_id'])) {
302 $categoryId = [$categoryId];
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/places/
H A Dqplacecategory.cpp48 : QSharedData(other), categoryId(other.categoryId), name(other.name), visibility(other.visibility… in QPlaceCategoryPrivate()
62 categoryId = other.categoryId; in operator =()
70 return categoryId.isEmpty() in isEmpty()
140 return d->categoryId == other.d->categoryId && in operator ==()
153 QString QPlaceCategory::categoryId() const in categoryId() function in QPlaceCategory
155 return d->categoryId; in categoryId()
163 d->categoryId = identifier; in setCategoryId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/
H A DCommandManagerEvent.java58 private final String categoryId; field in CommandManagerEvent
115 final boolean commandIdChanged, final String categoryId, in CommandManagerEvent() argument
127 if (categoryIdChanged && (categoryId == null)) { in CommandManagerEvent()
134 this.categoryId = categoryId; in CommandManagerEvent()
185 this.categoryId = null; in CommandManagerEvent()
204 return categoryId; in getCategoryId()
246 return (categoryId != null); in isCategoryChanged()
257 return (((changedValues & CHANGED_CATEGORY_DEFINED) != 0) && (categoryId != null)); in isCategoryDefined()
/dports/www/joomla3/joomla3-3.9.24/components/com_banners/models/
H A Dbanners.php63 $categoryId = $this->getState('filter.category_id');
95 if (is_numeric($categoryId))
101 $categoryEquals = 'a.catid ' . $type . (int) $categoryId;
112 ->where('this.id = ' . (int) $categoryId)
123 elseif (is_array($categoryId) && (count($categoryId) > 0))
125 $categoryId = ArrayHelper::toInteger($categoryId);
126 $categoryId = implode(',', $categoryId);
128 if ($categoryId != '0')
131 $query->where('a.catid ' . $type . ' (' . $categoryId . ')');
147 if ($categoryId)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/
H A DWorkbenchActivityHelper.java245 if (otherCategoryId.equals(categoryId)) { in getEnabledCategories()
346 if (otherCategoryId.equals(categoryId)) { in getDisabledCategories()
389 if (otherCategoryId.equals(categoryId)) { in getContainedCategories()
420 for (String categoryId : definedCategoryIds) { in getEnabledCategories()
421 if (isEnabled(activityManager, categoryId)) { in getEnabledCategories()
422 enabledCategories.add(categoryId); in getEnabledCategories()
438 for (String categoryId : definedCategoryIds) { in getPartiallyEnabledCategories()
439 if (isPartiallyEnabled(activityManager, categoryId)) { in getPartiallyEnabledCategories()
440 partialCategories.add(categoryId); in getPartiallyEnabledCategories()
481 for (String categoryId : enabledCategories) { in getEnabledCategoriesForActivity()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dtaskmodel.cpp51 int TaskModel::taskCount(Utils::Id categoryId) in taskCount() argument
53 return m_categories.value(categoryId).count; in taskCount()
56 int TaskModel::errorTaskCount(Utils::Id categoryId) in errorTaskCount() argument
58 return m_categories.value(categoryId).errors; in errorTaskCount()
68 return m_categories.value(categoryId).count in unknownTaskCount()
83 QTC_ASSERT(categoryId.isValid(), return); in addCategory()
86 m_categories.insert(categoryId, data); in addCategory()
91 if (!categoryId.isValid()) in tasks()
96 if (t.category == categoryId) in tasks()
167 void TaskModel::clearTasks(Utils::Id categoryId) in clearTasks() argument
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Category/Query/
H A DGetCategoryForEditing.php39 private $categoryId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Category\\Query\\GetCategoryForEditing
42 * @param int $categoryId
44 public function __construct($categoryId) argument
46 $this->categoryId = new CategoryId($categoryId);
54 return $this->categoryId;
H A DGetCategoryIsEnabled.php39 private $categoryId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Category\\Query\\GetCategoryIsEnabled
42 * @param int $categoryId
44 public function __construct($categoryId) argument
46 $this->categoryId = new CategoryId($categoryId);
54 return $this->categoryId;
/dports/finance/prestashop/prestashop/src/Core/Domain/Category/Command/
H A DDeleteCategoryCoverImageCommand.php39 private $categoryId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Category\\Command\\DeleteCategoryCoverImageCommand
42 * @param int $categoryId
44 public function __construct($categoryId) argument
46 $this->categoryId = new CategoryId($categoryId);
54 return $this->categoryId;
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dcategory.main.php82 'image' => $categoryImage->getFileName($categoryId, $categoryLang),
119 $categoryId = $category->addCategory($categoryData, $parentId); variable
121 if ($categoryId) {
141 $categoryId = Filter::filterInput(INPUT_POST, 'id', FILTER_VALIDATE_INT); variable
145 $categoryId,
149 'id' => $categoryId,
231 $categoryId = Filter::filterInput(INPUT_POST, 'cat', FILTER_VALIDATE_INT); variable
245 if ($category->deleteCategory($categoryId, $categoryLang, $deleteAll) &&
247 $category->deletePermission('user', [$categoryId]) &&
248 $category->deletePermission('group', [$categoryId]) &&
[all …]
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_banners/controllers/
H A Dbanner.php41 $categoryId = ArrayHelper::getValue($data, 'catid', $filter, 'int');
44 if ($categoryId)
47 …$allow = JFactory::getUser()->authorise('core.create', $this->option . '.category.' . $categoryId);
72 $categoryId = 0;
76 $categoryId = (int) $this->getModel()->getItem($recordId)->catid;
79 if ($categoryId)
82 return JFactory::getUser()->authorise('core.edit', $this->option . '.category.' . $categoryId);
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Category/
H A DCategoryNews.php49 * @param int $categoryId
52 public function addNewsToCategory($newsId, $categoryId) argument
63 * @param int $categoryId
66 public function removeNewsFromCategory($newsId, $categoryId) argument
76 * @param int $categoryId
79 public function getCategoryNews($categoryId) argument

12345678910>>...37