| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 694 ngx_str_t *value, ngx_uint_t escape) in ngx_stream_log_variable_compile() argument 705 switch (escape) { in ngx_stream_log_variable_compile() 741 value->escape = len ? 1 : 0; in ngx_stream_log_variable_getlen() 760 if (value->escape == 0) { in ngx_stream_log_variable() 775 static uint32_t escape[] = { in ngx_stream_log_escape() local 843 value->escape = len ? 1 : 0; in ngx_stream_log_json_variable_getlen() 861 if (value->escape == 0) { in ngx_stream_log_json_variable() 882 value->escape = 0; in ngx_stream_log_unescaped_variable_getlen() 1318 ngx_uint_t bracket, escape; in ngx_stream_log_compile_format() local 1321 escape = NGX_STREAM_LOG_ESCAPE_DEFAULT; in ngx_stream_log_compile_format() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm2835-dsi0.yaml | 33 - const: escape 72 clock-names = "phy", "escape", "pixel";
|
| H A D | brcm,bcm-vc4.txt | 71 b) escape: The DSI ESC clock from CPRMAN 137 clock-names = "phy", "escape", "pixel";
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_autoindex_module.c | 29 size_t escape; member 488 entry[i].escape = 2 * ngx_escape_uri(NULL, entry[i].name.data, in ngx_http_autoindex_html() 503 + entry[i].name.len + entry[i].escape in ngx_http_autoindex_html() 550 if (entry[i].escape) { in ngx_http_autoindex_html() 554 b->last += entry[i].name.len + entry[i].escape; in ngx_http_autoindex_html() 720 entry[i].escape = ngx_escape_json(NULL, entry[i].name.data, in ngx_http_autoindex_json() 725 + entry[i].name.len + entry[i].escape in ngx_http_autoindex_json() 760 if (entry[i].escape) { in ngx_http_autoindex_json() 871 entry[i].escape = ngx_escape_html(NULL, entry[i].name.data, in ngx_http_autoindex_xml() 875 + entry[i].name.len + entry[i].escape in ngx_http_autoindex_xml() [all …]
|
| H A D | ngx_http_log_module.c | 917 ngx_str_t *value, ngx_uint_t escape) in ngx_http_log_variable_compile() argument 928 switch (escape) { in ngx_http_log_variable_compile() 964 value->escape = len ? 1 : 0; in ngx_http_log_variable_getlen() 982 if (value->escape == 0) { in ngx_http_log_variable() 997 static uint32_t escape[] = { in ngx_http_log_escape() local 1065 value->escape = len ? 1 : 0; in ngx_http_log_json_variable_getlen() 1083 if (value->escape == 0) { in ngx_http_log_json_variable() 1103 value->escape = 0; in ngx_http_log_unescaped_variable_getlen() 1588 ngx_uint_t bracket, escape; in ngx_http_log_compile_format() local 1592 escape = NGX_HTTP_LOG_ESCAPE_DEFAULT; in ngx_http_log_compile_format() [all …]
|
| H A D | ngx_http_memcached_module.c | 241 uintptr_t escape; in ngx_http_memcached_create_request() local 258 escape = 2 * ngx_escape_uri(NULL, vv->data, vv->len, NGX_ESCAPE_MEMCACHED); in ngx_http_memcached_create_request() 260 len = sizeof("get ") - 1 + vv->len + escape + sizeof(CRLF) - 1; in ngx_http_memcached_create_request() 283 if (escape == 0) { in ngx_http_memcached_create_request()
|
| H A D | ngx_http_proxy_module.c | 1076 uintptr_t escape; in ngx_http_proxy_create_key() local 1126 escape = 2 * ngx_escape_uri(NULL, r->uri.data + loc_len, in ngx_http_proxy_create_key() 1129 escape = 0; in ngx_http_proxy_create_key() 1132 len = ctx->vars.uri.len + r->uri.len - loc_len + escape in ngx_http_proxy_create_key() 1146 if (escape) { in ngx_http_proxy_create_key() 1149 p += r->uri.len - loc_len + escape; in ngx_http_proxy_create_key() 1174 uintptr_t escape; in ngx_http_proxy_create_request() local 1223 escape = 0; in ngx_http_proxy_create_request() 1243 uri_len = ctx->vars.uri.len + r->uri.len - loc_len + escape in ngx_http_proxy_create_request() 1363 if (escape) { in ngx_http_proxy_create_request() [all …]
|
| H A D | ngx_http_grpc_module.c | 584 uintptr_t escape; in ngx_http_grpc_create_request() local 622 escape = 0; in ngx_http_grpc_create_request() 626 escape = 2 * ngx_escape_uri(NULL, r->uri.data, r->uri.len, in ngx_http_grpc_create_request() 628 uri_len = r->uri.len + escape + sizeof("?") - 1 + r->args.len; in ngx_http_grpc_create_request() 816 } else if (escape || r->args.len > 0) { in ngx_http_grpc_create_request() 819 if (escape) { in ngx_http_grpc_create_request()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_special_response.c | 781 uintptr_t escape; in ngx_http_send_refresh() local 789 escape = 2 * ngx_escape_uri(NULL, location, len, NGX_ESCAPE_REFRESH); in ngx_http_send_refresh() 792 + escape + len in ngx_http_send_refresh() 829 if (escape == 0) { in ngx_http_send_refresh()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/ |
| H A D | nwl-dsi.yaml | 36 - description: RX_ESC clock (used in escape mode) 37 - description: TX_ESC clock (used in escape mode)
|
| /f-stack/tools/libxo/doc/ |
| H A D | xohtml.rst | 11 ache to escape the world of '70s terminal devices.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | cdns,csi2tx.txt | 13 * esc_clk: escape mode clock
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/ |
| H A D | exynos_dsim.txt | 26 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | ste-nomadik-s8815.dts | 160 /* User key mapped in as "escape" */
|
| H A D | bcm283x.dtsi | 369 clock-names = "phy", "escape", "pixel"; 448 clock-names = "phy", "escape", "pixel";
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.c | 1444 uint32_t *escape; in ngx_escape_uri() local 1573 escape = map[type]; in ngx_escape_uri() 1582 if (escape[*src >> 5] & (1U << (*src & 0x1f))) { in ngx_escape_uri() 1593 if (escape[*src >> 5] & (1U << (*src & 0x1f))) { in ngx_escape_uri()
|
| H A D | ngx_string.h | 34 unsigned escape:1; member
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl_stapling.c | 1212 uintptr_t escape; in ngx_ssl_ocsp_create_request() local 1268 escape = ngx_escape_uri(NULL, base64.data, base64.len, in ngx_ssl_ocsp_create_request() 1273 base64.len, (int) escape); in ngx_ssl_ocsp_create_request() 1276 + base64.len + 2 * escape + sizeof(" HTTP/1.0" CRLF) - 1 in ngx_ssl_ocsp_create_request() 1294 if (escape == 0) { in ngx_ssl_ocsp_create_request()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | CHANGELOG.md | 78 * Properly escape data printed to PKGCONF file (Dan Skorupski)
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman.c | 2168 goto escape; in qman_set_vdq() 2174 escape: in qman_set_vdq() 2202 goto escape; in qman_volatile_dequeue() 2208 escape: in qman_volatile_dequeue()
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 28 …nal you can happen to use today has some kind of support for basic VT100 escape sequences. So I tr…
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 299 *) Добавление: параметр "escape=none" директивы log_format. 664 *) Добавление: параметр escape директивы log_format.
|
| H A D | CHANGES | 291 *) Feature: the "escape=none" parameter of the "log_format" directive. 653 *) Feature: the "escape" parameter of the "log_format" directive. 3323 *) Bugfix: the "rewrite" directive did not escape a ";" character during 6564 *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI 6605 *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the 7229 *) Bugfix: the "\"" and "\'" escape symbols were incorrectly handled in 8248 *) Bugfix: the ngx_http_autoindex_module module did not escape the
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 2457 # to escape "$2" so that the shell doesn't interpret it while
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 3842 Disassembler: Fixed the Unicode macro support to add escape sequences. 3843 All non-printable ASCII values are emitted as escape sequences, as well 9497 Implemented a mechanism to escape infinite AML While() loops. Added a 9525 (since backslash is the escape character) causing confusion. ACPICA BZ 12780 compiled. Also, escape sequences within a ResourceSource string are now 17676 Completed support for embedded escape sequences within string 17679 null byte into a string literal (via the hex/octal escape) causes
|