/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_transport.rst | 52 frame consists of two byte start marker, body and terminating newline 56 and initial-final; each frame type differs by start marker and/or body 64 Body is always Base64 encoded, so the body size, here described as 69 encoded in Big Endian, and equals size of a raw body plus two bytes, 70 size of CRC16; this means that actual body size allowed into an 73 If a body size is smaller than N - 4, than it is possible to carry 74 entire body with preceding length and following it CRC in a single 88 | <base64-i> | no more than | Base64 encoded body | 94 ``<base64-i>`` is Base64 encoded body of format: 104 | | | of body + 2 bytes for | [all …]
|
/Zephyr-latest/ |
D | .gitlint | 4 ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1 22 [body-min-line-count] 25 [body-max-line-count] 45 # B1 = body-max-line-length 48 [body-min-length] 51 [body-is-missing] 56 [body-changed-file-mention] 57 # List of files that need to be explicitly mentioned in the body when they are changed
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | board-catalog.css | 25 color: var(--body-color); 42 color: var(--body-color); 74 color: var(--body-color); 154 color: var(--body-color); 163 color: var(--body-color); 190 outline-color: var(--body-color) !important; 220 color: var(--body-color);
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 31 …filtered = [x for x in commit.message.body if not x.lower().startswith("signed-off-by") and x != '… 49 line_count = len(commit.message.body) 69 for line in commit.message.body:
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 7 body { 14 <body> 41 </body></html>
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 7 body { 14 <body> 41 </body></html>
|
/Zephyr-latest/samples/net/prometheus/src/ |
D | stats.c | 57 response_ctx->body = prom_buffer; in stats_handler()
|
D | main.c | 68 response_ctx->body = prom_buffer; in dyn_handler()
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/ |
D | style.css | 7 body { selector
|
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/ |
D | main.js | 27 const response = await fetch("/led", {method : "POST", body : payload});
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 196 | body row 1, column 1 | column 2 | column 3 | column 4 | 198 | body row 2 | ... | ... | you can | 200 | body row 3 with a two column span | ... | span | 202 | body row 4 | ... | ... | too | 211 | body row 1, column 1 | column 2 | column 3 | column 4 | 213 | body row 2 | ... | ... | you can | 215 | body row 3 with a two column span | ... | span | 217 | body row 4 | ... | ... | too | 231 * - body row 1, column 1 232 - body row 1, column 2 [all …]
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | main.c | 99 response_ctx->body = request_ctx->data; in echo_handler() 134 response_ctx->body = uptime_buf; in uptime_handler()
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.css | 13 color: var(--body-color);
|
D | doxytooltip.js | 15 document.body.appendChild(tooltip);
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 16 body, selector 72 body, selector 74 color: var(--body-color); 235 .wy-body-for-nav { 257 color: var(--body-color); 551 color: var(--body-color); 612 color: var(--body-color) !important; 620 color: var(--body-color) !important; 674 color: var(--body-color); 688 color: var(--body-color); [all …]
|
D | gcs.css | 14 color: var(--body-color) !important;
|
D | dark.css | 10 --body-color: rgba(255, 255, 255, 0.85);
|
D | light.css | 10 --body-color: #404040;
|
/Zephyr-latest/samples/subsys/demand_paging/ |
D | README.rst | 41 Calling huge body of code that doesn't fit in memory
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 146 body = quote(
|
/Zephyr-latest/include/zephyr/net/http/ |
D | server.h | 200 const uint8_t *body; /**< Pointer to body data */ member
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 262 response_ctx->body = dynamic_payload; in dynamic_cb() 267 response_ctx->body = NULL; in dynamic_cb() 469 response_ctx->body = TEST_DYNAMIC_GET_PAYLOAD; in dynamic_response_headers_cb() 470 response_ctx->body_len = strlen(response_ctx->body); in dynamic_response_headers_cb() 479 response_ctx->body = TEST_DYNAMIC_GET_PAYLOAD; in dynamic_response_headers_cb() 480 response_ctx->body_len = strlen(response_ctx->body); in dynamic_response_headers_cb() 490 response_ctx->body = long_payload + offset; in dynamic_response_headers_cb()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 262 response_ctx->body = request_ctx->data; 318 * The ``body`` and ``body_len`` fields are used to send body data. 324 ``response_ctx``, after which only further body data is allowed in subsequent
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 174 self.body.append(node.html()) 179 self.body.append("Kconfig search is only available on HTML output")
|
/Zephyr-latest/cmake/modules/ |
D | snippets.cmake | 42 # Putting the body into a function prevents us from polluting the
|