Home
last modified time | relevance | path

Searched full:yellow (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/phosphor-webui/app/common/styles/base/
H A Dcolors.scss27 $color--yellow-70: #DB7C00;
28 $color--yellow-50: #FEDF39;
29 $color--yellow-20: #FFF8E4;
30 $color--yellow-10: #FFF8E4;
59 $accent-03--01: $color--yellow-70;
60 $accent-03--02: $color--yellow-50;
61 $accent-03--03: $color--yellow-20;
97 $notification-warn--dark: $color--yellow-50;
98 $notification-warn--light: $color--yellow-10;
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_colors.scss8 $yellow-500: #efc100;
24 $yellow: $yellow-500; variable
35 $warning: $yellow;
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/
H A Dncplite-led.sh34 #Solid Yellow
42 #Blink Yellow
61 #Blink Yellow
78 #Blink Yellow
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DPhysical.interface.yaml60 - name: Yellow
62 LED can emit Yellow color.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0004-dev_setup.sh-Ignore-missing-package-manager.patch17 echo -e "${YELLOW}Could not find package manager
18 …${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools python-venv pygobject l…
H A D0003-dev_setup.sh-Remove-the-TERM-dependency.patch26 - YELLOW=$(tput setaf 3)
28 - HIGHLIGHT=$YELLOW
H A D0002-dev_setup.sh-Remove-the-git-dependency.patch16 @@ -340,10 +340,6 @@ ${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools pyt…
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dall.vue44 name: 'yellow',
45 variable: '$yellow-500',
H A Dyellows.vue29 variable: 'yellow-500',
H A Dtheme.vue61 variable: 'yellow',
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light/
H A Dclassic-light.xml46 <color name="yellow" value="#FFFF00"/>
67 <style name="search-match" background="yellow"/>
90 <style name="def:warning" background="yellow"/>
91 <style name="def:note" foreground="blue" background="yellow" bold="true"/>
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c20 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0}; variable
149 ellipse(x, y, 121, 11, 159, 59, YELLOW, &pix); in setup()
178 ellipse(x, y, 84, 62, 104, 77, YELLOW, &pix); in setup()
184 * ellipse(x, y, 124, 62, 144, 77, YELLOW, &pix); in setup()
189 ellipse(x, y, 164, 62, 184, 77, YELLOW, &pix); in setup()
294 efi_st_printf("The submarine should have three yellow port holes.\n"); in execute()
/openbmc/webui-vue/docs/customization/
H A Dreadme.md99 $yellow-500: #efc100;
119 $yellow: $yellow-500;
129 "yellow": $yellow,
145 $warning: $yellow;
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf52 YELLOW 0x28
123 YELLOW 0x827d
191 YELLOW 0x102F
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Dsandbox-serial.txt12 "black", "red", "green", "yellow", "blue", "megenta", "cyan",
/openbmc/webui-vue/src/env/assets/styles/
H A D_ibm.scss44 $yellow: #F1C21B; variable
49 $warning: $yellow;
H A D_intel.scss32 $yellow: #f3d54e; variable
/openbmc/openbmc-build-scripts/scripts/
H A Dformat-code.sh100 YELLOW="\e[33m"
106 YELLOW=""
393 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find ${EXE}"
408 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find ${CONFIG}; using ${FALLBACK}"
411 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find config ${CONFIG}"
480 echo -e " ${YELLOW}${op}:${NORMAL} all applicable files are on ignore-lists"
/openbmc/u-boot/drivers/led/
H A DKconfig341 bool "Enable yellow LED"
343 Enable yellow status LED.
348 int "Yellow LED identification"
/openbmc/u-boot/tools/patman/
H A Dtout.py70 col = _color.YELLOW if warning else _color.GREEN
116 _Output(1, msg, _color.YELLOW)
H A Dcheckpatch.py135 msg_type = col.Color(col.YELLOW, msg_type)
169 color = col.YELLOW
/openbmc/u-boot/drivers/demo/
H A Ddemo-pdata.c19 .colour = "yellow",
/openbmc/u-boot/cmd/
H A Dlegacy_led.c52 { "yellow", CONFIG_LED_STATUS_YELLOW, yellow_led_off, yellow_led_on,
176 "yellow|"
/openbmc/webui-vue/docs/guide/guidelines/
H A Dcolors.md5 values, along with additional blue, green, red, and yellow color variables used
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py54 BASECOLOR, BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = list(range(29,38))
64 WARNING : YELLOW,
65 WARNONCE : YELLOW,

123