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

1234567891011>>

/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/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;
/macosx-10.9.5/CPANInternal-140/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;
/macosx-10.9.5/tcl-102/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.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/XMLRPC/
H A Dsimple1.pl9 -> proxy('http://betty.userland.com/RPC2')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/XMLRPC/
H A Dsimple1.pl9 -> proxy('http://betty.userland.com/RPC2')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/XMLRPC/
H A Dsimple1.pl9 -> proxy('http://betty.userland.com/RPC2')
/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/MQ/
H A Dmqclient.pl9 ->proxy('mq://server:port?Channel=CHAN1;QueueManager=QM_SOAP;RequestQueue=SOAPREQ1;ReplyQueue=SOAPRESP1')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/SOAP/
H A Dsimple2.pl9 proxy => 'http://soap.4s4c.com/ssss4c/soap.asp'
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/UDDI/
H A Dsimple2.pl9 proxy => 'http://uddi.microsoft.com/inquire'
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/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.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/SOAP/
H A Dsimple2.pl9 proxy => 'http://soap.4s4c.com/ssss4c/soap.asp'
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/UDDI/
H A Dsimple2.pl9 proxy => 'http://uddi.microsoft.com/inquire'

Completed in 201 milliseconds

1234567891011>>