Home
last modified time | relevance | path

Searched refs:fill (Results 26 – 50 of 15268) sorted by relevance

12345678910>>...611

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/library/demos/
H A Dfloor.tcl112 proc bg1 {w fill outline} {
126 -tags {floor1 bg} -fill $fill
237 proc bg2 {w fill outline} {
243 -tags {floor2 bg} -fill $fill
292 proc bg3 {w fill outline} {
295 -tags {floor3 bg} -fill $fill
298 -tags {floor3 bg} -fill $fill
318 -fill $outline -tags {floor3 bg}
1301 pack $w.buttons -side bottom -fill x -pady 2m
1307 pack $f -side top -fill both -expand yes
[all …]
/dports/www/p5-HTML-FillInForm-Lite/HTML-FillInForm-Lite-1.13/t/
H A D01input.t58 like $o->fill($t, $q), $x, "in file";
70 like $o->fill(do{
76 like $o->fill(do{
91 like $o->fill(\$s, { foo => undef }),
93 like $o->fill(\$s, { }),
101 like $o->fill(\$y, $q), $x, "hidden";
119 is $o->fill(\$y, $q), $y, "ignore file";
148 ->fill(\$s, $q, ignore_fields => []),
204 my $xx = $o->fill(\ <<'EOT', $q);
343 is $o->fill(\$y, $q), $y, "no HTML";
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dfill.c41 LeptonFill *fill; in lepton_fill_new() local
51 return fill; in lepton_fill_new()
59 g_free (fill); in lepton_fill_free()
73 return fill->type; in lepton_fill_get_type()
87 fill->type = type; in lepton_fill_set_type()
101 return fill->width; in lepton_fill_get_width()
115 fill->width = width; in lepton_fill_set_width()
129 return fill->pitch1; in lepton_fill_get_pitch1()
157 return fill->angle1; in lepton_fill_get_angle1()
185 return fill->pitch2; in lepton_fill_get_pitch2()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Ofill.c261 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_new_decode()
279 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_new_decode()
327 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_old_decode()
340 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_old_decode()
370 HDassert(fill && NULL == fill->type); in H5O_fill_new_encode()
430 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_new_encode()
466 HDassert(fill && NULL == fill->type); in H5O_fill_old_encode()
470 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_old_encode()
721 fill->buf = H5MM_xfree(fill->buf); in H5O_fill_reset_dyn()
789 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_free()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ofill.c261 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_new_decode()
279 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_new_decode()
326 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_old_decode()
339 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_old_decode()
369 HDassert(fill && NULL == fill->type); in H5O_fill_new_encode()
429 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_new_encode()
465 HDassert(fill && NULL == fill->type); in H5O_fill_old_encode()
469 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_old_encode()
720 fill->buf = H5MM_xfree(fill->buf); in H5O_fill_reset_dyn()
788 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_free()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ofill.c262 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_new_decode()
280 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_new_decode()
327 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_old_decode()
340 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_old_decode()
370 HDassert(fill && NULL == fill->type); in H5O_fill_new_encode()
430 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_new_encode()
466 HDassert(fill && NULL == fill->type); in H5O_fill_old_encode()
470 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_old_encode()
721 fill->buf = H5MM_xfree(fill->buf); in H5O_fill_reset_dyn()
789 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_free()
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dfill.c38 SWFFill fill;
44 fill->fillstyle = fillstyle;
45 fill->position = newSWFPosition(SWFFillStyle_getMatrix(fill->fillstyle));
48 fill->gcnode = ming_gc_add_node(fill, (dtorfunctype) destroySWFFill);
51 return fill;
56 SWFFill_getFillStyle(SWFFill fill)
58 return fill->fillstyle;
63 destroySWFFill(SWFFill fill)
65 destroySWFPosition(fill->position);
67 ming_gc_remove_node(fill->gcnode);
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dfill.c38 SWFFill fill; in newSWFFill() local
44 fill->fillstyle = fillstyle; in newSWFFill()
45 fill->position = newSWFPosition(SWFFillStyle_getMatrix(fill->fillstyle)); in newSWFFill()
48 fill->gcnode = ming_gc_add_node(fill, (dtorfunctype) destroySWFFill); in newSWFFill()
51 return fill; in newSWFFill()
56 SWFFill_getFillStyle(SWFFill fill) in SWFFill_getFillStyle() argument
58 return fill->fillstyle; in SWFFill_getFillStyle()
63 destroySWFFill(SWFFill fill) in destroySWFFill() argument
65 destroySWFPosition(fill->position); in destroySWFFill()
67 ming_gc_remove_node(fill->gcnode); in destroySWFFill()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/
H A Dfill.c38 SWFFill fill; in newSWFFill() local
44 fill->fillstyle = fillstyle; in newSWFFill()
45 fill->position = newSWFPosition(SWFFillStyle_getMatrix(fill->fillstyle)); in newSWFFill()
48 fill->gcnode = ming_gc_add_node(fill, (dtorfunctype) destroySWFFill); in newSWFFill()
51 return fill; in newSWFFill()
56 SWFFill_getFillStyle(SWFFill fill) in SWFFill_getFillStyle() argument
58 return fill->fillstyle; in SWFFill_getFillStyle()
63 destroySWFFill(SWFFill fill) in destroySWFFill() argument
65 destroySWFPosition(fill->position); in destroySWFFill()
67 ming_gc_remove_node(fill->gcnode); in destroySWFFill()
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/src/
H A Dfill.c38 SWFFill fill; in newSWFFill() local
44 fill->fillstyle = fillstyle; in newSWFFill()
45 fill->position = newSWFPosition(SWFFillStyle_getMatrix(fill->fillstyle)); in newSWFFill()
48 fill->gcnode = ming_gc_add_node(fill, (dtorfunctype) destroySWFFill); in newSWFFill()
51 return fill; in newSWFFill()
56 SWFFill_getFillStyle(SWFFill fill) in SWFFill_getFillStyle() argument
58 return fill->fillstyle; in SWFFill_getFillStyle()
63 destroySWFFill(SWFFill fill) in destroySWFFill() argument
65 destroySWFPosition(fill->position); in destroySWFFill()
67 ming_gc_remove_node(fill->gcnode); in destroySWFFill()
[all …]
/dports/math/gap/gap-4.11.0/pkg/IntPic-0.2.4/images/
H A Dtikz_default_colors.tex4 {\node[fill=black!50]{31};&
5 \node[fill=black!15]{32};&
12 \node[fill=black!40]{39};&
30 \node[fill=red!20]{17};&
34 \node[fill=red]{1};&
35 \node[fill=green]{2};&
36 \node[fill=blue]{3};&
37 \node[fill=-red]{4};&
38 \node[fill=-green]{5};&
39 \node[fill=-blue]{6};&
[all …]
H A Dtikz_intpic_default_colors.tex4 {\node[fill=black!50]{31};&
5 \node[fill=black!15]{32};&
12 \node[fill=black!40]{39};&
30 \node[fill=red!20]{17};&
34 \node[fill=red]{1};&
35 \node[fill=green]{2};&
36 \node[fill=blue]{3};&
37 \node[fill=-red]{4};&
38 \node[fill=-green]{5};&
39 \node[fill=-blue]{6};&
[all …]
H A Ddefault_colors.tex16 {\node[fill=black!50]{31};&
17 \node[fill=black!15]{32};&
24 \node[fill=black!40]{39};&
42 \node[fill=red!20]{17};&
46 \node[fill=red]{1};&
47 \node[fill=green]{2};&
48 \node[fill=blue]{3};&
49 \node[fill=-red]{4};&
50 \node[fill=-green]{5};&
51 \node[fill=-blue]{6};&
[all …]
H A Dintpic_default_colors.tex16 {\node[fill=black!50]{31};&
17 \node[fill=black!15]{32};&
24 \node[fill=black!40]{39};&
42 \node[fill=red!20]{17};&
46 \node[fill=red]{1};&
47 \node[fill=green]{2};&
48 \node[fill=blue]{3};&
49 \node[fill=-red]{4};&
50 \node[fill=-green]{5};&
51 \node[fill=-blue]{6};&
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Ofill.c273 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_new_decode()
291 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_new_decode()
356 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_old_decode()
372 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_old_decode()
402 HDassert(fill && NULL == fill->type); in H5O_fill_new_encode()
462 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_new_encode()
498 HDassert(fill && NULL == fill->type); in H5O_fill_old_encode()
502 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_old_encode()
753 fill->buf = H5MM_xfree(fill->buf); in H5O_fill_reset_dyn()
821 fill = H5FL_FREE(H5O_fill_t, fill); in H5O__fill_free()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ofill.c277 H5MM_memcpy(fill->buf, p, (size_t)fill->size); in H5O__fill_new_decode()
294 fill = H5FL_FREE(H5O_fill_t, fill); in H5O__fill_new_decode()
360 H5MM_memcpy(fill->buf, p, (size_t)fill->size); in H5O__fill_old_decode()
376 fill = H5FL_FREE(H5O_fill_t, fill); in H5O__fill_old_decode()
405 HDassert(fill && NULL == fill->type); in H5O__fill_new_encode()
466 H5MM_memcpy(p, fill->buf, (size_t)fill->size); in H5O__fill_new_encode()
501 HDassert(fill && NULL == fill->type); in H5O__fill_old_encode()
505 H5MM_memcpy(p, fill->buf, (size_t)fill->size); in H5O__fill_old_encode()
754 fill->buf = H5MM_xfree(fill->buf); in H5O_fill_reset_dyn()
820 fill = H5FL_FREE(H5O_fill_t, fill); in H5O__fill_free()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Ofill.c273 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_new_decode()
291 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_new_decode()
356 HDmemcpy(fill->buf, p, (size_t)fill->size); in H5O_fill_old_decode()
372 fill = H5FL_FREE(H5O_fill_t, fill); in H5O_fill_old_decode()
402 HDassert(fill && NULL == fill->type); in H5O_fill_new_encode()
462 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_new_encode()
498 HDassert(fill && NULL == fill->type); in H5O_fill_old_encode()
502 HDmemcpy(p, fill->buf, (size_t)fill->size); in H5O_fill_old_encode()
753 fill->buf = H5MM_xfree(fill->buf); in H5O_fill_reset_dyn()
821 fill = H5FL_FREE(H5O_fill_t, fill); in H5O__fill_free()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/library/demos/
H A Dfloor.tcl116 proc bg1 {w fill outline} {
130 -tags {floor1 bg} -fill $fill -outline {}
241 proc bg2 {w fill outline} {
247 -tags {floor2 bg} -fill $fill -outline {}
296 proc bg3 {w fill outline} {
299 -tags {floor3 bg} -fill $fill -outline {}
302 -tags {floor3 bg} -fill $fill -outline {}
322 -fill $outline -tags {floor3 bg}
1306 pack $btns -side bottom -fill x
1309 pack $f -side top -fill both -expand yes
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/library/demos/
H A Dfloor.tcl116 proc bg1 {w fill outline} {
130 -tags {floor1 bg} -fill $fill -outline {}
241 proc bg2 {w fill outline} {
247 -tags {floor2 bg} -fill $fill -outline {}
296 proc bg3 {w fill outline} {
299 -tags {floor3 bg} -fill $fill -outline {}
302 -tags {floor3 bg} -fill $fill -outline {}
322 -fill $outline -tags {floor3 bg}
1306 pack $btns -side bottom -fill x
1309 pack $f -side top -fill both -expand yes
[all …]
/dports/math/R-cran-zoo/zoo/R/
H A Dna.fill.R13 } else if (length(fill) == 0L || sum(lengths(as.list(fill))) == 0L) {
21 fill <- rep(as.list(fill), length = 3L)
32 if (identical(fill[[1L]], "extend")) fill[[1L]] <- object[rng[1L]]
33 if (identical(fill[[3L]], "extend")) fill[[3L]] <- object[rng[2L]]
83 fill <- rep(as.list(fill), length.out = 3)
96 fill <- lapply(fill, function(x) if (is.character(x) &&
101 if (is.character(fill[[1]]) && !is.na(fill[[1]]) && fill[[1]] == "extend")
108 if (is.character(fill[[2]]) && !is.na(fill[[2]]) && fill[[2]] == "extend") object[wrng] <-
116 if (is.character(fill[[3]]) && !is.na(fill[[3]]) && fill[[3]] == "extend")
128 fill <- unlist(fill[1])[1]
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/plotters-doc-data/
H A Devcxr-jupyter-integration.ipynb128 " root.fill(&BLUE)?;\n",
169 " root.fill(&GREEN)?;\n",
4902 " sub_area.fill(&WHITE)?;\n",
4911 " root.fill(&BLACK)?;\n",
9435 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 247,36 73,83 73,442 \"/>\n",
9479 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 566,421 566,62 247,36 \"/>\n",
9683 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,71 139,434 139,435 \"/>\n",
9705 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,435 502,435 502,72 \"/>\n",
9727 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 502,72 502,71 139,71 \"/>\n",
10296 "<polygon opacity=\"1\" fill=\"#6666FF\" points=\"236,268 244,269 241,274 233,272 \"/>\n",
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/plotters-doc-data/
H A Devcxr-jupyter-integration.ipynb128 " root.fill(&BLUE)?;\n",
169 " root.fill(&GREEN)?;\n",
4902 " sub_area.fill(&WHITE)?;\n",
4911 " root.fill(&BLACK)?;\n",
9435 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 247,36 73,83 73,442 \"/>\n",
9479 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 566,421 566,62 247,36 \"/>\n",
9683 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,71 139,434 139,435 \"/>\n",
9705 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,435 502,435 502,72 \"/>\n",
9727 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 502,72 502,71 139,71 \"/>\n",
10296 "<polygon opacity=\"1\" fill=\"#6666FF\" points=\"236,268 244,269 241,274 233,272 \"/>\n",
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/plotters-doc-data/
H A Devcxr-jupyter-integration.ipynb128 " root.fill(&BLUE)?;\n",
169 " root.fill(&GREEN)?;\n",
4902 " sub_area.fill(&WHITE)?;\n",
4911 " root.fill(&BLACK)?;\n",
9435 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 247,36 73,83 73,442 \"/>\n",
9479 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 566,421 566,62 247,36 \"/>\n",
9683 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,71 139,434 139,435 \"/>\n",
9705 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,435 502,435 502,72 \"/>\n",
9727 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 502,72 502,71 139,71 \"/>\n",
10296 "<polygon opacity=\"1\" fill=\"#6666FF\" points=\"236,268 244,269 241,274 233,272 \"/>\n",
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/plotters-doc-data/
H A Devcxr-jupyter-integration.ipynb128 " root.fill(&BLUE)?;\n",
169 " root.fill(&GREEN)?;\n",
4902 " sub_area.fill(&WHITE)?;\n",
4911 " root.fill(&BLACK)?;\n",
9435 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 247,36 73,83 73,442 \"/>\n",
9479 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 566,421 566,62 247,36 \"/>\n",
9683 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,71 139,434 139,435 \"/>\n",
9705 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,435 502,435 502,72 \"/>\n",
9727 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 502,72 502,71 139,71 \"/>\n",
10296 "<polygon opacity=\"1\" fill=\"#6666FF\" points=\"236,268 244,269 241,274 233,272 \"/>\n",
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-0.3.1/plotters-doc-data/
H A Devcxr-jupyter-integration.ipynb128 " root.fill(&BLUE)?;\n",
169 " root.fill(&GREEN)?;\n",
4902 " sub_area.fill(&WHITE)?;\n",
4911 " root.fill(&BLACK)?;\n",
9435 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 247,36 73,83 73,442 \"/>\n",
9479 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"247,395 566,421 566,62 247,36 \"/>\n",
9683 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,71 139,434 139,435 \"/>\n",
9705 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 139,435 502,435 502,72 \"/>\n",
9727 "<polygon opacity=\"0.1\" fill=\"#000000\" points=\"139,72 502,72 502,71 139,71 \"/>\n",
10296 "<polygon opacity=\"1\" fill=\"#6666FF\" points=\"236,268 244,269 241,274 233,272 \"/>\n",
[all …]

12345678910>>...611