Lines Matching refs:item

245     $self->item if defined $$self{ITEM};
265 $self->item ($_ . "\n");
374 $self->item ("\n\n") if defined $$self{ITEM};
383 $self->item ("\n\n") if defined $$self{ITEM};
393 # An individual list item.
396 if (defined $$self{ITEM}) { $self->item }
498 $self->item ("\n\n") if defined $$self{ITEM};
517 # This method is called whenever an =item command is complete (in other words,
519 # one). It gets the paragraph associated with the item as an argument. If
520 # that argument is empty, just output the item tag; if it contains a newline,
521 # output the item tag followed by the newline. Otherwise, see if there's
522 # enough room for us to output the item tag in the margin of the text or if we
524 sub item {
543 # If the text is just whitespace, we have an empty item paragraph;
544 # this can result from =over/=item/=back without any intermixed
545 # paragraphs. Insert some whitespace to keep the =item from merging
558 s/^($space)$tagspace/$1$tag/ or warn "Bizarre space in item";
701 =item alt
704 things, uses a different heading style and marks C<=item> entries with a
707 =item code
713 =item indent
718 =item loose
727 =item margin
734 =item quotes
745 =item sentence
752 =item width
770 =item Bizarre space in item
772 =item Item called without tag
774 (W) Something has gone wrong in internal C<=item> processing. These
777 =item Can't open %s for reading: %s
782 =item Invalid quote specification "%s"
787 =item %s:%d: Unknown command paragraph: %s
792 =item %s:%d: Unknown escape: %s
797 =item %s:%d: Unknown formatting code: %s
802 =item %s:%d: Unmatched =back