Searched refs:content_type (Results 76 - 95 of 95) sorted by relevance

1234

/macosx-10.9.5/ruby-104/ruby/lib/
H A Dopen-uri.rb58 # p f.content_type # "text/html"
493 def content_type method in class:OpenURI.Meta
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_httprequest.rb108 assert_equal("text/plain", req.content_type)
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_disk_cache.c933 && r->content_type) {
935 ap_make_content_type(r, r->content_type));
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_deflate.c427 if (r->content_type == NULL
428 || strncmp(r->content_type, "text/html", 9)) {
H A Dmod_include.c1721 rr->content_type && strncmp(rr->content_type, "text/", 5)) {
3682 if (!r->content_type || !*r->content_type) {
3703 if (!r->content_type || strcmp(r->content_type, "text/html")) {
H A Dmod_filter.c198 str = r->content_type;
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.c485 if (!strcasecmp(a, "Content-type") && r->content_type) {
486 cp = ap_field_noparam(r->pool, r->content_type);
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dapxs.in746 r->content_type = "text/html";
/macosx-10.9.5/libxml2-26/libxml2/
H A DxmlIO.c2030 char * content_type = (char *) "text/xml"; local
2066 &content_type, content_encoding,
2137 xmlFree( content_type );
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c1897 char * content_type = (char *) "text/xml"; local
1933 &content_type, content_encoding,
2004 xmlFree( content_type );
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth_digest.c1901 r->content_type ? r->content_type : ap_default_type(r), ":",
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dconfig.c359 handler = r->content_type ? r->content_type : ap_default_type(r);
H A Dcore.c3257 if (!r->content_type || !conf->ct_output_filters) {
3262 ctype = ap_field_noparam(r->pool, r->content_type);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclient.c3747 content_type[1024], /* CONTENT_TYPE environment variable */ local
4046 snprintf(content_type, sizeof(content_type), "CONTENT_TYPE=%s",
4051 envp[envc ++] = content_type;
H A Djob.c504 content_type[1024], local
935 snprintf(content_type, sizeof(content_type), "CONTENT_TYPE=%s/%s",
1011 envp[envc ++] = content_type;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges436 ! fixed content_type returned under mod_perl with 500 SERVER ERROR
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges352 ! fixed content_type returned under mod_perl with 500 SERVER ERROR
/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_filters.c1217 ctype = ap_make_content_type(r, r->content_type);
/macosx-10.9.5/apache-786.1/httpd/modules/ldap/
H A Dutil_ldap.c114 r->content_type = "text/html; charset=ISO-8859-1";
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmuttrc.vim351 syn keyword muttrcVarStr contained skipwhite certificate_file charset config_charset content_type nextgroup=muttrcSetStrAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr

Completed in 444 milliseconds

1234