Home
last modified time | relevance | path

Searched refs:_apply_style (Results 1 – 8 of 8) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/style/
H A Dcore.py58 def _apply_style(d, warn=True): function
105 _apply_style(style)
110 _apply_style(rcParamsDefault, warn=False)
112 _apply_style(library[style])
116 _apply_style(rc)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/style/
H A Dcore.py62 def _apply_style(d, warn=True): function
104 _apply_style(style)
106 _apply_style(rcParamsDefault, warn=False)
108 _apply_style(library[style])
112 _apply_style(rc)
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_canvas_textblock.c8 _apply_style(const Eo *input, Eo *textblock) in _apply_style() function
17 _apply_style(ev->object, data); in _style_changed_cb()
63 _apply_style(input, textblock); in test_canvas_textblock()
H A Dtest_efl_ui_text.c9 _apply_style(Eo *obj, size_t start_pos, size_t end_pos, const char *style) in _apply_style() function
54 _apply_style(en, 0, 21, "font_size=12 font_weight=bold"); in test_efl_ui_text_label()
60 _apply_style(en, 40, 45, "font_weight=bold color=#ff0"); in test_efl_ui_text_label()
61 _apply_style(en, 52, 58, "font_weight=italic color=#f00"); in test_efl_ui_text_label()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dstyled_date_editor.py85 def _apply_style(self, style, dates): member in CustomEditor
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/layout/
H A Dcontainers.py1596 self._apply_style(screen, write_position, parent_style)
1820 def _apply_style(self, new_screen, write_position, parent_style): member in Window
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/layout/
H A Dcontainers.py1596 self._apply_style(screen, write_position, parent_style)
1820 def _apply_style(self, new_screen, write_position, parent_style): member in Window
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/layout/
H A Dcontainers.py1935 self._apply_style(screen, write_position, parent_style)
2205 def _apply_style( member in Window