Home
last modified time | relevance | path

Searched refs:heading (Results 1 – 25 of 216) sorted by relevance

123456789

/external/google-styleguide/include/
Dstyleguide.js88 var heading = headings[h];
91 var level = parseInt(heading.tagName.charAt(1));
96 if ((level == masterLevel) && (!hasClass(heading, 'ignoreLink'))) {
97 toc_current_row = AddTOCMaster(tbody_element, heading);
101 if ((level == masterLevel) && (hasClass(heading, 'ignoreLink'))) {
106 AddTOCElements(toc_current_row, heading);
115 function AddTOCMaster(tocTable, heading) { argument
129 link.href = '#' + heading.id; // Create the anchor link
130 link.textContent = heading.textContent; // Link text is same as heading
144 function AddTOCElements(toc_div, heading) { argument
[all …]
Djsguide.js32 var heading = document.getElementById(href.substring(1));
34 if (heading && link.textContent == '??') {
35 link.textContent = heading.textContent;
/external/fmtlib/doc/bootstrap/mixins/
Dpanels.less3 .panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
6 & > .panel-heading {
7 color: @heading-text-color;
8 background-color: @heading-bg-color;
9 border-color: @heading-border;
15 color: @heading-bg-color;
16 background-color: @heading-text-color;
/external/markdown/markdown/extensions/
Drss.py22 def get_time(heading): argument
24 heading = heading.split("-")[0]
25 heading = heading.strip().replace(",", " ").replace(".", " ")
27 month, date, year = heading.split()
81 heading = child.text.strip()
86 title.text = heading
88 guid = ''.join([x for x in heading if x.isalnum()])
/external/fmtlib/doc/bootstrap/
Dtheme.less251 .panel-heading-styles(@color) {
256 .panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); }
257 .panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); }
258 .panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); }
259 .panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); }
260 .panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); }
261 .panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); }
Dpanels.less21 // Optional heading
22 .panel-heading {
23 padding: @panel-heading-padding;
32 // Within heading, strip any `h*` tag of its default margins for spacing.
89 .panel-heading + .list-group {
229 .panel-heading {
249 ….panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-defau…
252 ….panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-prima…
255 ….panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-succe…
258 .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);
[all …]
Dlist-group.less49 .list-group-item-heading {
50 color: @list-group-link-heading-color;
72 .list-group-item-heading {
90 .list-group-item-heading,
91 .list-group-item-heading > small,
92 .list-group-item-heading > .small {
117 .list-group-item-heading {
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DSingleArgCreator2305Test.java14 private final String heading; field in SingleArgCreator2305Test.ExportRequest2305
19 @JsonProperty("heading") String heading) { in ExportRequest2305() argument
21 this.heading = heading; in ExportRequest2305()
25 public String getHeading() { return heading; } in getHeading()
/external/python/cpython2/Lib/test/
Dtest_turtle.py311 self.assertAlmostEqual(self.nav.heading(), 90)
313 self.assertAlmostEqual(self.nav.heading(), 1.57079633)
315 self.assertAlmostEqual(self.nav.heading(), 90)
339 self.assertAlmostEqual(self.nav.heading(), 90)
341 self.assertAlmostEqual(self.nav.heading(), 135)
343 self.assertAlmostEqual(self.nav.heading(), 133.4)
351 self.assertEqual(self.nav.heading(), result)
357 self.assertEqual(self.nav.heading(), result)
368 self.assertAlmostEqual(self.nav.heading(), sum_so_far % 360)
372 self.assertAlmostEqual(self.nav.heading(), 102.32)
[all …]
/external/dokka/core/src/main/kotlin/Model/
DPackageDocs.kt110 private fun findTargetContent(heading: String): MutableContent { in <lambda>()
111 if (heading.startsWith("Module") || heading.startsWith("module")) { in <lambda>()
114 if (heading.startsWith("Package") || heading.startsWith("package")) { in <lambda>()
115 return findOrCreatePackageContent(heading.substring("package".length).trim()) in <lambda>()
117 return findOrCreatePackageContent(heading) in <lambda>()
/external/python/cpython3/Lib/test/
Dtest_turtle.py329 self.assertAlmostEqual(self.nav.heading(), 90)
331 self.assertAlmostEqual(self.nav.heading(), 1.57079633)
333 self.assertAlmostEqual(self.nav.heading(), 90)
357 self.assertAlmostEqual(self.nav.heading(), 90)
359 self.assertAlmostEqual(self.nav.heading(), 135)
361 self.assertAlmostEqual(self.nav.heading(), 133.4)
369 self.assertEqual(self.nav.heading(), result)
375 self.assertEqual(self.nav.heading(), result)
386 self.assertAlmostEqual(self.nav.heading(), sum_so_far % 360)
390 self.assertAlmostEqual(self.nav.heading(), 102.32)
[all …]
/external/ImageMagick/scripts/
Dtxt2html708 local($heading) = @_;
709 local($anchor) = &make_new_anchor($heading);
713 sub heading subroutine
715 local($hindent, $heading) = $line =~ /^(\s*)(.+)$/;
725 if((length($heading) > (length($underline) + $underline_tolerance_short))
726 || (length($heading) < (length($underline) -$underline_tolerance_long)))
745 &anchor_heading($heading);
884 &heading if (!($mode & $PRE) &&
Dformat_c_api_docs583 my($heading) = @_;
584 return( "=head1 $heading\n\n" );
592 my($heading) = @_;
593 return( "=head2 $heading\n\n" );
/external/grpc-grpc/tools/run_tests/
Drun_microbenchmark.py62 def heading(name): function
84 heading('Latency Profiles: %s' % bm_name)
137 heading('Flamegraphs: %s' % bm_name)
205 heading('Summary: %s [no counters]' % bm_name)
207 heading('Summary: %s [with counters]' % bm_name)
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_microbenchmark.py61 def heading(name): function
92 heading('Latency Profiles: %s' % bm_name)
143 heading('Flamegraphs: %s' % bm_name)
205 heading('Summary: %s [no counters]' % bm_name)
207 heading('Summary: %s [with counters]' % bm_name)
/external/chromium-trace/catapult/systrace/profile_chrome/
Dui.py10 def PrintMessage(heading, eol='\n'): argument
11 sys.stdout.write('%s%s' % (heading, eol))
/external/perfetto/ui/src/assets/
Ddetails.scss120 .details-panel-heading {
130 "heading heading";
156 grid-area: heading;
319 .notes-editor-panel-heading-bar {
323 .notes-editor-panel-heading {
/external/toybox/kconfig/
Dmconf.c773 char *heading; in conf_string() local
777 heading = (char *)_(inputbox_instructions_int); in conf_string()
780 heading = (char *)_(inputbox_instructions_hex); in conf_string()
783 heading = (char *)_(inputbox_instructions_string); in conf_string()
786 heading = "Internal mconf error!"; in conf_string()
790 heading, 10, 75, in conf_string()
/external/python/cpython3/Doc/library/
Dcmd.rst276 'Print the current turtle heading in degrees: HEADING'
277 print('Current heading is %d\n' % (heading(),))
332 circle forward heading left position reset undo
340 (turtle) heading
341 Current heading is 0
357 (turtle) heading
358 Current heading is 180
376 Current heading is 0
378 Current heading is 180
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1101 self.heading('H1', args, 0)
1105 self.heading('H1', args, -1)
1108 self.heading('H1', args, -1)
1111 self.heading('H1', args, -1)
1113 self.heading('H1', args, -1)
1115 self.heading('H1', args, -1)
1118 self.heading('H1', args, 1)
1122 self.heading('H1', args, -1)
1125 self.heading('H1', args, -1)
1129 self.heading('H1', args, -1)
[all …]
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1103 self.heading('H1', args, 0)
1107 self.heading('H1', args, -1)
1110 self.heading('H1', args, -1)
1113 self.heading('H1', args, -1)
1115 self.heading('H1', args, -1)
1117 self.heading('H1', args, -1)
1120 self.heading('H1', args, 1)
1124 self.heading('H1', args, -1)
1127 self.heading('H1', args, -1)
1131 self.heading('H1', args, -1)
[all …]
/external/python/cpython2/Demo/tkinter/ttk/
Dtreeview_multicolumn.py36 tree.heading(col,
76 self.tree.heading(col, text=col.title(),
Ddirbrowser.py78 tree.heading("#0", text="Directory Structure", anchor='w')
79 tree.heading("size", text="File Size", anchor='w')
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py95 self._root_section.heading = md_heading(self._prog, level=1)
99 def start_section(self, heading): argument
101 md_heading(heading, level=2))
/external/perfetto/infra/perfetto.dev/src/
Dgen_proto_reference.js75 const heading = '#' +
78 let md = `${heading} ${anchor}${fullName}`;

123456789