Searched +refs:org +refs:add +refs:hook (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm354 special collector is C<INIT>, whose hook (if present in the exporter
355 configuration) is always run before any other hook.
526 if (ref(my $hook = $config->{collectors}{$name})) {
536 if (Params::Util::_SCALAR0($hook)) { ## no critic Private
537 Carp::croak $error_msg unless $class->$$hook($value, $arg);
539 Carp::croak $error_msg unless $hook->($value, $arg);
1032 More importantly, Exporter::Simple does not add any new features to those of
1071 =item * add an "always" group
1077 Ricardo SIGNES, C<< <rjbs@cpan.org> >>
1091 L<http://rt.cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DPackager.pm218 $entity->parts(0)->head->add('content-id',$start);
299 "http://schemas.xmlsoap.org/soap/envelope/" : "application/soap+xml",
305 die "You are only allowed to add parts of type DIME::Payload to a DIME::Message"
381 This is a hook into the HTTP layer. It provides a way for a packager to add and/or modify
450 http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm#OPTIMIZING_YOUR_PARSER
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/Lite/
H A DPackager.pm229 $entity->parts(0)->head->add('content-id',$start);
310 "http://schemas.xmlsoap.org/soap/envelope/" : "application/soap+xml",
316 die "You are only allowed to add parts of type DIME::Payload to a DIME::Message"
392 This is a hook into the HTTP layer. It provides a way for a packager to add and/or modify
461 http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm#OPTIMIZING_YOUR_PARSER
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DPackager.pm216 # Check optional start parameter, then optional Content-ID, then create/add
225 $entity->parts(0)->head->add('content-id',$start);
306 "http://schemas.xmlsoap.org/soap/envelope/" : "application/soap+xml",
312 die "You are only allowed to add parts of type DIME::Payload to a DIME::Message"
388 This is a hook into the HTTP layer. It provides a way for a packager to add and/or modify
457 http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm#OPTIMIZING_YOUR_PARSER
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Lite/
H A DPackager.pm229 $entity->parts(0)->head->add('content-id',$start);
310 "http://schemas.xmlsoap.org/soap/envelope/" : "application/soap+xml",
316 die "You are only allowed to add parts of type DIME::Payload to a DIME::Message"
392 This is a hook into the HTTP layer. It provides a way for a packager to add and/or modify
461 http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm#OPTIMIZING_YOUR_PARSER
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DPackager.pm219 $entity->parts(0)->head->add('content-id',$start);
300 "http://schemas.xmlsoap.org/soap/envelope/" : "application/soap+xml",
306 die "You are only allowed to add parts of type DIME::Payload to a DIME::Message"
382 This is a hook into the HTTP layer. It provides a way for a packager to add and/or modify
451 http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm#OPTIMIZING_YOUR_PARSER
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm54 This mechanism lets the user add extra data to any variable and hook syntactical operations (such as access, assignment or destruction) that can be applied to it.
55 With this module, you can add your own magic to any variable without having to write a single line of XS.
83 But the same hook (see below for a list) may trigger differently depending on the the type of the variable.
616 You can contact me by mail or on C<irc.perl.org> (vincent).
620 Please report any bugs or feature requests to C<bug-variable-magic at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Variable-Magic>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dlibtool.m429 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
37 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
329 # And add a safety zone
500 *** bug-libtool@gnu.org
932 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
966 --build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm235 anyway), just tell ppm the first time you call it to add the Log4perl
238 ppm> repository add http://log4perl.sourceforge.net/ppm
313 just add another appender to the configuration file and you're done:
412 =head2 How can I hook up the LWP library with Log::Log4perl?
444 Now, in order to transpartently hook up LWP::Debug with Log::Log4perl,
588 can be specified as a I<Perl hook>. So, instead of saying
645 Every Perl hook may contain arbitrary perl code,
884 http://search.cpan.org and chances are that what you're looking for
915 ColorScreenAppender and call its constructor new(). Let's add
1070 to be logged. So, just add
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm235 anyway), just tell ppm the first time you call it to add the Log4perl
238 ppm> repository add http://log4perl.sourceforge.net/ppm
313 just add another appender to the configuration file and you're done:
414 =head2 How can I hook up the LWP library with Log::Log4perl?
446 Now, in order to transpartently hook up LWP::Debug with Log::Log4perl,
590 can be specified as a I<Perl hook>. So, instead of saying
647 Every Perl hook may contain arbitrary perl code,
886 http://search.cpan.org and chances are that what you're looking for
917 ColorScreenAppender and call its constructor new(). Let's add
1072 to be logged. So, just add
[all...]
/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
150 % Margin to add to right of even pages, to left of odd pages.
176 % add chec
[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/.
147 % Margin to add to right of even pages, to left of odd pages.
179 % Dimensions to add cropmark
[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
171 % Margin to add to right of even pages, to left of odd pages.
203 % add check for \lastpenalty to plain's definitions. If the last thing
219 % Dimensions to add cropmarks at corners.
563 % does not have much material. In this case, it's better to add a
[all...]
/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/.
147 % Margin to add to right of even pages, to left of odd pages.
179 % Dimensions to add cropmark
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
189 % Margin to add to right of even pages, to left of odd pages.
256 % add check for \lastpenalty to plain's definitions. If the last thing
272 % Dimensions to add cropmarks at corners.
673 % does not have much material. In this case, it's better to add an
1980 % It is available from http://www.ctan.org/te
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
189 % Margin to add to right of even pages, to left of odd pages.
256 % add check for \lastpenalty to plain's definitions. If the last thing
272 % Dimensions to add cropmarks at corners.
673 % does not have much material. In this case, it's better to add an
1980 % It is available from http://www.ctan.org/te
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
186 % Margin to add to right of even pages, to left of odd pages.
253 % add check for \lastpenalty to plain's definitions. If the last thing
269 % Dimensions to add cropmarks at corners.
670 % does not have much material. In this case, it's better to add an
2586 % --karl, nathan@acm.org, 2
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
2063 " Translation from formats to file types. TODO: add AMSTeX, RevTex, others?
2245 if line =~ 'xmlns:xbl="http://www.mozilla.org/xbl"'
2383 au BufNewFile,BufRead *fvwmrc*,*fvwm95*.hook
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
191 % Margin to add to right of even pages, to left of odd pages.
258 % add check for \lastpenalty to plain's definitions. If the last thing
274 % Dimensions to add cropmarks at corners.
693 % does not have much material. In this case, it's better to add an
2564 % It is available from http://www.ctan.org/te
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
191 % Margin to add to right of even pages, to left of odd pages.
258 % add check for \lastpenalty to plain's definitions. If the last thing
274 % Dimensions to add cropmarks at corners.
693 % does not have much material. In this case, it's better to add an
2564 % It is available from http://www.ctan.org/te
[all...]

Completed in 412 milliseconds