Searched refs:styles (Results 1 - 12 of 12) sorted by relevance
| /osnet-11/usr/src/grub/grub2/docs/ |
| H A D | texinfo.tex | 1592 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
|
| /osnet-11/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 1395 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| H A D | h2xs.PL | 979 my @styles = $Config{gccversion} ? qw(C++ C9X GNU) : qw(C++ C9X); 981 'add_cppflags' => $addflags, 'c_styles' => \@styles;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| H A D | Concise.pm | 1181 styles, and optionally by adding callback routines which populate new 1182 variables that may be rendered as part of those styles. For all 1209 several styles. 1213 This restores one of the standard styles: C<terse>, C<concise>, 1219 If your newly minted styles refer to any #variables, you'll need to 1259 To switch back to one of the standard styles like C<concise> or
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
| H A D | Dumper.pm | 63 indent => $Indent, # various styles of indenting 718 Several styles of output are possible, all controlled by setting
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | CGI.pm | 4370 There are two styles of programming with CGI.pm, an object-oriented 5356 -style=>{'src'=>'/styles/style1.css'}, 7375 Or define styles on the fly with the B<-style> parameter: 7445 start_html(-style=>{-src=>['/styles/print.css','/styles/layout.css'], 7450 <link rel="stylesheet" type="text/css" href="/styles/print.css" media="all"/> 7451 <link rel="stylesheet" type="text/css" href="/styles/layout.css" media="all"/> 7465 {-src=>'/styles/print.css'}, 7466 {-src=>'/styles/alt.css',-alternate=>1}
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | MM_Any.pm | 838 This is used to write code for styles of operating system.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | BigInt.pm | 3303 When rounding a number, different 'styles' or 'kinds' 3317 All other implemented styles of rounding attempt to round to the 3326 However the results of other styles of rounding differ if the
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| H A D | Parser.pm | 415 any of the following constructor invocation styles:
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
| H A D | Builder.pm | 804 Test::Harness will accept either, but avoid mixing the two styles.
|
| H A D | Harness.pm | 1162 (Partially done with new skip test styles)
|
| /osnet-11/usr/src/lib/libast/common/misc/ |
| H A D | optget.c | 211 static const Help_t styles[] = variable 2388 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0) 2402 for (i = 0; i < elementsof(styles); i++) 2403 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text); 3583 if (hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[ [all...] |
Completed in 222 milliseconds