Searched refs:width (Results 1 - 6 of 6) sorted by relevance

/httpd/build/
H A Ddefault.pl201 >><h3><img src="$bullet1_image" width=18 height=17 align=texttop>
236 >><tr><th width=20% align=right>Author:</th><<
242 >><tr><th width=20% align=right>Version:</th><<
248 >><tr><th width=20% align=right>Source:</th><<
254 >><tr><th width=20% align=right>Base classes:</th>
271 >><tr><th width=20% align=right>Subclasses:</th>
380 <b><img src="$bullet2_image" width=19 height=17 align=texttop>$(f.fullname);</b>
390 <table width="85%">
412 <table width=85%><tr><td colspan=2><hr size=3></td></tr>
457 <b><img src="$bullet2_image" width
[all...]
/httpd/docs/manual/style/css/
H A Dmanual.css311 width: 30px;
321 width: 11px;
329 width: 30px;
337 width: 11px;
413 width: 100%; /* IE fun */
417 width: auto; /* reasonable browsers. */
421 width: 100%;
427 width: 33.3%;
451 width: 100%;
457 border-width
[all...]
H A Dmanual-print.css125 border-bottom-width: 1px;
140 width: 80%;
252 margin-left: 1px; /* border-width == 1px */
303 width: auto;
309 border-width: 1px;
318 width: 100%;
320 border-width: 0;
567 width: auto;
575 width: auto;
H A Dmanual-loose-100pc.css130 width: auto;
/httpd/support/
H A Dapxs.in320 my $width = 0;
323 $width = $l unless ($l <= $width);
327 printf "%-${width}s = %s\n", $_, $config_vars{$_};
/httpd/modules/generators/
H A Dmod_autoindex.c460 int width = atoi(&w[10]); local
462 if (width && (width < 5)) {
465 d_cfg->name_width = width;
485 int width = atoi(&w[17]); local
487 if (width && (width < 12)) {
490 d_cfg->desc_width = width;
1562 ap_rprintf(r, " width=\"%d\"", d->icon_width);
1617 ap_rprintf(r, " width
[all...]

Completed in 24 milliseconds