Lines Matching refs:which

2 # Pod/Parser.pm -- package which defines a base class for parsing POD docs.
94 format, you create a subclass of B<Pod::Parser> which typically overrides
133 structure implement a B<getline()> method (which is all that
223 B<Pod::Parser> provides several methods which most subclasses will probably
255 a reference to a C<Pod::Paragraph> object which contains further
297 a reference to a C<Pod::Paragraph> object which contains further
337 a reference to a C<Pod::Paragraph> object which contains further
368 an embedded command within a block of text which appears as a command
370 string of text which is enclosed in angle brackets. This method is
376 object which contains further information about the interior sequence.
382 some other interior-sequence (and if so, which kind).
400 B<Pod::Parser> provides several methods which subclasses may want to override
440 initialized by copying the contents of the given hash-table (which may
467 arguments (other than the object instance of course, which is typically
608 B<preprocess_paragraph()> returns, the current cutting state (which
1014 This method takes an input filehandle (which is assumed to already be
1025 into paragraphs or "blocks" (which are separated by lines containing
1277 Returns the current C<cutting> state: a boolean-valued scalar which
1408 Returns a reference to an array which corresponds to the stack of all
1464 which clients should not need to see or use. For the sake of avoiding
1489 which defaults to standard output if it doesnt exist yet).
1597 method to return a tree-like structure which may contain an ordered
1598 list of children (each of which may be a text-string, or a similar
1614 returns a parse-tree that contains one or more children, each of which
1619 with custom-made objects (which may or may not support the parse-tree
1749 B<Pod::Select> is a subclass of B<Pod::Parser> which provides the ability
1754 B<Pod::Callbacks> is a subclass of B<Pod::Parser> which gives its users