Home
last modified time | relevance | path

Searched refs:UWSGI_OPT_MIME (Results 1 – 7 of 7) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/plugins/webdav/
H A Dwebdav.c83 …system directory as a webdav store", uwsgi_opt_add_string_list, &udav.mountpoints, UWSGI_OPT_MIME},
84 …url for automatic webdav directory listing", uwsgi_opt_add_string_list, &udav.css, UWSGI_OPT_MIME},
85 … automatic webdav directory listing", uwsgi_opt_add_string_list, &udav.javascript, UWSGI_OPT_MIME},
86 … automatic webdav directory listing", uwsgi_opt_add_string_list, &udav.javascript, UWSGI_OPT_MIME},
88 … the div id for automatic webdav directory listing", uwsgi_opt_set_str, &udav.div, UWSGI_OPT_MIME},
89 …0, "set the cache to use for webdav locking", uwsgi_opt_set_str, &udav.lock_cache, UWSGI_OPT_MIME},
91 …AV standard to the OPTIONS response", uwsgi_opt_add_string_list, &udav.add_option, UWSGI_OPT_MIME},
93 …dd a WebDAV property to all resources", uwsgi_opt_add_string_list, &udav.add_prop, UWSGI_OPT_MIME},
95 …WebDAV property to all objects", uwsgi_opt_add_string_list, &udav.add_object_prop, UWSGI_OPT_MIME},
97 …ty to all resources (href value)", uwsgi_opt_add_string_list, &udav.add_prop_href, UWSGI_OPT_MIME},
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Duwsgi.c894 …"check for static files in the specified directory", uwsgi_opt_check_static, NULL, UWSGI_OPT_MIME},
895 …iles in the requested DOCUMENT_ROOT", uwsgi_opt_true, &uwsgi.check_static_docroot, UWSGI_OPT_MIME},
896 …"check for static files in the specified directory", uwsgi_opt_check_static, NULL, UWSGI_OPT_MIME},
897 …untpoint to static directory (or file)", uwsgi_opt_static_map, &uwsgi.static_maps, UWSGI_OPT_MIME},
905 …h (default /etc/apache2/mime.types)", uwsgi_opt_add_string_list, &uwsgi.mime_file, UWSGI_OPT_MIME},
906 …h (default /etc/apache2/mime.types)", uwsgi_opt_add_string_list, &uwsgi.mime_file, UWSGI_OPT_MIME},
908 …file path (default /etc/mime.types)", uwsgi_opt_add_string_list, &uwsgi.mime_file, UWSGI_OPT_MIME},
909 …file path (default /etc/mime.types)", uwsgi_opt_add_string_list, &uwsgi.mime_file, UWSGI_OPT_MIME},
926 …ip version of all requested static files", uwsgi_opt_true, &uwsgi.static_gzip_all, UWSGI_OPT_MIME},
937 …uired_argument, 0, "set static file serving mode", uwsgi_opt_fileserve_mode, NULL, UWSGI_OPT_MIME},
[all …]
H A Dconfig.c548 if (op->flags & UWSGI_OPT_MIME) { in add_exported_option_do()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/gridfs/
H A Dgridfs.cc32 … db on the specified mountpoint", uwsgi_opt_add_string_list, &ugridfs.mountpoints, UWSGI_OPT_MIME},
33 …mountpoint and itemname for each request (debug)", uwsgi_opt_true, &ugridfs.debug, UWSGI_OPT_MIME},
/dports/www/uwsgi/uwsgi-2.0.20/plugins/glusterfs/
H A Dglusterfs.c22 …ed glusterfs volume in a uri", uwsgi_opt_add_string_list, &uglusterfs.mountpoints, UWSGI_OPT_MIME},
/dports/www/uwsgi/uwsgi-2.0.20/plugins/rados/
H A Drados.c52 … specified rados volume in a uri", uwsgi_opt_add_string_list, &urados.mountpoints, UWSGI_OPT_MIME},
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h79 #define UWSGI_OPT_MIME (1 << 13) macro