Searched refs:service (Results 1 - 25 of 737) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/WSDL/
H A Dstub3.pl11 my $service = StockQuoteService->new;
12 print $service->getQuote('MSFT'), "\n";
H A Ddynamic3.pl9 my $service = SOAP::Lite
10 -> service('http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl');
12 print $service->getQuote('MSFT'), "\n";
H A Ddynamic1.pl8 # import interface. All methods from loaded service are imported by default
10 service => 'http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl',
11 # service => 'file:/your/local/path/xmethods-delayed-quotes.wsdl',
12 # service => 'file:./xmethods-delayed-quotes.wsdl',
H A Ddynamic2.pl10 -> service('http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl')
H A Ddynamic4.pl11 -> service('http://www.xmethods.net/sd/StockQuoteImport.wsdl')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/WSDL/
H A Dstub3.pl11 my $service = StockQuoteService->new;
12 print $service->getQuote('MSFT'), "\n";
H A Ddynamic3.pl9 my $service = SOAP::Lite
10 -> service('http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl');
12 print $service->getQuote('MSFT'), "\n";
H A Ddynamic1.pl8 # import interface. All methods from loaded service are imported by default
10 service => 'http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl',
11 # service => 'file:/your/local/path/xmethods-delayed-quotes.wsdl',
12 # service => 'file:./xmethods-delayed-quotes.wsdl',
H A Ddynamic2.pl10 -> service('http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl')
H A Ddynamic4.pl11 -> service('http://www.xmethods.net/sd/StockQuoteImport.wsdl')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/WSDL/
H A Dstub3.pl11 my $service = StockQuoteService->new;
12 print $service->getQuote('MSFT'), "\n";
H A Ddynamic3.pl9 my $service = SOAP::Lite
10 -> service('http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl');
12 print $service->getQuote('MSFT'), "\n";
H A Ddynamic1.pl8 # import interface. All methods from loaded service are imported by default
10 service => 'http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl',
11 # service => 'file:/your/local/path/xmethods-delayed-quotes.wsdl',
12 # service => 'file:./xmethods-delayed-quotes.wsdl',
H A Ddynamic2.pl10 -> service('http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl')
H A Ddynamic4.pl11 -> service('http://www.xmethods.net/sd/StockQuoteImport.wsdl')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/COM/
H A Dservice.vbs3 MsgBox CreateObject("SOAP.Lite").new.service("http://www.xmethods.net/sd/StockQuoteService.wsdl").getQuote("MSFT")
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/COM/
H A Dservice.vbs3 MsgBox CreateObject("SOAP.Lite").new.service("http://www.xmethods.net/sd/StockQuoteService.wsdl").getQuote("MSFT")
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/COM/
H A Dservice.vbs3 MsgBox CreateObject("SOAP.Lite").new.service("http://www.xmethods.net/sd/StockQuoteService.wsdl").getQuote("MSFT")
/macosx-10.9.5/ppp-727.90.1/Controller/
H A DsessionTracer.h29 void sessionTracerStop (struct service *);
30 void sessionTracerLogEstablished (struct service *);
H A Dreachability.h8 struct service;
10 typedef void (^ReachabilityChangedBlock)(struct service *serv);
13 void reachability_clear(struct service *serv);
14 void reachability_reset(struct service *serv);
H A Dppp_manager.h32 int ppp_new_service(struct service *serv);
33 int ppp_dispose_service(struct service *serv);
34 int ppp_setup_service(struct service *serv);
36 int ppp_start(struct service *serv, CFDictionaryRef options, uid_t uid, gid_t gid, mach_port_t bootstrap, mach_port_t au_session, u_int8_t onTraffic, u_int8_t onDemand);
37 int ppp_stop(struct service *serv, int signal);
38 int ppp_suspend(struct service *serv);
39 int ppp_resume(struct service *serv);
40 SCNetworkConnectionStatus ppp_getstatus(struct service *serv);
41 int ppp_getstatus1(struct service *serv, void **reply, u_int16_t *replylen);
42 int ppp_copyextendedstatus (struct service *ser
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/SOAP/
H A Dsimple3.pl10 -> service('http://soap.4s4c.com/ssss4c/soap.asp?WSDL')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/SOAP/
H A Dsimple3.pl10 -> service('http://soap.4s4c.com/ssss4c/soap.asp?WSDL')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/SOAP/
H A Dsimple3.pl10 -> service('http://soap.4s4c.com/ssss4c/soap.asp?WSDL')
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dioregpath.c30 io_registry_entry_t service; local
34 service = IORegistryEntryFromPath(kIOMasterPortDefault, path);
35 if (service == MACH_PORT_NULL) {
38 status = IORegistryEntryCreateCFProperties(service,
45 IOObjectRelease(service);
52 io_registry_entry_t service; local
55 service = IORegistryEntryFromPath(kIOMasterPortDefault, path);
56 if (service == MACH_PORT_NULL) {
59 val = IORegistryEntryCreateCFProperty(service, prop,
62 IOObjectRelease(service);
71 io_registry_entry_t service; local
[all...]

Completed in 130 milliseconds

1234567891011>>