Searched refs:headers (Results 1 - 25 of 566) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/dbm/
H A Dextconf.rb11 headers = {
24 class << headers
28 headers.found = []
29 headers.defs = nil
31 def headers.db_check(db, hdr)
42 def have_declared_libvar(var, headers = nil, opt = "", &b)
43 checking_for checking_message([*var].compact.join(' '), headers, opt) do
44 try_declared_libvar(var, headers, opt, &b)
48 def try_declared_libvar(var, headers = nil, opt = "", &b)
50 #{cpp_include(headers)}
[all...]
/macosx-10.10/ruby-106/ruby/test/uri/
H A Dtest_mailto.rb33 :headers => ["subject=current-issue"]}
39 :headers => ["body=send%20current-issue"]}
46 :headers => ["body=send%20current-issue%0D%0Asend%20index"]}
53 :headers => ["In-Reply-To=%3c3469A91.D10AF4C@example.com"]}
59 :headers => ["body=subscribe%20bamboo-l"]}
65 :headers => ["cc=bob@example.com", "body=hello"]}
71 ok[-1] << {:headers => ["to=joe@example.com",
83 :headers => ["blat=foop"]}
88 ok[-1] << {:to=>"john@example.com", :headers=>[["Subject", "Ruby"], ["Cc", "jack@example.com"]]}
92 ok[-1] << {:to => 'listman@example.com', :headers
[all...]
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/
H A DMakefile.PL21 my %headers = (
30 foreach (keys %headers)
32 $headers{$_}++ if (-r "$incdir/$_");
36 foreach (keys %headers)
38 if ($headers{$_} == 0) {
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dyahoogroups.pl13 my ( $self, $headers, $message ) = @_;
18 unless ( $location = $headers->header('Location') )
28 $message->request->headers # headers are cloned
37 $headers->header( Location => $location );
38 $headers->header( Set_Cookie => $r->header('Set_Cookie') );
H A Dtracker.pl22 my ( $self, $headers, $message ) = @_;
26 $message->request->headers->header( 'Referer' ) || 'NULL',
H A Dhttps.pl68 my ( $self, $headers, $message ) = @_;
82 my ( $self, $headers, $message ) = @_;
84 # modify Location: headers in the response
85 my $location = $headers->header( 'Location' );
88 $headers->header( Location => $location );
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dyahoogroups.pl13 my ( $self, $headers, $message ) = @_;
18 unless ( $location = $headers->header('Location') )
28 $message->request->headers # headers are cloned
37 $headers->header( Location => $location );
38 $headers->header( Set_Cookie => $r->header('Set_Cookie') );
H A Dtracker.pl22 my ( $self, $headers, $message ) = @_;
26 $message->request->headers->header( 'Referer' ) || 'NULL',
H A Dhttps.pl68 my ( $self, $headers, $message ) = @_;
82 my ( $self, $headers, $message ) = @_;
84 # modify Location: headers in the response
85 my $location = $headers->header( 'Location' );
88 $headers->header( Location => $location );
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_headers.rb26 # activate headers
29 csv = CSV.parse(@data, headers: setting)
32 # first data row - skipping headers
50 # activate headers
53 csv = CSV.parse(@data, headers: [:my, :new, :headers])
56 # first data row - skipping headers
60 assert_equal( [[:my, "first"], [:new, "second"], [:headers, "third"]],
67 assert_equal([[:my, "A"], [:new, "B"], [:headers, "C"]], row.to_a)
73 assert_equal([[:my, "1"], [:new, "2"], [:headers, "
[all...]
/macosx-10.10/ruby-106/ruby/lib/uri/
H A Dmailto.rb24 COMPONENT = [ :scheme, :to, :headers ].freeze
45 # headers = "?" header *( "&" header )
47 # mailtoURL = "mailto:" [ to ] [ headers ]
54 (#{HEADER_PATTERN}(?:\\&#{HEADER_PATTERN})*) (?# 2: headers)
70 # the components must be supplied as [to, headers].
74 # The headers can be supplied as a pre-encoded string, such as
88 # m3 = URI::MailTo.build({:to => 'listman@example.com', :headers => [['subject', 'subscribe']]})
100 if tmp[:headers]
103 if tmp[:headers].kind_of?(Array)
104 tmp[:opaque] << tmp[:headers]
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVComponentGlue.i30 %% This framework implements these headers
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceResponseSoup.cpp45 const HTTPHeaderMap& headers = httpHeaderFields(); local
47 if (!headers.isEmpty()) {
48 HTTPHeaderMap::const_iterator end = headers.end();
49 for (HTTPHeaderMap::const_iterator it = headers.begin(); it != end; ++it)
79 SoupMessageHeaders* headers = const_cast<SoupMessageHeaders*>(messageHeaders); local
85 // thus, we need to clear old header values and update m_httpHeaderFields from soupMessage headers.
88 soup_message_headers_iter_init(&headersIter, headers);
93 const char* officialType = soup_message_headers_get_one(headers, "Content-Type");
101 setExpectedContentLength(soup_message_headers_get_content_length(headers));
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/HeaderFilter/
H A Dstandard.pm10 # known hop-by-hop headers
17 my ( $self, $headers, $message ) = @_;
23 $headers->header(
25 $message->headers->header('Via') || (), $via
30 $headers->push_header(
34 # make a list of hop-by-hop headers
39 for map { split_header_words($_) } $headers->header('Connection');
41 # hop-by-hop headers are set aside
42 # as well as LWP::UserAgent Client-* headers
43 $headers
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dfile.c76 hx509_pem_header *headers, FILE *f,
87 while (headers) {
89 headers->header, headers->value,
90 headers->next ? "" : "\n");
91 headers = headers->next;
123 hx509_pem_add_header(hx509_pem_header **headers, argument
143 h->next = *headers;
144 *headers
75 hx509_pem_write(hx509_context context, const char *type, hx509_pem_header *headers, FILE *f, const void *data, size_t size) argument
150 hx509_pem_free_header(hx509_pem_header *headers) argument
188 hx509_pem_header *headers = NULL; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A DsoapinteropC.tcl82 set ::SOAP::_soapinterop_echoVoid(headers) {} ;# HACK
84 array set h [SOAP::cget echoVoid headers]
101 set ::SOAP::_soapinterop_echoVoid(headers) {} ;# HACK
103 array set h [SOAP::cget echoVoid headers]
120 set ::SOAP::_soapinterop_echoVoid(headers) {} ;# HACK
122 array set h [SOAP::cget echoVoid headers]
136 set ::SOAP::_soapinterop_echoVoid(headers) {} ;# HACK
138 array set h [SOAP::cget echoVoid headers]
153 set ::SOAP::_soapinterop_echoVoid(headers) {} ;# HACK
172 set ::SOAP::_soapinterop_echoVoid(headers) {} ;# HAC
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib540.c52 struct curl_slist *headers)
84 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */
103 struct curl_slist *headers)
112 res = init(num, cm, url, userpwd, headers);
190 struct curl_slist *headers = NULL; local
206 headers = curl_slist_append(headers, buffer);
207 if(!headers) {
214 curl_slist_free_all(headers);
221 curl_slist_free_all(headers);
51 init(int num, CURLM *cm, const char* url, const char* userpwd, struct curl_slist *headers) argument
102 loop(int num, CURLM *cm, const char* url, const char* userpwd, struct curl_slist *headers) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dhttpvfs.tcl50 set headers [list Authorization $auth]
52 set headers ""
55 set token [::http::geturl $parts(url) -validate 1 -headers $headers]
75 # Pass headers along as they may include authentication
77 [list vfs::http::handler $parts(url) $headers $parts(file)]
78 # Register command to unmount - headers not needed
87 proc vfs::http::handler {url headers path cmd root relative actualpath args} {
89 eval [linsert $args 0 $cmd $url $headers $relative $actualpath]
91 eval [linsert $args 0 $cmd $url $headers
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dextconf.rb31 headers = []
33 headers = %w<sys/types.h netdb.h string.h sys/socket.h netinet/in.h>
37 headers << "sys/feature_tests.h"
40 headers << "arpa/inet.h"
102 if have_struct_member("struct sockaddr_in", "sin_len", headers)
107 doug = proc {have_struct_member("struct sockaddr_storage", "ss_family", headers)}
111 doug = proc {have_struct_member("struct sockaddr_storage", "ss_len", headers)}
115 if have_struct_member("struct sockaddr", "sa_len", headers)
122 if !have_macro("IPPROTO_IPV6", headers) && have_const("IPPROTO_IPV6", headers)
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/HeaderFilter/
H A Dstandard.pm10 # known hop-by-hop headers
17 my ( $self, $headers, $message ) = @_;
23 $headers->header(
25 $message->headers->header('Via') || (), $via
30 $headers->push_header(
34 # make a list of hop-by-hop headers
39 for map { split_header_words($_) } $headers->header('Connection');
41 # hop-by-hop headers are set aside
42 # as well as LWP::UserAgent Client-* headers
43 $headers
[all...]
/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dextconf.rb3 readline = Struct.new(:headers, :extra_check).new(["stdio.h"])
7 headers.push(header)
15 return super(var, headers)
19 return super(func, headers)
23 return super(type, headers)
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dmailheader.el30 ;; headers, such as quoting and line folding, are routinely reimplemented
32 ;; redundancy by representing message headers as association lists,
33 ;; offering functions to extract the set of headers from a message, to
34 ;; parse individual headers, to merge sets of headers, and to format a set
35 ;; of headers.
39 ;; element depends on the operation. After extracting headers from a
41 ;; headers may be parsed further, which may turn it into a list, whose car
44 ;; inserted. For merging, one set of headers consists of strings, while
46 ;; headers boun
54 (defvar headers) function
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/
H A Dcopy-files.cmd11 echo Copying public headers...
39 echo Copying private headers...
64 echo Copying Inspector scripts as if they were private headers...
71 echo Copying Inspector generated files as if they were private headers...
78 echo Copying Web Replay scripts as if they were private headers...
85 echo Copying Web Replay generated headers as if they were private headers...
/macosx-10.10/apr-32/apr/apr/
H A Dbuild.conf19 # all the public headers
20 headers = include/*.h
/macosx-10.10/cups-408/cups/examples/
H A DMakefile80 install: all install-data install-headers install-libs install-exec
102 # Install headers...
105 install-headers:

Completed in 522 milliseconds

1234567891011>>