Searched refs:CurrentPly (Results 1 – 2 of 2) sorted by relevance
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web.js | 52 if (typeof(plyNum) == "undefined") { plyNum = CurrentPly; } 307 GoToMove(CurrentPly + 1); 421 oldPly = CurrentPly; 509 … else { SetCommentsIntoMoveText(!commentsIntoMoveText); } var oldPly = CurrentPly; var oldVar = Cu… 632 …vious comment or variation", function(t,e){ if (e.shiftKey) { GoToMove(CurrentPly - 10); } else { … 633 … next comment or variation", function(t,e){ if (e.shiftKey) { GoToMove(CurrentPly + 10); } else { … 635 …dShortcut("B1", "move 10 half-moves backward", function(t,e){ GoToMove(CurrentPly - 10); }, true);… 636 …rdShortcut("G1", "move 10 half-moves forward", function(t,e){ GoToMove(CurrentPly + 10); }, true);… 639 …", "go to parent variation", function(t,e){ if (e.shiftKey) { GoToMove(CurrentPly - 6); } else { G… 640 …on(t,e){ if (e.shiftKey) { GoToMove(CurrentPly + 6); } else { if (!goToNextVariationSibling()) { G… [all …]
|
| D | parsing-tests.js | 59 …if (console) { console.log(" alert: g=" + currentGame + " v=" + CurrentVar + " p=" + CurrentPly +…
|