Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/openbmc/openbmc-tools/dbus-vis/
H A Dinitialization.js91 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 Dinfo_panel.js27 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 Dipmi_timeline_vis.js113 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 D0001-fix-for-clang-18.patch8 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 Dpic32.c181 { .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 Dmusb_core.c1078 { .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 Dncsid_arch.dot23 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 Dncsid_test_arch.dot20 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 Dpage-anatomy.md3 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 Dserial-console.js2 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 Dgreens.vue6 :style="{ backgroundColor: color.hex }"
38 <style lang="scss">
40 </style>
H A Dyellows.vue6 :style="{ backgroundColor: color.hex }"
38 <<style lang="scss">
40 </style>
H A Dblues.vue6 :style="{ backgroundColor: color.hex }"
38 <style lang="scss">
40 </style>
H A Dreds.vue6 :style="{ backgroundColor: color.hex }"
38 <style lang="scss">
40 </style>
H A Dall.vue6 :style="{ backgroundColor: item.hex }"
54 <style lang="scss">
56 </style>
H A Dgrays.vue6 :style="{ backgroundColor: color.hex }"
71 <style lang="scss">
73 </style>
H A Dtheme.vue6 :style="{ backgroundColor: item.hex }"
75 <style lang="scss">
77 </style>
/openbmc/phosphor-webui/app/assets/images/
H A Dicon-arrow-gray.svg1 …er_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><style>.st0{fill:#aaa}</style><path c…
H A Dicon-arrow-blue.svg1 …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 DPageSection.vue20 <style lang="scss" scoped>
29 </style>
H A DInfoTooltip.vue29 <style lang="scss" scoped>
37 </style>
/openbmc/webui-vue/src/views/Operations/Kvm/
H A DKvm.vue20 <style scoped>
24 </style>
/openbmc/qemu/
H A D.git-blame-ignore-revs14 # e1000e: fix code style
17 # target/riscv: coding style fixes
/openbmc/webui-vue/src/env/assets/styles/
H A D_intel.scss6 font-style: normal;
13 font-style: normal;
20 font-style: normal;
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Darch-riscv.inc12 # Fix: ld: unrecognized option '--hash-style=sysv'
15 # Fix: ld: unrecognized option '--hash-style=gnu'

12345678910>>...17