Searched +refs:remote +refs:compile +refs:run +refs:before (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm198 Supports WSDL schema with stub and run-time access.
502 return C<SOAP::Header> parameters as a result of a remote call. They will be
537 Provides alternative interface for remote method calls. You can always
538 run C<< SOAP::Lite->new(...)->method(@parameters) >>, but call() gives
559 If for some reason you want to get access to remote procedures that have
626 specified. If you run script with C<-w> option (as recommended) SOAP::Lite
1390 Be warned, that since C<use ...> is executed at compile time B<all> C<use>
1391 statements will be executed B<before> script execution that can make
1403 you want to execute C<use> at run-time, put it in C<eval>:
1504 code which looks the same for local and remote acces
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm198 Supports WSDL schema with stub and run-time access.
502 return C<SOAP::Header> parameters as a result of a remote call. They will be
537 Provides alternative interface for remote method calls. You can always
538 run C<< SOAP::Lite->new(...)->method(@parameters) >>, but call() gives
559 If for some reason you want to get access to remote procedures that have
626 specified. If you run script with C<-w> option (as recommended) SOAP::Lite
1390 Be warned, that since C<use ...> is executed at compile time B<all> C<use>
1391 statements will be executed B<before> script execution that can make
1403 you want to execute C<use> at run-time, put it in C<eval>:
1504 code which looks the same for local and remote acces
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el196 ;; 9) Save and compile sql.el.
230 ;; Need the following to allow GNU Emacs 19 to compile the file.
231 (eval-when-compile
234 (eval-when-compile ;; needed in Emacs 19, 20
909 (eval-when-compile
925 `(eval-when-compile
974 "authorization" "before" "begin" "both" "breadth" "by" "call"
1026 function `regexp-opt'. Therefore, take a look at the source before
1070 "autoallocate" "automatic" "availability" "backup" "before" "begin"
1076 "compatibility" "compile" "complet
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm117 # Won't fix for 5.6 and below - perl can't handle unicode before
275 # Won't fix for 5.6 and below - perl can't handle unicode before
2305 # This is where traversing id's is delayed from before
4078 been called before this method is used.
4092 When set to a true value, the raw XML is returned by the call to a remote
4324 can manage remote calls with auto-dispatching using some of Perl's more
4918 Be warned, that since C<use ...> is executed at compile time B<all> C<use>
4919 statements will be executed B<before> script execution that can make
4929 want to execute C<use> at run-time, put it in C<eval>:
5046 SOAP requests before
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm118 # Won't fix for 5.6 and below - perl can't handle unicode before
276 # Won't fix for 5.6 and below - perl can't handle unicode before
2173 # This is where traversing id's is delayed from before
3945 been called before this method is used.
3959 When set to a true value, the raw XML is returned by the call to a remote
4191 can manage remote calls with auto-dispatching using some of Perl's more
4663 Be warned, that since C<use ...> is executed at compile time B<all> C<use>
4664 statements will be executed B<before> script execution that can make
4674 want to execute C<use> at run-time, put it in C<eval>:
4791 SOAP requests before
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm2077 # This is where traversing id's is delayed from before
3649 It may be preferable to set a new endpoint without the additional work of examining the new address for protocol information and checking to ensure the support code is loaded and available. This method allows the caller to change the endpoint that the client is currently set to connect to, without reloading the relevant transport code. Note that the proxy method must have already been called before this method is used.
3661 Controls whether the returned information from a remote method call is the raw XML from the server. The default is to process the data from the server and present it to the caller as an object of the L<SOAP::SOM> class. If the application prefers to use a different parser or do something else entirely with the results, this method may be used to inhibit the parsing of the returned information.
3825 As has been illustrated in previous chapters, the C<SOAP::Lite> client objects can manage remote calls with auto-dispatching using some of Perl's more elaborate features. call is used when the application wants a greater degree of control over the details of the call itself. The method may be built up from a L<SOAP::Data> object, so as to allow full control over the namespace associated with the tag, as well as other attributes like encoding. This is also important for calling methods that contain characters not allowable in Perl function names, such as A.B.C.
3981 Be warned, that since C<use ...> is executed at compile time B<all> C<use> statements will be executed B<before> script execution that can make unexpected results. Consider code:
3989 B<Both> SOAP calls will go to C<'http://localhost/cgi-bin/soap.cgi'>. If you want to execute C<use> at run-time, put it in C<eval>:
4143 C<URI> is checked before C<SOAPAction>. You may use both the C<dispatch_to()> and C<dispatch_with()> methods in the same server, but note that C<dispatch_with()> has a higher order of precedence. C<dispatch_to()> will be checked only after C<URI> and C<SOAPAction> has been checked. See F<t/03-server.t> for more information and examples.
4382 Suppose you wanted to case every element of an array as a string. Then the following code will change the precedence of SOAP::Seriailizer's is-a-string test to be the first test run. Because the is-a-string test always returns C<true> every element will be determined to be a string.
4437 =item SOAP client reports "500 unexpected EOF before statu
[all...]

Completed in 143 milliseconds