Home
last modified time | relevance | path

Searched refs:king (Results 26 – 50 of 2443) sorted by relevance

12345678910>>...98

/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/golden/
H A Dwindowing_windowspec.q (deterministic)-0-f498cccf82480be03022d2a36f87651e15 alice king 4294967387
16 alice king 4294967516
17 alice king 4294967546
60 bob king 4294967297
61 bob king 4294967539
62 bob king 8589934870
179 ethan king 8589934731
219 fred king 8589934651
220 fred king 8589934951
500 mike king 4294967347
[all …]
H A Dwindowing_windowspec.q (deterministic)-2-5f0eab306ea3c22b11ace9b542a7ee5615 alice king 58.78999900817871
16 alice king 294.1199951171875
17 alice king 371.23999404907227
60 bob king 114.11000156402588
61 bob king 134.81999588012695
62 bob king 152.7699956893921
179 ethan king 36.49000024795532
219 fred king 140.24999618530273
501 mike king 84.2300033569336
744 sarah king 216.75
[all …]
H A Dwindowing_windowspec.q (deterministic)-5-ee44c5cdc80e1c832b702f9fb76d814515 alice king 65660
16 alice king 65738
17 alice king 131281
60 bob king 65715
61 bob king 65757
62 bob king 65783
179 ethan king 131280
219 fred king 65694
220 fred king 197016
500 mike king 196965
[all …]
H A Dwindowing_navfn.q (deterministic)-3-34d9ee4120f21d0d0ae914fba0acc60c15 alice king 109
16 alice king 113
17 alice king 118
60 bob king 9
61 bob king 22
62 bob king 81
179 ethan king 44
219 fred king 33
220 fred king 92
500 mike king 4
[all …]
H A Dwindowing_rank.q (deterministic) 1-3-b82dfa24123047be4b4e3c27c3997d3422 zach king 0.0
23 zach king 0.0
24 zach king 0.0
58 yuri king 0.0
90 xavier king 0.0
91 xavier king 0.0
142 wendy king 0.0
143 wendy king 0.0
144 wendy king 0.0
278 tom king 0.0
[all …]
H A Dwindowing_navfn.q (deterministic)-0-36217f6074daaacddb9fcb50a3f4fb5b15 alice king 1
16 alice king 1
17 alice king 1
60 bob king 2
61 bob king 1
62 bob king 1
179 ethan king 1
219 fred king 2
220 fred king 1
500 mike king 2
[all …]
H A Dwindowing_navfn.q (deterministic)-1-9ee79e711248dd6e0a6ce27e439e55f48 65789 gabriella king
15 65788 rachel king
20 65787 ulysses king
22 65786 quinn king
73 65776 sarah king
84 65774 zach king
99 65769 mike king
132 65760 ethan king
250 65730 bob king
288 65720 mike king
[all …]
H A Dwindowing_rank.q (deterministic) 1-0-2e0cbc2d7c5f16657edacd9e7209e6e715 alice king 1
16 alice king 1
17 alice king 1
60 bob king 1
61 bob king 1
62 bob king 1
179 ethan king 1
219 fred king 1
220 fred king 1
500 mike king 1
[all …]
H A Dwindowing_windowspec.q (deterministic)-4-cd2e3d2344810cb3ba843d4c01c81d7e16 alice king 25.20333333333333
179 ethan king 22.62
219 fred king 20.125
265 gabriella king 16.18
299 holly king 23.185
504 mike king 23.285
585 oscar king 28.37875
673 quinn king 17.535
744 sarah king 19.41
772 tom king 21.855
[all …]
H A Dwindowing_windowspec.q (deterministic)-7-20fdc99aa046b2c41d9b85ab338c749c15 alice king 65660 3.84
16 alice king 65734 2.96
17 alice king 65738 2.14
60 bob king 65715 2.76
61 bob king 65757 1.71
62 bob king 65783 2.24
179 ethan king 65614 0.92
219 fred king 65694 4.05
220 fred king 65745 4.5
500 mike king 65563 4.34
[all …]
H A Dwindowing_windowspec.q (deterministic)-8-45a1d7c2aba45d761e19ff4dfdf5463e15 alice king 65660 20.0
16 alice king 65734 20.0
17 alice king 65738 20.0
60 bob king 65715 20.0
61 bob king 65757 20.0
62 bob king 65783 20.0
179 ethan king 65614 20.0
219 fred king 65694 20.0
220 fred king 65745 20.0
500 mike king 65563 20.0
[all …]
/dports/games/polyglot/polyglot-1.4.70b/
H A Dboard.c33 int king, rook; in board_is_ok() local
115 king = board->list[White][0]; in board_is_ok()
116 if ((king < A1) || (king > H1)) return FALSE; in board_is_ok()
123 if (rook <= king) return FALSE; in board_is_ok()
128 king = board->list[White][0]; in board_is_ok()
129 if ((king < A1) || (king > H1)) return FALSE; in board_is_ok()
136 if (rook >= king) return FALSE; in board_is_ok()
141 king = board->list[Black][0]; in board_is_ok()
142 if ((king < A8) || (king > H8)) return FALSE; in board_is_ok()
154 king = board->list[Black][0]; in board_is_ok()
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/src/card/
H A Dcard.cpp105 else if (value_name == to_string(Card::king)) in value()
106 return Card::king; in value()
167 case Card::king: in to_int()
222 return (this->value() == king); in istrump()
225 || (this->value() == king) ); in istrump()
245 return (this->value() == king); in istrump()
252 || (this->value() == king) ); in istrump()
255 || (this->value() == king) ); in istrump()
259 || (this->value() == king) ); in istrump()
410 case Card::king: in solo()
[all …]
/dports/games/py-pychess/pychess-1.0.2/learn/puzzles/
H A Dlichess_study_lichess-practice-checkmate-patterns-iv_by_arex_2017.01.25.pgn14 …ation Mate works by using the knight to attack the enemy king and the bishop to confine the king's…
46 …bishop to contain the black king by use of the black g-pawn and subsequently using the queen or a …
94 … composer Max Lange. It works by using the bishop and queen in combination to checkmate the king. }
126 … bishop or queen) to confine the black king's escape to the f8 square.. One of the bishops confine…
157 …nst Savielly Tartakower in 1910 in Vienna. It works by trapping the enemy king with four of its ow…
173 …oves into a position to check the king. The bishop is guarded by the other knight, and the enemy p…
189 … next to the enemy king and support by a queen that also block the king's escape squares. The rook…
205king, while it is supported by a rook. The queen and rook are one square away from the enemy king.…
221 …to mate the king on the edge of the board. The rook delivers mate while supported by a third piece…
H A Dlichess_study_lichess-practice-piece-checkmates-i_by_arex_2017.01.25.pgn13 { Use your queen and rook to restrict the king and deliver checkmate. Mate in 3 if played perfectly…
28 { Use your rooks to restrict the king and deliver checkmate. Mate in 4 if played perfectly. }
43 { Use your queen and bishop to restrict the king and deliver checkmate. Mate in 5 if played perfect…
58 { Use your queen and knight to restrict the king and deliver checkmate. Mate in 5 if played perfect…
73 …queen to restrict the king, force it to the edge of the board and deliver checkmate. The queen can…
88 …r rook to restrict the king, force it to the edge of the board and deliver checkmate. The rook can…
/dports/sysutils/webmin/webmin-1.981/bandwidth/lang/
H A Dno1 index_title=Båndbredde overvåking
6 … den støttes ikke av dette opaerativsystemet. Modulen for Båndbreddeovervåking vil ikke fungere ut…
7 … er installert på dette systemet og støttet av ditt OS. Modulen for Overvåking av båndbredde kan i…
54 index_turnoff=Deaktiver overvåking
55 …ne brannmurreglene, syslog konfigurasjonen og Cron jobber brukt til overvåking av båndbredde. Alle…
58 …l i din IPtables konfigurasjon : $1. Dersom du setter opp båndbreddeovervåking vil alle brannmurre…
61 log_setup=Set opp båndbreddeovervåking på grensesnitt $1
62 log_turnoff=Deaktivert båndsbreddeovervåking
65 acl_setup=Kan sette opp og deaktivere overvåking?
67 turnoff_ecannot=Du har ikke lov til å deaktivere overvåking
[all …]
/dports/databases/p5-SQL-Maker/SQL-Maker-1.21/t/
H A D01_update.t39 is join(',', @binds), 'baz,man,king';
45 is join(',', @binds), 'baz,man,king';
50 $cond->add(yo => 'king');
53 is join(',', @binds), 'baz,man,king';
101 is join(',', @binds), 'baz,man,king';
107 is join(',', @binds), 'baz,man,king';
112 $cond->add(yo => 'king');
115 is join(',', @binds), 'baz,man,king';
163 is join(',', @binds), 'baz,man,king';
169 is join(',', @binds), 'baz,man,king';
[all …]
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/moveSAN/
H A Dtest_moveking.phpt2 Games_Chess_Crazyhouse->moveSAN() move king
10 $phpunit->assertTrue($err, 'adding W king failed');
12 $phpunit->assertTrue($err, 'adding B king failed');
14 $phpunit->assertTrue($err, 'moving W king failed');
21 $phpunit->assertTrue($err, 'moving B king failed');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/moveSAN/
H A Dtest_moveking.phpt2 Games_Chess->moveSAN() move king
10 $phpunit->assertFalse(is_object($err), 'adding W king failed');
12 $phpunit->assertFalse(is_object($err), 'adding B king failed');
14 $phpunit->assertFalse(is_object($err), 'moving W king failed');
21 $phpunit->assertFalse(is_object($err), 'moving B king failed');
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/001_mouse/
H A D100-meta-class.t21 sub king { 'king' }
73 my $king = $meta->get_method('king');
74 isnt $pawn, $king;
76 $meta->add_method(king => sub{ 'fool' });
77 isnt $king, $meta->get_method('king');
/dports/games/xsc/xsc-1.6/
H A Dxsc.C66 King *king; variable
99 king->pause(pause_state); in pause_stuff()
111 delete king; in quit() local
152 king->erase(); in handle_event()
163 king->draw(); in handle_event()
182 king->resize(nw, ngh); in handle_event()
352 king->erase(); in animate()
364 king->turn(castle, ship); in animate()
365 castle->turn(minefield, king); in animate()
372 king->draw(); in animate()
[all …]
/dports/games/freeciv/freeciv-2.6.6/data/nation/
H A Dtibetan.ruleset8 Tibet emerged as a formidable empire under the leadership of king Songtsen\
17 "Songtsen Gampo", "Male" ; 7th century king
18 "Trisonog Detsen", "Male" ; 8th century king
19 "Tri Ralpachen", "Male" ; 9th century king
20 "Changchub Gyaltsen", "Male" ; 14th century king
/dports/games/freeciv-nox11/freeciv-2.6.6/data/nation/
H A Dtibetan.ruleset8 Tibet emerged as a formidable empire under the leadership of king Songtsen\
17 "Songtsen Gampo", "Male" ; 7th century king
18 "Trisonog Detsen", "Male" ; 8th century king
19 "Tri Ralpachen", "Male" ; 9th century king
20 "Changchub Gyaltsen", "Male" ; 14th century king
/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/solo_decision/
H A Dmeatless.cpp115 auto const king = Card(color, Card::king); in can_jab() local
116 if ( cards.contains(king) in can_jab()
117 && cards.cardsnumber() > 6 - cards.count(king)) { in can_jab()
151 …ne), Card(color, Card::jack), Card(color, Card::queen), Card(color, Card::king), Card(color, Card:… in sum_lowest_points()
H A Dpicture.cpp46 || picture == Card::king),
63 || picture1 == Card::king),
81 DEBUG_ASSERTION( picture1 == Card::king
99 if (!this->is_trump(Card::king)) in all_single_cards()
100 cards.push_back({color, Card::king}); in all_single_cards()
202 …ne), Card(color, Card::jack), Card(color, Card::queen), Card(color, Card::king), Card(color, Card:… in sum_lowest_points()

12345678910>>...98