Home
last modified time | relevance | path

Searched refs:Knights (Results 1 – 25 of 1222) sorted by relevance

12345678910>>...49

/dports/games/knights/knights-21.12.3/themes/
H A Dknights.desktop2 Name=Knights
5 Name[bs]=Knights
6 Name[ca]=Knights
8 Name[cs]=Knights
9 Name[da]=Knights
10 Name[de]=Knights
11 Name[el]=Knights
13 Name[es]=Knights
14 Name[et]=Knights
15 Name[eu]=Knights
[all …]
/dports/games/knights/knights-21.12.3/src/
H A Dorg.kde.knights.desktop2 Name=Knights
5 Name[bs]=Knights
6 Name[ca]=Knights
8 Name[cs]=Knights
9 Name[da]=Knights
10 Name[de]=Knights
11 Name[el]=Knights
13 Name[es]=Knights
14 Name[et]=Knights
15 Name[eu]=Knights
[all …]
H A Dmain.cpp75 qRegisterMetaType<Knights::Color>("Color"); in main()
79 kRestoreMainWindows<Knights::MainWindow>(); in main()
83 Knights::MainWindow *widget = new Knights::MainWindow; in main()
88 Knights::MainWindow *widget = new Knights::MainWindow; in main()
H A Dofferwidget.cpp28 using namespace Knights;
30 OfferWidget::OfferWidget(const Knights::Offer& offer, QWidget* parent, Qt::WindowFlags f): KMessage… in OfferWidget()
H A Dexternalcontrol.cpp31 using namespace Knights;
53 void ExternalControl::slotMoveMade(const Knights::Move& move) { in slotMoveMade()
H A Dknights.h43 namespace Knights {
65 void gameOver(Knights::Color);
/dports/games/pcgen/pcgen/data/modern/rpg_objects/blood_and_relics/
H A Dbnr2_feat_secret_societies.lst40 Secret Society (Knights Templar/2) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (K…
42 Secret Society (Knights Templar/4) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (K…
43 Secret Society (Knights Templar/5) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (K…
45 Secret Society (Knights Templar/7) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (K…
47 Secret Society (Knights Templar/9) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (K…
73 Secret Society (Teutonic Knights/2) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (…
75 Secret Society (Teutonic Knights/4) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (…
76 Secret Society (Teutonic Knights/5) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (…
78 Secret Society (Teutonic Knights/7) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (…
80 Secret Society (Teutonic Knights/9) TYPE:SecretSociety PREABILITY:1,CATEGORY=FEAT,Secret Society (…
[all …]
/dports/math/gecode/gecode-0916a1a/examples/
H A Dknights.cpp160 class Knights : public Script { class
202 Knights(const SizeOptions& opt) in Knights() function in Knights
214 Knights(Knights& s) : Script(s), n(s.n) { in Knights() function in Knights
250 class KnightsReified : public Knights {
285 KnightsReified(KnightsReified& s) : Knights(s) {} in KnightsReified()
303 class KnightsCircuit : public Knights {
315 KnightsCircuit(KnightsCircuit& s) : Knights(s) {} in KnightsCircuit()
344 const Knights& k = static_cast<const Knights&>(s); in inspect()
411 opt.propagation(Knights::PROP_CIRCUIT); in main()
414 opt.branching(Knights::BRANCH_NAIVE); in main()
[all …]
/dports/games/knights/knights-21.12.3/src/proto/
H A Duciprotocol.h29 namespace Knights {
38 void declineOffer(const Knights::Offer& offer) override;
39 void acceptOffer(const Knights::Offer& offer) override;
40 void makeOffer(const Knights::Offer& offer) override;
43 void move(const Knights::Move& m) override;
47 void changeCurrentTime(Knights::Color color, const QTime& time);
H A Duciprotocol.cpp27 using namespace Knights;
85 void UciProtocol::declineOffer(const Knights::Offer& offer) { in declineOffer()
89 void UciProtocol::acceptOffer(const Knights::Offer& offer) { in acceptOffer()
93 void UciProtocol::makeOffer(const Knights::Offer& offer) { in makeOffer()
108 void UciProtocol::move(const Knights::Move& m) { in move()
/dports/games/knights/knights-21.12.3/src/core/
H A Dpiece.h28 namespace Knights {
76 Q_DECLARE_METATYPE ( Knights::Color )
77 Q_DECLARE_METATYPE ( Knights::Colors )
78 Q_DECLARE_METATYPE ( Knights::PieceType )
79 Q_DECLARE_METATYPE ( Knights::PieceData )
80 Q_DECLARE_METATYPE ( Knights::PieceDataMap )
H A Dmove.h37 namespace Knights {
132 QDebug operator<<(QDebug debug, const Knights::Move &move);
134 Q_DECLARE_METATYPE(Knights::Move)
135 Q_DECLARE_METATYPE(Knights::Move::List)
H A Dpos.cpp27 namespace Knights { namespace
93 QDebug operator<< ( QDebug debug, const Knights::Pos& pos ) { in operator <<()
94 debug.nospace() << Knights::Pos::row ( pos.first ) << pos.second; in operator <<()
H A Dpos.h27 namespace Knights {
53 QDebug operator<< ( QDebug debug, const Knights::Pos &pos );
/dports/games/crafty/crafty-25.2_1/
H A Droot.c52 Knights(white) | Knights(black), Pawns(white) | Pawns(black), in RootMoveList()
112 Knights(white) | Knights(black), Pawns(white) | Pawns(black), in RootMoveList()
267 Knights(white) | Knights(black), Pawns(white) | Pawns(black), in RootMoveEGTB()
338 Knights(white) | Knights(black), Pawns(white) | Pawns(black), in RootMoveEGTB()
H A Dattacks.c23 if (KnightAttacks(square) & Knights(side)) in Attacks()
54 attacks |= KnightAttacks(square) & (Knights(black) | Knights(white)); in AttacksTo()
112 if (KnightAttacks(square) & Knights(side)) in Attacked()
H A Dvalidate.c40 Pawns(side) | Knights(side) | Bishops(side) | Rooks(side) | in ValidatePosition()
63 Pawns(white) ^ Knights(white) ^ Bishops(white) ^ Rooks(white) ^ in ValidatePosition()
64 Queens(white) ^ Pawns(black) ^ Knights(black) ^ Bishops(black) ^ in ValidatePosition()
67 Pawns(white) | Knights(white) | Bishops(white) | Rooks(white) | in ValidatePosition()
68 Queens(white) | Pawns(black) | Knights(black) | Bishops(black) | in ValidatePosition()
/dports/games/knights/knights-21.12.3/
H A DREADME.md1 # Knights chapter
3 Knights is KDE's chess frontend. It supports playing local games against human players or against c…
12 Knights is not bound to any specific chess engine and talks to every engine supporting either the X…
25 # How To Build Knights
41 Use [KDE Bugtracking System](https://bugs.kde.org/) to report any kind of issues with Knights.
/dports/games/pcgen/pcgen/data/pathfinder/paizo/player_companion/knights_of_the_inner_sea/
H A Dknights_of_the_inner_sea.pcc2 CAMPAIGN:Knights of the Inner Sea
15 SOURCELONG:Knights of the Inner Sea
25 URL:Paizo Publishing|http://paizo.com/products/btpy8ufc?Pathfinder-Player-Companion-Knights-of-the-…
27 …offers countless options to those who walk the elite path of knighthood. Knights of the Inner Sea …
32 COPYRIGHT:Pathfinder Player Companion: Knights of the Inner Sea Copyright 2012, Paizo Publishing, L…
33 COPYRIGHT:PCGen dataset conversion for "Pathfinder Player Companion: Knights of the Inner Sea" Copy…
/dports/math/libxsmm/libxsmm-1.16.3/samples/specfem/
H A DREADME.md42 For Knights Corner (KNC) (and thereby creating a Sandy Bridge version):
66 For Knights Corner (KNC):
86 For Knights Corner, this would need two steps:
101 For Knights Corner (KNC):
192 ### Knights Corner - Intel Xeon Phi B1PRQ-5110P/5120D
/dports/astro/stellarium/stellarium-0.21.3/skycultures/arabic_lunar_stations/
H A Dstar_names.fab25 94779|_("The Knights 1") 1,2,3,4
26 97165|_("The Knights 2") 1,2,3,4
27 100453|_("The Knights 3") 1,2,3,4
28 102488|_("The Knights 4") 1,2,3,4
29 104732|_("The Knights 5") 1,2,3,4
/dports/games/freeciv/freeciv-2.6.6/data/nation/
H A Dmaltese.ruleset8 Sicilians, Knights Hospitaller, French, and British. Malta became\
50 "Żebbuġ", ; built in Knights Hospitaller period (aka Citta Rohan)
51 "Ħaż-Żabbar", ; built in Knights Hospitaller period (aka Citta Hompesch)
/dports/games/freeciv-nox11/freeciv-2.6.6/data/nation/
H A Dmaltese.ruleset8 Sicilians, Knights Hospitaller, French, and British. Malta became\
50 "Żebbuġ", ; built in Knights Hospitaller period (aka Citta Rohan)
51 "Ħaż-Żabbar", ; built in Knights Hospitaller period (aka Citta Hompesch)
/dports/games/pcgen/pcgen/data/35e/secular_games/lines_of_legend/winter_elves/
H A Dwinterelves_equip.lst11 Knights Bow PROFICIENCY:WEAPON|Knights Bow TYPE:Weapon.Ranged.Exotic.Piercing.Projectile.Bow COST:…
/dports/sysutils/cpuid/cpuid-20211031/
H A DFAMILY.NOTES181 Knights Ferry : 24 Aubrey Isle {K1OM}, derived from Larrabee cores
182 Knights Corner : 50 (Aubrey Isle-derived) {K1OM} cores
183 Knights Landing : 72 Airmont cores
184 Knights Hill : (canceled; would've shrunk Knights Landing to 10nm)
185 Knights Mill : 72 Airmont(?) cores

12345678910>>...49