Lines Matching refs:by

4 # Copyright (C) 1996-2000 by Bradford Appleton. All rights reserved.
154 behaviors of B<Pod::Parser> may be enabled/disabled by setting
162 Normally (by default) B<Pod::Parser> will only provide access to
173 Normally (by default) B<Pod::Parser> handles the C<=cut> POD directive
174 by itself and does not pass it on to the caller for processing. Setting
177 (and hence it may be processed by the B<command()> method).
186 Normally (by default) B<Pod::Parser> recognizes a bare minimum of
234 This method should be overridden by subclasses to take the appropriate
235 action when a POD command paragraph (denoted by a line beginning with
281 This method may be overridden by subclasses to take the appropriate
320 This method may be overridden by subclasses to take the appropriate
366 This method should be overridden by subclasses to take the appropriate
369 name (usually a single uppercase character) followed immediately by a
372 C<$seq_arg>. It is invoked by the B<interpolate()> method for each interior
440 initialized by copying the contents of the given hash-table (which may
501 This method is invoked by B<parse_from_filehandle()> immediately I<before>
524 This method is invoked by B<parse_from_filehandle()> immediately I<after>
564 This method should be overridden by subclasses that wish to perform
595 This method should be overridden by subclasses that wish to perform any
609 is returned by C<$self-E<gt>cutting()>) is examined. If it evaluates
670 Normally, the parse-tree returned by B<parse_text()> will contain an
673 every interior-sequence it sees by invoking the referenced function
692 Normally, the parse-tree returned by B<parse_text()> will contain a
695 "preprocess" every such text-string it sees by invoking the referenced
698 an interior-sequence, then it will I<not> be expanded as specified by the
699 B<-expand_seq> option; Any such recursive expansion needs to be handled by
775 ## and strings we parse. Thus, by the end of our parsing, it should be
1024 Using C<$in_fh-E<gt>getline()>, input is read line-by-line and assembled
1025 into paragraphs or "blocks" (which are separated by lines containing
1034 the top of the stack in a local variable. Any attempts by clients to
1036 of this method I<will not affect> the input stream used by the current
1039 This method does I<not> usually need to be overridden by subclasses.
1065 ## Read paragraphs line-by-line
1150 This method does I<not> usually need to be overridden by subclasses.
1187 ## determine this by seeing if the input stream stack has been set-up
1467 information about them by reading the B<Pod::Parser> source code.
1470 returned by the B<new()> constructor for this class. The names of all
1471 private methods and data-fields used by B<Pod::Parser> begin with a
1637 given by the hash C<%options>. Then we might do something like the
1738 the children (most likely from left to right) by formatting them if
1739 they are text-strings, or by calling their B<emit()> method if they
1771 Based on code for B<Pod::Text> written by