Searched refs:bottom (Results 1 - 7 of 7) sorted by relevance
| /httpd/modules/cache/ |
| H A D | cache_storage.h | 65 * @param bottom headers to be overwritten 69 apr_table_t *bottom, int revalidation);
|
| H A D | cache_storage.c | 154 * the bottom table before the headers are combined. The Warning headers are 162 apr_table_t *bottom, int revalidation) 168 apr_table_do(filter_header_do, r->headers_out, bottom, NULL); 170 else if (r->headers_out != bottom) { 171 r->headers_out = apr_table_copy(r->pool, bottom); 161 cache_accept_headers(cache_handle_t *h, request_rec *r, apr_table_t *top, apr_table_t *bottom, int revalidation) argument
|
| /httpd/docs/manual/style/css/ |
| H A D | manual.css | 180 border-bottom: 1px dashed #0073c7; 268 margin-bottom: 1em; 336 vertical-align: bottom; 353 margin-bottom: 0; 389 border-bottom: 1px solid #aaa; 430 padding-bottom: 0; 469 vertical-align: bottom; 475 vertical-align: bottom; 482 padding-bottom: 0.5em; 486 vertical-align: bottom; [all...] |
| H A D | manual-print.css | 125 border-bottom-width: 1px; 126 border-bottom-color: #405871; 144 border-bottom: 1px solid #000; 195 margin-bottom: 1em; 251 margin-bottom: 0; 273 border-bottom: 1px solid #000; 321 vertical-align: bottom; 327 vertical-align: bottom; 333 vertical-align: bottom; 540 padding-bottom [all...] |
| H A D | manual-loose-100pc.css | 90 margin-bottom: 1em;
|
| H A D | prettify.css | 38 ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
|
| /httpd/support/win32/ |
| H A D | ApacheMonitor.c | 494 hChild = rChild.bottom - rChild.top; 502 rWorkArea.bottom = GetSystemMetrics(SM_CYSCREEN); 507 yNew = (rWorkArea.bottom - hChild) / 2; 1064 lpdis->rcItem.bottom - lpdis->rcItem.top, 1070 y = (lpdis->rcItem.bottom + lpdis->rcItem.top - tm.tmHeight) / 2; 1078 rcBitmap.bottom = lpdis->rcItem.top + YBITMAP;
|
Completed in 32 milliseconds