Home
last modified time | relevance | path

Searched refs:http_accept (Results 1 – 25 of 50) sorted by relevance

12

/dports/textproc/raptor2/raptor2-2.0.15/src/
H A Draptor_www_libxml.c63 if(www->http_accept || www->user_agent) { in raptor_www_libxml_fetch()
70 if(www->http_accept) { in raptor_www_libxml_fetch()
71 accept_len = strlen(www->http_accept); in raptor_www_libxml_fetch()
90 if(www->http_accept) { in raptor_www_libxml_fetch()
91 memcpy(p, www->http_accept, accept_len); in raptor_www_libxml_fetch()
H A Draptor_www.c202 if(www->http_accept) { in raptor_free_www()
203 RAPTOR_FREE(char*, www->http_accept); in raptor_free_www()
204 www->http_accept = NULL; in raptor_free_www()
350 www->http_accept = value_copy; in raptor_www_set_http_accept()
366 RAPTOR_DEBUG2("Using Accept header: '%s'\n", www->http_accept); in raptor_www_set_http_accept()
H A Draptor_www_curl.c221 if(www->http_accept) in raptor_www_curl_fetch()
222 slist = curl_slist_append(slist, (const char*)www->http_accept); in raptor_www_curl_fetch()
/dports/textproc/raptor/raptor-1.4.21/src/
H A Draptor_www_libxml.c70 if(www->http_accept || www->user_agent) { in raptor_www_libxml_fetch()
77 if(www->http_accept) { in raptor_www_libxml_fetch()
78 accept_len=strlen(www->http_accept); in raptor_www_libxml_fetch()
97 if(www->http_accept) { in raptor_www_libxml_fetch()
98 strncpy(p, www->http_accept, accept_len); in raptor_www_libxml_fetch()
H A Draptor_www.c372 if(www->http_accept) { in raptor_www_free()
373 RAPTOR_FREE(cstring, www->http_accept); in raptor_www_free()
374 www->http_accept=NULL; in raptor_www_free()
532 www->http_accept=value_copy; in raptor_www_set_http_accept()
542 RAPTOR_DEBUG2("Using Accept header: '%s'\n", www->http_accept); in raptor_www_set_http_accept()
H A Draptor_www_curl.c189 if(www->http_accept) in raptor_www_curl_fetch()
190 slist=curl_slist_append(slist, (const char*)www->http_accept); in raptor_www_curl_fetch()
/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/
H A Dcss_optimiser.php135 $http_accept = 'application/xhtml+xml'; variable
137 $http_accept = 'application/xml'; variable
139 $http_accept = 'text/xml'; variable
143 $http_accept = 'application/xhtml+xml'; variable
145 $http_accept = 'text/html'; variable
148 $http_accept = 'text/html'; variable
151 header('Content-Type: '.$http_accept.'; charset=utf-8');
153 if ($http_accept === 'text/html') {
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/src/
H A Dredirect.php140 if ( sqgetGlobalVar('HTTP_ACCEPT', $http_accept, SQ_SERVER) &&
141 !isset($attachment_common_types_parsed[$http_accept]) ) {
142 attachment_common_parse($http_accept);
/dports/www/mod_rivet/rivet-3.2.0/rivet/rivet-tcl/
H A DtclIndex29 set auto_index(::rivet::http_accept) [list source [file join $dir http_accept.tcl]]
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DURLStorage.cxx569 const char* http_accept = getenv("SP_HTTP_ACCEPT") ; in open() local
570 if ( http_accept ) { in open()
572 request.append(http_accept, strlen(http_accept)) ; in open()
/dports/lang/php73/php-7.3.33/ext/intl/locale/
H A Dlocale_methods.c1594 char *http_accept = NULL; in PHP_FUNCTION() local
1601 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1609 char *start = http_accept; in PHP_FUNCTION()
1614 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1629 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/intl/locale/
H A Dlocale_methods.c1493 char *http_accept = NULL; in PHP_FUNCTION() local
1500 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1506 char *start = http_accept; in PHP_FUNCTION()
1511 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1526 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/intl/locale/
H A Dlocale_methods.c1493 char *http_accept = NULL; in PHP_FUNCTION() local
1500 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1506 char *start = http_accept; in PHP_FUNCTION()
1511 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1526 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/intl/locale/
H A Dlocale_methods.c1588 char *http_accept = NULL; in PHP_FUNCTION() local
1595 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1603 char *start = http_accept; in PHP_FUNCTION()
1608 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1623 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/intl/locale/
H A Dlocale_methods.c1494 char *http_accept = NULL; in PHP_FUNCTION() local
1501 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1507 char *start = http_accept; in PHP_FUNCTION()
1512 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1527 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/devel/php73-intl/php-7.3.33/ext/intl/locale/
H A Dlocale_methods.c1594 char *http_accept = NULL; in PHP_FUNCTION() local
1601 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1609 char *start = http_accept; in PHP_FUNCTION()
1614 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1629 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/devel/php74-intl/php-7.4.27/ext/intl/locale/
H A Dlocale_methods.c1588 char *http_accept = NULL; in PHP_FUNCTION() local
1595 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1603 char *start = http_accept; in PHP_FUNCTION()
1608 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1623 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/devel/php81-intl/php-8.1.1/ext/intl/locale/
H A Dlocale_methods.c1493 char *http_accept = NULL; in PHP_FUNCTION() local
1500 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1506 char *start = http_accept; in PHP_FUNCTION()
1511 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1526 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/intl/locale/
H A Dlocale_methods.c1594 char *http_accept = NULL; in PHP_FUNCTION() local
1601 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1609 char *start = http_accept; in PHP_FUNCTION()
1614 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1629 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/devel/php80-intl/php-8.0.15/ext/intl/locale/
H A Dlocale_methods.c1494 char *http_accept = NULL; in PHP_FUNCTION() local
1501 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1507 char *start = http_accept; in PHP_FUNCTION()
1512 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1527 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/intl/locale/
H A Dlocale_methods.c1588 char *http_accept = NULL; in PHP_FUNCTION() local
1595 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1603 char *start = http_accept; in PHP_FUNCTION()
1608 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1623 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/intl/locale/
H A Dlocale_methods.c1494 char *http_accept = NULL; in PHP_FUNCTION() local
1501 if(zend_parse_parameters( ZEND_NUM_ARGS(), "s", &http_accept, &http_accept_len) == FAILURE) in PHP_FUNCTION()
1507 char *start = http_accept; in PHP_FUNCTION()
1512 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1527 &outResult, http_accept, available, &status); in PHP_FUNCTION()
/dports/www/mod_rivet/rivet-3.2.0/contrib/
H A Dtcl.vim15 syn keyword rivetCommand headers html http_accept import_keyvalue_pairs include inspect
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dhttpd.c415 IF_FEATURE_HTTPD_CGI(char *http_accept;)
466 #define http_accept (G.http_accept ) macro
1533 if (http_accept) in send_cgi_and_exit()
1534 setenv1("HTTP_ACCEPT", http_accept); in send_cgi_and_exit()
2316 http_accept = xstrdup(skip_whitespace(iobuf + sizeof("Accept:")-1)); in handle_incoming_and_exit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_request.h179 void SetHTTPAccept(const AtomicString& http_accept) { in SetHTTPAccept() argument
180 SetHttpHeaderField(http_names::kAccept, http_accept); in SetHTTPAccept()

12