Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/
H A Dfonts.dir114 6x13B-ISO8859-1.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-1
115 6x13B-ISO8859-10.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-10
116 6x13B-ISO8859-13.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-13
117 6x13B-ISO8859-14.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-14
118 6x13B-ISO8859-15.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-15
119 6x13B-ISO8859-16.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-16
120 6x13B-ISO8859-2.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-2
121 6x13B-ISO8859-3.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-3
122 6x13B-ISO8859-4.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-4
123 6x13B-ISO8859-5.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-5
[all …]
/openbmc/phosphor-webui/app/common/styles/base/
H A Dtypography.scss5 font-weight: bold;
34 font-weight: bold;
40 font-weight: bold;
46 font-weight: bold;
60 .courier-bold {
H A Dutility.scss58 .bold {
/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/
H A Dttf-bitstream-vera_1.10.bb4 faces (normal, oblique, bold, bold oblique) and two serif faces (normal \
5 and bold). In addition Fontconfig/Xft2 can artificially oblique the \
7 but is visibly different than normal and bold, and reasonably pleasing."
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css37 font-weight: bold;
51 font-weight: bold;
58 font-weight: bold;
65 font-weight: bold;
72 font-weight: bold;
76 font-weight: bold;
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dtheme_overrides.css37 font-weight: bold;
51 font-weight: bold;
58 font-weight: bold;
65 font-weight: bold;
72 font-weight: bold;
76 font-weight: bold;
/openbmc/phosphor-webui/app/access-control/styles/
H A Duser-accounts.scss23 font-weight: bold;
27 font-weight: bold;
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareCardsBios.vue8 <p class="fw-bold m-0">
23 <p class="fw-bold m-0">
H A DFirmwareCardsBmc.vue9 <p class="fw-bold m-0">
24 <p class="fw-bold m-0">
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dcolors.scss23 font-weight: bold;
/openbmc/u-boot/Documentation/sphinx-static/
H A Dtheme_overrides.css47 font-weight: bold;
66 font-weight: bold;
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dtoast.scss26 font-weight: bold;
/openbmc/qemu/ui/
H A Dconsole-vc.c22 uint8_t bold:1; member
164 bgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
165 fgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
167 fgcol = color_table_rgb[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy()
168 bgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
365 s->cells[src].t_attrib.bold)); in text_console_update()
478 vc->t_attrib.bold = 1; in vc_handle_escape()
493 vc->t_attrib.bold = 0; in vc_handle_escape()
/openbmc/phosphor-webui/app/server-health/styles/
H A Dinventory.scss8 font-weight: bold;
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css167 font-weight: bold;
186 font-weight: bold;
238 font-weight: bold;
/openbmc/webui-vue/src/views/Operations/VirtualMedia/
H A DVirtualMedia.vue11 <b-form-group :label="dev.id" label-class="bold">
59 label-class="bold"
/openbmc/phosphor-webui/app/login/styles/
H A Dindex.scss71 font-weight: bold;
/openbmc/phosphor-webui/app/server-control/styles/
H A Dpower-operations.scss18 font-weight: bold;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.min.css4 …fDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cor…
7bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{di…
H A Djquery-ui.theme.min.css5bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-wid…
/openbmc/webui-vue/src/views/Operations/KeyClear/
H A DKeyClear.vue7 <div class="fw-bold">
/openbmc/qemu/include/ui/
H A Dconsole.h62 #define ATTR2CHTYPE(c, fg, bg, bold) \ argument
63 ((bold) << 21 | (bg) << 11 | (fg) << 8 | (c))
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dheader.scss138 font-weight: bold;
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue20 <dt class="d-inline fw-bold me-1">
/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c350 unsigned int bold = EFI_ATTR_BOLD(attribute); in efi_cout_set_attribute() local
357 printf(ESC"[%u;%u;%um", bold, color[fg].fg, color[bg].bg); in efi_cout_set_attribute()

12