Searched refs:heading (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Select.pm | 248 ## Maximum number of heading levels supported for '=headN' directives 278 ## Initialize current section heading titles if necessary 299 heading number, in which case only the specified section heading is 300 returned. If there is no current section heading at the specified 356 ## a legitimate section heading 428 Returns a value of true if the given section and subsection heading 433 The arguments C<$heading1>, C<$heading2>, etc. are the heading titles of 436 section heading title in the input. 509 ## This is a section heading comman [all...] |
H A D | Text.pm | 346 # First level heading. 349 $self->heading ($text, $line, 0, '===='); 352 # Second level heading. 355 $self->heading ($text, $line, $$self{indent} / 2, '== '); 358 # Third level heading. 361 $self->heading ($text, $line, $$self{indent} * 2 / 3 + 0.5, '= '); 364 # Third level heading. 367 $self->heading ($text, $line, $$self{indent} * 3 / 4 + 0.5, '- '); 496 sub heading { subroutine 704 things, uses a different heading styl [all...] |
H A D | Html.pm | 45 Adds "Back to Top" links in front of every C<head1> heading (except for 519 if (/^=(head[1-6])\s+(.*\S)/s) { # =head[1-6] heading 1061 my($tag, $heading, $hasindex) = @_; 1083 my $name = anchorify( depod( $heading ) ); 1084 my $convert = process_text( \$heading ); 1966 my( $heading) = @_; 1967 $heading =~ s/(\s+)/ /g; 1968 $heading =~ s/\s+\Z//; 1969 $heading =~ s/\A\s+//; 1971 $heading [all...] |
H A D | PlainText.pm | 279 # First level heading. 293 # Second level heading. 604 things, uses a different heading style and marks C<=item> entries with a 614 If set to a true value, a blank line is printed after a C<=head1> heading.
|
H A D | LaTeX.pm | 435 # and is independent of Pod heading level 627 nothing to do with the pod heading number, only the C<latex> sectioning. 1188 # Print the heading 1483 Print a heading of the required level. 1487 The first argument is the pod heading level. The second argument 1488 is the contents of the heading. The 3rd argument is a Pod::Paragraph 1515 # Warn if heading to large
|
H A D | Checker.pm | 108 A heading (C<=head1> or C<=head2>) without any text? That ain't no 109 heading! 114 next heading (C<=head1> or C<=head2>) or the end of the file.
|
H A D | Parser.pm | 1751 translated based upon the current heading, subheading, subsubheading, etc.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2text.PL | 136 heading style and marks C<=item> entries with a colon in the left margin. 160 Print a blank line after a C<=head1> heading. Normally, no blank line is
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Overstrike.pm | 84 sub heading { subroutine
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 1036 % after a section heading. If WORD is `insert', then do indent at such 2947 \def\evenheadingmarks{\headingmarks{even}{heading}} 2948 \def\oddheadingmarks{\headingmarks{odd}{heading}} 2951 \def\everyheadingmarks#1 {\headingmarks{even}{heading}{#1} 2952 \headingmarks{odd}{heading}{#1} } 2955 % #1 = even/odd, #2 = heading/footing, #3 = top/bottom. 3214 % parskip, or the item text will crash with the heading. On the 3441 % @headitem starts a heading row, which we typeset in bold. 4351 % It does not print any chapter heading (usually an @unnumbered). 4772 \newcount\absseclevel % used to calculate proper heading leve [all...] |
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 972 % after a section heading. If WORD is `insert', then do indent at such 2462 % parskip, or the item text will crash with the heading. On the 2689 % @headitem starts a heading row, which we typeset in bold. 3552 % It does not print any chapter heading (usually an @unnumbered). 3943 \newcount\absseclevel % used to calculate proper heading level 3965 % Choose a heading macro 3966 % #1 is heading type 3967 % #2 is heading level 3968 % #3 is text for heading 3981 % The heading typ [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | h2xs.PL | 517 -C, --omit-changes Omit creating the Changes file, add HISTORY heading
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 282 static const char* heading[] = variable
|
Completed in 116 milliseconds