Searched refs:default_ns (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/XMLRPC/
H A DLite.pm367 default_ns => 'http://unspecified/',
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges24 ! Fixed bug with default_ns and ns functions so that they
31 + Added default_ns and ns to replace the confusing use of uri() and
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D01-core.t42 { # check use of default_ns, ns, and use_prefix
56 $serialized = SOAP::Serializer->default_ns("urn:Test")->method(
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D01-core.t42 { # check use of default_ns, ns, and use_prefix
56 $serialized = SOAP::Serializer->default_ns("urn:Test")->method(
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D01-core.t42 { # check use of default_ns, ns, and use_prefix
56 $serialized = SOAP::Serializer->default_ns("urn:Test")->method(
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm902 sub default_ns { subroutine
919 . 'use of a default namespace, then please use either ns(uri) or default_ns(uri)';
931 # warn 'uri has been deprecated. if you wish to set the namespace for the request, then please use either ns(uri) or default_ns(uri)';
935 $self->default_ns($ns);
3714 ns default_ns)) {
4122 =item default_ns($uri)
4126 previous call to C<ns()> or C<default_ns()>. Setting the default namespace
4143 may have been set using a previous call to C<ns()> or C<default_ns()>.
4159 Deprecated. Use the C<ns()> and C<default_ns> methods described above.
4257 you will be required to use either the C<ns()> or C<default_ns()> subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm863 sub default_ns { subroutine
880 . 'use of a default namespace, then please use either ns(uri) or default_ns(uri)';
892 # warn 'uri has been deprecated. if you wish to set the namespace for the request, then please use either ns(uri) or default_ns(uri)';
896 $self->default_ns($ns);
3581 ns default_ns)) {
3989 =item default_ns($uri)
3993 previous call to C<ns()> or C<default_ns()>. Setting the default namespace
4010 may have been set using a previous call to C<ns()> or C<default_ns()>.
4026 Deprecated. Use the C<ns()> and C<default_ns> methods described above.
4124 you will be required to use either the C<ns()> or C<default_ns()> subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm868 sub default_ns { subroutine
882 warn 'use_prefix has been deprecated. if you wish to turn off or on the use of a default namespace, then please use either ns(uri) or default_ns(uri)';
905 # warn 'uri has been deprecated. if you wish to set the namespace for the request, then please use either ns(uri) or default_ns(uri)';
909 $self->default_ns($ns);
3334 ns default_ns)) {
3683 =item default_ns($uri)
3685 Sets the default namespace for the request to the specified uri. This overrides any previous namespace declaration that may have been set using a previous call to C<ns()> or C<default_ns()>. Setting the default namespace causes elements to be serialized without a namespace prefix, like so:
3697 Sets the namespace uri and optionally the namespace prefix for the request to the specified values. This overrides any previous namespace declaration that may have been set using a previous call to C<ns()> or C<default_ns()>. If a prefix is not specified, one will be generated for you automatically. Setting the namespace causes elements to be serialized with a declared namespace prefix, like so:
3709 Deprecated - the C<use_prefix()> subroutine has been deprecated in order to provide a more intuitive naming scheme for subroutines that set namespaces. C<use_prefix()> was originally added to allow users to turn on or off the use of a default namespace. This functionality is being replaced by C<ns()> and C<default_ns()>.
3783 Deprecated - the C<uri> subroutine has been deprecated in order to provide a more intuitive naming scheme for subroutines that set namespaces. In the future, you will be required to use either the C<ns()> or C<default_ns()> subroutine
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c608 ((ptr)->default_ns == (Tcl_Namespace*)NULL || Tcl_GetCurrentNamespace((ptr)->ip) != (ptr)->default_ns)
757 Tcl_Namespace *default_ns; /* default namespace */ member in struct:tcltkip
6199 if ((ptr->default_ns = Tcl_GetCurrentNamespace(ptr->ip))
6459 slave->default_ns = Tcl_GetCurrentNamespace(slave->ip);

Completed in 288 milliseconds