Home
last modified time | relevance | path

Searched refs:justify (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/gettext/gettext-tools/tests/
Dxgettext-glade-1583 <justify>GTK_JUSTIFY_CENTER</justify>
609 <justify>GTK_JUSTIFY_CENTER</justify>
631 <justify>GTK_JUSTIFY_CENTER</justify>
653 <justify>GTK_JUSTIFY_CENTER</justify>
684 <justify>GTK_JUSTIFY_CENTER</justify>
718 <justify>GTK_JUSTIFY_CENTER</justify>
744 <justify>GTK_JUSTIFY_CENTER</justify>
770 <justify>GTK_JUSTIFY_CENTER</justify>
793 <justify>GTK_JUSTIFY_CENTER</justify>
811 <justify>GTK_JUSTIFY_CENTER</justify>
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Ddefault_text_style_test.dart28 textAlign: TextAlign.justify,
38 expect(text.textAlign, TextAlign.justify);
73 textAlign: TextAlign.justify,
84 expect(text2.textAlign, TextAlign.justify);
94 expect(text3.textAlign, TextAlign.justify);
/third_party/flutter/flutter/examples/layers/rendering/
Dflex_layout.dart61 void addJustificationRow(MainAxisAlignment justify) {
64 TextSpan(style: style, text: '$justify'),
72 row.mainAxisAlignment = justify;
/third_party/gn/misc/emacs/
Dgn-mode.el141 (defun gn-fill-paragraph (&optional justify)
144 (or (fill-comment-paragraph justify)
/third_party/python/Lib/idlelib/
Dconfig_key.py124 basic_keys = Label(self.frame_keyseq_basic, justify='left',
146 help_basic = Label(self.frame_controls_basic, justify='left',
175 advanced_title = Label(self.frame_keyseq_advanced, justify='left',
186 help_advanced = Label(self.frame_help_advanced, justify='left',
Dhelp_about.py87 byline = Label(frame_background, text=byline_text, justify=LEFT,
91 justify=LEFT, fg=self.fg, bg=self.bg)
95 justify=LEFT, fg=self.fg, bg=self.bg)
Dquery.py99 entrylabel = Label(frame, anchor='w', justify='left',
265 pathlabel = Label(frame, anchor='w', justify='left',
Dtooltip.py161 label = Label(self.tipwindow, text=self.text, justify=LEFT,
Dcalltip_w.py82 self.label = Label(self.tipwindow, text=self.text, justify=LEFT,
/third_party/python/Tools/pynche/
DChipViewer.py45 relief=FLAT, justify=CENTER, state=DISABLED,
51 relief=FLAT, justify=CENTER, state=DISABLED,
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_style.h34 justify, enumerator
/third_party/boost/libs/spirit/classic/phoenix/doc/theme/
Dstyle.css52 text-align: justify;
104 font-size: small; text-align: justify
/third_party/boost/libs/spirit/classic/doc/theme/
Dstyle.css52 text-align: justify;
104 font-size: small; text-align: justify
/third_party/boost/libs/wave/doc/theme/
Dstyle.css52 text-align: justify;
104 font-size: small; text-align: justify
/third_party/boost/libs/convert/doc/
Drationale.qbk14 …ser-provided configuration parameter was not that rare or exceptional to justify the hassle and th…
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.h85 void justify(SkScalar maxWidth);
/third_party/ffmpeg/doc/
Ddefault.css32 text-align: justify;
/third_party/openssl/external/perl/Text-Template-1.46/
DArtistic32 "Reasonable copying fee" is whatever you can justify on the
34 and so on. (You will not be required to justify it to the
/third_party/skia/modules/skparagraph/src/
DTextLine.h127 void justify(SkScalar maxWidth);
/third_party/skia/third_party/externals/freetype/docs/markdown/stylesheets/
Dextra.css6 text-align: justify;
/third_party/freetype/docs/reference/stylesheets/
Dextra.css12 text-align: justify;
/third_party/boost/libs/python/doc/html/numpy/_static/
Dclassic.css173 text-align: justify;
/third_party/boost/libs/gil/doc/html/_static/
Dclassic.css173 text-align: justify;
/third_party/libevdev/doc/html/search/
Dsearch.css74 justify-content: center;
/third_party/python/Tools/unittestgui/
Dunittestgui.py422 foreground="red", justify=tk.LEFT).pack(anchor=tk.W)
425 tk.Label(window, text=tracebackText, justify=tk.LEFT).pack()

123456