Searched refs:proxy (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dswitch.pl5 # call this proxy as
6 # eg/switch.pl proxy http://proxy1:port/,http://proxy2:port/
8 my @proxy = split/,/, $args{proxy};
9 my $proxy = HTTP::Proxy->new(@ARGV);
11 $proxy->push_filter(
14 shift->proxy->agent->proxy( http => $proxy[ rand @proxy ] );
[all...]
H A Dproxy.pl5 # a very simple proxy
6 my $proxy = HTTP::Proxy->new(@ARGV);
7 $proxy->start;
H A Djs.pl4 my $proxy = HTTP::Proxy->new(@ARGV);
7 $proxy->push_filter(
17 $proxy->start;
H A Drfc.pl4 my $proxy = HTTP::Proxy->new(@ARGV);
7 $proxy->push_filter(
18 $proxy->start;
H A Dperlmonks.pl6 # a very simple proxy
7 my $proxy = HTTP::Proxy->new(@ARGV);
15 $self->proxy()->log( ERROR, "FOO", $message->uri() );
25 # and make the proxy send it back to the client
26 $self->proxy()->response($res);
31 $proxy->push_filter( host => 'perlmonks.com', request => $filter );
32 $proxy->push_filter( host => 'www.perlmonks.org', request => $filter );
34 $proxy->start();
H A Dproxy-auth.pl9 # passwd: proxy
10 my $token = "Basic " . encode_base64( "http:proxy", '' );
12 # a very simple proxy that requires authentication
13 my $proxy = HTTP::Proxy->new(@ARGV);
16 $proxy->push_filter(
24 for $self->proxy->hop_headers->header('Proxy-Authorization');
31 $self->proxy->response($response);
37 $proxy->start;
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dswitch.pl5 # call this proxy as
6 # eg/switch.pl proxy http://proxy1:port/,http://proxy2:port/
8 my @proxy = split/,/, $args{proxy};
9 my $proxy = HTTP::Proxy->new(@ARGV);
11 $proxy->push_filter(
14 shift->proxy->agent->proxy( http => $proxy[ rand @proxy ] );
[all...]
H A Dproxy.pl5 # a very simple proxy
6 my $proxy = HTTP::Proxy->new(@ARGV);
7 $proxy->start;
H A Djs.pl4 my $proxy = HTTP::Proxy->new(@ARGV);
7 $proxy->push_filter(
17 $proxy->start;
H A Drfc.pl4 my $proxy = HTTP::Proxy->new(@ARGV);
7 $proxy->push_filter(
18 $proxy->start;
H A Dperlmonks.pl6 # a very simple proxy
7 my $proxy = HTTP::Proxy->new(@ARGV);
15 $self->proxy()->log( ERROR, "FOO", $message->uri() );
25 # and make the proxy send it back to the client
26 $self->proxy()->response($res);
31 $proxy->push_filter( host => 'perlmonks.com', request => $filter );
32 $proxy->push_filter( host => 'www.perlmonks.org', request => $filter );
34 $proxy->start();
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dcgi-clients.tcl5 # If you live behind a firewall and have an authenticating proxy web server
7 # up the SOAP package to send the correct headers for the proxy to
27 proc define_sample_clients {proxy} {
31 SOAP::create rpctime -uri $uri -name time -action $action -proxy $proxy \
33 SOAP::create square -uri $uri -action $action -proxy $proxy \
35 SOAP::create sum -uri $uri -action $action -proxy $proxy \
37 SOAP::create platform -uri $uri -action $action -proxy
[all...]
H A DXMLRPC-tests.tcl5 # If you live behind a firewall and have an authenticating proxy web server
7 # up the SOAP package to send the correct headers for the proxy to
31 -proxy "http://betty.userland.com/RPC2" \
37 -proxy "http://betty.userland.com/RPC2" \
42 set proxy {http://www.oreillynet.com/meerkat/xml-rpc/server.php}
48 -proxy $proxy \
55 -proxy $proxy \
62 -proxy
[all...]
H A Dwebservice.tcl30 #variable proxy http://tclsoap.sourceforge.net/cgi-bin/rpc
31 variable proxy http://localhost/cgi-bin/rpc
35 -proxy $proxy \
41 -proxy $proxy \
47 -proxy $proxy \
53 -proxy $proxy \
[all...]
H A Dsoap-methods-client.tcl28 proc init {proxy} {
34 -proxy $proxy -params {} ]
38 -proxy $proxy -params {msg string} ]
42 -proxy $proxy -params {} ]
46 -proxy $proxy -params {num double} ]
50 -proxy
[all...]
H A DSOAP-tests.tcl5 # If you live behind a firewall and have an authenticating proxy web server
7 # up the SOAP package to send the correct headers for the proxy to
32 -proxy "http://www.soaptoolkit.com/soapvalidator/listener.asp" \
39 -proxy "http://www.soaptoolkit.com/soapvalidator/listener.asp" \
46 -proxy "http://www.soaptoolkit.com/soapvalidator/listener.asp" \
55 -proxy "http://services.xmethods.net/soap/servlet/rpcrouter" \
59 -proxy "http://services.xmethods.net:80/perl/soaplite.cgi" \
64 -proxy "http://services.xmethods.net:80/soap/servlet/rpcrouter" \
70 -proxy "http://services.xmethods.net:9090/soap" \
79 -proxy "htt
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/XMLRPC/
H A Dsimple1.pl9 -> proxy('http://betty.userland.com/RPC2')
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dproxy-registry.h2 * @header proxy-registry.h
6 * reason we need to make sure that at most one proxy object is
14 int PyObjC_RegisterPythonProxy(id original, PyObject* proxy);
15 int PyObjC_RegisterObjCProxy(PyObject* original, id proxy);
17 void PyObjC_UnregisterPythonProxy(id original, PyObject* proxy);
18 void PyObjC_UnregisterObjCProxy(PyObject* original, id proxy);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dproxy-registry.h2 * @header proxy-registry.h
6 * reason we need to make sure that at most one proxy object is
14 int PyObjC_RegisterPythonProxy(id original, PyObject* proxy);
15 int PyObjC_RegisterObjCProxy(PyObject* original, id proxy);
17 void PyObjC_UnregisterPythonProxy(id original, PyObject* proxy);
18 void PyObjC_UnregisterObjCProxy(PyObject* original, id proxy);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dproxy-registry.h2 * @header proxy-registry.h
6 * reason we need to make sure that at most one proxy object is
14 int PyObjC_RegisterPythonProxy(id original, PyObject* proxy);
15 int PyObjC_RegisterObjCProxy(PyObject* original, id proxy);
17 void PyObjC_UnregisterPythonProxy(id original, PyObject* proxy);
18 void PyObjC_UnregisterObjCProxy(PyObject* original, id proxy);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/SOAP/
H A Dsimple2.pl9 proxy => 'http://soap.4s4c.com/ssss4c/soap.asp'
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/UDDI/
H A Dsimple2.pl9 proxy => 'http://uddi.microsoft.com/inquire'
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dallclients.pl8 proxy => 'http://localhost/',
9 # proxy => 'http://localhost/cgi-bin/soap.cgi', # local CGI server
10 # proxy => 'http://localhost/', # local daemon server
11 # proxy => 'http://localhost/soap', # local mod_perl server
12 # proxy => 'https://localhost/soap', # local mod_perl SECURE server
13 # proxy => 'tcp://localhost:82/', # local tcp server
14 # proxy => 'http://login:password@localhost/cgi-bin/soap.cgi', # local CGI server with authentication
16 # proxy => 'jabber://user:password@server:port/to@address/', # JABBER transport
18 # proxy => ['local:', dispatch_to => 'My::Examples'], # LOCAL transport
21 # proxy
[all...]
H A Dsoapsmtp.pl10 -> proxy('mailto:destination.email@address', smtp => 'smtp.server', From => 'your.email', Subject => 'SOAP message')
13 # -> proxy('mailto:destination.email@address?From=your.email&Subject=SOAP%20message', smtp => 'smtp.server')
16 # -> proxy('mailto:destination.email@address?From=your.email&Subject=SOAP%20message')
19 # -> proxy('mailto:destination.email@address?From=your.email&Subject=SOAP%20message', sendmail => 'command to run your sendmail')
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_ntlm.h30 CURLcode Curl_input_ntlm(struct connectdata *conn, bool proxy,
34 CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy);

Completed in 203 milliseconds

1234567891011>>