Searched refs:raw_text (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DInputObjects.t50 is( $p_p1->raw_text, '=head1 NAME',
51 'Pod::Paragraph->raw_text()' );
52 is( $p_p2->raw_text, $new_text,
53 'Pod::Paragraph->raw_text() revisited' );
87 is( $p_is->raw_text(), "B<$cmd_txt>",
88 'Pod::InteriorSequence->raw_text()' );
91 is( $p_is->raw_text(), "B<$pre_txt$cmd_txt>",
92 'raw_text() after prepend()' );
95 is( $p_is->raw_text(), "B<$pre_txt$cmd_txt$pst_txt>",
96 'raw_text() afte
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainer.pm28 $text, $line ) -> raw_text();
H A DInputObjects.pm321 =head2 $pod_para-E<gt>B<raw_text()>
323 my $raw_pod_para = $pod_para->raw_text();
330 sub raw_text { subroutine
605 =head2 $pod_seq-E<gt>B<raw_text()>
607 my $seq_raw_text = $pod_seq->raw_text();
614 sub raw_text { subroutine
618 $text .= (ref $_) ? $_->raw_text : $_;
875 =head2 $ptree-E<gt>B<raw_text()>
877 my $ptree_raw_text = $ptree->raw_text();
884 sub raw_text { subroutine
[all...]
H A DChecker.pm1112 -msg => "garbled entity " . $_->raw_text()});
1136 -msg => "Entity number out of range " . $_->raw_text()});
1146 -msg => "Unknown entity " . $_->raw_text()});
1152 my $link = Pod::Hyperlink->new($contents->raw_text());
1156 -msg => "malformed link " . $_->raw_text() ." : $@"});
1178 if(length($contents->raw_text())) {
H A DText.pm285 return $seq->raw_text if ($parent->cmd_name eq 'L');
H A DMan.pm568 return $seq->raw_text if ($parent->cmd_name eq 'L');
H A DParser.pm272 $self->textblock($pod_para->raw_text(), $line_num, $pod_para);
393 return $pod_seq->raw_text();

Completed in 107 milliseconds