Home
last modified time | relevance | path

Searched refs:next_style (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/text/formats/
H A Dstructured.py219 self.next_style = {}
237 self.next_style.update(styles)
250 self.next_style.update(old_styles)
256 self.document.insert_text(self.len_text, text, self.next_style)
257 self.next_style.clear()
261 self.document.insert_element(self.len_text, element, self.next_style)
262 self.next_style.clear()
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/text/formats/
H A Dstructured.py219 self.next_style = {}
237 self.next_style.update(styles)
250 self.next_style.update(old_styles)
256 self.document.insert_text(self.len_text, text, self.next_style)
257 self.next_style.clear()
261 self.document.insert_element(self.len_text, element, self.next_style)
262 self.next_style.clear()
/dports/games/flare-engine/flare-engine-1.12/src/
H A DWidgetLog.cpp36 , next_style(FONT_REGULAR) in WidgetLog()
124 styles.push_back(next_style); in add()
129 next_style = FONT_REGULAR; in add()
138 next_style = style; in setNextStyle()
159 next_style = FONT_REGULAR; in clear()
H A DWidgetLog.h49 int next_style; variable
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/styles/
H A Dtest_style.py472 style, next_style, expected_xml = next_set_fixture
473 style.next_paragraph_style = next_style
505 next_style = _ParagraphStyle(next_style_elm)
507 next_style = style
508 return style, next_style
524 next_style = (
529 return style, next_style, expected_xml
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dcontainers.py160 next_style = next_word.get_style_at_offset(console, 0)
161 space_style = style if style == next_style else line.style
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dbar.c386 int style = STYLE_NORMAL, next_style = STYLE_NORMAL; in draw_string() local
402 next_style = STYLE_INVERSE; in draw_string()
408 next_style = STYLE_NORMAL; in draw_string()
441 style = next_style; in draw_string()
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dcontainers.py164 next_style = next_word.get_style_at_offset(console, 0)
165 space_style = style if style == next_style else line.style
/dports/textproc/texi2html/texi2html-5.0/examples/
H A Denable_encoding.init178 my $next_style = shift @styles;
180 $current_accent = t2h_utf8_accent($next_style,[$current_accent],\@new_stack);
181 push @accents_stack, $next_style;
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dmenustyle.h15 #define ST_NEXT_STYLE(s) ((s)->next_style)
16 #define MST_NEXT_STYLE(m) ((m)->s->ms->next_style)
328 struct MenuStyle *next_style; member
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dmenustyle.h14 #define ST_NEXT_STYLE(s) ((s)->next_style)
15 #define MST_NEXT_STYLE(m) ((m)->s->ms->next_style)
327 struct MenuStyle *next_style; member
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dbar.c704 int style = STYLE_NORMAL, next_style = STYLE_NORMAL; in draw_string() local
716 next_style = STYLE_INVERSE; in draw_string()
720 next_style = STYLE_NORMAL; in draw_string()
750 style = next_style; in draw_string()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/styles/
H A Dstyle.py225 next_style_elm = self._element.next_style
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/oxml/
H A Dstyles.py209 def next_style(self): member in CT_Style
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/writer/
H A Dstyles.py153 self.next_style = None
631 if self is not normal_style and self.next_style is not None:
632 pPr.append(makeelement(pPr, 'next', val=self.next_style))
/dports/devel/git-delta/delta-0.9.2/src/
H A Dwrapping.rs150 Some((next_style, nl)) if stack.len() == 1 && *nl == "\n" => { in wrap_line()
153 curr_line.push_and_set_len((*next_style, *nl), new_len + 0); in wrap_line()
/dports/audio/din/din-52/src/
H A Dmenu.h166 void next_style (int dir);
H A Dmenu.cc3081 void style_listener::next_style (int dir) { in next_style() function in style_listener
3088 next_style (dir); in picked()
/dports/games/brainworkshop/brainworkshop-f1e28d0/
H A Dbrainworkshop.pyw4430 graph.next_style()
/dports/textproc/texi2html/texi2html-5.0/
H A Dtexi2html.init4080 my $next_style = shift @styles;
4082 $current_accent = t2h_utf8_accent($next_style,[$current_accent],\@new_stack);
4083 push @accents_stack, $next_style;