Home
last modified time | relevance | path

Searched refs:prev_style (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbWireGraph.cpp235 EndStyle prev_style; in decode() local
250 prev_style.setExtended(); in decode()
259 prev_style.setExtended(); in decode()
268 prev_style.setExtended(); in decode()
277 prev_style.setExtended(); in decode()
287 prev_style.setExtended(); in decode()
293 prev_style.setExtended(); in decode()
327 prev_style.setExtended(); in decode()
377 prev_style = cur_style; in decode()
550 EndStyle prev_style; in encodePath() local
[all …]
H A DdbRtTree.cpp501 dbRtEndStyle prev_style; in decode() local
516 prev_style.setExtended(); in decode()
525 prev_style.setExtended(); in decode()
534 prev_style.setExtended(); in decode()
543 prev_style.setExtended(); in decode()
553 prev_style.setExtended(); in decode()
559 prev_style.setExtended(); in decode()
601 prev_style.setExtended(); in decode()
659 prev_style = cur_style; in decode()
849 dbRtEndStyle prev_style; in encodePath() local
[all …]
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/bindings/ipython/
H A Dsince_5.py33 prev_style = saved_msfn(name)
34 new_style = PowerlinePromptStyle(lambda: prev_style)
40 prev_style = ip._style
41 ip._style = PowerlinePromptStyle(lambda: prev_style)
H A Dsince_7.py33 prev_style = saved_msfn(name)
34 new_style = PowerlinePromptStyle(lambda: prev_style)
40 prev_style = ip._style
41 ip._style = PowerlinePromptStyle(lambda: prev_style)
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpmenudock.c55 GtkStyle *prev_style);
86 GtkStyle *prev_style) in gimp_menu_dock_style_set() argument
90 GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style); in gimp_menu_dock_style_set()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libASGTK/
H A Dasgtkcframe.c41 GtkStyle * prev_style);
104 GtkStyle * prev_style) in asgtk_collapsing_frame_style_set() argument
106 GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style); in asgtk_collapsing_frame_style_set()
H A Dasgtklistviews.c40 GtkStyle * prev_style);
103 asgtk_simple_list_style_set (GtkWidget * widget, GtkStyle * prev_style) in asgtk_simple_list_style_set() argument
106 prev_style); in asgtk_simple_list_style_set()
H A Dasgtkcolorsel.c43 GtkStyle * prev_style);
107 asgtk_color_selection_style_set (GtkWidget * widget, GtkStyle * prev_style) in asgtk_color_selection_style_set() argument
111 GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style); in asgtk_color_selection_style_set()
H A Dasgtkxmloptlist.c40 GtkStyle * prev_style);
112 asgtk_xml_opt_list_style_set (GtkWidget * widget, GtkStyle * prev_style) in asgtk_xml_opt_list_style_set() argument
116 GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style); in asgtk_xml_opt_list_style_set()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpunitcombobox.c44 GtkStyle *prev_style);
90 GtkStyle *prev_style) in gimp_unit_combo_box_style_set() argument
96 GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style); in gimp_unit_combo_box_style_set()
/dports/print/py-python-ly/python-ly-0.9.6/ly/
H A Dcolorize.py300 prev_style = None
302 if s == prev_style or t.isspace():
307 yield ''.join(prev_tokens[:-1]), prev_style
310 yield ''.join(prev_tokens), prev_style
312 prev_style = s
314 yield ''.join(prev_tokens), prev_style
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpcanvas.c60 GtkStyle *prev_style);
158 GtkStyle *prev_style) in gimp_canvas_style_set() argument
162 GTK_WIDGET_CLASS (parent_class)->style_set (widget, prev_style); in gimp_canvas_style_set()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syntect-3.2.0/src/
H A Dhtml.rs253 let mut prev_style: Option<&Style> = None; in append_highlighted_html_for_styled_line() localVariable
255 let unify_style = if let Some(ps) = prev_style { in append_highlighted_html_for_styled_line()
264 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
267 prev_style = Some(style); in append_highlighted_html_for_styled_line()
293 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syntect-3.2.0/src/
H A Dhtml.rs253 let mut prev_style: Option<&Style> = None; in append_highlighted_html_for_styled_line() localVariable
255 let unify_style = if let Some(ps) = prev_style { in append_highlighted_html_for_styled_line()
264 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
267 prev_style = Some(style); in append_highlighted_html_for_styled_line()
293 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/src/
H A Dutil.rs96 let mut prev_style: Option<Style> = None; localVariable
106 if let Some(ps) = prev_style {
126 prev_style = Some(style);
H A Dhtml.rs452 let mut prev_style: Option<&Style> = None; in append_highlighted_html_for_styled_line() localVariable
454 let unify_style = if let Some(ps) = prev_style { in append_highlighted_html_for_styled_line()
462 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
465 prev_style = Some(style); in append_highlighted_html_for_styled_line()
491 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/src/
H A Dutil.rs96 let mut prev_style: Option<Style> = None; localVariable
106 if let Some(ps) = prev_style {
126 prev_style = Some(style);
H A Dhtml.rs452 let mut prev_style: Option<&Style> = None; in append_highlighted_html_for_styled_line() localVariable
454 let unify_style = if let Some(ps) = prev_style { in append_highlighted_html_for_styled_line()
462 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
465 prev_style = Some(style); in append_highlighted_html_for_styled_line()
491 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/syntect-4.6.0/src/
H A Dutil.rs96 let mut prev_style: Option<Style> = None; localVariable
106 if let Some(ps) = prev_style {
126 prev_style = Some(style);
H A Dhtml.rs452 let mut prev_style: Option<&Style> = None; in append_highlighted_html_for_styled_line() localVariable
454 let unify_style = if let Some(ps) = prev_style { in append_highlighted_html_for_styled_line()
462 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
465 prev_style = Some(style); in append_highlighted_html_for_styled_line()
491 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
/dports/www/xh/xh-0.14.1/cargo-crates/syntect-4.6.0/src/
H A Dutil.rs96 let mut prev_style: Option<Style> = None; localVariable
106 if let Some(ps) = prev_style {
126 prev_style = Some(style);
/dports/www/zola/zola-0.15.2/cargo-crates/syntect-4.6.0/src/
H A Dutil.rs96 let mut prev_style: Option<Style> = None; localVariable
106 if let Some(ps) = prev_style {
126 prev_style = Some(style);
H A Dhtml.rs452 let mut prev_style: Option<&Style> = None; in append_highlighted_html_for_styled_line() localVariable
454 let unify_style = if let Some(ps) = prev_style { in append_highlighted_html_for_styled_line()
462 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
465 prev_style = Some(style); in append_highlighted_html_for_styled_line()
491 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
/dports/textproc/bat/bat-0.18.3/cargo-crates/syntect-4.5.0/src/
H A Dutil.rs96 let mut prev_style: Option<Style> = None; localVariable
106 if let Some(ps) = prev_style {
126 prev_style = Some(style);
H A Dhtml.rs404 let mut prev_style: Option<&Style> = None; in append_highlighted_html_for_styled_line() localVariable
406 let unify_style = if let Some(ps) = prev_style { in append_highlighted_html_for_styled_line()
415 if prev_style.is_some() { in append_highlighted_html_for_styled_line()
418 prev_style = Some(style); in append_highlighted_html_for_styled_line()
444 if prev_style.is_some() { in append_highlighted_html_for_styled_line()

123456789