Home
last modified time | relevance | path

Searched refs:gameWhite (Results 1 – 2 of 2) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dfide-lookup.js21 openFidePlayerUrl(gameWhite[currentGame], customPgnHeaderTag('WhiteFideId'));
H A Dpgn4web.js553 …Game('\\[\\s*' + (e.shiftKey ? 'Black' : 'White') + '\\s*"' + fixRegExp(gameWhite[currentGame]) + …
555 …Game('\\[\\s*' + (e.shiftKey ? 'Black' : 'White') + '\\s*"' + fixRegExp(gameWhite[currentGame]) + …
853 text += "[White \"" + ((CurrentVar ? "" : gameWhite[currentGame]) || "?") + "\"]\n";
879 var gameWhite = new Array(); variable
1702 var oldWhite = gameWhite[currentGame];
1721 …LiveBroadcastFoundOldGame = (gameWhite[ii]==oldWhite) && (gameBlack[ii]==oldBlack) && (gameEvent[i…