/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | log.scss | 2 $priority-high: $accent-04--01; 3 $priority-high--light: $accent-04--02; 4 $priority-medium: $accent-03--01; 5 $priority-medium--light: $accent-03--03; 6 $priority-low: $accent-01--01; 7 $priority-low--light: $accent-01--03; 8 $prioriy-resolved: $base-02--02; 9 $priority-resolve--light: $base-02--04; 12 #event-log { 22 .event-log__timezone, [all …]
|
H A D | sensors.scss | 2 $thresh-critical: $status-error; 3 $thresh-warning: $accent-03--02; 4 $thresh-normal: $accent-02--02; 7 max-width: 1196px; 12 border-collapse: collapse; 19 .sensors__thead-row { 21 background: $background-05; 22 color: $primary-light; 23 margin-bottom: 1rem; 27 margin-bottom: 0; [all …]
|
H A D | inventory.scss | 4 margin-bottom: 0; 7 font-size: 1rem; 8 font-weight: bold; 10 padding-bottom: 5em; 12 margin-right: 0; 17 background: $background-05; 18 font-weight: 700; 19 color: $primary-light; 21 .ng-hide { 25 background: $background-02; [all …]
|
H A D | syslog.scss | 2 #sys-log { 10 .sys-log__timezone, 11 .sys-log__timezone button { 13 text-transform: uppercase; 14 color: $primary-action; 15 font-size: .9em; 16 font-weight: 700; 21 @include mediaQuery(x-large) { 22 @include fastTransition-all; 28 padding-top:.3em; [all …]
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | header.scss | 10 @mixin round-corners { 11 -webkit-border-radius: 6px 6px; 12 -moz-border-radius: 6px 6px; 13 border-radius: 6px 6px; 21 z-index: 300; 24 .header__info-section { 26 background: $primary-dark; 27 color: $primary-light; 31 justify-content: space-between; 32 .dropdown-menu { [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 3 .table-header { 5 color: $primary-dark; 6 line-height: 30px; 8 margin-bottom: .8em; 9 border-bottom: 1px solid $border-color-01; 10 font-size: 1.25em; 28 max-width: calc(100vw - 10px); 29 flex-wrap: wrap; 30 font-weight: 400; 33 background-color: $background-03; [all …]
|
H A D | form-elements.scss | 4 padding-top: .5em; 5 padding-bottom: .5em; 6 padding-left: .5em; 7 padding-right: 1.5em; 8 margin-top: 0; 9 border: 1px solid $border-color-02; 10 min-width: 70px; 11 font-weight: 400; 12 @include bgImage__arrowDown-primary; 14 @include bgImage__arrowDown-disabled; [all …]
|
/openbmc/webui-vue/src/env/assets/styles/ |
H A D | _intel.scss | 1 @font-face { 2 font-family: "Intel Clear"; 3 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff") 5 font-weight: 200; 6 font-style: normal; 8 @font-face { 9 font-family: "Intel Clear"; 10 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff") 12 font-weight: 400; 13 font-style: normal; [all …]
|
H A D | _ibm.scss | 1 @font-face { 2 font-family: 'Plex'; 3 src: url('~@/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff') format('woff'); 4 font-weight: 200; 6 @font-face { 7 font-family: 'Plex'; 8 src: url('~@/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff') format('woff'); 9 font-weight: 200; 10 font-style: italic; 12 @font-face { [all …]
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | toast.scss | 2 .ng-toast { 3 margin-top: 9rem; 5 color: $text-01; 7 font-size: 1.2rem; 8 font-weight: 400; 12 border-radius: 0; 13 border-left-width: 3px; 14 border-left-style: solid; 15 text-align: left; 16 color: $text-01; [all …]
|
H A D | paginate.scss | 3 display: -webkit-box; 4 display: -ms-flexbox; 6 -ms-flex-wrap: wrap; 7 flex-wrap: wrap; 8 -webkit-box-pack: center; 9 -ms-flex-pack: center; 10 justify-content: center; 11 -webkit-box-align: center; 12 -ms-flex-align: center; 13 align-items: center; [all …]
|
/openbmc/phosphor-webui/app/access-control/styles/ |
H A D | ldap.scss | 3 .ldap__optional-field { 4 margin-bottom: 1.7em; 7 .ldap__configure-settings { 8 background-color: $base-02--06; 9 padding-top: 1.5em; 10 padding-bottom: 1.5em; 11 margin-top: 1em; 12 margin-bottom: 3em; 15 .ldap__server-info { 16 @media (min-width: 1024px) { [all …]
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigation.vue | 3 <div class="nav-container" :class="{ open: isNavigationOpen }"> 4 <nav ref="nav" :aria-label="$t('appNavigation.primaryNavigation')"> 5 <b-nav vertical class="mb-4"> 6 <template v-for="navItem in navigationItems"> 7 <!-- Navigation items with no children --> 8 <b-nav-item 9 v-if="!navItem.children" 12 :data-test-id="`nav-item-${navItem.id}`" 16 </b-nav-item> 18 <!-- Navigation items with children --> [all …]
|
/openbmc/phosphor-webui/app/common/styles/directives/ |
H A D | app-navigation.scss | 2 $nav__top-level-color: $color--blue-100; 3 $nav__top-level-text-secondary: $color--grey-20; 4 $nav__second-level-text-primary: $color--teal-50; 5 $nav__second-level-text-secondary: $primary-light; 6 $nav__hover-over-outline: $color--grey-40; 13 z-index: 100; 17 #nav__top-level { 18 background: $nav__top-level-color; 23 list-style-type: none; 27 overflow-y: auto; [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _alert.scss | 4 border-width: 0 0 0 3px; 6 margin-bottom: $spacer; 10 font-size: 1rem; 14 font-weight: 300; 18 .alert-icon { 19 display: inline-flex; 20 align-items: flex-start; 21 margin-right: $spacer; 22 margin-bottom: $spacer; 24 @include media-breakpoint-up(sm) { [all …]
|
H A D | _toasts.scss | 1 .b-toaster { 8 border-width: 0 0 0 3px; 9 box-shadow: $box-shadow; 11 font-weight: 300; 16 .toast-header { 18 align-items: flex-start; 19 background-color: inherit!important; //override specificity 21 color: theme-color("dark")!important; //override specificity 22 padding-bottom: 0; 25 .toast-icon { [all …]
|
H A D | _badge.scss | 1 .badge-pill { 2 // Need to explicitly set border-radius 3 // for pill variant because global $enable-rounded 5 border-radius: 10rem; 7 font-weight: 400; 8 line-height: 1.5; 9 display: inline-flex; 11 font-size: 1em; 12 margin-left: $spacer/2; 13 font-weight: inherit; [all …]
|
/openbmc/linux/net/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 when running on a stand-alone machine that isn't connected to any 20 contained in the package net-tools, the location and version number 24 recommended to read the NET-HOWTO, available from 42 achieve this, you need to set skb_shinfo(skb)->frag_list to the 47 compat-independent messages instead! 94 to the KUnit documentation in Documentation/dev-tools/kunit/. 103 other computer. You will get the so-called loopback device which 114 <file:Documentation/networking/ip-sysctl.rst>. 158 a "proxy-based" one, is more secure but more intrusive and more [all …]
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 :doc:`DAMON </mm/damon/index>` allows light-weight data access monitoring.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ply/ |
H A D | ply_git.bb | 1 SUMMARY = "Ply: A light-weight dynamic tracer for eBPF" 3 LICENSE = "GPL-2.0-only" 6 DEPENDS += "bison-native" 17 inherit autotools-brokensep 19 COMPATIBLE_HOST = "(x86_64.*|aarch64.*|arm.*|powerpc)-linux"
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | utility.scss | 2 display: inline-block; 8 text-decoration: none; 12 .float-right { 15 .clear-float { 23 color: $status-error; 35 color: $primary-accent; 36 font-size: 1.5em; 38 box-sizing: border-box; 39 line-height: 0; 41 justify-content: center; [all …]
|
/openbmc/linux/drivers/slimbus/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 8 SLIMbus is standard interface between System-on-Chip and audio codec, 24 tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component" 31 Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device 33 This is light-weight slimbus controller driver responsible for 36 for bandwidth and data-channel management.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/ |
H A D | nng_1.7.3.bb | 1 SUMMARY = "nanomsg-next-generation -- light-weight brokerless messaging" 2 …lightweight, broker-less library, offering a simple API to solve common recurring messaging proble… 15 EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DNNG_ENABLE_NNGCAT=ON" 19 PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls" 21 PACKAGES =+ "${PN}-tools" 22 FILES:${PN}-tools = "${bindir}/*"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pugixml/ |
H A D | pugixml_1.15.bb | 1 SUMMARY = "Light-weight C++ XML Processing Library" 3 DOM-like interface with rich traversal/modification capabilities, \ 6 data-driven tree queries." 20 EXTRA_OECMAKE += "-DBUILD_PKGCONFIG=ON \ 21 -DBUILD_SHARED_LIBS=ON \ 22 -DCMAKE_BUILD_TYPE=Release \
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | qunit-1.18.0.css | 1 …-tests,#qunit-header,#qunit-banner,#qunit-testrunner-toolbar,#qunit-userAgent,#qunit-testresult{fo…
|