Searched refs:right (Results 1 - 8 of 8) sorted by relevance
/httpd/docs/manual/style/css/ |
H A D | manual-loose-100pc.css | 99 margin-right: 19px; 135 margin-right: 0; 136 padding-right: 0;
|
H A D | manual.css | 374 text-align: right; 379 text-align: right; 439 padding-right: 0; 705 text-align: right; 755 /* sidebar position: right */ 759 right: 1em; 771 margin-right: 13em; 772 padding-right: 30px; 778 margin-right: 0; 779 padding-right [all...] |
H A D | manual-print.css | 426 margin-right: 19px; 583 margin-right: 0; 584 padding-right: 0;
|
/httpd/server/ |
H A D | util_expr_parse.y | 84 %right T_OP_OR 85 %right T_OP_AND 86 %right T_OP_NOT 87 %right T_OP_CONCAT
|
/httpd/build/ |
H A D | default.pl | 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> 393 >><tr valign=top><th align=right> 415 >><tr valign=top><th align=right>
|
/httpd/modules/filters/ |
H A D | mod_include.c | 99 struct parse_node *right; member in struct:parse_node 231 (name)->parent = (name)->left = (name)->right = NULL; \ 310 DUMP__CHILD(ctx, is, current, right) 312 if (!current->right || current->right->dump_done) { 314 if (current->right) current->right->dump_done = 0; 327 DUMP__CHILD(ctx, is, current, right) 330 (!current->right || current->right [all...] |
/httpd/support/win32/ |
H A D | ApacheMonitor.c | 493 wChild = rChild.right - rChild.left; 501 rWorkArea.right = GetSystemMetrics(SM_CXSCREEN); 506 xNew = (rWorkArea.right - wChild) / 2; 1063 lpdis->rcItem.right - lpdis->rcItem.left, 1077 rcBitmap.right = lpdis->rcItem.right;
|
/httpd/modules/cache/ |
H A D | mod_cache.c | 778 apr_table_t *right, const char *key) 783 && (h2 = cache_table_getm(pool, right, key)) && (strcmp(h1, h2))) { 1140 apr_table_t *right = r->headers_out; local 1146 if (cache_header_cmp(r->pool, left, right, "ETag")) { 1150 if (cache_header_cmp(r->pool, left, right, *eh)) { 2602 * XXX The cache filters need to run right after the handlers and before 777 cache_header_cmp(apr_pool_t *pool, apr_table_t *left, apr_table_t *right, const char *key) argument
|
Completed in 227 milliseconds