Home
last modified time | relevance | path

Searched refs:piece (Results 26 – 50 of 72) sorted by last modified time

123

/plugin/codemirror/dist/modes/
H A Dvbscript.min.js.map1 …teral = true;\n }\n // Zero by itself with no other piece of number.\n …
H A Dpython.min.js.map1 … intLiteral = true;\n }\n // Zero by itself with no other piece of number.\n …
H A Dcoffeescript.min.js.map1 … intLiteral = true;\n }\n // Zero by itself with no other piece of number.\n …
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1piece","isUpperCase","toLowerCase","join","onPasteFn","insertMode","setCursor","offsetCursor","get…
/plugin/xkcd/
H A Dsyntax.php37 $piece = $ch->get($url);
38 $xml = simplexml_load_string($piece);
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 … = [];\n\n // Divide the query into pieces and search for text in each piece.\n const queryA…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …cript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f…
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5 …interdiction:before{content:""}.ra-jetpack:before{content:""}.ra-jigsaw-piece:before{content:""…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php66 foreach ($pieces as $piece) {
67 while (!$preserve && mb_strlen($piece, $env->getCharset()) > $length) {
68 $sentences[] = mb_substr($piece, 0, $length, $env->getCharset());
69 $piece = mb_substr($piece, $length, 2048, $env->getCharset());
72 $sentences[] = $piece;
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php263 * @param string $piece Piece.
268 public function pad($length, $piece, $side = self::END) argument
278 for ($i = $difference / mb_strlen($piece) - 1; $i >= 0; --$i) {
279 $handle .= $piece;
282 $handle .= mb_substr($piece, 0, $difference - mb_strlen($handle));
/plugin/webcomics/
H A Dsyntax.php62 $piece = $ch->get($url);
63 $xml = simplexml_load_string($piece);
/plugin/authvk/
H A Dauth.php385 $piece = '';
389 $piece .= $line[$i];
393 $row[] = $piece;
394 $piece = '';
397 $piece .= $line[$i];
399 $row[] = $piece;
/plugin/authimap2/
H A Dauth.php447 $piece = '';
451 $piece .= $line[$i];
455 $row[] = $piece;
456 $piece = '';
459 $piece .= $line[$i];
461 $row[] = $piece;
/plugin/icalevents/
H A Dsyntax-impl.php464 foreach ($haystackArray as $i => $piece) {
465 $res .= $piece;
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php146 $piece = '';
150 $piece .= $line[$i];
154 $row[] = $piece;
155 $piece = '';
158 $piece .= $line[$i];
160 $row[] = $piece;
/plugin/authyubikey/
H A Dauth.php.org359 $piece = '';
363 $piece .= $line[$i];
367 $row[] = $piece;
368 $piece = '';
371 $piece .= $line[$i];
373 $row[] = $piece;
/plugin/chessdiagram/
H A Dsyntax.php197 . chessboard_piece_filename(strtoupper($piece), 0)
198 . '" alt="' . strtoupper($piece) . '" />',
200 . chessboard_piece_filename(strtoupper($piece), 1)
201 . '" alt="' . strtoupper($piece) . '" />',
203 . chessboard_piece_filename($piece, 0)
204 . '" alt="' . $piece . '" />',
206 . chessboard_piece_filename($piece, 1)
207 . '" alt="' . $piece . '" />',
/plugin/authldaplocal/
H A Dauth.php638 $piece = '';
642 $piece .= $line[$i];
646 $row[] = $piece;
647 $piece = '';
650 $piece .= $line[$i];
652 $row[] = $piece;
/plugin/pgn4web/
H A DREADME.md48 The used [jin piece sets](http://ixian.com/chess/jin-piece-sets/) have a
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/pgn4web/pgn4web/
H A DdemoGames.pgn69 tournament hall in London, watching Kramnik sacrificing a piece in the same
76 Nxf2 { Again a piece sacrifice on f2 for attacking chances, however Howell
H A Dpgn-standard.txt703 piece icons instead of single letter piece abbreviations. The two notations
742 A basic SAN move is given by listing the moving piece letter (omitted for
773 the moving piece letter.
777 inserted immediately after the moving piece letter.
780 coordinate of the originating square of the moving piece is inserted
781 immediately after the moving piece letter.
1313 102 White has poor piece coordination
1314 103 Black has poor piece coordination
1315 104 White has good piece coordination
1316 105 Black has good piece coordination
[all …]
/plugin/pgn4web/pgn4web/images/merida/
H A DREADME.txt1 Chess images from http://ixian.com/chess/jin-piece-sets/ by Eric De Mund.
/plugin/pgn4web/pgn4web/images/uscf/
H A DREADME.txt1 Chess images from http://ixian.com/chess/jin-piece-sets/ by Eric De Mund.
/plugin/pgn4web/pgn4web/images/alpha/
H A DREADME.txt1 Chess images from http://ixian.com/chess/jin-piece-sets/ by Eric De Mund.

123