Home
last modified time | relevance | path

Searched refs:new_category (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmutation_data.cpp90 mutation_category_trait new_category; in load() local
91 jsobj.read( "id", new_category.id, true ); in load()
92 jsobj.get_member( "name" ).read( new_category.raw_name ); in load()
105 new_category.iv_hunger = jsobj.get_int( "iv_hunger", 10 ); in load()
106 new_category.iv_thirst = jsobj.get_int( "iv_thirst", 10 ); in load()
107 new_category.iv_pain = jsobj.get_int( "iv_pain", 2 ); in load()
108 new_category.iv_fatigue = jsobj.get_int( "iv_fatigue", 5 ); in load()
109 new_category.iv_morale = jsobj.get_int( "iv_morale", 0 ); in load()
111 new_category.wip = jsobj.get_bool( "wip", false ); in load()
120 new_category.iv_noise = jsobj.get_int( "iv_noise", 0 ); in load()
[all …]
H A Dadvanced_inv_pagination.cpp16 bool advanced_inventory_pagination::new_category( const item_category *cat ) in new_category() function in advanced_inventory_pagination
23 if( pane.sortby == SORTBY_CATEGORY && new_category( pane.items[index].cat ) ) { in lines_needed()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmutation_data.cpp90 mutation_category_trait new_category; in load() local
91 jsobj.read( "id", new_category.id, true ); in load()
92 jsobj.get_member( "name" ).read( new_category.raw_name ); in load()
105 new_category.iv_hunger = jsobj.get_int( "iv_hunger", 10 ); in load()
106 new_category.iv_thirst = jsobj.get_int( "iv_thirst", 10 ); in load()
107 new_category.iv_pain = jsobj.get_int( "iv_pain", 2 ); in load()
108 new_category.iv_fatigue = jsobj.get_int( "iv_fatigue", 5 ); in load()
109 new_category.iv_morale = jsobj.get_int( "iv_morale", 0 ); in load()
111 new_category.wip = jsobj.get_bool( "wip", false ); in load()
120 new_category.iv_noise = jsobj.get_int( "iv_noise", 0 ); in load()
[all …]
H A Dadvanced_inv_pagination.cpp16 bool advanced_inventory_pagination::new_category( const item_category *cat ) in new_category() function in advanced_inventory_pagination
23 if( pane.sortby == SORTBY_CATEGORY && new_category( pane.items[index].cat ) ) { in lines_needed()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_slides/tests/
H A Dtest_slide_utils.py12 new_category = self.env['slide.slide'].create({
24 self.assertEqual(categorized_slides[2]['category'], new_category)
78 new_category = self.env['slide.slide'].create({
97 self.assertEqual(new_slide.category_id, new_category)
116 new_category = self.env['slide.slide'].create({
123 new_category.flush()
125 self.channel._resequence_slides(self.slide_3, force_category=new_category)
127 self.assertEqual(new_category.sequence, 2)
131 …self.assertEqual([s.id for s in self.channel.slide_ids], [self.slide.id, new_category.id, self.sli…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/
H A Dcontent_suggestions_service_unittest.cc388 Category new_category = in TEST_F() local
391 std::vector<Category>({category, new_category})); in TEST_F()
393 EXPECT_CALL(observer, OnNewSuggestions(new_category)); in TEST_F()
396 provider->FireSuggestionsChanged(new_category, in TEST_F()
399 ExpectThatSuggestionsAre(new_category, {1, 2}); in TEST_F()
404 ASSERT_THAT(providers().count(new_category), Eq(1ul)); in TEST_F()
406 EXPECT_THAT(service()->GetCategoryStatus(new_category), in TEST_F()
424 Category new_category = in TEST_F() local
427 std::vector<Category>({category, new_category})); in TEST_F()
430 provider->FireCategoryStatusChanged(new_category, in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/
H A Dcontent_suggestions_service_unittest.cc388 Category new_category = in TEST_F() local
391 std::vector<Category>({category, new_category})); in TEST_F()
393 EXPECT_CALL(observer, OnNewSuggestions(new_category)); in TEST_F()
396 provider->FireSuggestionsChanged(new_category, in TEST_F()
399 ExpectThatSuggestionsAre(new_category, {1, 2}); in TEST_F()
404 ASSERT_THAT(providers().count(new_category), Eq(1ul)); in TEST_F()
406 EXPECT_THAT(service()->GetCategoryStatus(new_category), in TEST_F()
424 Category new_category = in TEST_F() local
427 std::vector<Category>({category, new_category})); in TEST_F()
430 provider->FireCategoryStatusChanged(new_category, in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py88 new_category = self.dbg.GetCategory("foobar")
90 new_category.IsValid(),
92 new_category = self.dbg.CreateCategory("foobar")
93 new_category.SetEnabled(True)
94 new_category.AddTypeSummary(
108 new_category.SetEnabled(False)
117 self.dbg.DeleteCategory(new_category.GetName())
380 new_category.AddTypeSummary(
385 new_category.SetEnabled(True)
391 new_category.AddTypeSummary(
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py88 new_category = self.dbg.GetCategory("foobar")
90 new_category.IsValid(),
92 new_category = self.dbg.CreateCategory("foobar")
93 new_category.SetEnabled(True)
94 new_category.AddTypeSummary(
108 new_category.SetEnabled(False)
117 self.dbg.DeleteCategory(new_category.GetName())
380 new_category.AddTypeSummary(
385 new_category.SetEnabled(True)
391 new_category.AddTypeSummary(
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py88 new_category = self.dbg.GetCategory("foobar")
90 new_category.IsValid(),
92 new_category = self.dbg.CreateCategory("foobar")
93 new_category.SetEnabled(True)
94 new_category.AddTypeSummary(
108 new_category.SetEnabled(False)
117 self.dbg.DeleteCategory(new_category.GetName())
380 new_category.AddTypeSummary(
385 new_category.SetEnabled(True)
391 new_category.AddTypeSummary(
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py88 new_category = self.dbg.GetCategory("foobar")
90 new_category.IsValid(),
92 new_category = self.dbg.CreateCategory("foobar")
93 new_category.SetEnabled(True)
94 new_category.AddTypeSummary(
108 new_category.SetEnabled(False)
117 self.dbg.DeleteCategory(new_category.GetName())
380 new_category.AddTypeSummary(
385 new_category.SetEnabled(True)
391 new_category.AddTypeSummary(
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py88 new_category = self.dbg.GetCategory("foobar")
90 new_category.IsValid(),
92 new_category = self.dbg.CreateCategory("foobar")
93 new_category.SetEnabled(True)
94 new_category.AddTypeSummary(
108 new_category.SetEnabled(False)
117 self.dbg.DeleteCategory(new_category.GetName())
380 new_category.AddTypeSummary(
385 new_category.SetEnabled(True)
391 new_category.AddTypeSummary(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py89 new_category = self.dbg.GetCategory("foobar")
91 new_category.IsValid(),
93 new_category = self.dbg.CreateCategory("foobar")
94 new_category.SetEnabled(True)
95 new_category.AddTypeSummary(
109 new_category.SetEnabled(False)
118 self.dbg.DeleteCategory(new_category.GetName())
381 new_category.AddTypeSummary(
386 new_category.SetEnabled(True)
392 new_category.AddTypeSummary(
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py89 new_category = self.dbg.GetCategory("foobar")
91 new_category.IsValid(),
93 new_category = self.dbg.CreateCategory("foobar")
94 new_category.SetEnabled(True)
95 new_category.AddTypeSummary(
109 new_category.SetEnabled(False)
118 self.dbg.DeleteCategory(new_category.GetName())
381 new_category.AddTypeSummary(
386 new_category.SetEnabled(True)
392 new_category.AddTypeSummary(
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py89 new_category = self.dbg.GetCategory("foobar")
91 new_category.IsValid(),
93 new_category = self.dbg.CreateCategory("foobar")
94 new_category.SetEnabled(True)
95 new_category.AddTypeSummary(
109 new_category.SetEnabled(False)
118 self.dbg.DeleteCategory(new_category.GetName())
381 new_category.AddTypeSummary(
386 new_category.SetEnabled(True)
392 new_category.AddTypeSummary(
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/python_api/formatters/
H A DTestFormattersSBAPI.py89 new_category = self.dbg.GetCategory("foobar")
91 new_category.IsValid(),
93 new_category = self.dbg.CreateCategory("foobar")
94 new_category.SetEnabled(True)
95 new_category.AddTypeSummary(
109 new_category.SetEnabled(False)
118 self.dbg.DeleteCategory(new_category.GetName())
381 new_category.AddTypeSummary(
386 new_category.SetEnabled(True)
392 new_category.AddTypeSummary(
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py89 new_category = self.dbg.GetCategory("foobar")
91 new_category.IsValid(),
93 new_category = self.dbg.CreateCategory("foobar")
94 new_category.SetEnabled(True)
95 new_category.AddTypeSummary(
109 new_category.SetEnabled(False)
118 self.dbg.DeleteCategory(new_category.GetName())
381 new_category.AddTypeSummary(
386 new_category.SetEnabled(True)
392 new_category.AddTypeSummary(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/explore_sites/
H A Dexplore_sites_service_impl.cc217 Category* new_category = nullptr; in ValidateCatalog() local
238 if (new_category == nullptr) { in ValidateCatalog()
241 new_category = validated_catalog->add_categories(); in ValidateCatalog()
245 Site* new_site = new_category->add_sites(); in ValidateCatalog()
256 if (new_category == nullptr) { in ValidateCatalog()
264 new_category->MergeFrom(category); in ValidateCatalog()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/standard/
H A Dstandardserviceroot.cpp316 auto* new_category = new StandardCategory(*source_category); in mergeImportExportModel() local
317 QString new_category_title = new_category->title(); in mergeImportExportModel()
320 new_category->clearChildren(); in mergeImportExportModel()
326 new_category, in mergeImportExportModel()
329 requestItemReassignment(new_category, target_parent); in mergeImportExportModel()
331 original_parents.push(new_category); in mergeImportExportModel()
H A Dstandardfeedsimportexportmodel.cpp285 auto* new_category = new StandardCategory(active_model_item); in importAsOPML20() local
287 new_category->setTitle(category_title); in importAsOPML20()
290 new_category->setIcon(category_icon); in importAsOPML20()
293 new_category->setDescription(category_description); in importAsOPML20()
294 active_model_item->appendChild(new_category); in importAsOPML20()
298 model_items.push(new_category); in importAsOPML20()
/dports/lang/ruby26/ruby-2.6.9/test/rss/
H A Dtest_setup_maker_itunes.rb33 channel.itunes_categories.new_category.text = category
111 target = target.new_category
115 target.new_category.text = category
H A Dtest_setup_maker_2.0.rb62 maker.channel.categories.new_category do |new_category|
63 new_category.content = category
214 category = item.categories.new_category
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/Forms/
H A Dform_categories.html.twig59 {{ form_errors(form.new_category) }}
60 {{ form_widget(form.new_category.name) }}
66 <label class="form-control-label">{{ form.new_category.id_parent.vars.label }}</label>
67 {{ form_widget(form.new_category.id_parent) }}
/dports/cad/cura/Cura-58bae31/cura/Machines/Models/
H A DIntentModel.py50 def setIntentCategory(self, new_category: str) -> None:
51 if self._intent_category != new_category:
52 self._intent_category = new_category
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/
H A Dproperties_model.cpp76 QStandardItem* new_category = new QStandardItem (category_name); in addCategory() local
77 appendRow (new_category); in addCategory()

12345678