Searched +refs:org +refs:context (Results 101 - 125 of 155) sorted by relevance

1234567

/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm1859 context, they return a (flattened) list that accumulates the lists
1862 In a scalar context, a set of cumulative methods returns an object that,
1863 in a string context, concatenates individual scalar returns to produce a
1864 single string. When used as an array reference that same scalar-context-return
1865 object acts like an array of the list context values. When used as a hash
1898 then calling feature_list() in a list context:
1941 So a scalar-context call to active_ingredients():
2240 C<bug-class-std@rt.cpan.org>, or through the web interface at
2241 L<http://rt.cpan.org>.
2275 Damian Conway C<< <DCONWAY@cpan.org> >>
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm1860 context, they return a (flattened) list that accumulates the lists
1863 In a scalar context, a set of cumulative methods returns an object that,
1864 in a string context, concatenates individual scalar returns to produce a
1865 single string. When used as an array reference that same scalar-context-return
1866 object acts like an array of the list context values. When used as a hash
1899 then calling feature_list() in a list context:
1942 So a scalar-context call to active_ingredients():
2241 C<bug-class-std@rt.cpan.org>, or through the web interface at
2242 L<http://rt.cpan.org>.
2276 Damian Conway C<< <DCONWAY@cpan.org> >>
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm497 $layout_class =~ s/org.apache.log4j./Log::Log4perl::Layout::/;
691 $string =~ s#^org\.apache\.##;
1058 sense of the lines after it knows the entire context.
1179 Kevin Goess <cpan@goess.org>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm305 use constant URI_1999_SCHEMA_XSD => "http://www.w3.org/1999/XMLSchema";
306 use constant URI_1999_SCHEMA_XSI => "http://www.w3.org/1999/XMLSchema-instance";
307 use constant URI_2000_SCHEMA_XSD => "http://www.w3.org/2000/10/XMLSchema";
308 use constant URI_2000_SCHEMA_XSI => "http://www.w3.org/2000/10/XMLSchema-instance";
309 use constant URI_2001_SCHEMA_XSD => "http://www.w3.org/2001/XMLSchema";
310 use constant URI_2001_SCHEMA_XSI => "http://www.w3.org/2001/XMLSchema-instance";
313 use constant URI_SOAP11_ENC => "http://schemas.xmlsoap.org/soap/encoding/";
314 use constant URI_SOAP11_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
315 use constant URI_SOAP11_NEXT_ACTOR => "http://schemas.xmlsoap.org/soap/actor/next";
316 use constant URI_SOAP12_ENC => "http://www.w3.org/200
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddiff.vim2 " Language: Diff (context or unified)
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
H A Dperl6.vim7 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
8 " Moritz Lenz <moritz@faui2k3.org>
38 " * Various tricks depending on context. I.e. we can't know when Perl
51 " https://svn.parrot.org/parrot/trunk/editor/
238 \ "unwrap getc pi e context void quasi body each contains rewinddir subst",
292 syn match p6Property display "\%(is\s\+\)\@<=\%(signature\|context\|also\|shape\)"
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm361 # [http://www.w3.org/TR/REC-xml#syntax]
763 namespaces multirefinplace encoding signature on_nonserialized context
1589 elsif (defined($_) && ref($_) && $self->context
1590 && $self->context->packager->is_supported_part($_)
1592 $self->context->packager->push_part($_);
1706 # Sometimes SOAP::Serializer is invoked statically when there is no context.
1707 # So first check to see if a context exists.
1708 # TODO - a context needs to be initialized by a constructor?
1709 if ($self->context && $self->context
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm362 # [http://www.w3.org/TR/REC-xml#syntax]
735 namespaces multirefinplace encoding signature on_nonserialized context
1487 elsif (defined($_) && ref($_) && $self->context
1488 && $self->context->packager->is_supported_part($_)
1490 $self->context->packager->push_part($_);
1606 # Sometimes SOAP::Serializer is invoked statically when there is no context.
1607 # So first check to see if a context exists.
1608 # TODO - a context needs to be initialized by a constructor?
1609 if ($self->context && $self->context
[all...]
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm625 See to L<http://www.json.org/> and C<RFC4627>(L<http://www.ietf.org/rfc/rfc4627.txt>).
1100 on the object's class. If found, it will be called in scalar context
1360 =item [void, scalar or list context] = $json->incr_parse ([$string])
1369 After that, if the function is called in void context, it will simply
1373 If the method is called in scalar context, then it will try to extract
1380 And finally, in list context, it will try to extract as many objects
1384 an error occurs, an exception will be raised as in the scalar context
1392 C<incr_parse> in I<scalar context> successfully returned an object. Under
1697 JSON C<null> values, scalars that have last been used in a string context
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm205 sub context { subroutine
753 When this option is defined, errors are reported in context. The value
802 the corresponding callbacks. This is to handle the context mechanism.
1021 =item context
1042 Returns the number of times the given name appears in the context list.
1049 Returns the size of the context list.
1115 Unsets all handlers (including internal ones that set context), but expat
1224 Larry Wall <F<larry@wall.org>> wrote version 1.0.
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/texinfo/texinfo.tex
35 % ftp://tug.org/tex/texinfo.tex
36 % (and all CTAN mirrors, see http://www.ctan.org),
42 % Texinfo has a small home page at http://texinfo.org/ and also
43 % http://www.gnu.org/software/texinfo.
45 % Send bug reports to bug-texinfo@gnu.org. Please include including a
545 \errmessage{@group invalid in context where filling is enabled}%
2230 % --karl, nathan@acm.org, 2
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
532 \errmessage{@group invalid in context where filling is enabled}%
2152 % --karl, nathan@acm.org, 2
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dccomplete.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
507 " No match for "struct:context::name", remove "context::" and try again.
/macosx-10.9.5/CPANInternal-140/Params-Util/lib/Params/
H A DUtil.pm502 almost always end up also testing it in 'bool' context at some stage.
516 context.
518 # Always evaluate to true in boolean context
790 L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Params-Util>
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DProvider.pm15 # Andy Wardley <abw@wardley.org>
946 # Returns the content in scalar context.
947 # Returns ($data, $error, $mtime) in list context where
1365 When called in scalar context, the method returns the content of the template
1368 When called in list context it returns C<($content, $error, $mtime)>,
1375 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DProvider.pm15 # Andy Wardley <abw@wardley.org>
946 # Returns the content in scalar context.
947 # Returns ($data, $error, $mtime) in list context where
1365 When called in scalar context, the method returns the content of the template
1368 When called in list context it returns C<($content, $error, $mtime)>,
1375 Andy Wardley E<lt>abw@wardley.orgE<gt> L<http://wardley.org/>
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
531 \errmessage{@group invalid in context where filling is enabled}%
2108 % --karl, nathan@acm.org, 2
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm667 See to L<http://www.json.org/> and C<RFC4627>(L<http://www.ietf.org/rfc/rfc4627.txt>).
1228 on the object's class. If found, it will be called in scalar context
1505 $json->incr_parse( [$string] ) # void context
1507 $obj_or_undef = $json->incr_parse( [$string] ) # scalar context
1509 @obj_or_empty = $json->incr_parse( [$string] ) # list context
1518 After that, if the function is called in void context, it will simply
1522 If the method is called in scalar context, then it will try to extract
1529 And finally, in list context, it will try to extract as many objects
1533 an error occurs, an exception will be raised as in the scalar context
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org),
38 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
43 % Send bug reports to bug-texinfo@gnu.org. Please include including a
574 \errmessage{@group invalid in context where filling is enabled}%
2333 % nathan@acm.org, 20apr99.
2660 \immediate\write16{ (See ftp://ftp.gnu.org/non-gnu/TeX.README.)}
4673 % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org
[all...]
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A DKrb5.pm118 Initializes a context for the application. Returns a Authen::Krb5::Context
604 Jeff Horwitz (jeff@smashing.org)
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DConfig.pm474 $layout_class =~ s/org.apache.log4j./Log::Log4perl::Layout::/;
669 $string =~ s#^org\.apache\.##;
1021 sense of the lines after it knows the entire context.
/macosx-10.9.5/CPANInternal-140/JSON/lib/JSON/
H A DPP.pm372 # In the old Perl verions, tied hashes in bool context didn't work.
625 my %escapes = ( # by Jeremy Muhlich <jmuhlich [at] bitflood.org>
1404 else { # in scalar context
1842 =item [void, scalar or list context] = $json->incr_parse ([$string])
1851 After that, if the function is called in void context, it will simply
1855 If the method is called in scalar context, then it will try to extract
1862 And finally, in list context, it will try to extract as many objects
1866 an error occurs, an exception will be raised as in the scalar context
1874 C<incr_parse> in I<scalar context> successfully returned an object. Under
2130 RFC4627 (L<http://www.ietf.org/rf
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm428 in context. The value should be the number of lines to show on either side
832 Larry Wall <F<larry@wall.org>> wrote version 1.0.
838 Matt Sergeant <F<matt@sergeant.org>> is now maintaining XML::Parser
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm708 is a true value (evaluates to true in a boolean context). For even more information
819 It will return an array reference in scalar context.
1168 =item FreeBSD Port - L<http://www.freshports.org/devel/p5-Tree-Simple/>
1170 =item Debian Package - L<http://packages.debian.org/unstable/perl/libtree-simple-perl>
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm708 is a true value (evaluates to true in a boolean context). For even more information
819 It will return an array reference in scalar context.
1168 =item FreeBSD Port - L<http://www.freshports.org/devel/p5-Tree-Simple/>
1170 =item Debian Package - L<http://packages.debian.org/unstable/perl/libtree-simple-perl>

Completed in 492 milliseconds

1234567