Home
last modified time | relevance | path

Searched refs:diamonds (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dpepnet.c31 const char *circles, const char *diamonds);
49 AjPStr diamonds = NULL; in main() local
91 diamonds = ajAcdGetString("diamonds"); in main()
96 ajStrFmtUpper(&diamonds); in main()
101 ajStrAssignC(&diamonds,""); in main()
164 ajStrGetPtr(diamonds)); in main()
177 ajStrGetPtr(diamonds)); in main()
194 ajStrDel(&diamonds); in main()
255 const char *octags, const char *diamonds) in pepnet_plotresidue() argument
277 if(strstr(diamonds,cs)) in pepnet_plotresidue()
H A Dpepwheel.c31 const char *circles, const char *diamonds,
60 AjPStr diamonds = NULL; in main() local
114 diamonds = ajAcdGetString("diamonds"); in main()
120 ajStrFmtUpper(&diamonds); in main()
125 ajStrAssignC(&diamonds,""); in main()
191 ajStrGetPtr(diamonds), in main()
210 ajStrDel(&diamonds); in main()
276 const char *octags, const char *diamonds, in pepwheel_plotresidue() argument
308 if(strstr(diamonds,cs)) in pepwheel_plotresidue()
/dports/lang/seed7/seed7/prg/
H A Dcarddemo.sd7146 put( 4, 204, diamonds, ace);
147 put( 79, 204, diamonds, king);
148 put(154, 204, diamonds, queen);
149 put(229, 204, diamonds, jack);
150 put(304, 204, diamonds, ten);
151 put(379, 204, diamonds, nine);
152 put(454, 204, diamonds, eight);
154 put(604, 204, diamonds, six);
155 put(679, 204, diamonds, five);
156 put(754, 204, diamonds, four);
[all …]
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Ddiamonds.Rd4 \name{diamonds}
5 \alias{diamonds}
6 \title{Prices of over 50,000 round cut diamonds}
24 diamonds
28 diamonds. The variables are as follows:
H A Dcoord_trans.Rd56 ggplot(diamonds, aes(log10(carat), log10(price))) +
59 ggplot(diamonds, aes(carat, price)) +
64 ggplot(diamonds, aes(carat, price)) +
74 d <- subset(diamonds, carat > 0.5)
87 # Here I used a subset of diamonds so that the smoothed line didn't
93 ggplot(diamonds, aes(carat, price)) +
101 ggplot(diamonds, aes(carat, price)) +
H A Dgeom_density.Rd155 ggplot(diamonds, aes(carat)) +
158 ggplot(diamonds, aes(y = carat)) +
161 ggplot(diamonds, aes(carat)) +
163 ggplot(diamonds, aes(carat)) +
166 ggplot(diamonds, aes(depth, colour = cut)) +
169 ggplot(diamonds, aes(depth, fill = cut, colour = cut)) +
179 ggplot(diamonds, aes(carat, fill = cut)) +
182 ggplot(diamonds, aes(carat, after_stat(count), fill = cut)) +
186 ggplot(diamonds, aes(carat, after_stat(count), fill = cut)) +
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/coinflip/
H A Dresults.tsx54 {suit: 'diamonds', value: '2'},
55 {suit: 'diamonds', value: '3'},
56 {suit: 'diamonds', value: '4'},
57 {suit: 'diamonds', value: '5'},
58 {suit: 'diamonds', value: '6'},
59 {suit: 'diamonds', value: '7'},
60 {suit: 'diamonds', value: '8'},
61 {suit: 'diamonds', value: '9'},
63 {suit: 'diamonds', value: 'J'},
64 {suit: 'diamonds', value: 'Q'},
[all …]
/dports/www/R-cran-bslib/bslib/inst/themer-demo/
H A Dglobal.R30 GeomBin2d = ggplot(diamonds, aes(x, y)) + xlim(4, 10) + ylim(4, 10) + geom_bin2d(),
35 GeomDensity = ggplot(diamonds, aes(carat)) + geom_density(),
36 …GeomDensityColor = ggplot(diamonds, aes(depth, fill = cut, colour = cut)) + geom_density(alpha = 0…
47 GeomHex = ggplot(diamonds, aes(carat, price)) + geom_hex(binwidth = c(.1, 500)),
48 GeomHistogram = ggplot(diamonds, aes(price, fill = cut)) + geom_histogram(binwidth = 500),
67 GeomPoint = ggplot(diamonds, aes(carat, price)) + geom_point(alpha = 1/50),
83 GeomSmooth = ggplot(diamonds[sample(nrow(diamonds), 1000), ], aes(carat, price)) +
/dports/games/kdiamond/kdiamond-21.12.3/src/
H A Dgame.cpp296 QList<QPoint> diamonds; in findCompletedRows() local
311 diamonds << QPoint(x, y); in findCompletedRows()
312 diamonds << QPoint(x + 1, y); in findCompletedRows()
313 diamonds << QPoint(x + 2, y); in findCompletedRows()
322 diamonds << QPoint(xh, y); in findCompletedRows()
340 diamonds << QPoint(x, y); in findCompletedRows()
341 diamonds << QPoint(x, y + 1); in findCompletedRows()
342 diamonds << QPoint(x, y + 2); in findCompletedRows()
349 diamonds << QPoint(x, yh); in findCompletedRows()
358 return diamonds; in findCompletedRows()
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/test/
H A Dtest_graph.py35 diamonds = Graph( variable in TestGraph
147 self.assert_postorder(self.diamonds.visit_postorder(), self.diamonds.nodes)
174 self.assert_preorder(self.diamonds.visit_preorder(), self.diamonds.nodes)
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/test/
H A Dtest_graph.py38 diamonds = Graph( variable in TestGraph
152 self.assert_postorder(self.diamonds.visit_postorder(), self.diamonds.nodes)
179 self.assert_preorder(self.diamonds.visit_preorder(), self.diamonds.nodes)
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Didentify_projection.pro28 …lweide, gnomic=gnomic, cartesian=cartesian, orthographic=orthographic, diamonds=diamonds, azeq=azeq
31 ; gnomic=, cartesian=, orthographic=, diamonds=, azeq=
40 ; 5 : diamonds
50 do_diam = (keyword_set(diamonds) || proj eq 'DIAM')
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/test/
H A Dtest_graph.py32 diamonds = Graph(set(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J']), variable in TestGraph
122 self.assert_postorder(self.diamonds.visit_postorder(), self.diamonds.nodes)
147 self.assert_preorder(self.diamonds.visit_preorder(), self.diamonds.nodes)
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/test/
H A Dtest_graph.py38 diamonds = Graph( variable in TestGraph
152 self.assert_postorder(self.diamonds.visit_postorder(), self.diamonds.nodes)
179 self.assert_preorder(self.diamonds.visit_preorder(), self.diamonds.nodes)
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/test/
H A Dtest_graph.py32 diamonds = Graph(set(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J']), variable in TestGraph
122 self.assert_postorder(self.diamonds.visit_postorder(), self.diamonds.nodes)
147 self.assert_preorder(self.diamonds.visit_preorder(), self.diamonds.nodes)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dray.cc22 static geom::grid diamonds(geom::lineseq(1, 1, 0.5, 1), variable
52 double d1 = diamonds.ls1.index(v); in in_diamond_int()
53 double d2 = diamonds.ls2.index(v); in in_diamond_int()
61 double d1 = diamonds.ls1.index(v); in on_line()
62 double d2 = diamonds.ls2.index(v); in on_line()
69 double d1 = diamonds.ls1.index(v); in is_corner()
70 double d2 = diamonds.ls2.index(v); in is_corner()
144 bool c = r->to_next_cell(diamonds); in _to_next_cell()
152 bool c = r->to_grid(diamonds, half); in _to_grid()
507 double d1 = diamonds.ls1.index(rtrans.start); in bounce()
[all …]
/dports/games/aisleriot/aisleriot-3.22.19/po/
H A Den_GB.po3177 msgid "Place the two of diamonds next to the ace of diamonds."
3178 msgstr "Place the two of diamonds next to the ace of diamonds."
3181 msgid "Place the three of diamonds next to the two of diamonds."
3189 msgid "Place the five of diamonds next to the four of diamonds."
3193 msgid "Place the six of diamonds next to the five of diamonds."
3194 msgstr "Place the six of diamonds next to the five of diamonds."
3197 msgid "Place the seven of diamonds next to the six of diamonds."
3209 msgid "Place the ten of diamonds next to the nine of diamonds."
3210 msgstr "Place the ten of diamonds next to the nine of diamonds."
3213 msgid "Place the jack of diamonds next to the ten of diamonds."
[all …]
H A Das.po3268 msgid "Place the two of diamonds next to the ace of diamonds."
3273 msgid "Place the three of diamonds next to the two of diamonds."
3278 msgid "Place the four of diamonds next to the three of diamonds."
3283 msgid "Place the five of diamonds next to the four of diamonds."
3288 msgid "Place the six of diamonds next to the five of diamonds."
3293 msgid "Place the seven of diamonds next to the six of diamonds."
3303 msgid "Place the nine of diamonds next to the eight of diamonds."
3308 msgid "Place the ten of diamonds next to the nine of diamonds."
3313 msgid "Place the jack of diamonds next to the ten of diamonds."
3318 msgid "Place the queen of diamonds next to the jack of diamonds."
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/acd/
H A Dpepnet.acd35 '-squares', '-diamonds' and '-octags'."
49 string: diamonds [
52 information: "Mark as diamonds"
53 help: "By default the residues DENQST are marked with diamonds."
H A Dpepwheel.acd72 qualifiers '-squares', '-diamonds' and '-octags'."
86 string: diamonds [
89 information: "Mark as diamonds"
90 help: "By default the residues DENQST are marked with diamonds."
/dports/games/wanderer/wanderer-3.2/
H A Dgame.c78 newnum, recording = 0, diamonds = 0, nf = 0, tmpx, tmpy; in playscreen() local
92 diamonds++; in playscreen()
152 redraw_screen(bell,maxmoves,*num,*score,nf,diamonds,mx,sx,sy,frow); in playscreen()
270 redraw_screen(bell,maxmoves,*num,*score,nf,diamonds,mx,sx,sy,frow); in playscreen()
359 zz.z_diamonds = diamonds; in playscreen()
380 diamonds = zz.z_diamonds; in playscreen()
434 sprintf(buffer,"%d\t %d\t %d ",*score,nf,diamonds); in playscreen()
517 sprintf(buffer,"%d\t %d\t %d ",*score,nf,diamonds); in playscreen()
565 sprintf(buffer,"%d\t %d\t %d ",*score,nf,diamonds); in playscreen()
618 if(nf == diamonds) in playscreen()
[all …]
/dports/math/R-cran-dplyr/dplyr/man/
H A Ddplyr_data_masking.Rd29 It's what allows you to type (e.g.) \code{filter(diamonds, x == 0 & y == 0 & z == 0)}
30 instead of \code{diamonds[diamonds$x == 0 & diamonds$y == 0 & diamonds$z == 0, ]}.
/dports/www/firefox-legacy/firefox-52.8.0esr/taskcluster/taskgraph/test/
H A Dtest_graph.py32 diamonds = Graph(set(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J']),
122 self.assert_postorder(self.diamonds.visit_postorder(), self.diamonds.nodes)
/dports/games/kdiamond/kdiamond-21.12.3/themes/
H A Ddiamonds.desktop52 Description=A theme based on real looking diamonds.
59 Description[en_GB]=A theme based on real looking diamonds.
93 Description[x-test]=xxA theme based on real looking diamonds.xx
96 FileName=diamonds.svgz
99 Preview=diamonds.png
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/inst/examples/diamonds/
H A Dserver.R7 diamonds[sample(nrow(diamonds), input$sampleSize),]

12345678910>>...60