Home
last modified time | relevance | path

Searched refs:categoryIndex (Results 1 – 25 of 82) sorted by relevance

1234

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/entity/
H A DCategoryItemEntity.java97 private int categoryIndex; field in CategoryItemEntity
129 int series, Object category, int categoryIndex) { in CategoryItemEntity() argument
136 this.categoryIndex = categoryIndex; in CategoryItemEntity()
138 this.columnKey = dataset.getColumnKey(categoryIndex); in CategoryItemEntity()
164 this.categoryIndex = dataset.getColumnIndex(columnKey); in CategoryItemEntity()
246 this.categoryIndex = this.dataset.getColumnIndex(columnKey); in setColumnKey()
316 return this.categoryIndex; in getCategoryIndex()
330 this.categoryIndex = index; in setCategoryIndex()
372 if (this.categoryIndex != that.categoryIndex) { in equals()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dgameux.h272 /* [in] */ WORD categoryIndex,
276 /* [in] */ WORD categoryIndex,
280 /* [in] */ WORD categoryIndex,
286 /* [in] */ WORD categoryIndex,
295 /* [in] */ UINT categoryIndex) = 0;
342 /* [in] */ WORD categoryIndex,
347 /* [in] */ WORD categoryIndex,
352 /* [in] */ WORD categoryIndex,
359 /* [in] */ WORD categoryIndex,
370 /* [in] */ UINT categoryIndex);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extensionmanager/Classes/Domain/Model/
H A DExtension.php240 $categoryIndex = 4;
242 $categoryIndex = (int)$category;
243 if ($categoryIndex < 0 || $categoryIndex > 10) {
244 $categoryIndex = 4;
247 $categoryIndex = array_search($category, self::$defaultCategories);
248 if ($categoryIndex === false) {
249 $categoryIndex = 4;
252 return $categoryIndex;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extensionmanager/Classes/Domain/Model/
H A DExtension.php250 $categoryIndex = 4;
252 $categoryIndex = (int)$category;
253 if ($categoryIndex < 0 || $categoryIndex > 10) {
254 $categoryIndex = 4;
257 $categoryIndex = array_search($category, self::$defaultCategories);
258 if ($categoryIndex === false) {
259 $categoryIndex = 4;
262 return $categoryIndex;
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DSubCategoryAxis.java311 for (int categoryIndex = 0; categoryIndex < categoryCount; in drawSubCategoryLabels()
312 categoryIndex++) { in drawSubCategoryLabels()
319 x0 = getCategoryStart(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
321 x1 = getCategoryEnd(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
327 x0 = getCategoryStart(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
329 x1 = getCategoryEnd(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
335 y0 = getCategoryStart(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
337 y1 = getCategoryEnd(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
343 y0 = getCategoryStart(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
345 y1 = getCategoryEnd(categoryIndex, categoryCount, dataArea, in drawSubCategoryLabels()
H A DCategoryAxis.java737 int categoryIndex = categories.indexOf(category); in getCategoryMiddle() local
739 return getCategoryMiddle(categoryIndex, categoryCount, area, edge); in getCategoryMiddle()
761 int categoryIndex = dataset.getColumnIndex(category); in getCategorySeriesMiddle() local
765 double start = getCategoryStart(categoryIndex, categoryCount, area, in getCategorySeriesMiddle()
799 double start = getCategoryStart(categoryIndex, categoryCount, area, in getCategorySeriesMiddle()
1022 int categoryIndex = 0; in drawCategoryLabels() local
1054 y1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, in drawCategoryLabels()
1062 y1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, in drawCategoryLabels()
1091 categoryIndex++; in drawCategoryLabels()
1159 int categoryIndex = 0; in refreshTicks() local
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dcategorysortfiltermodel.cpp43 const QModelIndex &categoryIndex = sourceModel()->index(source_row, 0, source_parent); in filterAcceptsRow() local
44 if (regexp.match(sourceModel()->data(categoryIndex, filterRole()).toString()).hasMatch()) in filterAcceptsRow()
46 const int rowCount = sourceModel()->rowCount(categoryIndex); in filterAcceptsRow()
48 if (filterAcceptsRow(row, categoryIndex)) in filterAcceptsRow()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extensionmanager/Classes/Domain/Model/
H A DExtension.php251 $categoryIndex = 4;
253 $categoryIndex = (int)$category;
254 if ($categoryIndex < 0 || $categoryIndex > 10) {
255 $categoryIndex = 4;
258 $categoryIndex = array_search($category, self::$defaultCategories);
259 if ($categoryIndex === false) {
260 $categoryIndex = 4;
263 return (int)$categoryIndex;
/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/
H A Dui_vars_datamodel.cpp129 assert(categoryIndex < GetNumCategories()); in GetCategoryProbability()
130 return categoryProbabilities[categoryIndex]; in GetCategoryProbability()
133 double UIVarsSingleDataModel::GetCategoryRate(long int categoryIndex) const in GetCategoryRate()
135 assert(categoryIndex < GetNumCategories()); in GetCategoryRate()
136 return categoryRates[categoryIndex]; in GetCategoryRate()
245 assert(categoryIndex < GetNumCategories()); in SetCategoryProbability()
250 categoryProbabilities[categoryIndex] = prob; in SetCategoryProbability()
255 assert(categoryIndex < GetNumCategories()); in SetCategoryRate()
260 categoryRates[categoryIndex] = rate; in SetCategoryRate()
630 return GetRegionModel(regionId).GetCategoryRate(categoryIndex); in GetCategoryRate()
[all …]
H A Dui_vars_datamodel.h77 virtual double GetCategoryRate(long categoryIndex) const;
80 virtual double GetCategoryProbability(long categoryIndex) const;
175 virtual double GetCategoryRate(UIRegId regionId, long categoryIndex) const;
178 virtual double GetCategoryProbability(UIRegId regionId, long categoryIndex) const;
206 virtual void SetCategoryRate(double x, UIRegId regionId, long categoryIndex);
207 virtual void SetCategoryProbability(double x, UIRegId regionId, long categoryIndex);
/dports/sysutils/lxqt-config/lxqt-config-1.0.0/src/qcategorizedview/
H A Dqcategorizedview.cpp218 const QModelIndex categoryIndex = block.firstIndex; in blockPosition() local
219 if (index.row() < categoryIndex.row()) { in blockPosition()
223 if (index.row() == categoryIndex.row()) { in blockPosition()
834 QModelIndex categoryIndex; in paintEvent() local
1002 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mouseMoveEvent()
1003 d->categoryDrawerV3->mouseLeft(categoryIndex, option.rect); in mouseMoveEvent()
1025 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mousePressEvent()
1056 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mouseReleaseEvent()
1084 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in leaveEvent()
1085 d->categoryDrawerV3->mouseLeft(categoryIndex, option.rect); in leaveEvent()
[all …]
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Settings/
H A DUntaggedGroupBox.cpp82 int categoryIndex = m_category->findData(category); in loadSettings() local
83 if (categoryIndex == -1) in loadSettings()
84 categoryIndex = 0; in loadSettings()
86 m_category->setCurrentIndex(categoryIndex); in loadSettings()
89 if (categoryIndex != 0) { in loadSettings()
/dports/audio/cantata/cantata-2.4.2/3rdparty/kcategorizedview/
H A Dkcategorizedview.cpp197 const QModelIndex categoryIndex = block.firstIndex; in blockPosition() local
198 if (index.row() < categoryIndex.row()) { in blockPosition()
202 if (index.row() == categoryIndex.row()) { in blockPosition()
827 QModelIndex categoryIndex; in paintEvent() local
993 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mouseMoveEvent()
994 d->categoryDrawer->mouseLeft(categoryIndex, option.rect); in mouseMoveEvent()
1016 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mousePressEvent()
1043 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mouseReleaseEvent()
1067 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in leaveEvent()
1068 d->categoryDrawer->mouseLeft(categoryIndex, option.rect); in leaveEvent()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/
H A Dcategorized-list-view.cpp226 const QModelIndex categoryIndex = block.firstIndex; in blockPosition() local
228 if (index.row() < categoryIndex.row()) in blockPosition()
235 if (index.row() == categoryIndex.row()) in blockPosition()
1016 QModelIndex categoryIndex; in paintEvent() local
1240 const QStyleOptionViewItemV4 option = d->blockRect(categoryIndex); in mouseMoveEvent()
1241 d->categoryDrawer->mouseLeft(categoryIndex, option.rect); in mouseMoveEvent()
1269 const QStyleOptionViewItemV4 option = d->blockRect(categoryIndex); in mousePressEvent()
1312 const QStyleOptionViewItemV4 option = d->blockRect(categoryIndex); in mouseReleaseEvent()
1351 const QStyleOptionViewItemV4 option = d->blockRect(categoryIndex); in leaveEvent()
1352 d->categoryDrawer->mouseLeft(categoryIndex, option.rect); in leaveEvent()
[all …]
/dports/x11-toolkits/kf5-kitemviews/kitemviews-5.89.0/src/
H A Dkcategorizedview.cpp174 const QModelIndex categoryIndex = block.firstIndex; in blockPosition() local
175 if (index.row() < categoryIndex.row()) { in blockPosition()
179 if (index.row() == categoryIndex.row()) { in blockPosition()
794 QModelIndex categoryIndex; in paintEvent() local
956 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mouseMoveEvent()
957 d->categoryDrawer->mouseLeft(categoryIndex, option.rect); in mouseMoveEvent()
979 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mousePressEvent()
1006 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in mouseReleaseEvent()
1030 const QStyleOptionViewItem option = d->blockRect(categoryIndex); in leaveEvent()
1031 d->categoryDrawer->mouseLeft(categoryIndex, option.rect); in leaveEvent()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Showcase/src/com/google/gwt/sample/showcase/client/content/cell/
H A DContactInfoForm.java89 int categoryIndex = categoryBox.getSelectedIndex(); in ContactInfoForm()
90 contactInfo.setCategory(categories[categoryIndex]); in ContactInfoForm()
98 int categoryIndex = categoryBox.getSelectedIndex(); in ContactInfoForm()
99 Category category = categories[categoryIndex]; in ContactInfoForm()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/category/
H A DDefaultIntervalCategoryDataset.java527 int categoryIndex = getCategoryIndex(category); in setStartValue() local
528 if (categoryIndex < 0) { in setStartValue()
535 this.startData[series][categoryIndex] = value; in setStartValue()
560 int categoryIndex = getCategoryIndex(category); in setEndValue() local
561 if (categoryIndex < 0) { in setEndValue()
568 this.endData[series][categoryIndex] = value; in setEndValue()
/dports/databases/xapian-core12/xapian-core-1.2.25/unicode/
H A DuniParse.tcl59 set categoryIndex [lsearch -exact $categories $category]
60 if {$categoryIndex < 0} {
62 set categoryIndex 0
65 return [list $categoryIndex $toupper $tolower $totitle]
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/modes/base/
H A DmultipleFileList.cpp93 const int categoryIndex = fileList->indexOfTopLevelItem(categoryItem); in updateButtons() local
108 if (categoryItem->indexOfChild(selectedItem) == categoryCount(categoryIndex) - 1) { in updateButtons()
378 for (int categoryIndex = 0; categoryIndex < fileList->topLevelItemCount(); ++categoryIndex) { in removeEmptyItems() local
379 QTreeWidgetItem *categoryItem = fileList->topLevelItem(categoryIndex); in removeEmptyItems()
H A DmultipleFileList.h28 QStringList paths(int categoryIndex);
30 void addPaths(int categoryIndex, const QStringList &paths);
/dports/databases/xapian-core/xapian-core-1.4.18/unicode/
H A DuniParse.tcl59 set categoryIndex [lsearch -exact $categories $category]
60 if {$categoryIndex < 0} {
62 set categoryIndex 0
65 return [list $categoryIndex $toupper $tolower $totitle]
/dports/deskutils/syncthingtray/qtutilities/settingsdialog/
H A Dsettingsdialog.cpp86 OptionCategory *SettingsDialog::category(int categoryIndex) const in category()
88 return m_categoryModel->category(categoryIndex); in category()
98 OptionPage *SettingsDialog::page(int categoryIndex, int pageIndex) const in page() argument
100 if (OptionCategory *const category = this->category(categoryIndex)) { in page()
H A Dsettingsdialog.h31 OptionCategory *category(int categoryIndex) const;
32 OptionPage *page(int categoryIndex, int pageIndex) const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/org/eclipse/equinox/p2/discovery/tests/core/mock/
H A DMockDiscoveryStrategy.java44 int categoryIndex = x % getCategories().size(); in performDiscovery() local
45 mockConnector.setCategoryId(getCategories().get(categoryIndex).getId()); in performDiscovery()
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/components/PanelEditor/
H A DgetVisualizationOptions.tsx58 const categoryIndex: Record<string, OptionsPaneCategoryDescriptor> = {};
70 const category = categoryIndex[categoryName];
76 return (categoryIndex[categoryName] = new OptionsPaneCategoryDescriptor({
141 return Object.values(categoryIndex);

1234