Searched refs:top (Results 1 - 13 of 13) sorted by relevance

/httpd/modules/cache/
H A Dcache_storage.h64 * @param top headers to be applied
68 void cache_accept_headers(cache_handle_t *h, request_rec *r, apr_table_t *top,
H A Dcache_storage.c153 * header exist in the top table, all matching headers will be removed from
161 void cache_accept_headers(cache_handle_t *h, request_rec *r, apr_table_t *top, argument
173 apr_table_do(remove_header_do, r->headers_out, top, NULL);
174 apr_table_do(add_header_do, r->headers_out, top, NULL);
/httpd/modules/apreq/
H A Dapreq_private_apache2.h51 ap_filter_t *top = r->input_filters; local
54 f->next = top;
/httpd/docs/manual/style/css/
H A Dmanual.css261 margin-top: 0;
289 margin-top: 0.3em;
316 vertical-align: top;
320 vertical-align: top;
326 /* arrow up (to page top) */
328 div.top {
334 div.top img {
335 margin-top: 0.5em;
352 margin-top: 0.5em;
359 vertical-align: top;
[all...]
H A Dmanual-print.css188 margin-top: 0;
216 margin-top: 0;
236 div.top {
250 margin-top: 0.5em;
258 vertical-align: top;
272 border-top: 1px solid #000;
397 margin-top: 0.5em;
402 margin-top: 0.5em;
582 padding-top: 0;
597 border-top
[all...]
H A Dmanual-loose-100pc.css82 margin-top: 0;
H A Dprettify.css38 ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
/httpd/support/
H A Dctauditscts141 top = sys.argv[1]
153 for dirpath, dnames, fnames in os.walk(top):
/httpd/server/
H A Dcore.c3677 const request_rec *top = r; local
3682 while (top && (top->prev || top->main)) {
3683 if (top->prev) {
3684 top = top->prev;
3687 top->uri ? top->uri : "(unexpectedly NULL)");
3690 if (!top
3706 const request_rec *top = r; local
[all...]
/httpd/modules/lua/
H A Dlua_vmprep.c70 int top = lua_gettop(L);
74 for (i = 1; i <= top; i++) {
H A Dlua_request.c53 int top = lua_gettop(L); local
55 for (i = 1; i <= top; i++) {
/httpd/build/
H A Ddefault.pl198 ## Generate class and member index at the top of the file.
393 >><tr valign=top><th align=right>
415 >><tr valign=top><th align=right>
/httpd/support/win32/
H A DApacheMonitor.c494 hChild = rChild.bottom - rChild.top;
500 rWorkArea.left = rWorkArea.top = 0;
1062 BitBlt(lpdis->hDC, lpdis->rcItem.left, lpdis->rcItem.top,
1064 lpdis->rcItem.bottom - lpdis->rcItem.top,
1070 y = (lpdis->rcItem.bottom + lpdis->rcItem.top - tm.tmHeight) / 2;
1076 rcBitmap.top = lpdis->rcItem.top;
1078 rcBitmap.bottom = lpdis->rcItem.top + YBITMAP;

Completed in 46 milliseconds