Searched refs:encoding (Results 1 – 7 of 7) sorted by relevance
| /lighttpd1.4/doc/outdated/ |
| H A D | dirlisting.txt | 73 dir-listing.encoding 74 set a encoding for the generated directory listing 76 If you file-system is not using ASCII you have to set the encoding of 78 encoding) 82 dir-listing.encoding = "utf-8"
|
| H A D | ssi.txt | 75 - echo.encoding
|
| /lighttpd1.4/doc/config/conf.d/ |
| H A D | dirlisting.conf | 33 dir-listing.encoding = "UTF-8"
|
| /lighttpd1.4/src/ |
| H A D | mod_dirlisting.c | 92 const buffer *encoding; member 309 pconf->encoding = cpv->v.b; in mod_dirlisting_merge_config_cpv() 854 if (p->conf.encoding) { in http_list_directory_header() 857 BUF_PTR_LEN(p->conf.encoding), in http_list_directory_header() 1246 static void mod_dirlisting_content_type (request_st * const r, const buffer * const encoding) { in mod_dirlisting_content_type() argument 1250 if (NULL == encoding) in mod_dirlisting_content_type() 1254 BUF_PTR_LEN(encoding)); in mod_dirlisting_content_type() 1262 mod_dirlisting_content_type(r, hctx->conf.encoding); in mod_dirlisting_response() 1483 ? mod_dirlisting_content_type(r, p->conf.encoding) in mod_dirlisting_cache_check()
|
| H A D | buffer.c | 590 …ffer * const restrict b, const char * const restrict s, size_t s_len, buffer_encoding_t encoding) { in buffer_append_string_encoded() argument 595 switch(encoding) { in buffer_append_string_encoded() 613 switch(encoding) { in buffer_append_string_encoded() 637 switch(encoding) { in buffer_append_string_encoded()
|
| H A D | buffer.h | 180 …ng_encoded(buffer * restrict b, const char * restrict s, size_t s_len, buffer_encoding_t encoding);
|
| /lighttpd1.4/ |
| H A D | NEWS | 160 * [multiple] fix json encoding 662 * [core] short-circuit encoding if nothing to encode 761 * [core] merge base64 encoding to li_base64_enc() 1153 * [core] reject excess data after chunked encoding (#3046) 1765 * [mod_status] add additional HTML-encoding 2075 * [core] perf: small improvement to encoding CGI var 2209 * [mod_redirect,mod_rewrite] base64url encoding opt 3360 * fixed url encoding to encode more characters (#266) 3654 * fixed encoding the filenames in PROPFIND in mod_webdav 3799 * added encoding to mod_dirlisting [all …]
|