Home
last modified time | relevance | path

Searched refs:accept_targets_as_text (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dxhtml05.t13 $parser->accept_targets_as_text( 'comment' );
31 $parser->accept_targets_as_text( $target );
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/
DSimple.pm302 sub accept_target_as_text { shift->accept_targets_as_text(@_) } # alias
307 sub accept_targets_as_text { shift->_accept_targets('force_resolve', @_) } subroutine
DSimple.pod292 Alias for L<< accept_targets_as_text >>.
298 =item C<< $parser->accept_targets_as_text( @targets ) >>X<accept_targets_as_text>
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
DSubclassing.pod766 =item C<< $parser->accept_targets_as_text( I<SOMEVALUE> ) >>