Home
last modified time | relevance | path

Searched full:body (Results 1 – 25 of 90) sorted by relevance

1234

/Zephyr-latest/
D.gitlint4 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/
Dzephyr_commit_rules.py22 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/
Dsmp_transport.rst52 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/
Dsample.yaml38 - "(.*)<BODY>(.*)"
40 - "(.*)</BODY>(.*)"
51 - "(.*)<BODY>(.*)"
53 - "(.*)</BODY>(.*)"
/Zephyr-latest/tests/net/lib/http_server/crime/src/
Dindex.html6 <body>
9 </body>
Dnot_found_page.html6 <body>
9 </body>
/Zephyr-latest/tests/net/lib/http_server/tls/src/
Dindex.html6 <body>
9 </body>
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/
Dboard-catalog.css25 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/
Dclient.h116 * 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 */
Dparser.h76 * 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/
Dresponse_big.html.bin7 body {
14 <body>
41 </body></html>
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin7 body {
14 <body>
41 </body></html>
/Zephyr-latest/samples/subsys/demand_paging/src/
Dmain.c13 * 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/
Dindex.html7 <body>
56 </body>
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst196 | 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/
Dsample.yaml16 - "Calling huge body of code that doesn't fit in memory"
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py120 """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}"
Dhtml_redirects.py47 <body>
49 </body>
/Zephyr-latest/doc/_templates/
Dgsearch.html12 {% block body %}
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dstyle.css7 body { selector
Dindex.html110 <body onload="init();">
138 </body>
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c75 "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/
Dcmsis_os.h284 /// 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/
Dindex.html7 <body>
125 </body>
/Zephyr-latest/samples/subsys/usb/webusb-next/
Dindex.html7 <body>
125 </body>

1234