Lines Matching refs:in

30 POD parsing and processing (i.e. in POD formatters and translators).
84 Without argument, retrieves the file name the list is in. This must
85 have been set before by either specifying B<-file> in the B<new()>
90 # The POD file name the list appears in
98 This must have been set before by either specifying B<-start> in the
104 # The line in the file the node appears
112 in C<=over n>. This must have been set before by either specifying
113 B<-indent> in the B<new()> method or by calling the B<indent()> method
128 B<-type> in the B<new()> method or by calling the B<type()> method
142 E.g. when converting to HTML, one might strip the leading number in
145 B<-rx> in the B<new()> method or by calling the B<rx()> method
157 Without argument, retrieves the array of the items in this list.
180 B<-parent> in the B<new()> method or by calling the B<parent()> method
196 B<-tag> in the B<new()> method or by calling the B<tag()> method
221 my $link = Pod::Hyperlink->new('alternative text|page/"section in page"');
235 failure, the error message is stored in C<$@>.
275 of a C<LE<lt>...E<gt>> sequence. The result is stored in the current object.
276 Warnings are stored in the B<warnings> property.
296 $self->warning("ignoring leading whitespace in link");
299 $self->warning("ignoring trailing whitespace in link");
383 # collapse whitespace in nodes
397 $self->warning("(section) in '$page' deprecated");
430 (($page && $section) ? ' in ' : '') .
445 ($page ? ($section ? ' in ':'') . "P<$page>$page_ext" : '');
455 have to be implemented in the translator.
472 *$|* in +perlvar+ L<perlvar/$|>
473 *OPTIONS* in +perldoc+ L<perldoc/"OPTIONS">
505 the link was encountered in. Has to be filled in manually.
509 # The line in the file the link appears
514 # The POD file name the link appears in
551 Sets or returns an alternative text specified in the link.
672 Look for a POD document named C<$name> in the cache. Returns the
695 that can be grouped in a Pod::Cache object.
736 Set/retrieve the POD short description as found in the C<=head1 NAME>
772 If no argument is given, the current list of nodes is returned in the
793 Look for a node or index entry named C<$name> in the object.
795 stored in the node arry) or undef if not found.
816 If no argument is given, the current list of index entries is returned in the