HomeSort by relevance Sort by last modified time
    Searched full:bold (Results 51 - 75 of 1730) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
make.php 86 1 => 'color: #666622; font-weight: bold;',
88 //3 => 'color: #000000; font-weight: bold;'
92 2 => 'color: #000099; font-weight: bold;',
96 0 => 'color: #000099; font-weight: bold;'
111 0 => 'color: #000088; font-weight: bold;',
112 1 => 'color: #0000CC; font-weight: bold;',
typoscript.php 159 2 => 'font-weight: bold;',
160 3 => 'color: #990000; font-weight: bold;',
161 4 => 'color: #990000; font-weight: bold;',
162 5 => 'color: #990000; font-weight: bold;',
163 6 => 'color: #990000; font-weight: bold;',
164 7 => 'color: #990000; font-weight: bold;',
165 8 => 'font-weight: bold;',
166 9 => 'color: #990000; font-weight: bold;',
180 1 => 'color: #0000e0; font-weight: bold;',
181 2 => 'color: #0000e0; font-weight: bold;'
    [all...]
email.php 78 1 => 'color: #0000FF; font-weight: bold;',
79 2 => 'color: #000000; font-weight: bold;',
80 3 => 'color: #800000; font-weight: bold;',
81 4 => 'font-weight: bold;',
86 0 => 'color: #000099; font-weight: bold;'
106 1 => 'color: #000000; font-weight: bold;',
109 4 => 'color: #0000FF; font-weight: bold;',
110 5 => 'font-weight: bold;',
haskell.php 140 1 => 'color: #06c; font-weight: bold;', /* nice blue */
141 2 => 'color: #06c; font-weight: bold;', /* blue as well */
142 3 => 'font-weight: bold;', /* make the preduled functions bold */
143 4 => 'color: #cccc00; font-weight: bold;', /* give types a different bg */
148 2 => 'color: #339933; font-weight: bold;',
152 0 => 'background-color: #3cb371; font-weight: bold;'
169 0 => 'color: #339933; font-weight: bold;'
  /external/chromium/chrome/browser/policy/resources/
enrollment.css 37 font-weight: bold;
56 font-weight: bold;
75 font-weight: bold;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
main.css 21 font-weight: bold;
51 font-weight: bold;
76 font-weight: bold;
  /external/expat/doc/
style.css 34 font-weight: bold;
74 font-weight: bold;
84 font-weight: bold;
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformDataQt.cpp 37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
42 if (bold)
43 font.setWeight(QFont::Bold);
  /development/samples/training/notify-user/res/values/
styles.xml 11 <item name="android:textStyle">bold</item>
  /external/chromium/chrome/browser/resources/
notification_icon.html 16 font-weight: bold;
  /external/clang/www/
menu.css 27 font-weight: bold;
  /external/compiler-rt/www/
menu.css 27 font-weight: bold;
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 17 p.add_option('-b', '--bold', help='Choose bold fonts', action='store_true')
28 fpat += "bold" if opts.bold else "medium"
68 def __init__(self, fontname, bold, italic, size, glyphs) :
73 self.bold = bold
96 cr.set_font_face(cairo.ToyFontFace(self.fontname, cairo.FONT_SLANT_ITALIC if self.italic else cairo.FONT_SLANT_NORMAL, cairo.FONT_WEIGHT_BOLD if self.bold else cairo.FONT_WEIGHT_NORMAL))
113 w = GlyphsWindow(family, opts.bold, opts.italic, opts.size, glyphs)
  /external/libvpx/libvpx/examples/includes/geshi/docs/api/media/
banner.css 24 font-weight: bold;
  /external/webkit/Source/WebCore/manual-tests/
non-bmp.html 7 Listed below are Mathematical Bold Capital A through E (U+1D400 .. U+1D404). Note that you need to install a font covering Plane 1 like Code2001 for this test.
  /frameworks/base/docs/downloads/design/
Roboto_Hinted_20111129.zip 
Roboto_Hinted_20120823.zip 
  /ndk/sources/cxx-stl/llvm-libc++/www/
menu.css 27 font-weight: bold;
  /sdk/templates/other/AppWidget/root/res/layout/
appwidget.xml 16 android:textStyle="bold|italic"
  /development/apps/Development/res/layout/
permission_details.xml 35 android:textStyle="bold" />
49 android:textStyle="bold" />
63 android:textStyle="bold" />
77 android:textStyle="bold" />
91 android:textStyle="bold" />
105 android:textStyle="bold" />
119 android:textStyle="bold" />
129 android:textStyle="bold" />
  /development/samples/training/AnimationsDemo/res/layout/
fragment_card_back.xml 27 android:textStyle="bold"
36 android:textStyle="bold"
  /external/webkit/Source/WebCore/manual-tests/autocorrection/
undo-autocorrection.html 17 <p><b>Test 2:</b> Type "the ". Set font to bold, then type "me". Set font to regular, then type "sage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message" with "me" in bold font.</p>
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
36 return FontPlatformData(size, bold, italic);
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp 33 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
35 return FontPlatformData(m_fontFace, size, bold, italic);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode)
36 return FontPlatformData(size, bold, italic);

Completed in 248 milliseconds

1 23 4 5 6 7 8 91011>>