Home
last modified time | relevance | path

Searched defs:Knights (Results 1 – 20 of 20) sorted by relevance

/dports/games/knights/knights-21.12.3/
H A DREADME.md1 # Knights chapter
/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
/dports/games/knights/knights-21.12.3/src/core/
H A Dpiece.cpp26 namespace Knights { namespace
H A Dpos.cpp27 namespace Knights { namespace
H A Dmove.cpp34 namespace Knights { namespace
/dports/math/R-cran-partitions/partitions/inst/doc/
H A Dscrabble.R26 blockparts(c(Bishops=2,Knights=2,Rooks=2,Queens=1),3) nameattr
/dports/games/knights/knights-21.12.3/src/proto/
H A Dprotocol.cpp30 namespace Knights { namespace
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_generators.py1137 class Knights: class
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_generators.py1137 class Knights: class
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_generators.py1136 class Knights: class
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_generators.py1432 class Knights: class
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_generators.py1432 class Knights: class
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_generators.py1433 class Knights: class
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_generators.py1432 class Knights: class
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_generators.py1432 class Knights: class
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_generators.py1432 class Knights: class
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_generators.py1606 class Knights: class
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_generators.py1606 class Knights: class
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_generators.py1615 class Knights: class
/dports/games/crafty/crafty-25.2_1/
H A Dchess.h603 # define Knights(c) (tree->position.color[c].pieces[knight]) macro