Searched defs:alttext (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm267 $self->{-alttext} ||= '';
287 my ($alttext,$page,$node,$type,$quoted) = (undef,'','','',0);
307 # we match all possibilities (alttext, page, section/item)
320 # alttext, page and "section"
322 ($alttext, $page, $node) = ($1, $2, $3);
326 # alttext and page
328 ($alttext, $page) = ($1, $2);
331 # alttext and "section"
333 ($alttext, $node) = ($1,$2);
364 # alttext, pag
556 sub alttext { subroutine
[all...]

Completed in 22 milliseconds