=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libtemplate-perl-2.27/lib/Template/Context.pm-393-#------------------------------------------------------------------------ libtemplate-perl-2.27/lib/Template/Context.pm:394:# include($template, \%params) [% INCLUDE template var = val, ... %] libtemplate-perl-2.27/lib/Template/Context.pm-395-# ############################################## libtemplate-perl-2.27/lib/Template/Context.pm-988- $output = $context->process($template, \%vars); libtemplate-perl-2.27/lib/Template/Context.pm:989: $output = $context->include($template, \%vars); libtemplate-perl-2.27/lib/Template/Context.pm-990- ############################################## libtemplate-perl-2.27/lib/Template/Context.pm-1311- libtemplate-perl-2.27/lib/Template/Context.pm:1312:=head2 include($template, \%vars) libtemplate-perl-2.27/lib/Template/Context.pm-1313- ############################################## libtemplate-perl-2.27/lib/Template/Directive.pm-369- $file .= @$hash ? ', { ' . join(', ', @$hash) . ' }' : ''; libtemplate-perl-2.27/lib/Template/Directive.pm:370: return "$OUTPUT \$context->include($file);"; libtemplate-perl-2.27/lib/Template/Directive.pm-371-} ############################################## libtemplate-perl-2.27/lib/Template/Directive.pm-519-$block libtemplate-perl-2.27/lib/Template/Directive.pm:520: \$context->include($file); libtemplate-perl-2.27/lib/Template/Directive.pm-521-}; ############################################## libtemplate-perl-2.27/lib/Template/Directive.pm-542- foreach ($file) { libtemplate-perl-2.27/lib/Template/Directive.pm:543: \$output = \$context->include(\$_$hash); libtemplate-perl-2.27/lib/Template/Directive.pm-544- } ############################################## libtemplate-perl-2.27/lib/Template/Document.pm-88- ? $_ libtemplate-perl-2.27/lib/Template/Document.pm:89: : ( /(.*)/s && eval($1) or return $class->error($@) ) libtemplate-perl-2.27/lib/Template/Document.pm-90- } values %$defblocks; ############################################## libtemplate-perl-2.27/lib/Template/Grammar.pm-5354-#line 118 "Parser.yp" libtemplate-perl-2.27/lib/Template/Grammar.pm:5355:{ $factory->include($_[2]) } libtemplate-perl-2.27/lib/Template/Grammar.pm-5356- ], ############################################## libtemplate-perl-2.27/lib/Template/View.pm-276- $vars->{ $self->{ item } } = $item if defined $item; libtemplate-perl-2.27/lib/Template/View.pm:277: $self->include($template, $vars); libtemplate-perl-2.27/lib/Template/View.pm-278-} ############################################## libtemplate-perl-2.27/lib/Template/View.pm-281-#------------------------------------------------------------------------ libtemplate-perl-2.27/lib/Template/View.pm:282:# include($template, \%vars) libtemplate-perl-2.27/lib/Template/View.pm-283-# ############################################## libtemplate-perl-2.27/lib/Template/View.pm-299- libtemplate-perl-2.27/lib/Template/View.pm:300: $context->include( $template, $vars ); libtemplate-perl-2.27/lib/Template/View.pm-301- libtemplate-perl-2.27/lib/Template/View.pm-302-# DEBUGGING libtemplate-perl-2.27/lib/Template/View.pm:303:# my $out = $context->include( $template, $vars ); libtemplate-perl-2.27/lib/Template/View.pm-304-# print STDERR "VIEW return [$out]\n"; ############################################## libtemplate-perl-2.27/lib/Template/View.pm-449- elsif ($item =~ s/^$self->{ include_prefix }//) { libtemplate-perl-2.27/lib/Template/View.pm:450: $self->DEBUG("returning include($item)\n") if $DEBUG; libtemplate-perl-2.27/lib/Template/View.pm:451: return $self->include($item, @_); libtemplate-perl-2.27/lib/Template/View.pm-452- } libtemplate-perl-2.27/lib/Template/View.pm-453- elsif ($self->{ include_naked }) { libtemplate-perl-2.27/lib/Template/View.pm:454: $self->DEBUG("returning naked include($item)\n") if $DEBUG; libtemplate-perl-2.27/lib/Template/View.pm:455: return $self->include($item, @_); libtemplate-perl-2.27/lib/Template/View.pm-456- } ############################################## libtemplate-perl-2.27/lib/Template.pm-170- elsif ($reftype eq 'SCALAR') { libtemplate-perl-2.27/lib/Template.pm:171: $$where .= $$textref; libtemplate-perl-2.27/lib/Template.pm-172- } ############################################## libtemplate-perl-2.27/lib/Template.pm-839- print "set 'foo' to ", $stash->get('foo'), "\n"; libtemplate-perl-2.27/lib/Template.pm:840: print $context->include('footer', { var => $val }); libtemplate-perl-2.27/lib/Template.pm-841- [% END %] ############################################## libtemplate-perl-2.27/parser/Parser.yp-117- | INSERT nameargs { $factory->insert($_[2]) } libtemplate-perl-2.27/parser/Parser.yp:118: | INCLUDE nameargs { $factory->include($_[2]) } libtemplate-perl-2.27/parser/Parser.yp-119- | PROCESS nameargs { $factory->process($_[2]) } ############################################## libtemplate-perl-2.27/t/process_dir.t-27- libtemplate-perl-2.27/t/process_dir.t:28:`rm -rf $CACHEDIR $testdir`; libtemplate-perl-2.27/t/process_dir.t-29- ############################################## libtemplate-perl-2.27/t/process_dir.t-79- libtemplate-perl-2.27/t/process_dir.t:80:`rm -rf $CACHEDIR $testdir`;