Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalDeviceGrant.php134 public function setMoveList($moveList) argument
136 $this->moveList = $moveList;
143 return $this->moveList;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalDeviceGrant.php134 public function setMoveList($moveList) argument
136 $this->moveList = $moveList;
143 return $this->moveList;
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js2022 var moveList = new Array();
2029 moveList[moveList.length] = allMoves[i];
2034 return moveList;