Home
last modified time | relevance | path

Searched refs:inRepetitionDraw (Results 1 – 3 of 3) sorted by relevance

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/inRepetitionDraw/
H A Dtest.phpt48 $phpunit->assertFalse($board->inRepetitionDraw(), 'draw 1');
57 $phpunit->assertTrue($board->inRepetitionDraw(), 'draw 1.5');
80 $phpunit->assertFalse($board->inRepetitionDraw(), 'draw 2');
88 $phpunit->assertTrue($board->inRepetitionDraw(), 'draw 2.5');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php644 $this->inRepetitionDraw() ||
672 function inRepetitionDraw() function in Games_Chess
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/Chess/
H A DCrazyhouse.php1187 function inRepetitionDraw() function in Games_Chess_Crazyhouse