Home
last modified time | relevance | path

Searched refs:min_width (Results 201 – 225 of 5585) sorted by relevance

12345678910>>...224

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/
H A Ds2cell_test.cc60 double min_width, max_width, avg_width; member
67 min_width(100), max_width(0), avg_width(0), in LevelStats()
81 double min_width = 100, max_width = 0; in GatherStats() local
90 min_width = min(width, min_width); in GatherStats()
105 s->min_width = min(min_width, s->min_width); in GatherStats()
107 s->avg_width += 0.5 * (min_width + max_width); in GatherStats()
329 CheckMinMaxAvg("area", i, s->count, 1e-15 * s->min_width, in TEST()
333 s->min_width, s->max_width, s->avg_width, in TEST()
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_upload.php430 …$user->lang[$this->upload->error_prefix . 'WRONG_SIZE'], $this->upload->min_width, $this->upload->…
463 var $min_width = 0; variable in fileupload
475 * @param int $min_width Minimum image width (only checked for images)
481 …error_prefix = '', $allowed_extensions = false, $max_filesize = false, $min_width = false, $min_he… argument
485 $this->set_allowed_dimensions($min_width, $min_height, $max_width, $max_height);
496 $this->min_width = $this->min_height = $this->max_width = $this->max_height = 0;
516 function set_allowed_dimensions($min_width, $min_height, $max_width, $max_height) argument
518 $this->min_width = (int) $min_width;
978 if (!$this->max_width && !$this->max_height && !$this->min_width && !$this->min_height)
985 ($file->get('width') < $this->min_width && $this->min_width) ||
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdktoplevelsize.c115 int min_width, in gdk_toplevel_size_set_min_size() argument
118 size->min_width = min_width; in gdk_toplevel_size_set_min_size()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/examples/
H A Dinheritance2.py55 min_width = 0
59 if string_width > min_width:
60 max_width = self.max_column_widths.get(col, min_width)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/view/
H A Dresizable.rs79 fn min_width(self, min_width: usize) -> ResizedView<Self> { in min_width() method
80 ResizedView::with_min_width(min_width, self) in min_width()
/dports/deskutils/synapse/synapse-0.2.99.4/src/ui/tile-view/
H A Dwrap-label.vala66 protected override void get_preferred_width (out int min_width, out int nat_width)
68 base.get_preferred_width (out min_width, out nat_width);
69 min_width = nat_width = 30;
71 min_width = nat_width = 1;
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtkbbox.pp39 procedure gtk_button_box_get_child_size_default(min_width:Pgint; min_height:Pgint);cdecl;external g…
41 procedure gtk_button_box_set_child_size_default(min_width:gint; min_height:gint);cdecl;external gtk…
45 procedure gtk_button_box_get_child_size(widget:PGtkButtonBox; min_width:Pgint; min_height:Pgint);cd…
49 procedure gtk_button_box_set_child_size(widget:PGtkButtonBox; min_width:gint; min_height:gint);cdec…
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-window-preview.c72 float min_width, nat_width; in shell_window_preview_get_preferred_width() local
77 &min_width, &nat_width); in shell_window_preview_get_preferred_width()
79 st_theme_node_adjust_preferred_width (theme_node, &min_width, &nat_width); in shell_window_preview_get_preferred_width()
82 *min_width_p = min_width; in shell_window_preview_get_preferred_width()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dint_util.h30 uint8_t DetectUIntWidth(const uint64_t* values, int64_t length, uint8_t min_width = 1);
34 int64_t length, uint8_t min_width = 1);
37 uint8_t DetectIntWidth(const int64_t* values, int64_t length, uint8_t min_width = 1);
41 uint8_t min_width = 1);
/dports/devel/libstroke/libstroke-0.5.1/tests/
H A Dstroke_test.c63 int min_width, int min_height, int defwidth,
346 set_sizehints (hintp, min_width, min_height, in set_sizehints() argument
349 int min_width, min_height, defwidth, defheight, defx, defy;
356 hintp->width = hintp->min_width = min_width;
367 hintp->width = max (hintp->width, hintp->min_width);
/dports/graphics/py-glooey/glooey-0.3.3/glooey/
H A Dmisc.py20 def __init__(self, min_width=0, min_height=0): argument
22 self._min_width = min_width
34 def __init__(self, min_width=0, min_height=0, color=None, align=None): argument
37 self._min_width = min_width
191 min_width = max(self.base.claimed_width, self.fill.claimed_width)
193 return min_width, min_height
/dports/x11-wm/sway/sway-1.5.1/swaybar/
H A Di3bar.c39 json_object *full_text, *short_text, *color, *min_width, *align, *urgent; in i3bar_parse_json() local
50 json_object_object_get_ex(json, "min_width", &min_width); in i3bar_parse_json()
78 if (min_width) { in i3bar_parse_json()
79 json_type type = json_object_get_type(min_width); in i3bar_parse_json()
81 block->min_width = json_object_get_int(min_width); in i3bar_parse_json()
84 block->min_width_str = strdup(json_object_get_string(min_width)); in i3bar_parse_json()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Ddeco.c32 int min_width; member
151 st->min_height = st->min_width = w/8; in mondrian_set_sizes()
154 st->min_height = st->min_width = h/8; in mondrian_set_sizes()
162 if (((random() % st->max_depth) < depth) || (w < st->min_width) || (h < st->min_height)) in deco()
207 st->min_width = get_integer_resource (dpy, "minWidth", "Integer"); in deco_init()
208 if (st->min_width < 2) st->min_width = 2; in deco_init()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/views/
H A Dlist_view.rs29 min_width: usize, field
72 min_width: usize, in new()
78 min_width, in new()
81 width: min_width, in new()
187 let sum_min_widths: i32 = self.columns.iter().map(|c| c.min_width as i32).sum(); in update_dimensions()
190 self.columns[i].spacing.width = self.columns[i].min_width; in update_dimensions()
196 ((self.columns[i].max_width - self.columns[i].min_width) as i32).min(excess); in update_dimensions()
198 self.columns[i].spacing.width = self.columns[i].min_width + d as usize; in update_dimensions()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/views/
H A Dlist_view.rs29 min_width: usize, field
72 min_width: usize, in new()
78 min_width, in new()
81 width: min_width, in new()
191 let sum_min_widths: i32 = self.columns.iter().map(|c| c.min_width as i32).sum(); in update_dimensions()
194 self.columns[i].spacing.width = self.columns[i].min_width; in update_dimensions()
200 ((self.columns[i].max_width - self.columns[i].min_width) as i32).min(excess); in update_dimensions()
202 self.columns[i].spacing.width = self.columns[i].min_width + d as usize; in update_dimensions()
/dports/mail/xfaces/xfaces-3.3/
H A DTiled.c126 offset(tiled.min_width), XtRImmediate, (XtPointer) 0
158 int min_width = tw->tiled.min_width; local
180 else if ((min_width > 0) && (width_in_tiles < min_width))
182 width_in_tiles = min_width;
424 (current->tiled.min_width != new->tiled.min_width) ||
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx15.lua92 min_width = 2.
97 min_color, min_width, max_color, max_width, 1)
116 min_width = 0.
140 min_color, min_width, max_color, max_width, 1)
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx15.lua92 min_width = 2.
97 min_color, min_width, max_color, max_width, 1)
116 min_width = 0.
140 min_color, min_width, max_color, max_width, 1)
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/widgets/
H A Ddzl-bin.c110 gint *min_width, in dzl_bin_get_preferred_width() argument
120 *min_width = 0; in dzl_bin_get_preferred_width()
125 gtk_widget_get_preferred_width (child, min_width, nat_width); in dzl_bin_get_preferred_width()
130 *min_width += (borders.left + borders.right); in dzl_bin_get_preferred_width()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/log4rs-0.8.3/src/encode/pattern/
H A Dparser.rs22 pub min_width: Option<usize>, field
124 min_width: None, in parameters()
148 if let Some(min_width) = self.integer() { in parameters()
149 params.min_width = Some(min_width); in parameters()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/message/
H A Dmessage.rs48 fn min_width(&self) -> usize { in min_width() method
51 let heading = self.heading.min_width(); in min_width()
52 let body = self.body.min_width(); in min_width()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/people/
H A Dtest_people_groundBasedPeopleDetectionApp.cpp63 float min_width; variable
84 people_detector.setPersonClusterLimits(min_height, max_height, min_width, max_width); in TEST()
125 min_width = 0.1; in main()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/
H A Dlayouts.py107 min_width = Nullable(NonNegativeInt, help=""" variable in LayoutDOM
285 min_width = self.min_width if self.min_width is not None else 0
286 width = self.width if self.width is not None else min_width
289 if not (min_width <= width <= max_width):
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/kernels/pro/processes/
H A Dbvpl_create_wc_kernel_vector_process.cxx69 int min_width = 0, max_width=0; in bvpl_create_wc_kernel_vector_process() local
70 min_width = pro.get_input<int>(2); in bvpl_create_wc_kernel_vector_process()
79 min_width, max_width, in bvpl_create_wc_kernel_vector_process()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/message/
H A Dmessage.rs48 fn min_width(&self) -> usize { in min_width() method
51 let heading = self.heading.min_width(); in min_width()
52 let body = self.body.min_width(); in min_width()

12345678910>>...224