Home
last modified time | relevance | path

Searched refs:text_indent (Results 1 – 25 of 122) sorted by relevance

12345

/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-text-indent.c93 fo_property_text_indent_init (FoPropertyTextIndent *text_indent) in fo_property_text_indent_init() argument
95 FO_PROPERTY (text_indent)->value = in fo_property_text_indent_init()
134 FoPropertyTextIndent *text_indent; in fo_property_text_indent_finalize() local
136 text_indent = FO_PROPERTY_TEXT_INDENT (object); in fo_property_text_indent_finalize()
152 FoProperty* text_indent; in fo_property_text_indent_new() local
154 text_indent = in fo_property_text_indent_new()
158 return text_indent; in fo_property_text_indent_new()
255 static FoProperty *text_indent = NULL; in fo_property_text_indent_get_initial() local
257 if (text_indent == NULL) in fo_property_text_indent_get_initial()
259 text_indent = fo_property_text_indent_new (); in fo_property_text_indent_get_initial()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-text-indent.c93 fo_property_text_indent_init (FoPropertyTextIndent *text_indent) in fo_property_text_indent_init() argument
95 FO_PROPERTY (text_indent)->value = in fo_property_text_indent_init()
134 FoPropertyTextIndent *text_indent; in fo_property_text_indent_finalize() local
136 text_indent = FO_PROPERTY_TEXT_INDENT (object); in fo_property_text_indent_finalize()
152 FoProperty* text_indent; in fo_property_text_indent_new() local
154 text_indent = in fo_property_text_indent_new()
158 return text_indent; in fo_property_text_indent_new()
255 static FoProperty *text_indent = NULL; in fo_property_text_indent_get_initial() local
257 if (text_indent == NULL) in fo_property_text_indent_get_initial()
259 text_indent = fo_property_text_indent_new (); in fo_property_text_indent_get_initial()
[all …]
/dports/devel/py-behave/behave-1.2.6/features/steps/
H A Dbehave_undefined_steps.py17 def text_indent(text, indent_size=0): function
52 '''.format(undefined_step_snippet=text_indent(undefined_step_snippet, 4)))
67 '''.format(undefined_step_snippet=text_indent(undefined_step_snippet, 4)))
/dports/www/webpy/web.py-0.62/web/
H A Dtemplate.py610 def emit(self, indent, text_indent="", name=""): argument
612 if text_indent:
613 text = [repr(text_indent)] + text
630 def emit(self, indent, text_indent=""): argument
631 text_indent = self.begin_indent + text_indent
632 out = indent + self.stmt + self.suite.emit(indent + INDENT, text_indent)
658 def emit(self, indent, text_indent=""): argument
703 def emit(self, indent, text_indent=""): argument
704 text_indent = self.begin_indent + text_indent
714 def emit(self, indent, text_indent): argument
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Coq/
H A Dparse_vernac.cpp287 if (d != 0 && (d <= -text_indent || d >= text_indent)) in can_parse_line()
295 parse_line (string s, int &i, int text_indent) { in parse_line() argument
308 parse_line (s, i, text_indent+1); in parse_line()
324 while (can_parse_line (s, i, text_indent+1)) in parse_line()
325 parse_line (s, i, text_indent+1); in parse_line()
334 int text_indent= item_indent, n= N(s); in parse_item() local
337 text_indent++; in parse_item()
342 text_indent++; in parse_item()
348 string tmp= parse_line (s, i, text_indent); in parse_item()
351 while (can_parse_line (s, i, text_indent)) { in parse_item()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvstyles.cpp75 + (lUInt32)rec.text_indent.pack()) * 31 in calcHash()
138 r1.text_indent == r2.text_indent && in operator ==()
336 ST_PUT_LEN(text_indent); // css_length_t text_indent; in serialize()
399 ST_GET_LEN(text_indent); // css_length_t text_indent; in deserialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_match_cell_view.cc249 const int text_indent = GetTextIndent() + tail_suggest_common_prefix_width_; in Layout() local
250 x += text_indent; in Layout()
251 const int text_width = child_area.width() - text_indent; in Layout()
/dports/games/xsokoban/xsokoban/
H A Dscoredisp.c36 text_indent; variable
244 XDrawString(dpy, win, gc, text_indent, font_height, header, in DrawScores()
284 XDrawString(dpy, win, scroll_gc, text_indent, y, buf, strlen(buf)); in DrawScores()
329 XDrawString(dpy, panel, gc, text_indent, panel_height - in DrawPanel()
465 text_indent = GetIntResource("text.indent", 3); in InitDisplayScores()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/writer/
H A Dstyles.py499 self.text_indent = 0
506 self.text_indent = int(css['text-indent'] * 20)
509 self.text_indent = 0
609 val = self.text_indent
611 … if (self is normal_style and val > 0) or self.text_indent != normal_style.text_indent:
615 … if (self is normal_style and val < 0) or self.text_indent != normal_style.text_indent:
/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_tree.c507 uint8_t text_len, text_indent; in tree_print_snode() local
605 text_indent = LY_TREE_TYPE_INDENT + (uint8_t)(max_name_len - node_len); in tree_print_snode()
607 line_len = tree_print_wrap(out, level, line_len, text_indent, text_len, opts); in tree_print_snode()
613 text_indent = LY_TREE_TYPE_INDENT + (uint8_t)(max_name_len - node_len); in tree_print_snode()
614 line_len = tree_print_wrap(out, level, line_len, text_indent, 7, opts); in tree_print_snode()
619 text_indent = LY_TREE_TYPE_INDENT + (uint8_t)(max_name_len - node_len); in tree_print_snode()
620 line_len = tree_print_wrap(out, level, line_len, text_indent, 6, opts); in tree_print_snode()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/conversion/
H A Dutils.py651 text_indent = ''
685 text_indent = indented_text
687 text_indent = style+':'+str(setting)+'pt;'
696 if int(setting[3]) > 8 and text_indent == '':
697 text_indent = indented_text
720 paragraph_before+'<p style="'+text_indent+text_align+
725 …ockquote_open_loop+blockquote_close_loop+paragraph_before+'<p style="'+text_indent+text_align+'">'…
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/layout/
H A Dpreferred.py252 text_indent = 0
254 text_indent = box.style['text_indent'].value
323 yield current_line + text_indent
324 text_indent = 0
331 yield current_line + text_indent
/dports/textproc/libcss/libcss-0.9.1/src/select/
H A Dautogenerated_computed.h258 css_fixed text_indent; member
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/
H A Dblock_styles.py165 padding_left = padding_right = text_indent = inherit
184text_indent = '%.3g%s' % (ti, 'em' if hc is not None or (h is None and flc is not None) else 'pt')
188 setattr(dest, 'text_indent', text_indent)
H A Dto_html.py180 …if style.text_indent is inherit or (hasattr(style.text_indent, 'endswith') and style.text_indent.e…
181 if style.text_indent is not inherit:
182 indent = float(style.text_indent[:-2]) + indent
183 style.text_indent = '%.3gpt' % indent
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/icons/
H A Dicons.qrc68 <file alias="text_indent">text_indent.png</file>
/dports/comms/wsjtz/wsjtx/widgets/
H A Dsignalmeter.cpp70 static int constexpr text_indent {2}; member in Scale
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-block-private.h94 FoProperty *text_indent; member
H A Dfo-block-area.c309 gfloat text_indent = in fo_block_area_new() local
312 text_indent); in fo_block_area_new()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-block-private.h94 FoProperty *text_indent; member
H A Dfo-block-area.c309 gfloat text_indent = in fo_block_area_new() local
312 text_indent); in fo_block_area_new()
/dports/devel/libruin/libruin-0.2.0/src/
H A Dbox.h106 ruin_length_t text_indent; member
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/FrameReflower/
H A DTableCell.php78 $indent = (float)$style->length_in_pt($style->text_indent, $w);
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvstyles.h131 css_length_t text_indent; member
188 , text_indent(css_val_inherited, 0)
/dports/textproc/libcss/libcss-0.9.1/src/select/properties/
H A DMakefile113 text_indent.c \

12345