Searched +refs:remote +refs:compile +refs:user (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dpackage.sh82 [+?Note that no environment variables need be set by the user;
110 [+authorize \aname\a?Remote authorization user name or license
152 [+[user@]]host?The host name and optionally user name
154 [+[remote::[[master]]::]]]]PACKAGEROOT?The absolute remote package
155 root directory and optionally the remote protocol (rsh
162 then \bditto\b(1) is used to sync the remote \bsrc\b
166 disabled. These directories must exist on the remote side:
300 values and read permission for the current user onl
4127 remote() # host no-exec-background function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el124 ;; :sqli-login (user password server database)
182 ;; ;; Do something with `sql-user', `sql-password',
191 ;; (if (not (string= "" sql-user))
192 ;; (setq params (append (list "-U" sql-user) params)))
196 ;; 9) Save and compile sql.el.
205 ;; user; if you know of any changes, let me know.
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
250 (defcustom sql-user ""
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm763 # Is this necessary? Seems like work for nothing when a user could just use
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:
4268 Some user's have reported that .NET will simply not parse messages that use namespace prefixes on anything but SOAP elements themselves. For example, the following XML would not be parsed:
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm770 # Is this necessary? Seems like work for nothing when a user could just use
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>
5265 Some user's have reported that .NET will simply not parse messages that use
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm741 # Is this necessary? Seems like work for nothing when a user could just use
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>
5010 Some user's have reported that .NET will simply not parse messages that use

Completed in 122 milliseconds