Searched refs:bold (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlescp.t46 <p>Here is some <strong>bold</strong> text, some <em>italic</em> plus <em>/etc/fstab</em>
H A Dhtmlview.t67 <p>Here is some <strong>bold</strong> text, some <em>italic</em> and something that looks
69 <p>This <code>text contains embedded bold and italic tags</code>. These can
70 be nested, allowing <strong>bold and <em>bold &amp; italic</em> text</strong>. The module also
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm46 # Make level one headings bold, overridding any existing formatting.
55 # Make level two headings bold, overriding any existing formatting.
97 # Output any included code in bold.
114 # or in bold (in which case, it's three characters; the character, a
168 Characters in bold text are overstruck (character, backspace, character) and
184 underlined text inside a region of bold text is displayed as simply bold.
H A DTermcap.pm76 # Make level one headings bold.
84 # Make level two headings bold.
96 # Output any included code in bold.
158 terminals) if the bold, underline, and reset codes aren't set in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm45 'bold' => 1,
207 print color 'bold blue';
208 print "This text is bold blue.\n";
219 print BOLD, BLUE, "This text is in bold blue.\n", RESET;
223 print BOLD BLUE "This text is in bold blue.\n";
243 clear, reset, dark, bold, underline, underscore, blink, reverse, concealed,
286 print colored ("Text\n", 'bold blue on_white');
401 for the color codes). The non-color control codes (bold, dark, italic,
416 clear bold dark under blink reverse conceal
418 xterm yes yes no yes bold ye
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm315 sub bold { my $str =$_[0]; $str =~ s/(.)/$1\b$1/g; return $str; } subroutine
317 s/[BC]<(.*?)>/bold($1)/ges;
579 print THITHER &{$PRETTY ? \&bold : \&noop}("DESCRIPTION OF DIAGNOSTICS"),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm307 # Set the default fonts. We can't be sure what fixed bold-italic is going
308 # to be called, so default to just bold.
315 # bold, third is italic.
829 # it switched back to normal text rather than bold. We take care of this by
843 my ($fixed, $bold, $italic) = (0, 0, 0);
844 my %magic = (F => \$fixed, B => \$bold, I => \$italic);
851 $f = $$self{FONTS}{($fixed && 1) . ($bold && 1) . ($italic && 1)};
872 my ($fixed, $bold, $italic) = (0, 0, 0);
873 my %magic = (F => \$fixed, B => \$bold, I => \$italic);
876 $$self{FONTS}{($fixed && 1) . ($bold
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL176 to convert this to bold or underlined text.
198 Try to determine the width of the screen and the bold and underline
H A Dpod2man.PL134 you can set the fonts used for bold, italic, and bold italic fixed-width
287 The name of the program being documented is conventionally written in bold
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c65 "[b:highlight?Highlight matches using the ansi terminal bold sequence.]"
312 static const char bold[] = {CC_esc,'[','1','m'}; local
316 sfwrite(sp, bold, sizeof(bold));
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1396 % italics, not bold italics.
1456 \def\rmbshape{bx} %where the normal face is bold
1733 % @b, explicit bold.
1978 % Theiling, which support regular, slanted, bold and bold slanted (and
1988 % feybr - bold
1989 % feybo - bold slanted
2015 % bold:
2689 % @headitem starts a heading row, which we typeset in bold.
5011 % If we're given an argument, typeset it in bold wit
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1593 % italics, not bold italics.
1925 \def\rmbshape{bx} %where the normal face is bold
2381 % @b, explicit bold.
2665 % Theiling, which support regular, slanted, bold and bold slanted (and
2675 % feybr - bold
2676 % feybo - bold slanted
2702 % bold:
2731 % bold:
3441 % @headitem starts a heading row, which we typeset in bold
[all...]

Completed in 642 milliseconds