Home
last modified time | relevance | path

Searched refs:bold (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/scapy/scapy/
Dthemes.py115 style_prompt = Color.blue+Color.bold
117 style_id = Color.blue+Color.bold
119 style_layer_name = Color.red+Color.bold
122 style_emph_field_name = Color.blue+Color.uline+Color.bold
123 style_emph_field_value = Color.purple+Color.uline+Color.bold
124 style_packetlist_name = Color.red+Color.bold
127 style_fail = Color.red+Color.bold
128 style_success = Color.blue+Color.bold
129 style_even = Color.black+Color.bold
136 style_logo = Color.green+Color.bold
[all …]
/external/python/httplib2/doc/html/_static/
Dpygments.css4 .k { color: #007020; font-weight: bold } /* Keyword */
13 .gh { color: #000080; font-weight: bold } /* Generic.Heading */
16 .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
17 .gs { font-weight: bold } /* Generic.Strong */
18 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
20 .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
21 .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
22 .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
24 .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
30 .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
[all …]
/external/libnl/doc/stylesheets/
Dpygments.css8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
13 .highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
17 .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
20 .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
21 .highlight .gs { font-weight: bold } /* Generic.Strong */
22 .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
24 .highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
25 .highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
26 .highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
28 .highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
[all …]
/external/python/setuptools/docs/_theme/nature/static/
Dpygments.css2 .k { font-weight: bold } /* Keyword */
3 .o { font-weight: bold } /* Operator */
5 .cp { color: #999999; font-weight: bold } /* Comment.preproc */
14 .gs { font-weight: bold } /* Generic.Strong */
17 .kc { font-weight: bold } /* Keyword.Constant */
18 .kd { font-weight: bold } /* Keyword.Declaration */
19 .kp { font-weight: bold } /* Keyword.Pseudo */
20 .kr { font-weight: bold } /* Keyword.Reserved */
21 .kt { color: #445588; font-weight: bold } /* Keyword.Type */
26 .nc { color: #445588; font-weight: bold } /* Name.Class */
[all …]
/external/testng/doc/
Dprettify.css2 font-weight: bold;
16 font-weight: bold;
24 .kwd { color: #006; font-weight: bold; }
26 .typ { color: #404; font-weight: bold; }
30 .tag { color: #006; font-weight: bold; }
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Depydoc.css13 * - Use bold for decision list terms.
23 dt { font-weight: bold; }
25 font-weight: bold; }
27 font-weight: bold; }
45 h1.epydoc { margin: 0; font-size: +140%; font-weight: bold; }
46 h2.epydoc { font-size: +130%; font-weight: bold; }
47 h3.epydoc { font-size: +115%; font-weight: bold;
49 td h3.epydoc { font-size: +115%; font-weight: bold;
59 span.breadcrumbs { font-size: 85%; font-weight: bold; }
77 span.table-header { font-size: 120%; font-weight: bold; }
[all …]
/external/python/google-api-python-client/docs/epy/
Depydoc.css13 * - Use bold for decision list terms.
23 dt { font-weight: bold; }
25 font-weight: bold; }
27 font-weight: bold; }
45 h1.epydoc { margin: 0; font-size: +140%; font-weight: bold; }
46 h2.epydoc { font-size: +130%; font-weight: bold; }
47 h3.epydoc { font-size: +115%; font-weight: bold;
49 td h3.epydoc { font-size: +115%; font-weight: bold;
59 span.breadcrumbs { font-size: 85%; font-weight: bold; }
77 span.table-header { font-size: 120%; font-weight: bold; }
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
Depydoc.css13 * - Use bold for decision list terms.
23 dt { font-weight: bold; }
25 font-weight: bold; }
27 font-weight: bold; }
45 h1.epydoc { margin: 0; font-size: +140%; font-weight: bold; }
46 h2.epydoc { font-size: +130%; font-weight: bold; }
47 h3.epydoc { font-size: +115%; font-weight: bold;
49 td h3.epydoc { font-size: +115%; font-weight: bold;
59 span.breadcrumbs { font-size: 85%; font-weight: bold; }
77 span.table-header { font-size: 120%; font-weight: bold; }
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
Dbytype-index.css22 font-weight: bold;
29 font-weight: bold;
64 font-weight: bold;
98 font-weight: bold;
103 font-weight: bold;
116 font-weight: bold;
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java82 @OptionalBoolean private int bold; field in TtmlStyle
96 bold = UNSPECIFIED; in TtmlStyle()
112 if (bold == UNSPECIFIED && italic == UNSPECIFIED) { in getStyle()
115 return (bold == ON ? STYLE_BOLD : STYLE_NORMAL) in getStyle()
137 public TtmlStyle setBold(boolean bold) { in setBold() argument
138 this.bold = bold ? ON : OFF; in setBold()
217 if (bold == UNSPECIFIED) { in inherit()
218 bold = ancestor.bold; in inherit()
/external/exoplayer/tree/testdata/src/test/assets/webvtt/
Dwith_css_complex_selectors13 ::cue(.class.another ){font-weight: bold;}
16 ::cue(v.class[voice="Strider Trancos"] ){ font-weight:bold; }
31 This <lang.class.another>should be courier and bold.
34 This <v Strider Trancos>shouldn't be bold.</v>
35 This <v.class.clazz Strider Trancos>should be bold.
/external/ImageMagick/www/Magick++/
Dmagick.css14 font-weight: bold;
21 font-weight: bold;
108 font-weight: bold;
118 font-weight: bold;
136 font-weight: bold;
146 font-weight: bold;
203 font-weight: bold;
220 font-weight: bold;
225 font-weight: bold;
240 font-weight: bold;
[all …]
/external/shflags/doc/
Drst2html.css44 /* Uncomment (and remove this text!) to get bold-faced definition list terms
46 font-weight: bold }
53 font-weight: bold ;
65 font-weight: bold ;
72 font-weight: bold ;
90 font-weight: bold ;
136 font-weight: bold }
193 font-weight: bold ;
200 font-weight: bold ;
205 font-weight: bold }
[all …]
/external/llvm/docs/_ocamldoc/
Dstyle.css21 b { font-weight: bold }
49 h1 { font-weight: bold; font-size: 1.5em; /* margin-top:1.833em; */
52 h2 { font-weight: bold; font-size: 1.313em; margin-top: 1.048em }
53 h3 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em }
54 h3 { font-weight: bold; font-size: 1em; margin-top: 1.375em}
58 h6 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em }
59 .h7 { font-weight: bold; font-size: 1em; margin-top: 1.375em }
83 .keyword { font-weight: bold; }
87 .warning { color : red ; font-weight : bold }
/external/swiftshader/third_party/llvm-7.0/llvm/docs/_ocamldoc/
Dstyle.css21 b { font-weight: bold }
49 h1 { font-weight: bold; font-size: 1.5em; /* margin-top:1.833em; */
52 h2 { font-weight: bold; font-size: 1.313em; margin-top: 1.048em }
53 h3 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em }
54 h3 { font-weight: bold; font-size: 1em; margin-top: 1.375em}
58 h6 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em }
59 .h7 { font-weight: bold; font-size: 1em; margin-top: 1.375em }
83 .keyword { font-weight: bold; }
87 .warning { color : red ; font-weight : bold }
/external/nanopb-c/docs/
Dlsr.css17 font-weight: bold;
41 font-weight: bold;
74 font-weight: bold;
81 font-weight: bold;
127 font-weight: bold;
133 font-weight: bold;
139 font-weight: bold;
185 font-weight: bold;
233 font-weight: bold;
/external/grpc-grpc/third_party/nanopb/docs/
Dlsr.css17 font-weight: bold;
41 font-weight: bold;
74 font-weight: bold;
81 font-weight: bold;
127 font-weight: bold;
133 font-weight: bold;
139 font-weight: bold;
185 font-weight: bold;
233 font-weight: bold;
/external/fmtlib/test/
Dcolor-test.cc20 EXPECT_WRITE(stdout, fmt::print(fmt::emphasis::bold, "bold"), in TEST()
31 fmt::print(fg(fmt::color::blue) | fmt::emphasis::bold, "blue/bold"), in TEST()
33 EXPECT_WRITE(stderr, fmt::print(stderr, fmt::emphasis::bold, "bold error"), in TEST()
58 EXPECT_EQ(fmt::format(fmt::emphasis::bold, "bold"), "\x1b[1mbold\x1b[0m"); in TEST()
66 fmt::format(fg(fmt::color::blue) | fmt::emphasis::bold, "blue/bold"), in TEST()
68 EXPECT_EQ(fmt::format(fmt::emphasis::bold, "bold error"), in TEST()
/external/tinyxml/docs/
Ddoxygen.css17 CAPTION { font-weight: bold }
49 font-weight: bold;
54 font-weight: bold;
63 font-weight: bold;
74 A.el { text-decoration: none; font-weight: bold }
75 A.elRef { font-weight: bold }
98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
99 TD.md { background-color: #F4F4FB; font-weight: bold; }
105 TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
106 TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java93 @OptionalBoolean private int bold; field in WebvttCssStyle
118 bold = UNSPECIFIED; in reset()
186 if (bold == UNSPECIFIED && italic == UNSPECIFIED) { in getStyle()
189 return (bold == ON ? STYLE_BOLD : STYLE_NORMAL) in getStyle()
210 public WebvttCssStyle setBold(boolean bold) { in setBold() argument
211 this.bold = bold ? ON : OFF; in setBold()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
DhideUnexecutedSubviews.test14 INDEX: <td class='column-entry-bold'>Filename</td>
15 INDEX: <td class='column-entry-bold'>Function Coverage</td>
16 INDEX: <td class='column-entry-bold'>Instantiation Coverage</td>
17 INDEX: <td class='column-entry-bold'>Line Coverage</td>
18 INDEX: <td class='column-entry-bold'>Region Coverage</td>
/external/google-styleguide/include/
Dstyleguide.css22 font-weight:bold;
208 font-weight: bold;
223 font-weight: bold;
230 font-weight: bold;
237 font-weight: bold;
244 font-weight: bold;
251 font-weight: bold;
258 font-weight: bold;
/external/ImageMagick/www/api/MagickWand/
Ddoxygen.css17 CAPTION { font-weight: bold }
49 font-weight: bold;
54 font-weight: bold;
63 font-weight: bold;
74 A.el { text-decoration: none; font-weight: bold }
75 A.elRef { font-weight: bold }
98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
104 font-weight: bold;
115 font-weight: bold;
266 font-weight: bold;
[all …]
/external/ImageMagick/www/api/MagickCore/
Ddoxygen.css17 CAPTION { font-weight: bold }
49 font-weight: bold;
54 font-weight: bold;
63 font-weight: bold;
74 A.el { text-decoration: none; font-weight: bold }
75 A.elRef { font-weight: bold }
98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
104 font-weight: bold;
115 font-weight: bold;
266 font-weight: bold;
[all …]
/external/boringssl/src/util/
Ddoc.css31 font-weight: bold;
39 font-weight: bold;
48 font-weight: bold;
67 font-weight: bold;

12345678910>>...12