/third_party/boost/libs/qvm/doc/ |
D | rouge-github.css | 1 .highlight table td { padding: 5px; } 2 .highlight table pre { margin: 0; } 3 .highlight .cm { 7 .highlight .cp { 11 .highlight .c1 { 15 .highlight .cs { 20 .highlight .c, .highlight .cd { 24 .highlight .err { 26 .highlight .gd { 30 .highlight .ge { [all …]
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | pygments.css | 1 .highlight .hll { background-color: #ffffcc } 2 .highlight { background: #f8f8f8; } 3 .highlight .c { color: #8f5902; font-style: italic } /* Comment */ 4 .highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ 5 .highlight .g { color: #000000 } /* Generic */ 6 .highlight .k { color: #204a87; font-weight: bold } /* Keyword */ 7 .highlight .l { color: #000000 } /* Literal */ 8 .highlight .n { color: #000000 } /* Name */ 9 .highlight .o { color: #ce5c00; font-weight: bold } /* Operator */ 10 .highlight .x { color: #000000 } /* Other */ [all …]
|
D | doctools.js | 69 function highlight(node) { function 85 highlight(this); 90 highlight(this); 194 var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
|
/third_party/libnl/doc/stylesheets/ |
D | pygments.css | 4 .highlight .hll { background-color: #ffffcc } 5 .highlight { background: #f4f4f4; } 6 .highlight .c { color: #008800; font-style: italic } /* Comment */ 7 .highlight .err { border: 1px solid #FF0000 } /* Error */ 8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */ 9 .highlight .o { color: #666666 } /* Operator */ 10 .highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ 11 .highlight .cp { color: #008800 } /* Comment.Preproc */ 12 .highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ 13 .highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */ [all …]
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | pygments.css | 1 .highlight .hll { background-color: #ffffcc } 2 .highlight { background: #f8f8f8; } 3 .highlight .c { color: #408080; font-style: italic } /* Comment */ 4 .highlight .err { border: 1px solid #FF0000 } /* Error */ 5 .highlight .k { color: #008000; font-weight: bold } /* Keyword */ 6 .highlight .o { color: #666666 } /* Operator */ 7 .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ 8 .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ 9 .highlight .cp { color: #BC7A00 } /* Comment.Preproc */ 10 .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ [all …]
|
D | doctools.js | 69 function highlight(node) { function 85 highlight(this); 90 highlight(this); 194 var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | pygments.css | 1 .highlight .hll { background-color: #ffffcc } 2 .highlight { background: #f8f8f8; } 3 .highlight .c { color: #408080; font-style: italic } /* Comment */ 4 .highlight .err { border: 1px solid #FF0000 } /* Error */ 5 .highlight .k { color: #008000; font-weight: bold } /* Keyword */ 6 .highlight .o { color: #666666 } /* Operator */ 7 .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ 8 .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ 9 .highlight .cp { color: #BC7A00 } /* Comment.Preproc */ 10 .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ [all …]
|
D | doctools.js | 69 function highlight(node) { function 85 highlight(this); 90 highlight(this); 194 var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
|
/third_party/boost/doc/src/ |
D | boostbook.css | 53 div.highlight, 420 .highlight .k, 421 .highlight .kc, 422 .highlight .kd, 423 .highlight .kn, 424 .highlight .kp, 425 .highlight .kr, 426 .highlight .kt, 429 .highlight .n, 430 .highlight .na, [all …]
|
/third_party/boost/libs/safe_numerics/doc/html/ |
D | boostbook.css | 53 div.highlight, 420 .highlight .k, 421 .highlight .kc, 422 .highlight .kd, 423 .highlight .kn, 424 .highlight .kp, 425 .highlight .kr, 426 .highlight .kt, 429 .highlight .n, 430 .highlight .na, [all …]
|
/third_party/boost/libs/outcome/doc/html/css/ |
D | boost.css | 53 div.highlight, 420 .highlight .k, 421 .highlight .kc, 422 .highlight .kd, 423 .highlight .kn, 424 .highlight .kp, 425 .highlight .kr, 426 .highlight .kt, 429 .highlight .n, 430 .highlight .na, [all …]
|
/third_party/boost/libs/outcome/doc/src/themes/boostdoc/static/css/ |
D | boost.css | 53 div.highlight, 420 .highlight .k, 421 .highlight .kc, 422 .highlight .kd, 423 .highlight .kn, 424 .highlight .kp, 425 .highlight .kr, 426 .highlight .kt, 429 .highlight .n, 430 .highlight .na, [all …]
|
/third_party/gn/src/gn/ |
D | err.cc | 64 std::string highlight; in OutputHighlighedPosition() local 65 highlight.resize(line_length); in OutputHighlighedPosition() 67 highlight[i] = ' '; in OutputHighlighedPosition() 71 FillRangeOnLine(range, location.line_number(), &highlight); in OutputHighlighedPosition() 74 highlight.push_back(' '); in OutputHighlighedPosition() 76 location.column_number() - 1 < static_cast<int>(highlight.size())); in OutputHighlighedPosition() 77 highlight[location.column_number() - 1] = '^'; in OutputHighlighedPosition() 80 while (!highlight.empty() && highlight[highlight.size() - 1] == ' ') in OutputHighlighedPosition() 81 highlight.resize(highlight.size() - 1); in OutputHighlighedPosition() 83 highlight += "\n"; in OutputHighlighedPosition() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | ink_well.dart | 111 /// * It starts to animate a _highlight_. The shape of the highlight is 113 /// default, then the highlight is a circle of fixed size centered in the 114 /// [InkResponse]. If it is [BoxShape.rectangle], then the highlight is a box 117 /// the highlight is set by [highlightColor]. 132 /// ![The highlight is a disc centered in the box, smaller than the child widget.](https://flutter.… 136 /// ![The highlight is a disc overflowing the box, centered on the child.](https://flutter.github.i… 145 /// ![The highlight is a rectangle the size of the box.](https://flutter.github.io/assets-for-api-d… 277 /// The shape (e.g., circle, rectangle) to use for the highlight drawn around 280 /// The same shape is used for the pressed highlight (see [highlightColor]), 281 /// the focus highlight (see [focusColor]), and the hover highlight (see [all …]
|
D | ink_highlight.dart | 15 /// This object is rarely created directly. Instead of creating an ink highlight 25 /// * [Material], which is the widget on which the ink highlight is painted. 29 /// Begin a highlight animation. 34 /// If a `rectCallback` is given, then it provides the highlight rectangle, 35 /// otherwise, the highlight rectangle is coincident with the [referenceBox]. 37 /// When the highlight is removed, `onRemoved` will be called.
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | flat_button_test.dart | 74 await tester.pump(); // Start the splash and highlight animations. 75 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well … 139 await tester.pump(); // Start the splash and highlight animations. 140 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well … 208 await tester.pump(); // Start the splash and highlight animations. 209 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well … 274 await tester.pump(); // Start the splash and highlight animations. 275 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well …
|
D | raised_button_test.dart | 74 await tester.pump(); // Start the splash and highlight animations. 75 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well … 143 await tester.pump(); // Start the splash and highlight animations. 144 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well … 210 await tester.pump(); // Start the splash and highlight animations. 211 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well …
|
D | material_button_test.dart | 30 await tester.pump(); // Start the splash and highlight animations. 31 …await tester.pump(const Duration(milliseconds: 800)); // Wait for splash and highlight to be well …
|
/third_party/freetype/docs/reference/assets/stylesheets/ |
D | application.adb8469c.css | 1 …highlight-color:transparent}a{color:inherit;text-decoration:none}small,sub,sup{font-size:80%}sub,s…
|
/third_party/toybox/toys/other/ |
D | hexedit.c | 99 static void highlight(int xx, int yy, int side) in highlight() function 183 highlight(x, y, ro ? 3 : side); in hexedit_main() 190 highlight(x, y, 2); in hexedit_main() 210 highlight(x, y, side); in hexedit_main()
|
/third_party/python/Lib/ |
D | cgitb.py | 132 highlight = {} 134 highlight[lnum[0]] = 1 145 if i in highlight: 216 highlight = {} 218 highlight[lnum[0]] = 1
|
/third_party/boost/libs/xpressive/perf/ |
D | command_line.cpp | 160 bool highlight = ((rel > 0) && (rel < 1.1)); in print_result() local 168 if(highlight) in print_result() 180 if(highlight) in print_result()
|
/third_party/selinux/secilc/docs/ |
D | Makefile | 61 …$(PANDOC) --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) --syntax-definition=secil.xml --standalone -… 65 …$(PANDOC) --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) --syntax-definition=secil.xml --standalone -…
|
/third_party/libnl/doc/ |
D | configure.ac | 58 AC_CHECK_PROG(HAVE_SOURCE_HIGHLIGHT, [source-highlight], yes, no) 61 AC_MSG_ERROR([*** source-highlight required to generate documentation]) 63 AC_MSG_WARN([*** source-highlight not found, disabling building of guides])
|
/third_party/eudev/src/shared/ |
D | log.c | 252 bool highlight; in write_to_console() local 262 highlight = LOG_PRI(level) <= LOG_ERR && show_color; in write_to_console() 270 if (highlight) in write_to_console() 273 if (highlight) in write_to_console()
|