Home
last modified time | relevance | path

Searched refs:base_style (Results 1 – 25 of 128) sorted by relevance

123456

/dports/misc/broot/broot-1.7.0/src/display/
H A Dmatched_string.rs13 pub base_style: &'a CompoundStyle, field
24 base_style: &'a CompoundStyle, in new()
30 base_style, in new()
56 base_style: self.base_style, in split_on_last()
74 let mut combined_style = self.base_style.clone(); in queue_on()
87 cw.repeat(self.base_style, &SPACE_FILLING, dw - w)?; in queue_on()
106 cw.queue_char(self.base_style, cand_char)?; in queue_on()
110 cw.repeat(self.base_style, &SPACE_FILLING, right_filling)?; in queue_on()
115 cw.queue_str(self.base_style, &format!("{:^w$}", self.string, w = w))?; in queue_on()
118 cw.queue_str(self.base_style, &format!("{:>w$}", self.string, w = w))?; in queue_on()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssanimatedstyle.c674 durations = base_style->transition->transition_duration; in gtk_css_animated_style_create_css_transitions()
675 delays = base_style->transition->transition_delay; in gtk_css_animated_style_create_css_transitions()
704 end = gtk_css_style_get_value (base_style, i); in gtk_css_animated_style_create_css_transitions()
775 animation_names = base_style->animation->animation_name; in gtk_css_animated_style_create_css_animations()
785 durations = base_style->animation->animation_duration; in gtk_css_animated_style_create_css_animations()
786 delays = base_style->animation->animation_delay; in gtk_css_animated_style_create_css_animations()
867 gtk_css_animated_style_new (GtkCssStyle *base_style, in gtk_css_animated_style_new() argument
883 return g_object_ref (base_style); in gtk_css_animated_style_new()
892 return g_object_ref (base_style); in gtk_css_animated_style_new()
896 result->style = g_object_ref (base_style); in gtk_css_animated_style_new()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssanimatedstyle.c254 GtkCssStyle *base_style, in gtk_css_animated_style_create_css_transitions() argument
265 delays = gtk_css_style_get_value (base_style, GTK_CSS_PROPERTY_TRANSITION_DELAY); in gtk_css_animated_style_create_css_transitions()
285 end = gtk_css_style_get_value (base_style, i); in gtk_css_animated_style_create_css_transitions()
301 gtk_css_style_get_value (base_style, i))) in gtk_css_animated_style_create_css_transitions()
336 GtkCssStyle *base_style, in gtk_css_animated_style_create_css_animations() argument
348 delays = gtk_css_style_get_value (base_style, GTK_CSS_PROPERTY_ANIMATION_DELAY); in gtk_css_animated_style_create_css_animations()
421 gtk_css_animated_style_new (GtkCssStyle *base_style, in gtk_css_animated_style_new() argument
430 gtk_internal_return_val_if_fail (GTK_IS_CSS_STYLE (base_style), NULL); in gtk_css_animated_style_new()
436 return g_object_ref (base_style); in gtk_css_animated_style_new()
445 return g_object_ref (base_style); in gtk_css_animated_style_new()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/
H A DTracing.py179 def __init__(self, name, quiet=False, base_style=None): argument
181 self.base_style = base_style
198 style = style or self.base_style
224 style = style or self.base_style
229 def __init__(self, name, quiet=False, base_style=None, file_handle=None): argument
230 OurLogger.__init__(self, name=name, quiet=quiet, base_style=base_style)
248 style = style or self.base_style
255 style = style or self.base_style
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/styles/
H A Dstyle.py181 def base_style(self): member in _CharacterStyle
186 base_style = self._element.base_style
187 if base_style is None:
189 return StyleFactory(base_style)
191 @base_style.setter
192 def base_style(self, style): member in _CharacterStyle
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/decoders/
H A Dtextst_render.c296 const BD_TEXTST_REGION_STYLE *base_style, in _render_line() argument
345 memcpy(style, base_style, sizeof(*style)); in _render_line()
362 const BD_TEXTST_REGION_STYLE *base_style, in textst_render() argument
374 if (base_style->text_flow != BD_TEXTST_FLOW_LEFT_RIGHT) { in textst_render()
375 TEXTST_ERROR("textst_render: unsupported text flow type %d\n", base_style->text_flow); in textst_render()
381 if (base_style->font_style.outline_border) { in textst_render()
396 memcpy(&s, base_style, sizeof(s)); in textst_render()
423 …line_width = _render_line(p, NULL, base_style, &style_tmp, &ptr_tmp, &elem_count_tmp, 0, 0, &basel… in textst_render()
445 _render_line(p, bmp, base_style, &s, &ptr, &elem_count, xpos, ypos, NULL); in textst_render()
453 (void)base_style; in textst_render()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/decoders/
H A Dtextst_render.c296 const BD_TEXTST_REGION_STYLE *base_style, in _render_line() argument
345 memcpy(style, base_style, sizeof(*style)); in _render_line()
362 const BD_TEXTST_REGION_STYLE *base_style, in textst_render() argument
374 if (base_style->text_flow != BD_TEXTST_FLOW_LEFT_RIGHT) { in textst_render()
375 TEXTST_ERROR("textst_render: unsupported text flow type %d\n", base_style->text_flow); in textst_render()
381 if (base_style->font_style.outline_border) { in textst_render()
396 memcpy(&s, base_style, sizeof(s)); in textst_render()
423 …line_width = _render_line(p, NULL, base_style, &style_tmp, &ptr_tmp, &elem_count_tmp, 0, 0, &basel… in textst_render()
445 _render_line(p, bmp, base_style, &s, &ptr, &elem_count, xpos, ypos, NULL); in textst_render()
453 (void)base_style; in textst_render()
/dports/x11-fonts/py-glyphsLib/glyphsLib-3.1.4/Lib/glyphsLib/builder/
H A Daxes.py526 base_style = find_base_style(font.masters)
527 if not base_style:
528 base_style = "Regular"
530 if master.name == base_style:
537 if name_without_regular == base_style:
548 base_style = (masters[0].name or "").split()
551 base_style = [s for s in style if s in base_style]
552 base_style = " ".join(base_style)
553 return base_style
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dhighlighter.py64 base_style: str = "" variable in RegexHighlighter
76 highlight_regex(re_highlight, style_prefix=self.base_style)
82 base_style = "repr." variable in ReprHighlighter
107 base_style = "json." variable in JSONHighlighter
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Drcparse.y53 static unsigned long base_style; variable
546 base_style = BS_AUTO3STATE;
606 base_style = 0;
661 base_style = SS_CENTER;
694 base_style = BS_GROUPBOX;
767 base_style = SS_LEFT;
778 base_style = BS_PUSHBOX;
799 base_style = BS_RADIOBUTTON;
810 base_style = SS_RIGHT;
821 base_style = 0;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Drcparse.y52 static unsigned long base_style; variable
544 base_style = BS_AUTO3STATE;
604 base_style = 0;
659 base_style = SS_CENTER;
692 base_style = BS_GROUPBOX;
765 base_style = SS_LEFT;
776 base_style = BS_PUSHBOX;
797 base_style = BS_RADIOBUTTON;
808 base_style = SS_RIGHT;
819 base_style = 0;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Drcparse.y52 static unsigned long base_style; variable
544 base_style = BS_AUTO3STATE;
604 base_style = 0;
659 base_style = SS_CENTER;
692 base_style = BS_GROUPBOX;
765 base_style = SS_LEFT;
776 base_style = BS_PUSHBOX;
797 base_style = BS_RADIOBUTTON;
808 base_style = SS_RIGHT;
819 base_style = 0;
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Drcparse.y53 static unsigned long base_style; variable
546 base_style = BS_AUTO3STATE;
606 base_style = 0;
661 base_style = SS_CENTER;
694 base_style = BS_GROUPBOX;
767 base_style = SS_LEFT;
778 base_style = BS_PUSHBOX;
799 base_style = BS_RADIOBUTTON;
810 base_style = SS_RIGHT;
821 base_style = 0;
[all …]
/dports/devel/binutils/binutils-2.37/binutils/
H A Drcparse.y55 static rc_uint_type base_style; variable
562 base_style = BS_AUTO3STATE;
627 base_style = 0;
659 base_style = SS_CENTER;
695 base_style = BS_GROUPBOX;
772 base_style = SS_LEFT;
784 base_style = BS_PUSHBOX;
807 base_style = BS_RADIOBUTTON;
819 base_style = SS_RIGHT;
831 base_style = 0;
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Drcparse.y55 static rc_uint_type base_style; variable
562 base_style = BS_AUTO3STATE;
627 base_style = 0;
659 base_style = SS_CENTER;
695 base_style = BS_GROUPBOX;
772 base_style = SS_LEFT;
784 base_style = BS_PUSHBOX;
807 base_style = BS_RADIOBUTTON;
819 base_style = SS_RIGHT;
831 base_style = 0;
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Drcparse.y55 static rc_uint_type base_style; variable
562 base_style = BS_AUTO3STATE;
627 base_style = 0;
659 base_style = SS_CENTER;
695 base_style = BS_GROUPBOX;
772 base_style = SS_LEFT;
784 base_style = BS_PUSHBOX;
807 base_style = BS_RADIOBUTTON;
819 base_style = SS_RIGHT;
831 base_style = 0;
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Drcparse.y55 static rc_uint_type base_style; variable
562 base_style = BS_AUTO3STATE;
627 base_style = 0;
659 base_style = SS_CENTER;
695 base_style = BS_GROUPBOX;
772 base_style = SS_LEFT;
784 base_style = BS_PUSHBOX;
807 base_style = BS_RADIOBUTTON;
819 base_style = SS_RIGHT;
831 base_style = 0;
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Drcparse.y55 static rc_uint_type base_style; variable
562 base_style = BS_AUTO3STATE;
627 base_style = 0;
659 base_style = SS_CENTER;
695 base_style = BS_GROUPBOX;
772 base_style = SS_LEFT;
784 base_style = BS_PUSHBOX;
807 base_style = BS_RADIOBUTTON;
819 base_style = SS_RIGHT;
831 base_style = 0;
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Drcparse.y55 static rc_uint_type base_style; variable
562 base_style = BS_AUTO3STATE;
627 base_style = 0;
659 base_style = SS_CENTER;
695 base_style = BS_GROUPBOX;
772 base_style = SS_LEFT;
784 base_style = BS_PUSHBOX;
807 base_style = BS_RADIOBUTTON;
819 base_style = SS_RIGHT;
831 base_style = 0;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/dwrite_font_proxy/
H A Dfont_fallback_win.cc65 DWRITE_FONT_STYLE base_style, in MapCharacters() argument
99 base_style, base_stretch, mapped_font, mapped_length)) { in MapCharacters()
112 base_weight, base_style, base_stretch), in MapCharacters()
170 DWRITE_FONT_STYLE base_style, in GetCachedFont() argument
188 ->GetFirstMatchingFont(base_weight, base_stretch, base_style, in GetCachedFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/dwrite_font_proxy/
H A Dfont_fallback_win.cc65 DWRITE_FONT_STYLE base_style, in MapCharacters() argument
99 base_style, base_stretch, mapped_font, mapped_length)) { in MapCharacters()
112 base_weight, base_style, base_stretch), in MapCharacters()
170 DWRITE_FONT_STYLE base_style, in GetCachedFont() argument
188 ->GetFirstMatchingFont(base_weight, base_stretch, base_style, in GetCachedFont()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dhighlighter.py64 base_style: str = "" variable in RegexHighlighter
76 highlight_regex(re_highlight, style_prefix=self.base_style)
82 base_style = "repr." variable in ReprHighlighter
/dports/graphics/py-pygal/pygal-2.4.0/pygal/
H A Dstyle.py450 def __init__(self, color, step=10, max_=None, base_style=None, **kwargs): argument
466 if base_style is not None:
467 if isinstance(base_style, type):
468 base_style = base_style()
469 defaults.update(base_style.to_dict())
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/styles/
H A Dtest_style.py384 base_style = style.base_style
387 assert base_style == base_style_
391 style.base_style = value
415 base_style = styles[base_style_idx]
416 StyleFactory_calls = [call(base_style)]
435 base_style = style_ if base_style_id is not None else None
437 return style, base_style, expected_xml
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Danimation.rs211 base_style: &ComputedValues, in generate_for_keyframes()
222 current_step.update_from_step(step, context, base_style); in generate_for_keyframes()
238 base_style: &ComputedValues, in update_from_step()
267 declaration.to_physical(base_style.writing_mode), in update_from_step()
277 base_style: &Arc<ComputedValues>, in resolve_style()
284 return base_style.clone(); in resolve_style()
290 let rule_node = base_style.rules().clone(); in resolve_style()
300 return base_style.clone(); in resolve_style()
305 visited_rules: base_style.visited_rules().cloned(), in resolve_style()
334 base_style: &Arc<ComputedValues>, in generate_for_keyframes()
[all …]

123456