Searched refs:StartPly (Results 1 – 1 of 1) sorted by relevance
656 var thisPly = numPlies ? CurrentPly - numPlies : StartPly;702 … number=' + (numberOfVars-1) : '') + (PlyNumber > 0 ? '\nPLY: start=' + StartPly + ' current=' + C…806 for (var thisPly = StartPly; thisPly < CurrentPly; thisPly++) {826 for (var thisPly = CurrentPly; thisPly <= StartPly + PlyNumber; thisPly++) {828 if (thisPly == StartPly + PlyNumber) {1010 var StartPly; variable1262 var backStart = StartPly;1378 …clockString = ((showThisMove+1 === StartPly+PlyNumber) && ((!LiveBroadcastDemo) || (gameResult[cur…1380 …clockString = showThisMove+1 > StartPly ? clockFromComment(showThisMove+1) : initialLastMoverClock;1381 if (!clockString && (CurrentPly === StartPly+PlyNumber)) {[all …]