Searched +refs:org +refs:prefix +refs:format +refs:compiled (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DContext.pm11 # Andy Wardley <abw@wardley.org>
50 # General purpose method to fetch a template and return it in compiled
54 # sub-routine. These are considered to be compiled templates and are
72 # Returns the compiled template. On error, undef is returned and
79 my ($prefix, $blocks, $defblocks, $provider, $template, $error);
85 # CODE references are assumed to be pre-compiled templates and are
110 # prefix is specified to indicate the desired provider set.
113 $prefix = $1 if $shortname =~ s/^(\w{2,})://o;
116 $prefix = $1 if $shortname =~ s/^(\w+)://;
119 if (defined $prefix) {
[all...]
H A DParser.pm7 # methods to parse template documents into the appropriate "compiled"
8 # format. Much of the parser DFA code (see _parse() method) is based
12 # Andy Wardley <abw@wardley.org>
202 my ($self, $prefix, $suffix) = @_;
207 return join('', grep { defined $_ } $prefix, $name, $suffix);
266 # the compiled template block(s) as Perl code, in the format expected
300 $self->debug("compiled main template document block:\n$block")
651 # first parameter and a reference to the compiled block is passed in
663 $self->debug("compiled bloc
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DContext.pm11 # Andy Wardley <abw@wardley.org>
50 # General purpose method to fetch a template and return it in compiled
54 # sub-routine. These are considered to be compiled templates and are
72 # Returns the compiled template. On error, undef is returned and
79 my ($prefix, $blocks, $defblocks, $provider, $template, $error);
85 # CODE references are assumed to be pre-compiled templates and are
110 # prefix is specified to indicate the desired provider set.
113 $prefix = $1 if $shortname =~ s/^(\w{2,})://o;
116 $prefix = $1 if $shortname =~ s/^(\w+)://;
119 if (defined $prefix) {
[all...]
H A DParser.pm7 # methods to parse template documents into the appropriate "compiled"
8 # format. Much of the parser DFA code (see _parse() method) is based
12 # Andy Wardley <abw@wardley.org>
202 my ($self, $prefix, $suffix) = @_;
207 return join('', grep { defined $_ } $prefix, $name, $suffix);
266 # the compiled template block(s) as Perl code, in the format expected
300 $self->debug("compiled main template document block:\n$block")
651 # first parameter and a reference to the compiled block is passed in
663 $self->debug("compiled bloc
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges22 * (ms) [rt.cpan.org #80086] David Morel pointed out misleading
26 * (ms) [rt.cpan.org #79960] Fabrice Gabolde asked for %X{x} to be
46 * (ms) [rt.cpan.org #78734] Added spell check on filter parameter names
49 * (ms) [rt.cpan.org #75655] Meir Guttman found the module to make
52 * (ms) [rt.cpan.org #76827] UTF-8 encoded configuration files are
54 * (ms) [rt.cpan.org #77501] Unescaped left brace in regex is deprecated
58 * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for
60 * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to
64 * (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn
67 * (ms) [rt.cpan.org #7359
[all...]

Completed in 80 milliseconds