Home
last modified time | relevance | path

Searched refs:source_charset (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_charset_filter_module.c55 ngx_int_t source_charset; member
243 if (source_charset == NGX_ERROR) { in ngx_http_charset_header_filter()
255 if (source_charset == NGX_HTTP_CHARSET_OFF) { in ngx_http_charset_header_filter()
262 || source_charset == NGX_HTTP_NO_CHARSET) in ngx_http_charset_header_filter()
264 if (source_charset != charset in ngx_http_charset_header_filter()
275 if (source_charset == charset) { in ngx_http_charset_header_filter()
294 if (charsets[source_charset].tables == NULL in ngx_http_charset_header_filter()
437 charset = lcf->source_charset; in ngx_http_source_charset()
1541 lcf->source_charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()
1568 ngx_conf_merge_value(conf->source_charset, prev->source_charset, in ngx_http_charset_merge_loc_conf()
[all …]
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru5536 source_charset на старте или во время переконфигурации происходил
6399 *) Добавление: директивы charset и source_charset поддерживают
7677 source_charset задаёт только исходную кодировку.
H A DCHANGES5423 "source_charset" directives.
6275 *) Feature: the "charset" and "source_charset" directives support the
7542 charset; the "source_charset" directive sets the source charset only.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim576 syn keyword ngxDirective contained source_charset