Searched refs:moves (Results 1 – 25 of 40) sorted by relevance
12
| /plugin/pgn4web/pgn4web/libs/garbochess/ |
| D | garbochess.js | 157 var moves = GenerateValidMoves(); 158 for (var i = 0; i < moves.length; i++) { 159 if (FormatMove(moves[i]) == moveString) { 160 return moves[i]; 494 var moves = new Array(); 500 GenerateCaptureMoves(moves, null); 501 GenerateAllMoves(moves); 503 for (var i = 0; i < moves.length; i++) { 504 moveScores[i] = ScoreMove(moves[i]); 507 GenerateCaptureMoves(moves, null); [all …]
|
| /plugin/move/helper/ |
| D | rewrite.php | 100 * @param array $moves list of moves (src is key, dst is value) 104 public function setMoveMetas($id, $moves, $type) { argument 113 foreach($moves as $src => $dst) {
|
| D | handler.php | 95 $moves = $this->page_moves; 97 $moves = $this->media_moves; 102 foreach($moves as $move) {
|
| /plugin/pgn4web/pgn4web/fonts/ |
| D | pgn4web-fonts.css | 8 * allows using the following chess figurine font-family setting for the chess moves: 19 * of header and text with the moves.
|
| D | pgn4web-font-LiberationSans.css | 9 * header and text with the moves, when chess moves are displayed using a supplied
|
| D | pgn4web-font-ChessSansPiratf.css | 8 * allows using the following chess figurine font-family setting for the chess moves:
|
| D | pgn4web-font-ChessSansUsual.css | 8 * allows using the following chess figurine font-family setting for the chess moves:
|
| D | pgn4web-font-ChessSansMerida.css | 8 * allows using the following chess figurine font-family setting for the chess moves:
|
| D | pgn4web-font-ChessSansAlpha.css | 8 * allows using the following chess figurine font-family setting for the chess moves:
|
| D | pgn4web-font-ChessSansUscf.css | 8 * allows using the following chess figurine font-family setting for the chess moves:
|
| /plugin/editsections/ |
| D | plugin.info.txt | 6 desc The “editsections” plugin moves edit section buttons up to the heading they originated from.…
|
| D | all.css | 5 This moves the section edit button down onto the same "line" as the header
|
| /plugin/pgn4web/pgn4web/ |
| D | README.txt | 42 - uses figurine fonts for chess moves and chess informant style symbols for 123 …ates in steps, default false) endlessFlag (if true, keeps polling for new moves even after all gam… 175 pgn4web allows displaying chess moves text using the supplied figurine fonts: 179 as well for overall consistent display of moves, text and headers. 181 To enable figurine display of chess moves text, make sure you include the 253 - endlessFlag = if set true, keeps polling for new moves even atfer all games 260 By default, polling for new moves stops once all games are finished; a game is 262 endlessFlag is set, the polling for new moves continues endlessly. 411 (pgn4web can however display chess moves text using figurine notation, so 428 pgn4web also supports null moves in the "--" notation (used by a number of [all …]
|
| D | test.pgn | 91 1. d4 () d5 ( ) 2. c4 ({ variations without moves should become comments }) 94 [Event "Testing null moves"]
|
| D | pgn-standard.txt | 384 possibly annotated moves of the game along with the concluding game termination 385 marker. The chess moves themselves are represented using SAN (Standard 626 The movetext section is composed of chess moves, move number indications, 629 Because illegal moves are not real chess moves, they are not permitted in PGN 631 moves are relatively rare in games worthy of recording. 693 SAN (Standard Algebraic Notation) is a representation standard for chess moves 726 The letter code for a pawn is not used for SAN moves in PGN export format 743 pawns) followed by the destination square. Capture moves are denoted by the 783 Note that the above disambiguation is needed only to distinguish among moves of 789 (nonchecking) knight moves would be "Nce2" and "Nge2". However, if the white [all …]
|
| D | pgn-standard-proposed-supplement.txt | 220 The elapsed time that a player has used for all moves in the game up to that 305 8.1. The time control is specified as 40 moves in two hours and then one hour to 321 following the first move after *all* subsequent moves.
|
| /plugin/flowplay2/flowplayer/ |
| D | javascript.txt | 155 when the playback moves from one clip to the next. 205 Called every time the playhead moves in the media's timeline. The value
|
| /plugin/bootswrapper/exe/help/ |
| D | panel.txt | 69 If there is no panel body, the component moves from panel header to table without interruption.
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | README.md | 80 * API and CLI interfaces are split, so API stays in this repository while CLI moves to [clean-css-c… 90 * moves `roundingPrecision` and `specialComments` to level 1 optimizations options, see examples; 91 * moves `mediaMerging`, `restructuring`, `semanticMerging`, and `shorthandCompacting` to level 2 op…
|
| /plugin/tline/ |
| D | CHANGES.txt | 246 controls whether the mouse-wheel scrolls, zooms or moves the page (if the page
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | advanced_legacy.rst | 447 the token is returned and the stream moves to the next token.
|
| D | advanced.rst | 507 the token is returned and the stream moves to the next token.
|
| /plugin/ckgedit/ckeditor/ |
| D | CHANGES.md | 56 …m/ckeditor/ckeditor-dev/issues/2546): Fixed: The separator in the toolbar moves when buttons are f… 209 …cayt/issues/153) [Chrome] Fixed: Correcting a word in the widget in SCAYT moves focus to another e… 1087 …ixed: With [SCAYT](https://ckeditor.com/cke4/addon/scayt) enabled, cursor moves to the beginning o… 1562 …om/ticket/10172): Pressing *Delete* or *Backspace* in an empty table cell moves the cursor to the …
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 1674 # cd .. # moves up one directory 1675 # cd temp # moves to subdirectory temp 4668 # terms of orientation. Move one with the mouse, and the other moves as well.
|
| /plugin/ckgdoku/ckeditor/ |
| D | CHANGES.md | 667 …15): Fixed: With [SCAYT](http://ckeditor.com/addon/scayt) enabled, cursor moves to the beginning o… 1142 …om/ticket/10172): Pressing *Delete* or *Backspace* in an empty table cell moves the cursor to the …
|
12