Searched full:body (Results 1 – 25 of 90) sorted by relevance
1234
/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/scripts/gitlint/ |
D | zephyr_commit_rules.py | 22 name = "body-min-line-count" 28 … options_spec = [IntOption('min-line-count', 1, "Minimum body line count excluding Signed-off-by")] 31 …filtered = [x for x in commit.message.body if not x.lower().startswith("signed-off-by") and x != '… 35 … message = "Commit message body is empty, should at least have {} line(s).".format(min_line_count) 40 name = "body-max-line-count" 46 options_spec = [IntOption('max-line-count', 200, "Maximum body line count")] 49 line_count = len(commit.message.body) 52 …message = "Commit message body contains too many lines ({0} > {1})".format(line_count, max_line_co… 57 …We keep things simple here and just check whether the commit body contains a line that starts with… 61 name = "body-requires-signed-off-by" [all …]
|
/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 68 Body of initial frame is preceded by two byte total packet length, 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: [all …]
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | sample.yaml | 38 - "(.*)<BODY>(.*)" 40 - "(.*)</BODY>(.*)" 51 - "(.*)<BODY>(.*)" 53 - "(.*)</BODY>(.*)"
|
/Zephyr-latest/tests/net/lib/http_server/crime/src/ |
D | index.html | 6 <body> 9 </body>
|
D | not_found_page.html | 6 <body> 9 </body>
|
/Zephyr-latest/tests/net/lib/http_server/tls/src/ |
D | index.html | 6 <body> 9 </body>
|
/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/include/zephyr/net/http/ |
D | client.h | 116 * recv_buffer that contains header + body 122 * ..header | header | body | body.. 128 * recv_buffer that contains body only 134 * ..header/body | body | body.. 143 /** Start address of the body fragment contained in the recv_buf */ 146 /** Length of the body fragment contained in the recv_buf */ 176 * content_length field once the entire body has been received. Will be 201 uint8_t body_found : 1; /**< Is message body found */
|
D | parser.h | 76 * should not expect a body. This is used when receiving a response to a 78 * chunked' headers that indicate the presence of a body. 81 * expect neither a body nor any further responses on this connection. This is 160 uint64_t content_length; /* # bytes in body (0 if no Content-Length 255 /* Checks if this is the final chunk of the 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/subsys/demand_paging/src/ |
D | main.c | 13 * We want to artificially create a huge body of code hence the volatile 51 printk("Calling huge body of code that doesn't fit in memory\n"); in main()
|
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/ |
D | index.html | 7 <body> 56 </body>
|
/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/subsys/demand_paging/ |
D | sample.yaml | 16 - "Calling huge body of code that doesn't fit in memory"
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 120 """Link to open a new Github issue regarding "pagename" with title, body, and 146 body = quote( 163 return f"{app.config.gh_link_base_url}/issues/new?title={title}&labels={labels}&body={body}"
|
D | html_redirects.py | 47 <body> 49 </body>
|
/Zephyr-latest/doc/_templates/ |
D | gsearch.html | 12 {% block body %}
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/ |
D | style.css | 7 body { selector
|
D | index.html | 110 <body onload="init();"> 138 </body>
|
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/ |
D | main.c | 75 "Default data buffer should not be used for writing body"); in ZTEST_F() 77 "Full body buffer should be in use"); in ZTEST_F() 108 "Big body data buffer should be used for writing body"); in ZTEST_F() 110 "Full body buffer should be in use"); in ZTEST_F() 136 zassert_is_null(msg->body_encode_buffer.data, "Complete body buffer should not be set"); in ZTEST_F()
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os.h | 284 /// macro body is implementation specific in every CMSIS-RTOS. 304 /// macro body is implementation specific in every CMSIS-RTOS. 368 /// macro body is implementation specific in every CMSIS-RTOS. 381 /// macro body is implementation specific in every CMSIS-RTOS. 442 /// macro body is implementation specific in every CMSIS-RTOS. 454 /// macro body is implementation specific in every CMSIS-RTOS. 491 /// macro body is implementation specific in every CMSIS-RTOS. 503 /// macro body is implementation specific in every CMSIS-RTOS. 545 /// macro body is implementation specific in every CMSIS-RTOS. 559 /// macro body is implementation specific in every CMSIS-RTOS. [all …]
|
/Zephyr-latest/samples/subsys/usb/webusb/ |
D | index.html | 7 <body> 125 </body>
|
/Zephyr-latest/samples/subsys/usb/webusb-next/ |
D | index.html | 7 <body> 125 </body>
|
1234