Home
last modified time | relevance | path

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

12

/openbmc/qemu/docs/sphinx/
H A Dhxtool.py123 heading = parse_defheading(hxfile, lnum, line)
125 heading = parse_archheading(hxfile, lnum, line)
126 if heading == "":
144 current_node += nodes.title(heading, heading)
H A Dqapidoc.py372 def _start_new_heading(self, heading, level): argument
385 snode = self._make_section(heading)
416 (heading, _, text) = text.partition('\n')
417 (leader, _, heading) = heading.partition(' ')
418 self._start_new_heading(heading, len(leader))
/openbmc/u-boot/Licenses/
H A DExceptions8 U-Boot, and does *not* fall under the heading of "derived work".
13 *not* fall under the heading of "derived work".
/openbmc/linux/Documentation/sphinx/
H A Dmaintainers_include.py115 heading = re.sub(r"\s+", " ", line)
116 output = output + "%s\n%s" % (heading, "~" * len(heading))
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_task_page.py60 heading = self.find('.page-header h1')
63 self.assertEqual(heading.text, expected_heading,
H A Dtest_toastertable_ui.py38 heading = table.find_element(By.CSS_SELECTOR, selector)
39 return heading.get_attribute('innerHTML').strip()
/openbmc/linux/scripts/kconfig/
H A Dmconf.c749 const char *heading; in conf_string() local
753 heading = inputbox_instructions_int; in conf_string()
756 heading = inputbox_instructions_hex; in conf_string()
759 heading = inputbox_instructions_string; in conf_string()
762 heading = "Internal mconf error!"; in conf_string()
766 heading, 10, 75, in conf_string()
H A Dnconf.c1445 const char *heading; in conf_string() local
1449 heading = inputbox_instructions_int; in conf_string()
1452 heading = inputbox_instructions_hex; in conf_string()
1455 heading = inputbox_instructions_string; in conf_string()
1458 heading = "Internal nconf error!"; in conf_string()
1462 heading, in conf_string()
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c867 const char *heading; in conf_string() local
871 heading = _(inputbox_instructions_int); in conf_string()
874 heading = _(inputbox_instructions_hex); in conf_string()
877 heading = _(inputbox_instructions_string); in conf_string()
880 heading = _("Internal mconf error!"); in conf_string()
884 heading, 10, 75, in conf_string()
H A Dnconf.c1357 const char *heading; in conf_string() local
1361 heading = _(inputbox_instructions_int); in conf_string()
1364 heading = _(inputbox_instructions_hex); in conf_string()
1367 heading = _(inputbox_instructions_string); in conf_string()
1370 heading = _("Internal nconf error!"); in conf_string()
1374 heading, in conf_string()
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/
H A D0001-check-sr-results-Change-the-expected-SR-result-confi.patch207 - - heading: BBSR Compliance
210 - - heading: SIE SCT
217 - - heading: SIE FWTS
222 - heading: BSA Compliance (informative)
/openbmc/linux/tools/mm/
H A Dslabinfo.c1352 static void _xtotals(char *heading, char *underline, in _xtotals() argument
1355 printf("%s%s", heading, underline); in _xtotals()
1366 char *heading, *underline; in xtotals() local
1373 heading = "\nSlabs sorted by size\n"; in xtotals()
1375 _xtotals(heading, underline, 0, 1, 0); in xtotals()
1377 heading = "\nSlabs sorted by loss\n"; in xtotals()
1379 _xtotals(heading, underline, 1, 0, 0); in xtotals()
1381 heading = "\nSlabs sorted by number of partial slabs\n"; in xtotals()
1383 _xtotals(heading, underline, 0, 0, 1); in xtotals()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-hm63525 Description: Reports the current heading from the compass as a floating
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css203 #errors .panel-heading,
204 #warnings .panel-heading {
H A Dbootstrap.css5239 .media-heading {
5445 .list-group-item-heading {
5464 .panel-heading {
5675 .panel-group .panel-heading {
5691 .panel-default > .panel-heading {
5709 .panel-primary > .panel-heading {
5727 .panel-success > .panel-heading {
5745 .panel-info > .panel-heading {
5753 .panel-info > .panel-heading .badge {
5763 .panel-warning > .panel-heading {
[all …]
H A Dbootstrap.min.css5heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padd…
H A Ddefault.css87 /* Table heading sortable / not sortable states */
94 /* In table headings, separate the help bubble from the column heading */
116 .heading-help { font-size: 14px; }
308 #errors .panel-heading { background-color: transparent; color: #843534; }
309 #warnings .panel-heading { background-color: transparent; color: #8a6d3b; }
310 #warnings .panel-heading a:hover { color: #66512c; }
H A Dbootstrap.css.map1heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.media-list {\n padding-left: 0;\n list-s…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dstrncpy-truncation.patch32 /* First copy the text heading to the buffer and add a "-", accounting for
/openbmc/linux/LICENSES/exceptions/
H A DLinux-syscall-note15 of the kernel, and does *not* fall under the heading of "derived work".
/openbmc/qemu/linux-headers/LICENSES/exceptions/
H A DLinux-syscall-note15 of the kernel, and does *not* fall under the heading of "derived work".
/openbmc/phosphor-webui/app/common/styles/components/
H A Dtable.scss119 //sortable heading
120 .sort-heading {
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report220 heading = "{} {}: {}".format(pref, test, descr)
222 rows.append([heading])
/openbmc/linux/Documentation/doc-guide/
H A Dkernel-doc.rst171 as a new section heading, which probably won't produce the desired
441 The title following ``DOC:`` acts as a heading within the source file, but also
515 output. Please make sure to have an appropriate heading in the enclosing
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dmaint-appx.rst13 heading "Yocto Linux Kernel" at :yocto_git:`/` and
104 repository organized under the "Yocto Linux Kernel" heading in the

12