| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | initialization.js | 91 g_canvas_dbus.style.display = 'block'; 92 g_group_by_dbus.style.display = 'block'; 95 g_canvas_ipmi.style.display = 'block'; 96 g_group_by_ipmi.style.display = 'block'; 99 g_canvas_asio.style.display = 'block'; 100 g_group_by_asio.style.display = 'block'; 125 g_dbus_pcap_status_content.style.display = 'none'; 126 g_dbus_pcap_error_content.style.display = 'none'; 127 g_scapy_error_content.style.display = 'none'; 128 g_welcome_screen_content.style.display = 'none'; [all …]
|
| H A D | info_panel.js | 27 elt.style.top = (elt.offsetTop - y1) + "px"; 28 elt.style.left= (elt.offsetLeft- x1) + "px"; 64 td.style.backgroundColor = "#888"; 104 p.style.display = "block";
|
| H A D | ipmi_timeline_vis.js | 113 title_open_file.style.display = 'none'; 114 title_capture.style.display = 'none'; 116 title_open_file.style.display = 'block'; 119 title_capture.style.display = 'block'; 630 hint.style.display = 'none'; 632 hint.style.display = 'block'; 647 i.style.display = 'none'; 649 x.style.display = 'block'; 651 x.style.display = 'none'; 653 o.style.display = 'none'; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit/ |
| H A D | 0001-fix-for-clang-18.patch | 8 96 | plugin->priv->style = gtk_source_style_copy (style); 13 96 | plugin->priv->style = gtk_source_style_copy (style); 21 style = gtk_source_style_scheme_get_style (style_scheme, "quick-highlight-match"); 24 if (style != NULL) 26 plugin->priv->style = gtk_source_style_copy (style);
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | pic32.c | 181 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, }, 182 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, }, 183 { .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 512, }, 184 { .hw_ep_num = 2, .style = FIFO_RX, .maxpacket = 512, }, 185 { .hw_ep_num = 3, .style = FIFO_TX, .maxpacket = 512, }, 186 { .hw_ep_num = 3, .style = FIFO_RX, .maxpacket = 512, }, 187 { .hw_ep_num = 4, .style = FIFO_TX, .maxpacket = 512, }, 188 { .hw_ep_num = 4, .style = FIFO_RX, .maxpacket = 512, }, 189 { .hw_ep_num = 5, .style = FIFO_TX, .maxpacket = 512, }, 190 { .hw_ep_num = 5, .style = FIFO_RX, .maxpacket = 512, }, [all …]
|
| H A D | musb_core.c | 1078 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, }, 1079 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, }, 1080 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, }, 1081 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, }, 1082 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, }, 1087 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, .mode = BUF_DOUBLE, }, 1088 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, .mode = BUF_DOUBLE, }, 1089 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, .mode = BUF_DOUBLE, }, 1090 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, }, 1091 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, }, [all …]
|
| /openbmc/google-misc/subprojects/ncsid/doc/ |
| H A D | ncsid_arch.dot | 23 node [shape="note" style="filled"]; 28 } -> NIC [style="invis"]; 38 node [fillcolor="lightblue" style="filled"]; 49 NIC [shape="tab" fillcolor="limegreen" style="filled"]; 55 p_config -> p_networkd [style="dashed"]; 59 p_networkd -> systemd [style="dashed"];
|
| H A D | ncsid_test_arch.dot | 20 node [shape="note" style="filled"]; 26 p_config [label="MockConfig" style="filled" fillcolor="beige"]; 28 ncsi_sockio [style="filled" fillcolor="beige" label=<
|
| /openbmc/webui-vue/docs/guide/quickstart/ |
| H A D | page-anatomy.md | 3 Single-file components (SFC) consist of a `template`, `script` and `style` 49 Add the `scoped` attribute to the style block to keep the styles isolated to the 51 changes should be done in global style sheets. 54 <style lang="scss" scoped></style> 78 <style lang="scss" scoped> 82 </style>
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | serial-console.js | 2 import style from 'xterm/dist/xterm.css'; 30 span.style.fontFamily = fontFamily; 31 span.style.fontSize = fontSize + 'px'; 181 termContainer.style.width = window.innerWidth; 182 termContainer.style.height = window.innerHeight; 194 termContainer.style.width = sol_window.innerWidth; 195 termContainer.style.height = sol_window.innerHeight;
|
| /openbmc/webui-vue/docs/.vuepress/components/colors/ |
| H A D | greens.vue | 6 :style="{ backgroundColor: color.hex }" 38 <style lang="scss"> 40 </style>
|
| H A D | yellows.vue | 6 :style="{ backgroundColor: color.hex }" 38 <<style lang="scss"> 40 </style>
|
| H A D | blues.vue | 6 :style="{ backgroundColor: color.hex }" 38 <style lang="scss"> 40 </style>
|
| H A D | reds.vue | 6 :style="{ backgroundColor: color.hex }" 38 <style lang="scss"> 40 </style>
|
| H A D | all.vue | 6 :style="{ backgroundColor: item.hex }" 54 <style lang="scss"> 56 </style>
|
| H A D | grays.vue | 6 :style="{ backgroundColor: color.hex }" 71 <style lang="scss"> 73 </style>
|
| H A D | theme.vue | 6 :style="{ backgroundColor: item.hex }" 75 <style lang="scss"> 77 </style>
|
| /openbmc/phosphor-webui/app/assets/images/ |
| H A D | icon-arrow-gray.svg | 1 …er_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><style>.st0{fill:#aaa}</style><path c…
|
| H A D | icon-arrow-blue.svg | 1 …r_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><style>.st0{fill:#2d60e5}</style><path…
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | PageSection.vue | 20 <style lang="scss" scoped> 29 </style>
|
| H A D | InfoTooltip.vue | 29 <style lang="scss" scoped> 37 </style>
|
| /openbmc/webui-vue/src/views/Operations/Kvm/ |
| H A D | Kvm.vue | 20 <style scoped> 24 </style>
|
| /openbmc/qemu/ |
| H A D | .git-blame-ignore-revs | 14 # e1000e: fix code style 17 # target/riscv: coding style fixes
|
| /openbmc/webui-vue/src/env/assets/styles/ |
| H A D | _intel.scss | 6 font-style: normal; 13 font-style: normal; 20 font-style: normal;
|
| /openbmc/openbmc/poky/meta/conf/machine/include/riscv/ |
| H A D | arch-riscv.inc | 12 # Fix: ld: unrecognized option '--hash-style=sysv' 15 # Fix: ld: unrecognized option '--hash-style=gnu'
|