Home
last modified time | relevance | path

Searched refs:newCategory (Results 1 – 25 of 141) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/
H A DImportExportWizardsCategoryTests.java91 IWizardCategory newCategory = importRoot.findCategory( in testImportAddToNewCategory() local
93 if (newCategory != null){ in testImportAddToNewCategory()
106 IWizardCategory newCategory = importRoot.findCategory( in testImportAddToParentedCategory() local
108 if (newCategory != null){ in testImportAddToParentedCategory()
121 IWizardCategory newCategory = importRoot.findCategory( in testImportDuplicateCategory() local
123 if (newCategory != null){ in testImportDuplicateCategory()
176 IWizardCategory newCategory = exportRoot.findCategory( in testExportAddToNewCategory() local
178 if (newCategory != null){ in testExportAddToNewCategory()
191 IWizardCategory newCategory = exportRoot.findCategory( in testExportAddToParentedCategory() local
193 if (newCategory != null){ in testExportAddToParentedCategory()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Undo/
H A DRenameCategoryUndoCommand.st3 | category class newCategory treeStore |
19 newCategory := aNewName.
32 newCategory = '*' ifTrue: [ ^ self preconditionFailed: 'Can''t create a * category' ].
33 …(treeStore hasCategory: newCategory asString) ifTrue: [ ^ self preconditionFailed: 'Category is pr…
41 each methodCategory = newCategory
44 removeCategory: newCategory;
53 ifTrue: [ each methodCategory: newCategory ] ].
56 appendCategory: newCategory
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/install/updatescripts/
H A D1_convert_categories.php23 $newCategory = new \GO\Calendar\Model\Category(); variable
24 $newCategory->name = $category->name;
25 $newCategory->color = $category->color;
26 $newCategory->calendar_id = $calendar->id;
27 $newCategory->save();
33 $event->category_id = $newCategory->id;
/dports/www/p5-WordPress-XMLRPC/WordPress-XMLRPC-2.12/t/
H A D02_XMLRPC.t38 my $newCategory = $w->newCategory({ name => $ncn })
39 or warn("newCategory no return, " . $w->errstr );
41 ### $newCategory
43 unless( ok( $newCategory->{categoryName} eq $ncn ) ){
44 my @k = keys %$newCategory;
47 my $v = $newCategory->{$k};
H A D11_category.t25 for my $method (qw/newCategory deleteCategory suggestCategories getCategory/){
38 ok( $new_category_id = $w->newCategory({ name => $new_category_name} ));
39 print STDERR " # newCategory( '$new_category_name' ) gets id : $new_category_id\n\n";
50 ok( $new_category_id2 = $w->newCategory({ name => $new_category_name}) )
51 or die("failed newCategory( '$new_category_name' ) ".$w->errstr );
52 print STDERR " # newCategory( '$new_category_name' ) gets id : $new_category_id2\n\n";
H A D12_categories.t27 $new_category_id = $w->newCategory({
31 'newCategory()' )
67 ok( $newCategory_id = $w->newCategory({ name => $ncn}), 'newCategory()')
68 or warn("newCategory no return, " . $w->errstr );
/dports/graphics/digikam/digikam-7.4.0/core/utilities/setup/album/
H A Dsetupcategory.cpp166 QString newCategory = d->categoryEdit->text(); in slotRepCategory() local
168 if (newCategory.isEmpty()) in slotRepCategory()
175 d->albumCategoryBox->selectedItems().at(0)->setText(newCategory); in slotRepCategory()
197 QString newCategory = d->categoryEdit->text(); in slotAddCategory() local
199 if (newCategory.isEmpty()) in slotAddCategory()
210 if (newCategory == item->text()) in slotAddCategory()
219 d->albumCategoryBox->insertItem(d->albumCategoryBox->count(), newCategory); in slotAddCategory()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/
H A DCategoryAdderWindow.java32 private Category newCategory; field in CategoryAdderWindow
42 newCategory = CategoryManager.createCategory(entryWindow.getSubmittedInput()); in CategoryAdderWindow()
47 return newCategory; in getNewCategory()
/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dutils_nvtx_settings.hpp30 void check_set_category(uint32_t newCategory) in check_set_category() argument
32 axom::nvtx::set_category(newCategory); in check_set_category()
33 EXPECT_EQ(newCategory, axom::nvtx::get_category()); in check_set_category()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/metadata/metadataedit/xmp/
H A Dxmpcategories.cpp212 QString newCategory = d->subCategoryEdit->text(); in slotRepCategory() local
214 if (newCategory.isEmpty()) in slotRepCategory()
221 d->subCategoriesBox->selectedItems()[0]->setText(newCategory); in slotRepCategory()
243 QString newCategory = d->subCategoryEdit->text(); in slotAddCategory() local
244 if (newCategory.isEmpty()) return; in slotAddCategory()
252 if (newCategory == item->text()) in slotAddCategory()
261 d->subCategoriesBox->insertItem(d->subCategoriesBox->count(), newCategory); in slotAddCategory()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/metadata/metadataedit/iptc/
H A Diptccategories.cpp210 QString newCategory = d->subCategoryEdit->text(); in slotRepCategory() local
211 if (newCategory.isEmpty()) return; in slotRepCategory()
215 d->subCategoriesBox->selectedItems()[0]->setText(newCategory); in slotRepCategory()
237 QString newCategory = d->subCategoryEdit->text(); in slotAddCategory() local
238 if (newCategory.isEmpty()) return; in slotAddCategory()
246 if (newCategory == item->text()) in slotAddCategory()
255 d->subCategoriesBox->insertItem(d->subCategoriesBox->count(), newCategory); in slotAddCategory()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/gui/
H A DjoystickConfig.cpp18 newCategory("HELMS", "Helms"); in JoystickConfig()
24 newCategory("WEAPONS", "Weapons"); in JoystickConfig()
27 newCategory("SCIENCE", "Science"); in JoystickConfig()
31 newCategory("ENGINEERING", "Engineering"); in JoystickConfig()
127 void JoystickConfig::newCategory(string key, string name) in newCategory() function in JoystickConfig
142 newCategory(key, name); in getCategory()
H A DhotkeyConfig.cpp8newCategory("BASIC", tr("hotkey_menu", "Basic")); // these Items should all have predefined values in HotkeyConfig()
16 newCategory("GENERAL", tr("hotkey_menu", "General")); in HotkeyConfig()
25 newCategory("MAIN_SCREEN", tr("hotkey_menu", "Main Screen")); in HotkeyConfig()
45 newCategory("HELMS", tr("hotkey_menu", "Helms")); in HotkeyConfig()
71 newCategory("WEAPONS", tr("hotkey_menu", "Weapons")); in HotkeyConfig()
107 newCategory("SCIENCE", tr("hotkey_menu", "Science")); in HotkeyConfig()
112 newCategory("ENGINEERING", tr("hotkey_menu", "Engineering")); in HotkeyConfig()
296 void HotkeyConfig::newCategory(const string& key, const string& name) in newCategory() function in HotkeyConfig
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/axis/barcategoryaxis/
H A Dqbarcategoryaxis.cpp317 void QBarCategoryAxis::replace(const QString &oldCategory, const QString &newCategory) in replace() argument
323 if (pos != -1 && !d->m_categories.contains(newCategory) && !newCategory.isNull()) { in replace()
324 d->m_categories.replace(pos, newCategory); in replace()
326 setRange(newCategory, d->m_maxCategory); in replace()
328 setRange(d->m_minCategory, newCategory); in replace()
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/trm_control_model/
H A DPosture.h61 std::shared_ptr<Category> newCategory(new Category(name)); in Posture()
62 newCategory->setNative(); in Posture()
63 categoryList_.push_back(newCategory); in Posture()
/dports/net-im/ruqola/ruqola-1.6.1/src/core/model/
H A Demoticoncategorymodelfilterproxymodel.cpp39 void EmoticonCategoryModelFilterProxyModel::setCategory(const QString &newCategory) in setCategory() argument
41 mCategory = newCategory; in setCategory()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Test/Providers/Linq_101_Samples/
H A DInsert_Update_Delete.cs119 var newCategory = new Category in LinqToSqlInsert02()
129 Category = newCategory in LinqToSqlInsert02()
131 db.Categories.InsertOnSubmit(newCategory); in LinqToSqlInsert02()
142 Assert.AreEqual(reloadedCategory.CategoryName, newCategory.CategoryName); in LinqToSqlInsert02()
146 db.Categories.DeleteOnSubmit(newCategory); in LinqToSqlInsert02()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/migration/
H A DMigration.cpp30 const ZLCategoryKey &newCategory, const std::string &newGroup, const std::string &newName, in moveOption() argument
33 ZLStringOption newOption(newCategory, newGroup, newName, defaultValue); in moveOption()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Settings/
H A DCategoryPage.cpp67 connect(m_newCategoryButton, &QPushButton::clicked, this, &CategoryPage::newCategory); in CategoryPage()
359 void Settings::CategoryPage::newCategory() in newCategory() function in Settings::CategoryPage
363 QString newCategory = i18n("New category"); in newCategory() local
364 QString checkedCategory = newCategory; in newCategory()
368 checkedCategory = QString::fromUtf8("%1 %2").arg(newCategory).arg(i); in newCategory()
390 m_untaggedBox->categoryAdded(newCategory); in newCategory()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/
H A DCategory.java40 public static Category create(String newCategory) { in create() argument
41 Category c = new Category(newCategory); in create()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/wizards/newloanwizard/
H A Dadditionalfeeswizardpage.cpp74 connect(dlg, SIGNAL(newCategory(MyMoneyAccount&)), this, SIGNAL(newCategory(MyMoneyAccount&))); in slotAdditionalFees()
/dports/deskutils/plasma5-milou/milou-5.23.5/lib/
H A Drunnerresultsmodel.cpp150 for (const QString &newCategory : newCategories) { in onMatchesChanged() local
151 const auto matchesInNewCategory = newMatches.value(newCategory); in onMatchesChanged()
153 m_matches[newCategory] = matchesInNewCategory; in onMatchesChanged()
154 m_categories.append(newCategory); in onMatchesChanged()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/category/impl/
H A DCategoryManagerImpl.java312 CategoryImpl newCategory = getCategory(name); in createCategory() local
313 if (newCategory == null) { in createCategory()
314 newCategory = new CategoryImpl(this,name, 0, 0, new HashMap<String,String>()); in createCategory()
315 categories.put(name, newCategory); in createCategory()
318 category_listeners.dispatch( LDT_CATEGORY_ADDED, newCategory ); in createCategory()
321 return newCategory; in createCategory()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Text/RSS/
H A DSyntax.hs34 , newCategory
230 newCategory ::
233 newCategory nm = function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Text/Atom/
H A DFeed.hs31 , newCategory
177 newCategory ::
180 newCategory t = Category {catTerm = t, catScheme = Nothing, catLabel = Just t, catOther = []} function

123456