/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/ |
H A D | 0001-Fix-type-mismatch-with-latest-FreeType.patch | 10 | 171 | char* tagList = &outline.tags[startIndex]; 28 FT_Vector* pointList = &outline.points[startIndex]; 29 - char* tagList = &outline.tags[startIndex]; 30 + char* tagList = (char*)&outline.tags[startIndex]; 32 endIndex = outline.contours[i];
|
/openbmc/phosphor-webui/app/common/styles/directives/ |
H A D | app-navigation.scss | 6 $nav__hover-over-outline: $color--grey-40; 70 outline: 0; 95 border: 1px solid $nav__hover-over-outline; 96 outline: 0; 134 border-color: $nav__hover-over-outline; 135 outline: 0;
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Dimm.interface.yaml | 247 Small Outline DIMM. 259 Small Outline Registered DIMM. 262 Small Outline Unbuffered DIMM. 265 Small Outline DIMM 16 bit. 268 Small Outline DIMM 32 bit.
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | toggle-switch.scss | 25 outline: none; 38 outline: 1px solid $primary-accent; 39 outline-offset: 3px;
|
H A D | file-upload.scss | 12 outline: 0.2rem solid $base-02--04;
|
H A D | accordion.scss | 36 outline: 0;
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Bitstream-Charter | 5 Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts for
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | form-elements.scss | 140 outline: 0; 200 outline: 1px solid $primary-accent; 201 outline-offset: 3px; 218 outline: 0;
|
/openbmc/openpower-vpd-parser/ |
H A D | vpd_tool_impl.cpp | 826 std::string outline(191, '='); in fixSystemVPD() local 829 << outline << std::endl; in fixSystemVPD() 835 << outline << std::endl; in fixSystemVPD() 956 std::string outline(191, '='); in parseSVPDOptions() local 957 cout << '\n' << outline << endl; in parseSVPDOptions() 1042 cout << '\n' << outline << endl; in parseSVPDOptions() 1056 cout << '\n' << outline << endl; in parseSVPDOptions() 1077 cout << '\n' << outline << endl; in parseSVPDOptions() 1112 cout << '\n' << outline << endl; in parseSVPDOptions() 1234 std::string outline(191, '='); in fixSystemBackupVPD() local [all …]
|
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | 255 @mixin focus-box-shadow($padding-color: $navbar-color, $outline-color: $white) { 258 inset 0 0 0 5px $outline-color; 287 outline: 0; 401 outline: 0;
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigation.vue | 134 outline: none; 139 outline: none; 183 outline: 0;
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _tables.scss | 42 outline: none; 93 outline: none;
|
H A D | _dropdown.scss | 28 outline: none;
|
H A D | _buttons.scss | 58 outline: none;
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | ttf-mplus | 16 http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/
|
/openbmc/linux/kernel/kcsan/ |
H A D | Makefile | 11 $(call cc-option,-mno-outline-atomics) \
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | contributing.md | 3 This document attempts to outline some basic rules to follow when contributing 4 to OpenBMC's IPMI stack. It does _not_ outline coding style; we follow the
|
/openbmc/webui-vue/src/components/Global/ |
H A D | PageContainer.vue | 34 outline: none;
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | Makefile | 29 # not safe with the current outline KASAN implementation
|
/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | syslog.scss | 308 outline: 0; 325 outline: 0;
|
/openbmc/linux/Documentation/powerpc/ |
H A D | kasan.txt | 24 stack issues that cannot be caught with outline mode.
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kasan.rst | 90 ``CONFIG_KASAN_INLINE``. Outline and inline are compiler instrumentation types. 310 outline-instrumented kernel. 336 Software Tag-Based KASAN also has two instrumentation modes (outline, which 338 memory checks inline). With outline instrumentation mode, a bug report is
|
/openbmc/linux/arch/powerpc/mm/kasan/ |
H A D | init_book3s_64.c | 11 * outline mode to avoid invalid access early in boot.
|
/openbmc/linux/Documentation/arch/sh/ |
H A D | new-machine.rst | 9 This document attempts to outline what steps are necessary to add support 11 also attempts to outline some of the noticeable changes between the 2.4
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | foundation.scss | 101 * Remove the outline on focused links when they are also active or hovered 106 outline-width: 0; } 279 outline: 1px dotted ButtonText; } 307 * 2. Correct the outline style in Safari. 312 outline-offset: -2px; 473 outline: 0; } 503 outline: none; 686 outline: none;
|