Lines Matching refs:depth
226 my $depth = scalar @namelets;
240 ref($page), " render ($depth) $module => $outfile");
246 $page->batch_mode_page_object_init($self, $module, $infile, $outfile, $depth)
249 $self->batch_mode_page_object_init($page, $module, $infile, $outfile, $depth)
264 $page->batch_mode_page_object_kill($self, $module, $infile, $outfile, $depth)
267 $self->batch_mode_page_object_kill($page, $module, $infile, $outfile, $depth)
458 my($page, $module, $infile, $outfile, $depth) = @_;
465 $page->html_css( $self-> _css_wad_to_markup($depth) );
466 $page->html_javascript( $self->_javascript_wad_to_markup($depth) );
468 $self->add_header_backlink($page, $module, $infile, $outfile, $depth);
469 $self->add_footer_backlink($page, $module, $infile, $outfile, $depth);
480 my($page, $module, $infile, $outfile, $depth) = @_;
485 $self->url_up_to_contents($depth),
496 my($page, $module, $infile, $outfile, $depth) = @_;
499 $self->url_up_to_contents($depth),
510 my($self, $depth) = @_;
511 --$depth;
512 return join '/', ('..') x $depth, esc($self->contents_file);
629 my($self, $depth) = @_;
637 --$depth;
638 my $uplink = $depth ? ('../' x $depth) : '';
796 my($self, $depth) = @_;
803 --$depth;
804 my $uplink = $depth ? ('../' x $depth) : '';
1310 $page->batch_mode_page_object_init($self, $module, $infile, $outfile, $depth)
1312 $batchconv->batch_mode_page_object_init($page, $module, $infile, $outfile, $depth)