Home
last modified time | relevance | path

Searched refs:boxes (Results 1 – 25 of 6507) sorted by relevance

12345678910>>...261

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssboxesimplprivate.h32 gtk_css_boxes_init (GtkCssBoxes *boxes, in gtk_css_boxes_init() argument
37 gtk_css_boxes_init_content_box (boxes, in gtk_css_boxes_init()
52 memset (boxes, 0, sizeof (GtkCssBoxes)); in gtk_css_boxes_init_content_box()
54 boxes->style = style; in gtk_css_boxes_init_content_box()
67 memset (boxes, 0, sizeof (GtkCssBoxes)); in gtk_css_boxes_init_border_box()
69 boxes->style = style; in gtk_css_boxes_init_border_box()
146 gtk_css_boxes_get_rect (GtkCssBoxes *boxes, in gtk_css_boxes_get_rect() argument
233 gtk_css_boxes_compute_border_rect (boxes); in gtk_css_boxes_compute_margin_rect()
254 gtk_css_boxes_compute_border_rect (boxes); in gtk_css_boxes_compute_outline_rect()
447 gtk_css_boxes_compute_border_box (boxes); in gtk_css_boxes_compute_padding_box()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_box.c315 boxes->dimensions[boxes->dim] = j; in fvm_box_set_create()
667 boxes->gmin[0], boxes->gmin[1], boxes->gmin[2], in fvm_box_set_dump()
668 boxes->gmax[0], boxes->gmax[1], boxes->gmax[2]); in fvm_box_set_dump()
676 boxes->gmin[boxes->dimensions[0]], in fvm_box_set_dump()
677 boxes->gmin[boxes->dimensions[1]], in fvm_box_set_dump()
678 boxes->gmax[boxes->dimensions[0]], in fvm_box_set_dump()
679 boxes->gmax[boxes->dimensions[1]]); in fvm_box_set_dump()
687 boxes->gmin[boxes->dimensions[0]], in fvm_box_set_dump()
688 boxes->gmin[boxes->dimensions[1]], in fvm_box_set_dump()
689 boxes->gmax[boxes->dimensions[0]], in fvm_box_set_dump()
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-boxes.c44 boxes->num_boxes = 0; in _cairo_boxes_init()
46 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
48 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
49 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
66 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
122 chunk = boxes->tail; in _cairo_boxes_add_internal()
137 boxes->tail = chunk; in _cairo_boxes_add_internal()
146 boxes->num_boxes++; in _cairo_boxes_add_internal()
182 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
194 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-boxes.c44 boxes->num_boxes = 0; in _cairo_boxes_init()
46 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
48 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
49 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
66 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
122 chunk = boxes->tail; in _cairo_boxes_add_internal()
137 boxes->tail = chunk; in _cairo_boxes_add_internal()
146 boxes->num_boxes++; in _cairo_boxes_add_internal()
182 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
194 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-boxes.c44 boxes->num_boxes = 0; in _cairo_boxes_init()
46 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
48 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
49 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
66 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
122 chunk = boxes->tail; in _cairo_boxes_add_internal()
137 boxes->tail = chunk; in _cairo_boxes_add_internal()
146 boxes->num_boxes++; in _cairo_boxes_add_internal()
182 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
194 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-boxes.c44 boxes->num_boxes = 0; in _cairo_boxes_init()
46 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
48 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
49 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
66 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
122 chunk = boxes->tail; in _cairo_boxes_add_internal()
137 boxes->tail = chunk; in _cairo_boxes_add_internal()
146 boxes->num_boxes++; in _cairo_boxes_add_internal()
182 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
194 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-boxes.c47 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
49 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
50 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
72 _cairo_boxes_limit (boxes, clip->boxes, clip->num_boxes); in _cairo_boxes_init_with_clip()
86 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
219 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
231 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
329 boxes->tail = &boxes->chunks; in _cairo_boxes_clear()
332 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_clear()
333 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_clear()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-boxes.c47 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
49 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
50 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
72 _cairo_boxes_limit (boxes, clip->boxes, clip->num_boxes); in _cairo_boxes_init_with_clip()
86 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
219 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
231 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
329 boxes->tail = &boxes->chunks; in _cairo_boxes_clear()
332 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_clear()
333 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_clear()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-boxes.c47 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
49 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
50 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
72 _cairo_boxes_limit (boxes, clip->boxes, clip->num_boxes); in _cairo_boxes_init_with_clip()
86 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
219 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
231 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
329 boxes->tail = &boxes->chunks; in _cairo_boxes_clear()
332 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_clear()
333 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_clear()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-boxes.c47 boxes->tail = &boxes->chunks; in _cairo_boxes_init()
49 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_init()
50 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_init()
72 _cairo_boxes_limit (boxes, clip->boxes, clip->num_boxes); in _cairo_boxes_init_with_clip()
86 boxes->tail = &boxes->chunks; in _cairo_boxes_init_for_array()
219 if (p1.x >= boxes->limit.p2.x || p2.x <= boxes->limit.p1.x) in _cairo_boxes_add()
231 if (p1.y >= boxes->limit.p2.y || p2.y <= boxes->limit.p1.y) in _cairo_boxes_add()
329 boxes->tail = &boxes->chunks; in _cairo_boxes_clear()
332 boxes->chunks.base = boxes->boxes_embedded; in _cairo_boxes_clear()
333 boxes->chunks.size = ARRAY_LENGTH (boxes->boxes_embedded); in _cairo_boxes_clear()
[all …]
/dports/devel/libruin/libruin-0.2.0/src/tests/
H A Dtest-box-table.c28 boxes = box->children; in test_generation_table_cell_missing_row()
35 boxes = box->children; in test_generation_table_cell_missing_row()
57 boxes = box->children; in test_generation_table_row_missing_table()
79 boxes = box->children; in test_generation_table_column_missing_table()
100 boxes = box->children; in test_generation_table_row_group_missing_table()
121 boxes = box->children; in test_generation_table_header_group_missing_table()
142 boxes = box->children; in test_generation_table_footer_group_missing_table()
163 boxes = box->children; in test_generation_table_column_group_missing_table()
184 boxes = box->children; in test_generation_table_caption_missing_table()
205 boxes = box->children; in test_generation_table_missing_row()
[all …]
H A Dtest-box-list-item.c23 box = (ruin_box_t *) boxes->data; in test_generation_list_item_ordinals_simple()
26 boxes = box->children; in test_generation_list_item_ordinals_simple()
38 boxes = boxes->next; in test_generation_list_item_ordinals_simple()
43 boxes = boxes->next; in test_generation_list_item_ordinals_simple()
56 box = (ruin_box_t *) boxes->data; in test_generation_list_item_ordinals_continuity()
59 boxes = box->children; in test_generation_list_item_ordinals_continuity()
69 boxes = boxes->next; in test_generation_list_item_ordinals_continuity()
74 boxes = boxes->next; in test_generation_list_item_ordinals_continuity()
79 boxes = boxes->next; in test_generation_list_item_ordinals_continuity()
90 boxes = boxes->next; in test_generation_list_item_ordinals_continuity()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/training/pango/
H A Dboxchar.cpp107 ReorderRTLText(boxes); in PrepareToWrite()
123 boxes->erase(boxes->begin() + i); in InsertNewlines()
127 } while (i-- == boxes->size() && (*boxes)[i]->box_ == nullptr); in InsertNewlines()
162 boxes->insert(boxes->begin() + i, new_box); in InsertNewlines()
213 j < boxes->size() && (*boxes)[j]->box_ != nullptr && (*boxes)[j]->ch_ != "\t"; ++j) { in InsertSpaces()
254 while (end < boxes->size() && (*boxes)[end]->ch_ != "\t") { in ReorderRTLText()
257 std::sort(boxes->begin() + start, boxes->begin() + end, sorter); in ReorderRTLText()
276 if (boxes[i - 1]->box_ != nullptr && boxes[i]->box_ != nullptr && in MostlyVertical()
277 boxes[i - 1]->page_ == boxes[i]->page_) { in MostlyVertical()
278 int dx = boxes[i]->box_->x - boxes[i - 1]->box_->x; in MostlyVertical()
[all …]
/dports/math/gismo/gismo-21.12.0/examples/
H A DthbRefinement_example.cpp108 boxes.clear(); in refineMode()
117 boxes[0] = lvl; in refineMode()
118 boxes[1] = boxes[2] = 0; in refineMode()
119 boxes[3] = boxes[4] = 1; in refineMode()
127 boxes[5*i+1] = boxes[5*i+2] = i-extent/2; in refineMode()
128 boxes[5*i+3] = boxes[5*i+4] = i+extent/2; in refineMode()
139 boxes[k*bpd+5*i+1] = boxes[k*bpd+5*i+2] = i-extent/2; in refineMode()
140 boxes[k*bpd+5*i+3] = boxes[k*bpd+5*i+4] = i+extent/2; in refineMode()
150 boxes[1] = boxes[2] = mid - extent/2; in refineMode()
151 boxes[3] = boxes[4] = mid + extent/2; in refineMode()
[all …]
/dports/x11-toolkits/py-easygui/easygui-0.98.1/easygui/
H A D__init__.py34 from .boxes.button_box import buttonbox
35 from .boxes.diropen_box import diropenbox
39 from .boxes.text_box import textbox
41 from .boxes.derived_boxes import ynbox
42 from .boxes.derived_boxes import ccbox
43 from .boxes.derived_boxes import boolbox
44 from .boxes.derived_boxes import indexbox
45 from .boxes.derived_boxes import msgbox
48 from .boxes.derived_boxes import enterbox
50 from .boxes.choice_box import choicebox
[all …]
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/ac/cam/aa582/structures/boxes/
H A DSequenceBox.java21 Box[] boxes = new Box[0]; field in SequenceBox
24 if(boxes != null) this.boxes = boxes; in SequenceBox()
35 return iteratorOver(boxes); in iterator()
87 drawBox(boxes[i], x, y); in onDraw()
120 if(boxes[boxes.length - 1] == null) return super.superscriptShift(); in superscriptShift()
121 return boxes[boxes.length - 1].superscriptShift(); in superscriptShift()
126 if(boxes[boxes.length - 1] == null) return super.subscriptShift(); in subscriptShift()
127 return boxes[boxes.length - 1].subscriptShift(); in subscriptShift()
143 for(Box box : boxes) in getSquashingDistance()
160 if(boxes.length == 0) in split()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/const_prop/
H A Dboxes.main.ConstProp.diff6 let _1: i32; // in scope 0 at $DIR/boxes.rs:12:9: 12:10
7 let mut _2: i32; // in scope 0 at $DIR/boxes.rs:12:13: 12:22
8 let mut _3: std::boxed::Box<i32>; // in scope 0 at $DIR/boxes.rs:12:14: 12:22
9 let mut _4: usize; // in scope 0 at $DIR/boxes.rs:12:14: 12:22
10 let mut _5: usize; // in scope 0 at $DIR/boxes.rs:12:14: 12:22
20 StorageLive(_1); // scope 0 at $DIR/boxes.rs:12:9: 12:10
21 StorageLive(_2); // scope 0 at $DIR/boxes.rs:12:13: 12:22
22 StorageLive(_3); // scope 0 at $DIR/boxes.rs:12:14: 12:22
23 - _4 = SizeOf(i32); // scope 2 at $DIR/boxes.rs:12:14: 12:22
24 - _5 = AlignOf(i32); // scope 2 at $DIR/boxes.rs:12:14: 12:22
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsHSplines/
H A DgsHDomain.hpp991 if ((boxes[i][0]==boxes[i][d+0]) || (boxes[i][1]==boxes[i][1+d])) in getBoxesInLevelIndex()
993 boxes.erase(boxes.begin()+i); in getBoxesInLevelIndex()
998 boxes.erase(boxes.begin()+i); in getBoxesInLevelIndex()
1042 if(boxes[i][4]==boxes[j][4]) in connect_Boxes2d()
1044 if( (boxes[i][0]==boxes[j][0]) && (boxes[i][2]==boxes[j][2])) in connect_Boxes2d()
1063 if( (boxes[i][1]==boxes[j][1]) && (boxes[i][3]==boxes[j][3]) in connect_Boxes2d()
1177 if(boxes[i][4]==boxes[j][4]){ in connect_Boxes_2()
1178 if( (boxes[i][0]==boxes[j][0]) && (boxes[i][2]==boxes[j][2])) in connect_Boxes_2()
1209 if( (boxes[i][1]==boxes[j][1]) && (boxes[i][3]==boxes[j][3])) in connect_Boxes_2()
1317 … seg[boxes[i][4]].push_back(gsVSegment<index_t>(boxes[i][0],boxes[i][1],boxes[i][3], false) ); in getPolylines()
[all …]
/dports/mail/squirrelmail-spam-buttons-plugin/squirrelmail-spam-buttons-plugin-php74-2.3.1_2/spam_buttons/
H A Doptions.php83 $boxes = array();
97 $boxes = sqimap_mailbox_list($imapConnection);
151 if (empty($boxes))
249 if (empty($boxes))
270 array_shift($boxes);
339 if (empty($boxes))
362 array_shift($boxes);
430 if (empty($boxes))
454 array_shift($boxes);
522 if (empty($boxes))
[all …]
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dmailcheck_mbox_flux.pl64 my $boxes = shift;
66 foreach my $box (keys %{$boxes}) {
72 if ($boxes->{$box}->{time}) {
76 $boxes->{$box}->{time} = $mtime;
93 my %boxes;
96 for (my $c = 0; $c < @boxes; ++$c) {
97 $boxes{$boxes[$c]}->{time} = 0;
99 $boxes{$boxes[$c]}->{name} = "INBOX";
101 my @f = $boxes[$c] =~ /([^\/]*)$/;
102 $boxes{$boxes[$c]}->{name} = $f[0];
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DList.pm32 my (@boxes) = @_;
35 if ((scalar(@boxes) >= 2) && ($boxes[-2] eq 'mode')
36 && (($boxes[-1] eq 'math') || ($boxes[-1] eq 'text'))) {
37 $mode = pop(@boxes); pop(@boxes); }
38 @boxes = grep { defined $_ } @boxes; # strip out undefs
39 if (scalar(@boxes) == 1) {
47 my ($class, @boxes) = @_;
49 my @bxs = @boxes;
52 @bxs = @boxes;
57 return bless { boxes => [@boxes],
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Dplot3.m128 vertices = [vec(x.inf(boxes)), vec(y.inf(boxes)), vec(z.inf(boxes)); ...
129 vec(x.inf(boxes)), vec(y.inf(boxes)), vec(z.sup(boxes)); ...
130 vec(x.inf(boxes)), vec(y.sup(boxes)), vec(z.inf(boxes)); ...
131 vec(x.inf(boxes)), vec(y.sup(boxes)), vec(z.sup(boxes)); ...
132 vec(x.sup(boxes)), vec(y.inf(boxes)), vec(z.inf(boxes)); ...
133 vec(x.sup(boxes)), vec(y.inf(boxes)), vec(z.sup(boxes)); ...
134 vec(x.sup(boxes)), vec(y.sup(boxes)), vec(z.inf(boxes)); ...
135 vec(x.sup(boxes)), vec(y.sup(boxes)), vec(z.sup(boxes))];
143 y.inf(boxes) < y.sup(boxes)));
149 z.inf(boxes) < z.sup(boxes)));
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/examples/
H A Dfloor_packing.py63 self.boxes = boxes
78 curr = boxes[0]
79 for box in boxes[1:]:
90 for box in self.boxes:
116 box = self.boxes[k]
131 fp = FloorPlan(boxes)
132 fp.horizontal_orderings.append( [boxes[0], boxes[2], boxes[4]] )
133 fp.horizontal_orderings.append( [boxes[1], boxes[2]] )
134 fp.horizontal_orderings.append( [boxes[3], boxes[4]] )
135 fp.vertical_orderings.append( [boxes[1], boxes[0], boxes[3]] )
[all …]
/dports/textproc/p5-UML-State/UML-State-0.02/
H A DState.pm155 boxes => undef,
233 my $boxes = [];
264 $self->{boxes} = $boxes;
325 my $boxes = shift;
424 my $boxes = shift;
448 $x = $boxes->[$col][$row]{left} + .5 * $boxes->[$col][$row]{width};
453 $y = $boxes->[$col][$row]{top} + .5 * $boxes->[$col][$row]{height};
456 $x = $boxes->[$col][$row]{left} + .5 * $boxes->[$col][$row]{width};
457 $y = $boxes->[$col][$row]{top} + $boxes->[$col][$row]{height};
460 $x = $boxes->[$col][$row]{left} + $boxes->[$col][$row]{width};
[all …]
/dports/misc/boxes/boxes-1.3/
H A DREADME.md1 …uild Status](https://travis-ci.org/ascii-boxes/boxes.svg?branch=master)](https://travis-ci.org/asc…
3 # boxes chapter
5 **Command line ASCII boxes unlimited!**
7 [Boxes](https://boxes.thomasjensen.com/) is a command line
8 [filter program](https://boxes.thomasjensen.com/docs/filters.html) that draws ASCII art boxes
19 [Windows 10](https://boxes.thomasjensen.com/2016/08/boxes-part-of-windows10), via its Ubuntu subsys…
34 [testing](https://boxes.thomasjensen.com/testing.html), and
41 Try if boxes works by typing `echo foo | boxes` on the command line.
50 *boxes* to your editor, so that it can be invoked by a simple keypress.
56 We appreciate the creative new box designs that you craft for *boxes*.
[all …]

12345678910>>...261