/plugin/chessdiagram/ |
H A D | syntax.php | 197 . 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/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
H A D | Text.php | 66 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/pgn4web/pgn4web/libs/garbochess/ |
H A D | garbochess.js | 31 if (piece == 0) { 1485 if (piece & 0x18) { 1647 g_pieceList[(piece << 4) | g_pieceCount[piece]] = i; 1649 g_pieceCount[piece]++; 1662 var piece = g_board[from]; 1882 var piece = g_board[to]; 1907 g_board[from] = piece; 1971 var piece = g_board[from]; 1977 var piece = g_board[from]; 1978 if (g_vectorDelta[index].pieceMask[(piece >> 3) & 1] & (1 << (piece & 0x7))) { [all …]
|
/plugin/xtern/ |
H A D | action.php | 141 foreach ($test as $piece) 143 if (strpos($piece, 'http') !== false) 145 … if (strpos($piece, $this->current) !== false && strpos($matches[0], '-LINK:' . $piece) === false) 154 … $matches[0] = str_replace($piece, "__ BROKEN-LINK:" . $piece . " LINK-BROKEN __", $matches[0]);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Rdn.php | 128 foreach ($pieces as $piece) { 129 $parts = explode('=', $piece, 2); 131 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $piece));
|
H A D | Dn.php | 175 foreach ($pieces as $i => $piece) { 176 $rdns[$i] = Rdn::create(ltrim($piece));
|
/plugin/dil/ |
H A D | syntax.php | 39 $piece = $ch->get($url); 41 $xml = simplexml_load_string($piece);
|
/plugin/authremoteuser/ |
H A D | auth.php | 382 $piece = ''; 386 $piece .= $line[$i]; 390 $row[] = $piece; 391 $piece = ''; 394 $piece .= $line[$i]; 396 $row[] = $piece;
|
/plugin/dx/build/ |
H A D | pluginInfoVersionUpdater.js | 9 .map( piece => piece.trim()) })
|
/plugin/yearbox/build/ |
H A D | pluginInfoVersionUpdater.js | 13 .map( piece => piece.trim()) })
|
/plugin/authvk/ |
H A D | auth.php | 385 $piece = ''; 389 $piece .= $line[$i]; 393 $row[] = $piece; 394 $piece = ''; 397 $piece .= $line[$i]; 399 $row[] = $piece;
|
/plugin/xkcd/ |
H A D | syntax.php | 37 $piece = $ch->get($url); 38 $xml = simplexml_load_string($piece);
|
/plugin/dx/skel/build/ |
H A D | pluginInfoVersionUpdater.js.skel | 9 .map( piece => piece.trim()) })
|
/plugin/authimap2/ |
H A D | auth.php | 447 $piece = ''; 451 $piece .= $line[$i]; 455 $row[] = $piece; 456 $piece = ''; 459 $piece .= $line[$i]; 461 $row[] = $piece;
|
/plugin/webcomics/ |
H A D | syntax.php | 62 $piece = $ch->get($url); 63 $xml = simplexml_load_string($piece);
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
H A D | BitStringType.php | 68 foreach (str_split($this->value, 8) as $piece) { 69 $bytes .= chr(bindec($piece));
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | Ustring.php | 263 * @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/authshibboleth/plugin/authshibboleth/ |
H A D | auth.php | 146 $piece = ''; 150 $piece .= $line[$i]; 154 $row[] = $piece; 155 $piece = ''; 158 $piece .= $line[$i]; 160 $row[] = $piece;
|
/plugin/pgn4web/pgn4web/images/uscf/ |
H A D | README.txt | 1 Chess images from http://ixian.com/chess/jin-piece-sets/ by Eric De Mund.
|
/plugin/pgn4web/pgn4web/images/alpha/ |
H A D | README.txt | 1 Chess images from http://ixian.com/chess/jin-piece-sets/ by Eric De Mund.
|
/plugin/pgn4web/pgn4web/images/merida/ |
H A D | README.txt | 1 Chess images from http://ixian.com/chess/jin-piece-sets/ by Eric De Mund.
|
/plugin/authldaplocal/ |
H A D | auth.php | 638 $piece = ''; 642 $piece .= $line[$i]; 646 $row[] = $piece; 647 $piece = ''; 650 $piece .= $line[$i]; 652 $row[] = $piece;
|
/plugin/authyubikey/ |
H A D | auth.php.org | 359 $piece = ''; 363 $piece .= $line[$i]; 367 $row[] = $piece; 368 $piece = ''; 371 $piece .= $line[$i]; 373 $row[] = $piece;
|
/plugin/chessdiagram/toolbar/ |
H A D | english.diff | 6 …>\n# Creates a chessboard from FEN and alternative one character for each piece 8x8\n7k/6p1/3r1pPp…
|
/plugin/pgn4web/ |
H A D | README.md | 48 The used [jin piece sets](http://ixian.com/chess/jin-piece-sets/) have a
|