Home
last modified time | relevance | path

Searched refs:queen (Results 1 – 25 of 1908) sorted by relevance

12345678910>>...77

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/cts/scheduler/dot/
H A Dbug-lf-2581.dot2 "A:1_monitor_0 queen" -> "AZ-clone_start_0" [ style = bold]
3 "A:1_monitor_0 queen" [ style=bold color="green" fontcolor="black"]
5 "A:1_start_0 queen" -> "A:1_monitor_120000 queen" [ style = bold]
6 "A:1_start_0 queen" -> "AZ-group:1_running_0" [ style = bold]
7 "A:1_start_0 queen" -> "Z:1_start_0 queen" [ style = bold]
8 "A:1_start_0 queen" [ style=bold color="green" fontcolor="black"]
15 "AZ-group:1_start_0" -> "A:1_start_0 queen" [ style = bold]
17 "AZ-group:1_start_0" -> "Z:1_start_0 queen" [ style = bold]
23 "Z:1_monitor_0 queen" -> "AZ-clone_start_0" [ style = bold]
27 "Z:1_start_0 queen" -> "Z:1_monitor_120000 queen" [ style = bold]
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/pengine/test10/
H A Dbug-lf-2581.dot2 "A:1_monitor_0 queen" -> "AZ-clone_start_0" [ style = bold]
3 "A:1_monitor_0 queen" [ style=bold color="green" fontcolor="black" ]
5 "A:1_start_0 queen" -> "A:1_monitor_120000 queen" [ style = bold]
6 "A:1_start_0 queen" -> "AZ-group:1_running_0" [ style = bold]
7 "A:1_start_0 queen" -> "Z:1_start_0 queen" [ style = bold]
15 "AZ-group:1_start_0" -> "A:1_start_0 queen" [ style = bold]
17 "AZ-group:1_start_0" -> "Z:1_start_0 queen" [ style = bold]
23 "Z:1_monitor_0 queen" -> "AZ-clone_start_0" [ style = bold]
26 "Z:1_start_0 queen" -> "AZ-group:1_running_0" [ style = bold]
27 "Z:1_start_0 queen" -> "Z:1_monitor_120000 queen" [ style = bold]
[all …]
H A Dbug-lf-2581.scores3 pcmk__clone_allocate: A:0 allocation score on queen: 0
5 pcmk__clone_allocate: A:1 allocation score on queen: 0
7 pcmk__clone_allocate: AZ-clone allocation score on queen: 0
13 pcmk__clone_allocate: Z:0 allocation score on queen: 0
15 pcmk__clone_allocate: Z:1 allocation score on queen: 0
23 pcmk__group_allocate: A:0 allocation score on queen: 0
25 pcmk__group_allocate: A:1 allocation score on queen: 0
31 pcmk__group_allocate: B-1 allocation score on queen: 0
33 pcmk__group_allocate: B-2 allocation score on queen: 0
39 pcmk__group_allocate: C-1 allocation score on queen: 0
[all …]
H A Dbug-lf-2581.summary3 Online: [ elvis queen ]
7 Stopped: [ queen ]
16 Stopped: [ queen ]
19 * Start A:1 (queen)
20 * Start Z:1 (queen)
21 * Start stonith-l2network:1 (queen)
34 * Resource action: A:1 start on queen
35 * Resource action: Z:1 start on queen
45 Online: [ elvis queen ]
48 Started: [ elvis queen ]
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/cts/scheduler/scores/
H A Dbug-lf-2581.scores3 pcmk__clone_allocate: A:0 allocation score on queen: 0
5 pcmk__clone_allocate: A:1 allocation score on queen: 0
7 pcmk__clone_allocate: AZ-clone allocation score on queen: 0
13 pcmk__clone_allocate: Z:0 allocation score on queen: 0
15 pcmk__clone_allocate: Z:1 allocation score on queen: 0
23 pcmk__group_allocate: A:0 allocation score on queen: 0
25 pcmk__group_allocate: A:1 allocation score on queen: 0
31 pcmk__group_allocate: B-1 allocation score on queen: 0
33 pcmk__group_allocate: B-2 allocation score on queen: 0
39 pcmk__group_allocate: C-1 allocation score on queen: 0
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/cts/scheduler/summary/
H A Dbug-lf-2581.summary3 * Online: [ elvis queen ]
8 * Stopped: [ queen ]
17 * Stopped: [ queen ]
20 * Start A:1 ( queen )
21 * Start Z:1 ( queen )
22 * Start stonith-l2network:1 ( queen )
35 * Resource action: A:1 start on queen
36 * Resource action: Z:1 start on queen
47 * Online: [ elvis queen ]
51 * Started: [ elvis queen ]
[all …]
/dports/x11/xtacy/Xtacy/
H A Dswarm.c27 struct bee *queen; variable
33 queen[winno].oldx= queen[winno].x = (long)rndm(CX[winno])*64; in init_queen()
34 queen[winno].oldy= queen[winno].y = (long)rndm(CY[winno])*64; in init_queen()
40 queen[winno].vx=queen[winno].vy=0; in init_queen()
41 queen[winno].maxvx = queen[winno].maxvy = 8*64; in init_queen()
84 clear_bee(winno,&queen[winno]); in moveQueen()
85 queen[winno].x = x*64; in moveQueen()
86 queen[winno].y = y*64; in moveQueen()
134 (abs(queen[winno].y-queen_target_y)<64))) in update_queen()
151 free(queen); in exit_swarm()
[all …]
/dports/math/clingo/clingo-5.5.1/examples/gringo/queens/
H A Dqueens2.lp6 queen(X,Y) :- not free(X,Y), num(X), num(Y).
7 free(X,Y) :- not queen(X,Y), num(X), num(Y).
9 row(X) :- queen(X,Y).
10 col(Y) :- queen(X,Y).
15 fail :- queen(X,Y), queen(X,V), Y < V, not fail.
16 fail :- queen(X,Y), queen(U,Y), X < U, not fail.
18 fail :- queen(X,Y), queen(U,V), X-Y == U-V, f(X,Y) < f(U,V), not fail.
19 fail :- queen(X,Y), queen(U,V), X+Y == U+V, f(X,Y) < f(U,V), not fail.
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Heir_To_The_Throne/units/
H A DDark_Queen.cfg7 image="units/human-queen.png"
19 …description= _ "The evil queen Asheviere has terrorized Wesnoth for many years. Her knowledge of m…
21 …{DEFENSE_ANIM "units/human-queen-defend2.png" "units/human-queen-defend1.png" {SOUND_LIST:HUMAN_FE…
53 image="units/human-queen.png:100,units/human-queen-magic-[1,2,1].png:[150,350,1]"
69 … image="units/human-queen.png:100,units/human-queen-attack.png:200,units/human-queen.png:1"
72 image="units/human-queen-swoosh.png:100,misc/blank-hex.png:1"
84 image="units/human-queen-die-[1~15].png:100"
87 image="units/human-queen-hat-[1~8].png:[150*4,100*4],misc/blank-hex.png:1"
94 image="units/human-queen-die-16.png"
/dports/devel/sgb/sgb-20090810_1/MSVC/
H A Dqueen.dsp7 CFG=queen - Win32 Debug
11 !MESSAGE NMAKE /f "queen.mak".
16 !MESSAGE NMAKE /f "queen.mak" CFG="queen - Win32 Debug"
85 # Name "queen - Win32 Release"
86 # Name "queen - Win32 Debug"
92 SOURCE=.\queen.c
100 SOURCE=..\queen.w
105 InputPath=..\queen.w
106 InputName=queen
117 InputPath=..\queen.w
[all …]
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/examples/virginia/
H A DREADME.md13 * virginia_queen.dat: queen contiguity weights in DAT format.
14 * virginia_queen.dbf: queen contiguity weights in DBF format.
15 * virginia_queen.gal: queen contiguity weights in GAL format.
16 * virginia_queen.mat: queen contiguity weights in MATLAB MAT format.
17 * virginia_queen.mtx: queen contiguity weights in Matrix Market MTX format.
18 * virginia_queen.swm: queen contiguity weight in ArcGIS SWM format.
19 * virginia_queen.txt: queen contiguity weights in TXT format.
20 * virginia_queen.wk1: queen contiguity weights in Lotus Wk1 format.
/dports/lang/racket/racket-8.3/share/pkgs/htdp-doc/teachpack/htdp/scribblings/
H A Dshow-queen.scrbl4 (for-label racket teachpack/htdp/show-queen))
6 @teachpack["show-queen"]{Queens}
8 @;declare-exporting[teachpack/htdp/show-queen]
9 @defmodule[#:require-form beginner-require htdp/show-queen]
11 The teachpack provides the function @racket[show-queen], which implements
14 @defproc[(show-queen [board (list-of (list-of boolean?))]) true]{The
15 function @racket[show-queen] consumes a list of
22 In the GUI window that @racket[show-queen] opens, the
24 shows where the mouse cursor is. Each queen that threatens
/dports/games/freedoko/FreeDoko_0.7.19/src/card/
H A Dcard.cpp104 return Card::queen; in value()
165 case Card::queen: in to_int()
239 || (this->value() == queen) ); in istrump()
243 return (this->value() == queen); in istrump()
248 || (this->value() == queen) ); in istrump()
254 return ( (this->value() == queen) in istrump()
258 || (this->value() == queen) in istrump()
263 || (this->value() == queen) ); in istrump()
267 || (this->value() == queen) ); in istrump()
408 case Card::queen: in solo()
[all …]
/dports/math/spot/spot-2.10.2/tests/python/
H A Dbddnqueen.py61 global queen
62 queen &= a & b & c & d
77 queen = bddtrue variable
87 queen &= e
97 bdd_satcount(queen))
98 solution = bdd_satone(queen)
107 X = e = queen = solution = 0
/dports/math/py-spot/spot-2.10.2/tests/python/
H A Dbddnqueen.py61 global queen
62 queen &= a & b & c & d
77 queen = bddtrue variable
87 queen &= e
97 bdd_satcount(queen))
98 solution = bdd_satone(queen)
107 X = e = queen = solution = 0
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Dinsects.g58 (add queen capacity 2)
105 (mound queen 0)
106 (nest queen 1)
112 (mound queen 0)
113 (nest queen 1)
119 (mound queen 0)
120 (nest queen 1)
126 (mound queen 0)
127 (nest queen 1)
200 (queen nest 20)
[all …]
/dports/math/clingo/clingo-5.5.1/examples/clingo/incqueens/
H A Dincqueens.lp1 #show queen/2.
15 { queen(1..n,n); queen(n,1..n-1) }.
17 attack(X',Y',D) :- target(X,Y,X',Y',D,n), queen(X,Y).
20 :- target(X,Y,X',Y',D,n), attack(X',Y',D), queen(X',Y').
22 :- not queen(1,n), not attack(1,n,h).
23 :- not queen(n,1), not attack(n,1,v).
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/linkeddata/gojsonld/test_files/
H A DtoRdf-0075-out.nq1 <http://example.com/queen> <http://example.com/vocab/label> "Die Königin"@de .
2 <http://example.com/queen> <http://example.com/vocab/label> "Ihre Majestät"@de .
3 <http://example.com/queen> <http://example.com/vocab/label> "Il re"@it .
4 <http://example.com/queen> <http://example.com/vocab/label> "The Queen"@en .
5 <http://example.com/queen> <http://example.com/vocab/label> "The king"@en .
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/cli/
H A Dgaussian_analyzer.py20 from pymatgen.apps.borg.queen import BorgQueen
38 queen = BorgQueen(drone, number_of_drones=ncpus)
41 queen.load_data(save_file)
43 queen.parallel_assimilate(rootdir)
45 queen.save_data(save_file)
47 entries = queen.get_data()
/dports/devel/sgb/sgb-20090810_1/
H A Dqueen_wrap.ch3 called "queen" into a similar demonstration program called "queen_wrap".
39 An ASCII file called \.{queen.gb} is also produced. Other programs
40 can obtain a copy of the queen graph by calling |restore_graph("queen.gb")|.
42 the contents of \.{queen.gb}; the former is intended to be readable
61 ggg=gunion(g,gg,0L,0L); /* a graph with queen moves */
62 save_graph(ggg,"queen.gb"); /* generate an ASCII file for |ggg| */
82 ctangle queen.w queen_wrap.ch queen_wrap.c
92 cweave queen queen_wrap
93 tex queen
94 rm queen.tex
[all …]
/dports/print/qpdf/qpdf-10.5.0/examples/qtest/name-number-tree/
H A Dnn.out3 successor: Q -> (queen)
9 Q -> (queen)
23 (queen)
30 Q: (queen)
31 Q: Q -> (queen)
/dports/games/gnome-chess/gnome-chess-41.1/src/
H A Dchess-window.vala312 N_("White pawn at %1$s takes the black queen at %2$s"),
324 N_("White rook at %1$s takes the black queen at %2$s"),
350 N_("White queen moves from %1$s to %2$s"),
352 N_("White queen at %1$s takes the black pawn at %2$s"),
354 N_("White queen at %1$s takes the black rook at %2$s"),
359 … /* Human Move String: Description of a white queen at %1$s capturing a queen at %2$s */
360 … N_("White queen at %1$s takes the black queen at %2$s"),
372 N_("White king at %1$s takes the black queen at %2$s"),
422 N_("Black queen moves from %1$s to %2$s"),
431 … /* Human Move String: Description of a black queen at %1$s capturing a queen at %2$s */
[all …]
/dports/science/buddy/buddy-2.4/examples/queen/
H A Dqueen.cxx33 bdd queen; /* N-queen problem express as a BDD */ variable
71 queen &= a & b & c & d; in build()
97 queen = bddtrue; in main()
114 queen &= e; in main()
126 cout << "There are " << bdd_satcount(queen) << " solutions\n"; in main()
128 bdd solution = bdd_satone(queen); in main()
/dports/math/spot/spot-2.10.2/buddy/examples/queen/
H A Dqueen.cxx35 bdd queen; /* N-queen problem express as a BDD */ variable
73 queen &= a & b & c & d; in build()
99 queen = bddtrue; in main()
116 queen &= e; in main()
128 cout << "There are " << bdd_satcount(queen) << " solutions\n"; in main()
130 bdd solution = bdd_satone(queen); in main()
/dports/math/py-spot/spot-2.10.2/buddy/examples/queen/
H A Dqueen.cxx35 bdd queen; /* N-queen problem express as a BDD */ variable
73 queen &= a & b & c & d; in build()
99 queen = bddtrue; in main()
116 queen &= e; in main()
128 cout << "There are " << bdd_satcount(queen) << " solutions\n"; in main()
130 bdd solution = bdd_satone(queen); in main()

12345678910>>...77