Home
last modified time | relevance | path

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

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php339 var $_allFENs = array(); variable in Games_Chess
485 if (!isset($this->_allFENs[$x])) {
486 $this->_allFENs[$x] = 0;
488 $this->_allFENs[$x]++;
675 if (isset($this->_allFENs[$fen]) && $this->_allFENs[$fen] == 3) {
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/Chess/
H A DCrazyhouse.php321 if (!isset($this->_allFENs[$x])) {
322 $this->_allFENs[$x] = 0;
324 $this->_allFENs[$x]++;