Home
last modified time | relevance | path

Searched refs:moves (Results 1 – 25 of 40) sorted by relevance

12

/plugin/pgn4web/pgn4web/libs/garbochess/
Dgarbochess.js157 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/
Drewrite.php100 * @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) {
Dhandler.php95 $moves = $this->page_moves;
97 $moves = $this->media_moves;
102 foreach($moves as $move) {
/plugin/pgn4web/pgn4web/fonts/
Dpgn4web-fonts.css8 * allows using the following chess figurine font-family setting for the chess moves:
19 * of header and text with the moves.
Dpgn4web-font-LiberationSans.css9 * header and text with the moves, when chess moves are displayed using a supplied
Dpgn4web-font-ChessSansPiratf.css8 * allows using the following chess figurine font-family setting for the chess moves:
Dpgn4web-font-ChessSansUsual.css8 * allows using the following chess figurine font-family setting for the chess moves:
Dpgn4web-font-ChessSansMerida.css8 * allows using the following chess figurine font-family setting for the chess moves:
Dpgn4web-font-ChessSansAlpha.css8 * allows using the following chess figurine font-family setting for the chess moves:
Dpgn4web-font-ChessSansUscf.css8 * allows using the following chess figurine font-family setting for the chess moves:
/plugin/editsections/
Dplugin.info.txt6 desc The “editsections” plugin moves edit section buttons up to the heading they originated from.…
Dall.css5 This moves the section edit button down onto the same "line" as the header
/plugin/pgn4web/pgn4web/
DREADME.txt42 - 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 …]
Dtest.pgn91 1. d4 () d5 ( ) 2. c4 ({ variations without moves should become comments })
94 [Event "Testing null moves"]
Dpgn-standard.txt384 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 …]
Dpgn-standard-proposed-supplement.txt220 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/
Djavascript.txt155 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/
Dpanel.txt69 If there is no panel body, the component moves from panel header to table without interruption.
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md80 * 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/
DCHANGES.txt246 controls whether the mouse-wheel scrolls, zooms or moves the page (if the page
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dadvanced_legacy.rst447 the token is returned and the stream moves to the next token.
Dadvanced.rst507 the token is returned and the stream moves to the next token.
/plugin/ckgedit/ckeditor/
DCHANGES.md56 …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/
DCHANGES.txt1674 # 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/
DCHANGES.md667 …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