Home
last modified time | relevance | path

Searched full:outline (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/
H A D0001-Fix-type-mismatch-with-latest-FreeType.patch10 | 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 Dapp-navigation.scss6 $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 DDimm.interface.yaml247 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 Dtoggle-switch.scss25 outline: none;
38 outline: 1px solid $primary-accent;
39 outline-offset: 3px;
H A Dfile-upload.scss12 outline: 0.2rem solid $base-02--04;
H A Daccordion.scss36 outline: 0;
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBitstream-Charter5 Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts for
/openbmc/phosphor-webui/app/common/styles/components/
H A Dform-elements.scss140 outline: 0;
200 outline: 1px solid $primary-accent;
201 outline-offset: 3px;
218 outline: 0;
/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp826 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 DAppHeader.vue255 @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 DAppNavigation.vue134 outline: none;
139 outline: none;
183 outline: 0;
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_tables.scss42 outline: none;
93 outline: none;
H A D_dropdown.scss28 outline: none;
H A D_buttons.scss58 outline: none;
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A Dttf-mplus16 http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/
/openbmc/linux/kernel/kcsan/
H A DMakefile11 $(call cc-option,-mno-outline-atomics) \
/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md3 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 DPageContainer.vue34 outline: none;
/openbmc/linux/arch/powerpc/mm/book3s64/
H A DMakefile29 # not safe with the current outline KASAN implementation
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsyslog.scss308 outline: 0;
325 outline: 0;
/openbmc/linux/Documentation/powerpc/
H A Dkasan.txt24 stack issues that cannot be caught with outline mode.
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst90 ``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 Dinit_book3s_64.c11 * outline mode to avoid invalid access early in boot.
/openbmc/linux/Documentation/arch/sh/
H A Dnew-machine.rst9 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 Dfoundation.scss101 * 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;

123