Searched refs:style (Results 26 – 50 of 96) sorted by relevance
1234
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | codesample-livesearch.css | 36 font-style: inherit;
|
D | board-catalog.css | 238 list-style-type: disc; 248 list-style-position: outside;
|
/Zephyr-latest/cmake/app/ |
D | boilerplate.cmake | 19 # old style inclusion is used. Warning is only printed in first invocation.
|
/Zephyr-latest/samples/subsys/debug/fuzz/ |
D | Kconfig | 19 following a unit-test style case, so the default is short to
|
/Zephyr-latest/doc/contribute/ |
D | reviewer_expectations.rst | 29 - Code style changes that impact the readability of the PR. 51 - Whenever requesting style related changes, reviewers should be able to point 59 the PR in question and following the contribution and style guidelines of the
|
D | index.rst | 21 style/index.rst 46 Code contributions are expected to follow a set of style guidelines to ensure consistency and
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 …style.transitionDuration=e+"ms")}))}function x(t,e){t.forEach((function(t){t&&t.setAttribute("data…
|
/Zephyr-latest/doc/ |
D | 404.rst | 43 <div style='clear:both'></div>
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 49 node [shape=rect, style=rounded]; 63 node [shape=rect, style=rounded];
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 165 node [style=rounded]; 268 node [style = rounded]; 276 style = rounded; 384 node [style=rounded]; 535 node [style = rounded]; 546 style = rounded; 550 style = rounded; 557 style = rounded;
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …style>*,::after,::before{box-sizing:border-box}:host{contain:content;display:block}:host([hidden])…
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.cdc | 61 by Arduino style programmers to reset the device into the
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 121 The Zaamo extension enables support for AMO*.W/D-style instructions. 128 The Zlrsc extension enables support for LR.W/D and SC.W/D-style instructions.
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 74 "GNU-style constructors required but STATIC_INIT_GNU not enabled")
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 102 /* style for re-injected version */
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 35 block style using :c:macro:`SYS_DLIST_FOR_EACH_NODE`. This macro also 38 being inspected within the code block, a "CONTAINER" style that
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 42 (It is important to use plain-style hex dump)
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 376 style = ttk.Style() 382 _treeview_rowheight = font.Font(font=style.lookup("Treeview", "font")) \ 385 style.configure("Treeview", rowheight=_treeview_rowheight) 394 style.map( 396 **{option: [elm for elm in style.map("Treeview", query_opt=option) 414 style = ttk.Style() 415 if "clam" in style.theme_names(): 416 style.theme_use("clam")
|
D | menuconfig.py | 1380 style = _style["selection" if i == _sel_node_i else "list"] 1382 style = _style["inv-selection" if i == _sel_node_i else "inv-list"] 1384 _safe_addstr(_menu_win, i - _menu_scroll, 0, _node_str(node), style) 2843 def _styled_win(style): argument 2849 _set_style(win, style) 2853 def _set_style(win, style): argument 2856 win.bkgdset(" ", _style[style])
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 4 -Wold-style-definition 53 -Wold-style-definition
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 65 -Wold-style-definition
|
/Zephyr-latest/doc/contribute/style/ |
D | cmake.rst | 3 .. _cmake-style:
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 75 If your description is short, it's fine to use this style: 82 style: 91 This ``|`` style prevents YAML parsers from removing the newlines in
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 57 node [style=rounded];
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 101 (It is important to use plain-style hex dump)
|
1234