Home
last modified time | relevance | path

Searched refs:_getAllPieceLocations (Results 1 – 6 of 6) sorted by relevance

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/getAllPieceLocations/
H A Dtest_empty.phpt2 Games_Chess_Crazyhouse->_getAllPieceLocations() empty board
7 $phpunit->assertEquals(array(), $board->_getAllPieceLocations('W'), 'white');
8 $phpunit->assertEquals(array(), $board->_getAllPieceLocations('B'), 'black');
H A Dtest_starting.phpt2 Games_Chess_Crazyhouse->_getAllPieceLocations() starting position
25 ), $board->_getAllPieceLocations('W'), 'white');
43 ), $board->_getAllPieceLocations('B'), 'black');
H A Dtest_other.phpt2 Games_Chess_Crazyhouse->_getAllPieceLocations() starting position
38 ), $board->_getAllPieceLocations('W'), 'white');
56 ), $board->_getAllPieceLocations('B'), 'black');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/Chess/
H A DStandard.php359 function _getAllPieceLocations($color) function in Games_Chess_Standard
H A DCrazyhouse.php907 function _getAllPieceLocations($color) function in Games_Chess_Crazyhouse
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php1773 return $this->_getAllPieceLocations($color);
1783 function _getAllPieceLocations($color) function in Games_Chess