Home
last modified time | relevance | path

Searched refs:ply (Results 226 – 250 of 2491) sorted by relevance

12345678910>>...100

/dports/games/lpairs/lpairs-1.0.5/lpairs/
H A Dsndsrv.c116 ssrv.ply = 0; in SSrv_Ini()
138 if (p) ssrv.ply = 0; in SSrv_Ps()
159 ssrv.ply++; in SSrv_Ply()
171 ssrv.ply++; in SSrv_Ply()
215 ssrv.ply--; in SSrv_CB()
219 if (!ssrv.ply) SSrv_Ps(1); in SSrv_CB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ply/
H A Dlicense.patch1 diff --git a/third_party/ply/__init__.py b/third_party/ply/__init__.py
3 --- a/third_party/ply/__init__.py
4 +++ b/third_party/ply/__init__.py
9 +# ply: __init__.py
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ply/
H A Dlicense.patch1 diff --git a/third_party/ply/__init__.py b/third_party/ply/__init__.py
3 --- a/third_party/ply/__init__.py
4 +++ b/third_party/ply/__init__.py
9 +# ply: __init__.py
/dports/games/crafty/crafty-25.2_1/
H A Dchess.h272 int ply; member
463 int ProbeDTZ(TREE * RESTRICT tree, int ply, int wtm);
618 # define Castle(ply, c) (tree->status[ply].castle[c]) argument
621 # define EnPassant(ply) (tree->status[ply].enpassant_target) argument
622 # define EnPassantTarget(ply) (EnPassant(ply) ? SetMask(EnPassant(ply)) : 0) argument
642 # define SavePV(tree,ply,ph) do { \ argument
643 tree->pv[ply-1].path[ply-1]=tree->curmv[ply-1]; \
644 tree->pv[ply-1].pathl=ply; \
645 tree->pv[ply-1].pathh=ph; \
646 tree->pv[ply-1].pathd=iteration;} while(0)
/dports/cad/meshlab/meshlab-Meshlab-2020.05/sample/normalmap/
H A Dmatteonormb.ply1 ply
5 comment # adding the detail originally present in "..\..\data\StMatthew.0.1.ply"
6 comment # in the mesh "..\..\data\StMatthew500.ply"
/dports/games/trackballs/trackballs-1.3.3/src/
H A Dtrigger.cc40 Player* ply = game.player1; in tick() local
41 double dx = ply->position[0] - x; in tick()
42 double dy = ply->position[1] - y; in tick()
H A DsmartTrigger.cc50 Player *ply = game.player1; in tick() local
51 double dx = ply->position[0] - x; in tick()
52 double dy = ply->position[1] - y; in tick()
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dmoves.c1367 ply++; in make()
1433 ply++; in make()
1466 ply++; in make()
1485 ply++; in make()
1511 ply++; in make()
1543 ply++; in make()
1579 ply++; in make()
1639 ply++; in make()
1674 ply++; in make()
1698 ply++; in make()
[all …]
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dstored.h53 static FullMove getMove (byte code, uint ply = 0) {
54 if ((code < STORED_LINES) && (Moves_[code] + ply) < Moves_[code +1]) {
55 return Moves_[code][ply];
H A Dstored.cpp642 for (int ply=0; ply < 99; ply++) { in StoredLine() local
643 if (((ply %2) == toMove) && b == search) { in StoredLine()
644 matches_[line] = ply; in StoredLine()
647 const FullMove* m = Moves_[line] + ply; in StoredLine()
/dports/games/jfk/jfk-0.1.1/src/client/
H A Dconsole.cc124 person* ply = dynamic_cast<person*> (plys[i]); in draw() local
125 string name(ply->name); in draw()
137 sts << ply->score << "/" << ply->deaths; in draw()
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ply/
H A DREADME.md74 within the 'ply' directory which may also be used as a Python package.
76 lex and yacc from the associated 'ply' package. For example:
78 import ply.lex as lex
79 import ply.yacc as yacc
87 The file setup.py can be used to install ply using distutils.
89 The file doc/ply.html contains complete documentation on how to use
108 http://www.dabeaz.com/ply
117 https://github.com/dabeaz/ply
121 http://groups.google.com/group/ply-hack
188 import ply.lex as lex
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/ply/
H A DREADME.md74 within the 'ply' directory which may also be used as a Python package.
76 lex and yacc from the associated 'ply' package. For example:
78 import ply.lex as lex
79 import ply.yacc as yacc
87 The file setup.py can be used to install ply using distutils.
89 The file doc/ply.html contains complete documentation on how to use
108 http://www.dabeaz.com/ply
117 https://github.com/dabeaz/ply
121 http://groups.google.com/group/ply-hack
188 import ply.lex as lex
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/ply/
H A DREADME.md74 within the 'ply' directory which may also be used as a Python package.
76 lex and yacc from the associated 'ply' package. For example:
78 import ply.lex as lex
79 import ply.yacc as yacc
87 The file setup.py can be used to install ply using distutils.
89 The file doc/ply.html contains complete documentation on how to use
108 http://www.dabeaz.com/ply
117 https://github.com/dabeaz/ply
121 http://groups.google.com/group/ply-hack
188 import ply.lex as lex
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/ply/
H A DREADME.md74 within the 'ply' directory which may also be used as a Python package.
76 lex and yacc from the associated 'ply' package. For example:
78 import ply.lex as lex
79 import ply.yacc as yacc
87 The file setup.py can be used to install ply using distutils.
89 The file doc/ply.html contains complete documentation on how to use
108 http://www.dabeaz.com/ply
117 https://github.com/dabeaz/ply
121 http://groups.google.com/group/ply-hack
188 import ply.lex as lex
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/ply/
H A DREADME.md74 within the 'ply' directory which may also be used as a Python package.
76 lex and yacc from the associated 'ply' package. For example:
78 import ply.lex as lex
79 import ply.yacc as yacc
87 The file setup.py can be used to install ply using distutils.
89 The file doc/ply.html contains complete documentation on how to use
108 http://www.dabeaz.com/ply
117 https://github.com/dabeaz/ply
121 http://groups.google.com/group/ply-hack
188 import ply.lex as lex
[all …]
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/umpack/
H A Dumspdf.c41 static real plx, ply, plrot, stlat1, stlat2; in umspdf_() local
46 sgqmpl_(&plx, &ply, &plrot); in umspdf_()
47 if (plx != umwk1_1.rundef && ply != umwk1_1.rundef && plrot != in umspdf_()
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Ddreamer.h84 int check_game_state(board_t *board, int ply);
88 int check_abort(int ply);
92 int is_check(board_t *board, int ply);
/dports/games/scid/scid/src/
H A Dstored.cpp642 for (int ply=0; ply < 99; ply++) { in StoredLine() local
643 if (((ply %2) == toMove) && b == search) { in StoredLine()
644 matches_[line] = ply; in StoredLine()
647 const FullMove* m = Moves_[line] + ply; in StoredLine()
/dports/games/xscrabble/xscrabble-2.12/src/
H A Dxglobals.h64 void ShowBar(int ply);
69 void Message(int ply,char *mess1,char *mess2);
70 void MessageOne(int ply,char *mess);
77 void Deselect(int ply);
86 void GameOver(int ply);
/dports/devel/emscripten/emscripten-2.0.3/third_party/ply/
H A DREADME74 within the 'ply' directory which may also be used as a Python package.
76 lex and yacc from the associated 'ply' package. For example:
78 import ply.lex as lex
79 import ply.yacc as yacc
87 The file setup.py can be used to install ply using distutils.
89 The file doc/ply.html contains complete documentation on how to use
108 http://www.dabeaz.com/ply
117 http://groups.google.com/group/ply-hack
184 import ply.lex as lex
238 import ply.yacc as yacc
[all …]
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/ply/
H A DREADME74 within the 'ply' directory which may also be used as a Python package.
76 lex and yacc from the associated 'ply' package. For example:
78 import ply.lex as lex
79 import ply.yacc as yacc
87 The file setup.py can be used to install ply using distutils.
89 The file doc/ply.html contains complete documentation on how to use
108 http://www.dabeaz.com/ply
117 http://groups.google.com/group/ply-hack
184 import ply.lex as lex
238 import ply.yacc as yacc
[all …]
/dports/graphics/open3d/Open3D-0.2/docs/tutorial/Basic/
H A Dfile_io.rst22 mesh = read_triangle_mesh("../../TestData/knot.ply")
24 write_triangle_mesh("copy_of_knot.ply", mesh)
63 mesh = read_triangle_mesh("../../TestData/knot.ply")
65 write_triangle_mesh("copy_of_knot.ply", mesh)
/dports/graphics/py-open3d-python/Open3D-0.2/docs/tutorial/Basic/
H A Dfile_io.rst22 mesh = read_triangle_mesh("../../TestData/knot.ply")
24 write_triangle_mesh("copy_of_knot.ply", mesh)
63 mesh = read_triangle_mesh("../../TestData/knot.ply")
65 write_triangle_mesh("copy_of_knot.ply", mesh)
/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dmove.cc379 void SANMove (int move, int ply) in SANMove() argument
421 node1 = TreePtr[ply]; in SANMove()
428 for (node1 = TreePtr[ply]; node1 < TreePtr[ply + 1]; node1++) in SANMove()
479 TreePtr[ply+2] = TreePtr[ply+1]; in SANMove()
480 GenCheckEscapes (ply+1); in SANMove()
481 if (TreePtr[ply+1] == TreePtr[ply+2]) in SANMove()
485 GenCnt -= TreePtr[ply+2] - TreePtr[ply+1]; in SANMove()
782 leaf * IsInMoveList (int ply, int f, int t, char piece) in IsInMoveList() argument
792 for (node = TreePtr[ply]; node < TreePtr[ply + 1]; node++) in IsInMoveList()

12345678910>>...100