Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_parse.c420 s->quoted = 1; in ngx_mail_imap_parse_command()
443 if (ch == ' ' && s->quoted) { in ngx_mail_imap_parse_command()
449 if (!s->quoted) { in ngx_mail_imap_parse_command()
452 s->quoted = 0; in ngx_mail_imap_parse_command()
478 if (s->quoted) { in ngx_mail_imap_parse_command()
602 s->quoted = 0; in ngx_mail_imap_parse_command()
614 s->quoted = 0; in ngx_mail_imap_parse_command()
H A Dngx_mail.h205 unsigned quoted:1; member
/f-stack/tools/libxo/doc/
H A Dformatting.rst127 encoded with a quoted name, a colon, and a value. If the value is a
128 string, it must be quoted, but numbers are not quoted. Objects are
H A Dxohtml.rst30 value must be quoted if it consists of multiple tokens.
H A Dencoders.rst210 :RFC:`4180` specifies that fields containing spaces should be quoted, but
H A Dfield-modifiers.rst38 and that the value should be quoted when encoded for JSON.
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.c510 ngx_uint_t quoted, s_quoted, d_quoted, start_line; in ngx_conf_read_token() local
519 quoted = 0; in ngx_conf_read_token()
627 if (quoted) { in ngx_conf_read_token()
628 quoted = 0; in ngx_conf_read_token()
697 quoted = 1; in ngx_conf_read_token()
730 quoted = 1; in ngx_conf_read_token()
/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c274 static const char quoted[] = "\n\r\","; in csv_quote_flags() local
283 if (strcspn(value, quoted) != len) in csv_quote_flags()
294 value, rc, len, strcspn(value, quoted)); in csv_quote_flags()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-pm8058.txt6 quoted because sometimes these LED drivers are used for wildly
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c1633 ngx_uint_t i, n, bracket, quoted, key; in ngx_http_ssi_evaluate_string() local
1664 quoted = 0; in ngx_http_ssi_evaluate_string()
1669 if (!quoted) { in ngx_http_ssi_evaluate_string()
1672 quoted = 1; in ngx_http_ssi_evaluate_string()
1677 quoted = 0; in ngx_http_ssi_evaluate_string()
1783 quoted = 0; in ngx_http_ssi_evaluate_string()
1788 if (!quoted) { in ngx_http_ssi_evaluate_string()
1791 quoted = 1; in ngx_http_ssi_evaluate_string()
1800 quoted = 0; in ngx_http_ssi_evaluate_string()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c1828 ngx_uint_t quoted; in ngx_http_parse_unsafe_uri() local
1832 quoted = 0; in ngx_http_parse_unsafe_uri()
1849 quoted = 1; in ngx_http_parse_unsafe_uri()
1881 if (quoted) { in ngx_http_parse_unsafe_uri()
/f-stack/freebsd/kern/
H A Dbus_if.m664 * quoted with double quotes ('"'). Double quotes and backslashes in
665 * quoted values can be escaped with backslashes ('\').
690 * quoted with double quotes ('"'). Double quotes and backslashes in
691 * quoted values can be escaped with backslashes ('\').
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dexample-schema.yaml109 # Property names starting with '#' must be quoted
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst13 Variable and config names should be quoted as fixed width text:
H A Drelease_16_07.rst13 Variable and config names should be quoted as fixed width text: ``LIKE_THIS``.
H A Drelease_20_02.rst15 Variable and config names should be quoted as fixed width text:
H A Drelease_16_11.rst13 Variable and config names should be quoted as fixed width text: ``LIKE_THIS``.
H A Drelease_17_08.rst13 Variable and config names should be quoted as fixed width text:
H A Drelease_18_02.rst13 Variable and config names should be quoted as fixed width text:
H A Drelease_17_02.rst13 Variable and config names should be quoted as fixed width text: ``LIKE_THIS``.
H A Drelease_19_02.rst13 Variable and config names should be quoted as fixed width text:
H A Drelease_20_08.rst15 Variable and config names should be quoted as fixed width text:
H A Drelease_19_08.rst15 Variable and config names should be quoted as fixed width text:
H A Drelease_20_05.rst15 Variable and config names should be quoted as fixed width text:
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DINSTALL.md241 requirement (quoted from the April 12, 2011 draft of the C11 standard):

12