Home
last modified time | relevance | path

Searched refs:Secondary (Results 1 – 25 of 5408) sorted by relevance

12345678910>>...217

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dskill.cpp43 …= {Secondary::PATHFINDING, Secondary::ARCHERY, Secondary::LOGISTICS, Secondary::SCOUTING, Seco…
44Secondary::WISDOM, Secondary::MYSTICISM, Secondary::LUCK, Secondary::BALLISTICS, Seconda…
234 Skill::Secondary::Secondary() in Secondary() function in Skill::Secondary
238 Skill::Secondary::Secondary( int skill, int level ) in Secondary() function in Skill::Secondary
251 void Skill::Secondary::Set( const Secondary & skill ) in Set()
565 AddSkill( Secondary( Secondary::ARCHERY, ptr->initial_secondary.archery ) ); in SecSkills()
571 AddSkill( Secondary( Secondary::ESTATES, ptr->initial_secondary.estates ) ); in SecSkills()
575 AddSkill( Secondary( Secondary::LUCK, ptr->initial_secondary.luck ) ); in SecSkills()
591 AddSkill( Secondary( Secondary::WISDOM, ptr->initial_secondary.wisdom ) ); in SecSkills()
764 Secondary skill( Secondary::LEADERSHIP, level ); in GetLeadershipModifiers()
[all …]
H A Dskill.h59 class Secondary : public std::pair<int, int>
81 Secondary();
82 Secondary( int skill, int level );
85 void Set( const Secondary & );
110 StreamBase & operator>>( StreamBase &, Secondary & );
112 class SecSkills : protected std::vector<Secondary>
120 void AddSkill( const Skill::Secondary & );
121 …lsForLevelUp( int race, uint32_t seedSkill1, uint32_t seedSkill2, Secondary &, Secondary & ) const;
122 void FillMax( const Skill::Secondary & );
123 Secondary * FindSkill( int );
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DCheats.cpp194 …MakeWidget({ 0, 43}, {WW, 257}, WindowWidgetType::ImgBtn, WindowColour::Secondary), /* tab content…
203 … ({ 11, 48}, CHEAT_BUTTON, WindowWidgetType::Checkbox, WindowColour::Secondary, STR_MAKE_PARK_N…
206 … ({ 11, 111}, CHEAT_BUTTON, WindowWidgetType::Button, WindowColour::Secondary, STR_ADD_MONEY …
207 … ({127, 111}, CHEAT_BUTTON, WindowWidgetType::Button, WindowColour::Secondary, STR_SET_MONEY …
208 … ({ 11, 153}, CHEAT_BUTTON, WindowWidgetType::Button, WindowColour::Secondary, STR_CHEAT_CLEAR…
209 … ({ 5, 184}, {238, 101}, WindowWidgetType::Groupbox, WindowColour::Secondary, STR_DATE_SET …
210 …ts({120, 197}, CHEAT_SPINNER, WindowWidgetType::Spinner, WindowColour::Secondary
211 …ts({120, 218}, CHEAT_SPINNER, WindowWidgetType::Spinner, WindowColour::Secondary
212 …ts({120, 239}, CHEAT_SPINNER, WindowWidgetType::Spinner, WindowColour::Secondary
213 … ({ 11, 258}, CHEAT_BUTTON, WindowWidgetType::Button, WindowColour::Secondary, STR_DATE_SET …
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h27 std::unique_ptr<DiagnosticConsumer> Secondary; variable
31 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
33 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
37 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
38 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
43 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
47 Secondary->EndSourceFile(); in EndSourceFile()
52 Secondary->finish(); in finish()
66 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h27 std::unique_ptr<DiagnosticConsumer> Secondary; variable
31 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
33 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
37 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
38 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
43 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
47 Secondary->EndSourceFile(); in EndSourceFile()
52 Secondary->finish(); in finish()
66 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument
37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
46 Secondary->EndSourceFile(); in EndSourceFile()
51 Secondary->finish(); in finish()
65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_static.cpp272 case Skill::Secondary::ARCHERY: in GetSkillValues()
274 case Skill::Secondary::LOGISTICS: in GetSkillValues()
276 case Skill::Secondary::SCOUTING: in GetSkillValues()
278 case Skill::Secondary::DIPLOMACY: in GetSkillValues()
280 case Skill::Secondary::NAVIGATION: in GetSkillValues()
282 case Skill::Secondary::LEADERSHIP: in GetSkillValues()
284 case Skill::Secondary::WISDOM: in GetSkillValues()
286 case Skill::Secondary::MYSTICISM: in GetSkillValues()
288 case Skill::Secondary::LUCK: in GetSkillValues()
292 case Skill::Secondary::EAGLEEYE: in GetSkillValues()
[all …]
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Panel/Secondary/
H A DSecondary.php5 namespace ILIAS\UI\Implementation\Component\Panel\Secondary;
15 abstract class Secondary implements C\Panel\Secondary\Secondary class
49 * @return Secondary
51 public function withActions(C\Dropdown\Standard $actions) : C\Panel\Secondary\Secondary
70 public function withFooter(C\Button\Shy $component) : C\Panel\Secondary\Secondary
H A DRenderer.php5 namespace ILIAS\UI\Implementation\Component\Panel\Secondary;
21 if ($component instanceof C\Panel\Secondary\Listing) {
23 } elseif ($component instanceof C\Panel\Secondary\Legacy) {
33 …protected function renderListing(C\Panel\Secondary\Listing $component, RendererInterface $default_…
57 …protected function renderLegacy(C\Panel\Secondary\Legacy $component, RendererInterface $default_re…
73 C\Panel\Secondary\Secondary $component,
100 C\Panel\Secondary\Secondary $component,
119 return array(C\Panel\Secondary\Listing::class, C\Panel\Secondary\Secondary::class);
/dports/astro/nightfall/nightfall-1.92/
H A DLightGtkCheck.c72 Binary[Secondary].RocheFill = 1.0; in check_data()
102 Binary[Secondary].RocheFill = 1.0; in check_data()
158 Binary[Secondary].Fratio = 1.0; in check_data()
483 Binary[Secondary].RocheFill = LIM_RF_L; in check_data()
489 Binary[Secondary].RocheFill = LIM_RO_H; in check_data()
503 Binary[Secondary].log_g = LIM_LOGG_H; in check_data()
535 Binary[Secondary].log_g = f; in check_data()
561 Binary[Secondary].Temperature = LIM_TB_L; in check_data()
662 if(Binary[Secondary].Fratio < LIM_FR_L){ in check_data()
666 Binary[Secondary].Fratio = LIM_FR_L; in check_data()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb_rpl/r/
H A Dndb_rpl_conflict_epoch2_trans.result58 2 Secondary first change 2
361 12 Secondary ruled once
394 12 Secondary ruled once
414 12 Secondary ruled once
421 Secondary with innocent
434 12 Secondary ruled once
450 7 7 : Secondary guilty
452 9 9 : Secondary guilty
454 12 Secondary ruled once
471 12 Secondary ruled once
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb_rpl/r/
H A Dndb_rpl_conflict_epoch2_trans.result58 2 Secondary first change 2
361 12 Secondary ruled once
394 12 Secondary ruled once
414 12 Secondary ruled once
421 Secondary with innocent
434 12 Secondary ruled once
450 7 7 : Secondary guilty
452 9 9 : Secondary guilty
454 12 Secondary ruled once
471 12 Secondary ruled once
[all …]

12345678910>>...217