Searched refs:css (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm54 =item css
56 --css=stylesheet
449 $csslink = qq(\n<link rel="stylesheet" href="$Css" type="text/css" />);
618 --css - stylesheet URL
661 'css=s' => \$opt_css,
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h416 uint8_t css; /* Checksum start */ member in struct:e1000_tx_desc::__anon197::__anon198
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1802 my $type = 'text/css';
1818 my $type = defined $stype ? $stype : 'text/css';
1838 push(@result, "<style type=\"text/css\">\n$_\n</style>") for @v;
5356 -style=>{'src'=>'/styles/style1.css'},
7355 CGI.pm has limited support for HTML3's cascading style sheets (css).
7368 specified, the style defaults to 'text/css'.
7411 -style=>{-src=>'http://www.capricorn.com/style/st1.css',
7431 print start_html (-style => {-verbatim => '@import url("/server-common/css/'.$cssFile.'");',
7432 -src => '/server-common/css/core.css'});
[all...]

Completed in 42 milliseconds