Home
last modified time | relevance | path

Searched refs:border_style (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/style/
H A Dtable_style.py4 from .border_style import BorderStyle
25 self.border_style = None
48 style.border_style = BorderStyle.none()
49 style.border_style.line_hc_char = "="
50 style.border_style.line_vc_char = " "
51 style.border_style.crossing_c_char = " "
58 style.border_style = BorderStyle.none()
59 style.border_style.line_hc_char = ""
60 style.border_style.line_vc_char = " "
61 style.border_style.crossing_c_char = ""
[all …]
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-border-style.c90 fo_property_border_style_init (FoPropertyBorderStyle *border_style) in fo_property_border_style_init() argument
92 FO_PROPERTY (border_style)->value = in fo_property_border_style_init()
132 FoPropertyBorderStyle *border_style; in fo_property_border_style_finalize() local
134 border_style = FO_PROPERTY_BORDER_STYLE (object); in fo_property_border_style_finalize()
150 FoProperty* border_style; in fo_property_border_style_new() local
152 border_style = in fo_property_border_style_new()
156 return border_style; in fo_property_border_style_new()
216 static FoProperty *border_style = NULL; in fo_property_border_style_get_initial() local
218 if (border_style == NULL) in fo_property_border_style_get_initial()
220 border_style = in fo_property_border_style_get_initial()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-border-style.c90 fo_property_border_style_init (FoPropertyBorderStyle *border_style) in fo_property_border_style_init() argument
92 FO_PROPERTY (border_style)->value = in fo_property_border_style_init()
132 FoPropertyBorderStyle *border_style; in fo_property_border_style_finalize() local
134 border_style = FO_PROPERTY_BORDER_STYLE (object); in fo_property_border_style_finalize()
150 FoProperty* border_style; in fo_property_border_style_new() local
152 border_style = in fo_property_border_style_new()
156 return border_style; in fo_property_border_style_new()
216 static FoProperty *border_style = NULL; in fo_property_border_style_get_initial() local
218 if (border_style == NULL) in fo_property_border_style_get_initial()
220 border_style = in fo_property_border_style_get_initial()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssdimensionvalue.c69 GtkBorderStyle border_style; in gtk_css_value_dimension_compute() local
75border_style = _gtk_css_border_style_value_get(gtk_css_style_get_value (style, GTK_CSS_PROPERTY_BO… in gtk_css_value_dimension_compute()
76 if (border_style == GTK_BORDER_STYLE_NONE || border_style == GTK_BORDER_STYLE_HIDDEN) in gtk_css_value_dimension_compute()
80border_style = _gtk_css_border_style_value_get(gtk_css_style_get_value (style, GTK_CSS_PROPERTY_BO… in gtk_css_value_dimension_compute()
81 if (border_style == GTK_BORDER_STYLE_NONE || border_style == GTK_BORDER_STYLE_HIDDEN) in gtk_css_value_dimension_compute()
85border_style = _gtk_css_border_style_value_get(gtk_css_style_get_value (style, GTK_CSS_PROPERTY_BO… in gtk_css_value_dimension_compute()
86 if (border_style == GTK_BORDER_STYLE_NONE || border_style == GTK_BORDER_STYLE_HIDDEN) in gtk_css_value_dimension_compute()
90border_style = _gtk_css_border_style_value_get(gtk_css_style_get_value (style, GTK_CSS_PROPERTY_BO… in gtk_css_value_dimension_compute()
91 if (border_style == GTK_BORDER_STYLE_NONE || border_style == GTK_BORDER_STYLE_HIDDEN) in gtk_css_value_dimension_compute()
95border_style = _gtk_css_border_style_value_get(gtk_css_style_get_value (style, GTK_CSS_PROPERTY_OU… in gtk_css_value_dimension_compute()
[all …]
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dpanel.py50 border_style: StyleType = "none",
65 self.border_style = border_style
83 border_style: StyleType = "none",
97 border_style=border_style,
143 border_style = style + console.get_style(self.border_style)
155 title_text.style = border_style
178 line_start = Segment(box.mid_left, border_style)
179 line_end = Segment(f"{box.mid_right}", border_style)
185 yield Segment(box.top_left + box.top, border_style)
187 yield Segment(box.top + box.top_right, border_style)
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dpanel.py48 border_style: StyleType = "none",
61 self.border_style = border_style
77 border_style: StyleType = "none",
89 border_style=border_style,
119 border_style = style + console.get_style(self.border_style)
131 title_text.style = border_style
154 line_start = Segment(box.mid_left, border_style)
155 line_end = Segment(f"{box.mid_right}", border_style)
161 yield Segment(box.top_left + box.top, border_style)
163 yield Segment(box.top + box.top_right, border_style)
[all …]
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/serialization/
H A Dcustom_value_traits.cpp195 case border_style::dashdot: in to_string()
197 case border_style::dashdotdot: in to_string()
199 case border_style::dashed: in to_string()
201 case border_style::dotted: in to_string()
203 case border_style::double_: in to_string()
205 case border_style::hair: in to_string()
207 case border_style::medium: in to_string()
213 case border_style::mediumdashed: in to_string()
217 case border_style::thick: in to_string()
219 case border_style::thin: in to_string()
[all …]
H A Dcustom_value_traits.hpp60 std::string to_string(border_style border_style);
239 border_style from_string(const std::string &string) in from_string()
241 if (string == "dashDot") return border_style::dashdot; in from_string()
243 else if (string == "dashed") return border_style::dashed; in from_string()
244 else if (string == "dotted") return border_style::dotted; in from_string()
246 else if (string == "hair") return border_style::hair; in from_string()
251 else if (string == "none") return border_style::none; in from_string()
253 else if (string == "thick") return border_style::thick; in from_string()
254 else if (string == "thin") return border_style::thin; in from_string()
256 default_case(border_style::dashdot); in from_string()
[all …]
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/components/
H A Dtable.py107 border_style = self._style.border_style
109 get_string_length(border_style.line_vl_char)
110 + (self._nb_columns - 1) * get_string_length(border_style.line_vc_char)
111 + get_string_length(border_style.line_vr_char)
137 border_style = self._style.border_style
142 BorderUtil.draw_top_border(io, border_style, border_column_lengths, indentation)
147 border_style,
158 io, border_style, border_column_lengths, indentation
164 border_style,
175 io, border_style, border_column_lengths, indentation
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/examples/
H A Dexample_022.php83 $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => … variable
90 $pdf->Rect(30, 60, 30, 30, 'DF', $border_style);
96 $pdf->Rect(70, 60, 30, 30, 'DF', $border_style);
102 $pdf->Rect(110, 60, 30, 30, 'DF', $border_style);
108 $pdf->Rect(150, 60, 30, 30, 'DF', $border_style);
116 $pdf->Rect(30, 110, 30, 30, 'DF', $border_style);
122 $pdf->Rect(70, 110, 30, 30, 'DF', $border_style);
128 $pdf->Rect(110, 110, 30, 30, 'DF', $border_style);
136 $pdf->Rect(30, 160, 30, 30, 'DF', $border_style);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/examples/
H A Dexample_022.php83 $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => … variable
90 $pdf->Rect(30, 60, 30, 30, 'DF', $border_style);
96 $pdf->Rect(70, 60, 30, 30, 'DF', $border_style);
102 $pdf->Rect(110, 60, 30, 30, 'DF', $border_style);
108 $pdf->Rect(150, 60, 30, 30, 'DF', $border_style);
116 $pdf->Rect(30, 110, 30, 30, 'DF', $border_style);
122 $pdf->Rect(70, 110, 30, 30, 'DF', $border_style);
128 $pdf->Rect(110, 110, 30, 30, 'DF', $border_style);
136 $pdf->Rect(30, 160, 30, 30, 'DF', $border_style);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_022.php83 $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => … variable
90 $pdf->Rect(30, 60, 30, 30, 'DF', $border_style);
96 $pdf->Rect(70, 60, 30, 30, 'DF', $border_style);
102 $pdf->Rect(110, 60, 30, 30, 'DF', $border_style);
108 $pdf->Rect(150, 60, 30, 30, 'DF', $border_style);
116 $pdf->Rect(30, 110, 30, 30, 'DF', $border_style);
122 $pdf->Rect(70, 110, 30, 30, 'DF', $border_style);
128 $pdf->Rect(110, 110, 30, 30, 'DF', $border_style);
136 $pdf->Rect(30, 160, 30, 30, 'DF', $border_style);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_022.php83 $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => … variable
90 $pdf->Rect(30, 60, 30, 30, 'DF', $border_style);
96 $pdf->Rect(70, 60, 30, 30, 'DF', $border_style);
102 $pdf->Rect(110, 60, 30, 30, 'DF', $border_style);
108 $pdf->Rect(150, 60, 30, 30, 'DF', $border_style);
116 $pdf->Rect(30, 110, 30, 30, 'DF', $border_style);
122 $pdf->Rect(70, 110, 30, 30, 'DF', $border_style);
128 $pdf->Rect(110, 110, 30, 30, 'DF', $border_style);
136 $pdf->Rect(30, 160, 30, 30, 'DF', $border_style);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/examples/
H A Dexample_022.php83 $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => … variable
90 $pdf->Rect(30, 60, 30, 30, 'DF', $border_style);
96 $pdf->Rect(70, 60, 30, 30, 'DF', $border_style);
102 $pdf->Rect(110, 60, 30, 30, 'DF', $border_style);
108 $pdf->Rect(150, 60, 30, 30, 'DF', $border_style);
116 $pdf->Rect(30, 110, 30, 30, 'DF', $border_style);
122 $pdf->Rect(70, 110, 30, 30, 'DF', $border_style);
128 $pdf->Rect(110, 110, 30, 30, 'DF', $border_style);
136 $pdf->Rect(30, 160, 30, 30, 'DF', $border_style);
/dports/sysutils/hexyl/hexyl-0.9.0/src/
H A Dlib.rs149 border_style: BorderStyle, field
161 border_style: BorderStyle, in new()
170 border_style, in new()
256 self.border_style.outer_sep(), in print_position_indicator()
258 self.border_style.outer_sep() in print_position_indicator()
300 self.border_style.inner_sep(), in print_textline()
301 self.border_style.outer_sep(), in print_textline()
318 self.border_style.inner_sep(), in print_textline()
319 self.border_style.outer_sep(), in print_textline()
327 self.border_style.outer_sep() in print_textline()
[all …]
/dports/graphics/p5-Graph-Easy/Graph-Easy-0.76/lib/Graph/Easy/Group/
H A DCell.pm214 my $border_style = $self->attribute('borderstyle');
220 $border_style = 'bold' if $border_width > 2;
221 $border_style = 'broad' if $border_width > $EM * 0.2 && $border_width < $EM * 0.75;
222 $border_style = 'wide' if $border_width >= $EM * 0.75;
224 if ($border_style ne 'none')
232 my $b_top = $border_style;
233 my $b_left = $border_style;
234 my $b_right = $border_style;
235 my $b_bottom = $border_style;
254 $ys = 0 if $border_style eq 'none';
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/tui-0.9.5/src/widgets/
H A Dblock.rs51 border_style: Style, field
65 border_style: Default::default(), in default()
84 self.border_style = style; in border_style()
141 .set_style(self.border_style); in render()
148 .set_style(self.border_style); in render()
156 .set_style(self.border_style); in render()
164 .set_style(self.border_style); in render()
172 .set_style(self.border_style); in render()
177 .set_style(self.border_style); in render()
182 .set_style(self.border_style); in render()
[all …]
/dports/devel/desed/desed-1.2.0/cargo-crates/tui-0.9.5/src/widgets/
H A Dblock.rs51 border_style: Style, field
65 border_style: Default::default(), in default()
84 self.border_style = style; in border_style()
141 .set_style(self.border_style); in render()
148 .set_style(self.border_style); in render()
156 .set_style(self.border_style); in render()
164 .set_style(self.border_style); in render()
172 .set_style(self.border_style); in render()
177 .set_style(self.border_style); in render()
182 .set_style(self.border_style); in render()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/tui-0.11.0/src/widgets/
H A Dblock.rs51 border_style: Style, field
64 border_style: Default::default(), in default()
93 self.border_style = style; in border_style()
150 .set_style(self.border_style); in render()
157 .set_style(self.border_style); in render()
165 .set_style(self.border_style); in render()
173 .set_style(self.border_style); in render()
181 .set_style(self.border_style); in render()
186 .set_style(self.border_style); in render()
191 .set_style(self.border_style); in render()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrenderborder.c545 switch (border_style[i]) in snapshot_border()
566 if (border_style[j] == border_style[i]) in snapshot_border()
676 GtkBorderStyle border_style[4]; in gtk_css_style_snapshot_border() local
705 if (border_style[0] <= GTK_BORDER_STYLE_SOLID && in gtk_css_style_snapshot_border()
706 border_style[1] <= GTK_BORDER_STYLE_SOLID && in gtk_css_style_snapshot_border()
708 border_style[3] <= GTK_BORDER_STYLE_SOLID) in gtk_css_style_snapshot_border()
722 border_style); in gtk_css_style_snapshot_border()
733 GtkBorderStyle border_style[4]; in gtk_css_style_snapshot_outline() local
738 if (border_style[0] != GTK_BORDER_STYLE_NONE) in gtk_css_style_snapshot_outline()
751 border_style[1] = border_style[2] = border_style[3] = border_style[0]; in gtk_css_style_snapshot_outline()
[all …]
/dports/misc/broot/broot-1.7.0/src/filesystems/
H A Dfilesystems_state.rs250 let border_style = &styles.help_table_border; in display() localVariable
318 cw.queue_char(border_style, '│')?; in display()
321 cw.queue_char(border_style, '│')?; in display()
325 cw.queue_char(border_style, '│')?; in display()
328 cw.queue_char(border_style, '│')?; in display()
333 cw.queue_char(border_style, '│')?; in display()
336 cw.queue_char(border_style, '│')?; in display()
338 cw.fill(border_style, &SPACE_FILLING)?; in display()
354 cw.fill(border_style, &BRANCH_FILLING)?; in display()
364 let border_style = if selected { &selected_border_style } else { &border_style }; in display() localVariable
[all …]
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/utility/
H A Dtextprocessing.py130 def format_dict_table(rows, column_names=None, max_column_width=None, border_style=2): argument
150 border_style = int(border_style)
152 if border_style == 0:
156 elif border_style == 1:
164 if border_style >= 3:
195 if border_style > 0:
198 if border_style > 0:
202 if border_style > 0:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/table/
H A Dng_table_borders.h112 EBorderStyle border_style; in BorderStyle() local
115 border_style = style->BorderLeftStyle(); in BorderStyle()
118 border_style = style->BorderRightStyle(); in BorderStyle()
121 border_style = style->BorderTopStyle(); in BorderStyle()
124 border_style = style->BorderBottomStyle(); in BorderStyle()
127 border_style = EBorderStyle::kNone; in BorderStyle()
133 if (border_style == EBorderStyle::kOutset) in BorderStyle()
135 if (border_style == EBorderStyle::kInset) in BorderStyle()
137 return border_style; in BorderStyle()
259 if (border_style == EBorderStyle::kNone || in CanPaint()
[all …]
/dports/devel/libfort/libfort-0.4.2-11-g4123716/examples/
H A D7-custom_border_style.c30 struct ft_border_style border_style; in main() local
31 memcpy(&border_style.border_chs, &border, sizeof(struct ft_border_chars)); in main()
32 memcpy(&border_style.header_border_chs, &border, sizeof(struct ft_border_chars)); in main()
33 border_style.hor_separator_char = "~"; in main()
34 ft_set_border_style(table, &border_style); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/specified/
H A Doutline.rs35 OutlineStyle::Other(ref border_style) => border_style.none_or_hidden() in none_or_hidden()
45 if let Ok(border_style) = input.try(BorderStyle::parse) { in parse()
46 if let BorderStyle::Hidden = border_style { in parse()
50 return Ok(OutlineStyle::Other(border_style)); in parse()

12345678910>>...25