Searched refs:bottom (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/cache/
H A Dcache_storage.h65 * @param bottom headers to be overwritten
69 apr_table_t *bottom, int revalidation);
H A Dcache_storage.c154 * 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 Dmanual.css180 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 Dmanual-print.css125 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 Dmanual-loose-100pc.css90 margin-bottom: 1em;
H A Dprettify.css38 ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
/httpd/support/win32/
H A DApacheMonitor.c494 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 495 milliseconds