| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
| H A D | sgi575.conf | 42 FVP_CONFIG[css.cmn600.mesh_config_file] = "SGI-575_cmn600.yml" 43 FVP_CONFIG[css.cmn600.force_rnsam_internal] ?= "false" 44 FVP_CONFIG[css.gic_distributor.ITS-device-bits] ?= "20" 47 FVP_CONFIG[css.mcp.ROMloader.fname] ?= "mcp_romfw.bin" 48 FVP_CONFIG[css.scp.ROMloader.fname] ?= "scp_romfw.bin" 49 FVP_CONFIG[css.trustedBootROMloader.fname] ?= "bl1-sgi575.bin" 53 FVP_TERMINALS[css.scp.terminal_uart_aon] ?= "SCP Console" 54 FVP_TERMINALS[css.mcp.terminal_uart0] ?= "" 55 FVP_TERMINALS[css.mcp.terminal_uart1] ?= "" 56 FVP_TERMINALS[css.terminal_uart_ap] ?= "Console" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0004-fix-css-under-gtk-3.20.patch | 4 Subject: [PATCH] fix css under gtk 3.20 8 data/themes/Industrial/gtk.css | 1 + 11 diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css 13 --- a/data/themes/Industrial/gtk.css 14 +++ b/data/themes/Industrial/gtk.css
|
| H A D | 0006-themes-Industrial-add-info-label-in-ui.patch | 16 data/themes/Industrial/gtk.css | 5 +++++ 109 diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css 111 --- a/data/themes/Industrial/gtk.css 112 +++ b/data/themes/Industrial/gtk.css
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 174 css: buildCss(), property in AnonymousFunctionc6d3f3560900.build.www 180 css: www.css, 203 var css = { class in AnonymousFunctionc6d3f3560900.buildCss 242 _.mixin(css.input, { 246 return css; 509 var dir = (this.$input.css("direction") || "ltr").toLowerCase(); 623 return $('<pre aria-hidden="true"></pre>').css({ 627 fontFamily: $input.css("font-family"), 628 fontSize: $input.css("font-size"), 629 fontStyle: $input.css("font-style"), [all …]
|
| H A D | jquery-ui.min.js | 6 …css(this,"visibility")}).length}function s(e){for(var t,i;e.length&&e[0]!==document;){if(t=e.css("…
|
| H A D | table.js | 63 tableContainer.css("visibility", "hidden"); 65 table.css("padding-bottom", table.height()); 173 table.css("padding-bottom", 0); 174 tableContainer.css("visibility", "visible"); 253 header.css("font-weight", "normal"); 851 table.css("opacity", 0.5); 855 table.css("opacity", 1);
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 315 CssImage *css[MAX_CSSID + 1]; member 338 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(css, ChannelSubSys, MAX_CSSID + 1, 461 if (channel_subsys.css[cssid]) { in css_create_css_image() 464 channel_subsys.css[cssid] = g_new0(CssImage, 1); in css_create_css_image() 1874 CssImage *css; in css_collect_chp_desc() local 1877 css = channel_subsys.css[channel_subsys.default_cssid]; in css_collect_chp_desc() 1879 css = channel_subsys.css[cssid]; in css_collect_chp_desc() 1881 if (!css) { in css_collect_chp_desc() 1886 if (css->chpids[i].in_use) { in css_collect_chp_desc() 1887 chpid_type_word = 0x80000000 | (css->chpids[i].type << 8) | i; in css_collect_chp_desc() [all …]
|
| H A D | meson.build | 6 'css-bridge.c', 7 'css.c',
|
| H A D | trace-events | 3 # css.c 7 css_new_image(uint8_t cssid, const char *default_cssid) "CSS: add css image 0x%02x %s"
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | confirm.js | 29 angular.element(e[0].parentNode).css({ 35 angular.element(e[0].parentNode).css({'min-height': 0 + 'px'});
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | vfio-ccw.rst | 30 [root@host ~]# driverctl -b css set-override 0.0.0313 vfio_ccw 45 [root@host ~]# echo 0.0.0313 > /sys/bus/css/devices/0.0.0313/driver/unbind 46 [root@host ~]# echo 0.0.0313 > /sys/bus/css/drivers/vfio_ccw/bind 51 /sys/bus/css/devices/0.0.0313/mdev_supported_types/vfio_ccw-io/create
|
| /openbmc/openbmc/poky/bitbake/ |
| H A D | .gitattributes | 2 *min.css binary
|
| /openbmc/phosphor-webui/ |
| H A D | .gitignore | 8 app/styles/index.css
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _buttons.scss | 1 @import 'bootstrap/dist/css/bootstrap.css';
|
| /openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
| H A D | clock.c | 24 static unsigned long at91_css_to_rate(unsigned long css) in at91_css_to_rate() argument 26 switch (css) { in at91_css_to_rate()
|
| /openbmc/qemu/hw/net/ |
| H A D | e1000.c | 533 putsum(uint8_t *data, uint32_t n, uint32_t sloc, uint32_t css, uint32_t cse) in putsum() argument 540 sum = net_checksum_add(n-css, data+css); in putsum() 575 unsigned int frames = s->tx.tso_frames, css, sofar; in xmit_seg() local 580 css = props->ipcss; in xmit_seg() 582 frames, tp->size, css); in xmit_seg() 584 stw_be_p(tp->data+css+2, tp->size - css); in xmit_seg() 585 stw_be_p(tp->data+css+4, in xmit_seg() 586 lduw_be_p(tp->data + css + 4) + frames); in xmit_seg() 588 stw_be_p(tp->data+css+4, tp->size - css); in xmit_seg() 590 css = props->tucss; in xmit_seg() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/notes/ |
| H A D | xfce4-notes-plugin_1.11.2.bb | 13 # Add /usr/share/xfce4/notes/gtk-3.0/gtk.css
|
| /openbmc/webui-vue/docs/guide/guidelines/ |
| H A D | motion.md | 26 ```css 45 ```css
|
| /openbmc/openbmc/poky/meta/recipes-extended/wget/wget/ |
| H A D | 0002-improve-reproducibility.patch | 63 css.c: $(srcdir)/css.l
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/ |
| H A D | webui-vue_git.bb | 5 # tools uses libsass for compiling the css templates, and it needs a compiler to 6 # build the library that it then uses to compress the scss into normal css.
|
| /openbmc/webui-vue/tests/unit/__snapshots__/ |
| H A D | AppNavigation.spec.js.snap | 95 css="true" 197 css="true" 281 css="true" 422 css="true" 527 css="true" 641 css="true" 774 css="true" 876 css="true" 960 css="true" 1101 css="true" [all …]
|
| /openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
| H A D | switchers.js | 222 $('#outdated-warning').css('padding', '.5em'); 228 $('#outdated-warning').css('padding', '.5em');
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx.conf | 42 …gzip_types text/plain text/css application/json application/javascript text/xml application/xml ap…
|
| /openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
| H A D | clock.c | 24 static unsigned long at91_css_to_rate(unsigned long css) in at91_css_to_rate() argument 26 switch (css) { in at91_css_to_rate()
|
| /openbmc/u-boot/arch/arm/mach-at91/armv7/ |
| H A D | clock.c | 25 static unsigned long at91_css_to_rate(unsigned long css) in at91_css_to_rate() argument 27 switch (css) { in at91_css_to_rate()
|