/openbmc/qemu/hw/s390x/ |
H A D | trace-events | 4 css_enable_facility(const char *facility) "CSS: enable %s" 5 css_crw(uint8_t rsc, uint8_t erc, uint16_t rsid, const char *chained) "CSS: queueing crw: rsc=0x%x,… 6 css_chpid_add(uint8_t cssid, uint8_t chpid, uint8_t type) "CSS: add chpid %x.%02x (type 0x%02x)" 7 css_new_image(uint8_t cssid, const char *default_cssid) "CSS: add css image 0x%02x %s" 8 … *do_assign, uint8_t cssid, uint8_t ssid, uint16_t schid, uint16_t devno) "CSS: %s %x.%x.%04x (dev… 9 … ssid, int schid, uint32_t intparm, uint8_t isc, const char *conditional) "CSS: I/O interrupt on s… 10 css_adapter_interrupt(uint8_t isc) "CSS: adapter I/O interrupt (isc 0x%x)" 11 css_do_sic(uint16_t mode, uint8_t isc) "CSS: set interruption mode 0x%x on isc 0x%x"
|
/openbmc/qemu/hw/timer/ |
H A D | renesas_tmr.c | 46 FIELD(TCCR, CSS, 3, 2) 72 if (FIELD_EX8(tmr->tccr[ch], TCCR, CSS) == 0) { in update_events() 77 if (FIELD_EX8(tmr->tccr[0], TCCR, CSS) == CSS_CASCADING) { in update_events() 135 switch (FIELD_EX8(tmr->tccr[1], TCCR, CSS)) { in read_tcnt() 152 switch (FIELD_EX8(tmr->tccr[0], TCCR, CSS)) { in read_tcnt() 186 tccr = FIELD_DP8(tccr, TCCR, CSS, in read_tccr() 187 FIELD_EX8(r, TCCR, CSS)); in read_tccr() 348 FIELD_EX8(tmr->tccr[1], TCCR, CSS) == CSS_CASCADING) { in issue_event() 380 if (FIELD_EX8(tmr->tccr[0], TCCR, CSS) != CSS_CASCADING) { in timer_events()
|
/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 3 Customization of the application requires knowledge of Sass and CSS. It also 38 - Set to `false` due to inability to style icons using CSS 53 This variable sets the base CSS transition style throughout the application. 65 This variable sets the CSS transitions throughout the application when expanding 140 used by Bootstrap to build the application's CSS stylesheets. 162 `theme-color` map keys are required to generate the CSS styles. The OpenBMC Web
|
H A D | readme.md | 314 CSS styles correctly. 324 ### Scoped style block using CSS 360 Customization of the application requires knowledge of Sass and CSS. It also
|
/openbmc/linux/Documentation/sphinx-static/ |
H A D | custom.css | 3 * CSS tweaks for the Alabaster theme 50 * The CSS magic to toggle the contents on small screens.
|
H A D | theme_overrides.css | 47 /* Keep fields from being strangely far apart due to inheirited table CSS. */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-doc/ |
H A D | xorg-sgml-doctools_1.12.bb | 5 SUMMARY = "SGML entities and XML/CSS stylesheets used in X.Org docs"
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | AUTHORS | 16 support CSS selectors. Isaac Muse wrote SoupSieve, which made it 17 possible to _remove_ the CSS selector code from Beautiful Soup.
|
H A D | css.py | 7 class CSS(object): class
|
H A D | CHANGELOG | 185 parsed, so that CSS selectors that use namespaces will do the right 348 * Embedded CSS and Javascript is now stored in distinct Stylesheet and 459 * Beautiful Soup's CSS Selector implementation has been replaced by a 462 complete implementation of CSS selectors, resolving a large number 468 upgrade Beautiful Soup) or if you don't use CSS selectors from 619 * Added support for CSS selector values that contain quoted spaces, 659 * Improved the implementation of CSS selector grouping. Thanks to 696 * Introduced the select_one() method, which uses a CSS selector but 764 * Raise a NotImplementedError whenever an unsupported CSS pseudoclass 868 * The Tag.select() method now supports a much wider variety of CSS [all …]
|
H A D | __init__.py | 47 CSS,
|
H A D | element.py | 12 from bs4.css import CSS 2121 return CSS(self)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sass/ |
H A D | libsass_git.bb | 1 SUMMARY = "C/C++ port of the Sass CSS precompiler"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-webcolors_24.8.0.bb | 1 SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-soupsieve_2.6.bb | 1 SUMMARY = "CSS selector library for python-beautifulsoup4"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
H A D | libjs-sizzle_1.10.18.bb | 1 SUMMARY = "Pure-JavaScript CSS selector engine"
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/ |
H A D | fvp-base-a-aem_11.27.19.bb | 13 # The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yoc…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/ |
H A D | smarty_5.4.2.bb | 3 Smarty facilitates the separation of presentation (HTML/CSS) from \
|
/openbmc/webui-vue/docs/guide/ |
H A D | readme.md | 16 Having an understanding of semantic HTML, CSS, and JavaScript is the critical
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | video_types.rst | 244 /* can the driver also handle SPU, NAVI and CSS encoded data? 245 (CSS API is not present yet) */
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-intel-ipu3.rst | 51 the underlying camera sub-system (CSS) APIs. They are usually consumed and
|
/openbmc/openbmc/poky/documentation/ |
H A D | README | 175 Sphinx theme and CSS customization 183 'sphinx-static/theme_overrides.css'. Most CSS changes in this file 184 were inherited from the DocBook CSS stylesheets.
|
/openbmc/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 80 /* Keep fields from being strangely far apart due to inheirited table CSS. */
|
/openbmc/docs/development/ |
H A D | web-ui.md | 5 **Audience:** Developer familiar with HTML, CSS and JS
|
/openbmc/docs/ |
H A D | CONTRIBUTING.md | 117 ### HTML/CSS 120 [Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html).
|