Searched refs:hyperlink (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm225 different parts of a POD hyperlink for further processing. It can also be
274 This method can be used to (re)parse a (new) hyperlink, i.e. the contents
362 $type = 'hyperlink';
373 # nonstandard: alttext and hyperlink
376 $type = 'hyperlink';
425 elsif($type eq 'hyperlink') {
440 elsif($type eq 'hyperlink') {
454 formatter-specific code to highlight/activate the hyperlink. The details
466 This method returns the textual representation of the hyperlink as above,
567 there is also C<hyperlink>, derive
[all...]
H A DChecker.pm304 Although the hyperlink parser does its best to determine which "/" is
720 =item C<$checker-E<gt>hyperlink()>
731 sub hyperlink { subroutine
773 foreach($self->hyperlink()) {
777 if($link->node() && !$link->page() && $link->type() ne 'hyperlink') {
1151 # try to parse the hyperlink
1171 $self->hyperlink([$line,$link]);

Completed in 17 milliseconds