Searched refs:left (Results 1 - 10 of 10) sorted by relevance

/httpd/docs/manual/style/css/
H A Dmanual.css278 text-align: left;
308 /* arrow left */
360 text-align: left;
375 padding-left: 1em;
428 border-left: 1px solid #aaa;
434 border-left: 0 none;
435 padding-left: 0;
461 padding-left: 1em;
644 margin-left: 0;
661 padding-left
[all...]
H A Dmanual-loose-100pc.css94 margin-left: 0;
105 padding-left: 0;
109 padding-left: 34px;
H A Dmanual-print.css145 text-align: left;
205 text-align: left;
252 margin-left: 1px; /* border-width == 1px */
259 text-align: left;
313 padding-left: 1em;
489 padding-left: 0;
509 margin-left: 0;
541 margin-left: 0;
560 margin-left: 0;
595 margin-left
[all...]
/httpd/modules/filters/
H A Dmod_include.c98 struct parse_node *left; member in struct:parse_node
231 (name)->parent = (name)->left = (name)->right = NULL; \
326 DUMP__CHILD(ctx, is, current, left)
329 if ((!current->left || current->left->dump_done) &&
333 if (current->left) current->left->dump_done = 0;
346 if (root->left) root->left->dump_done = 0;
383 (((node)->left
[all...]
H A Dmod_substitute.c154 * space_left counts how many bytes we have left until the
237 int left = bytes; local
241 while (!ap_regexec_len(script->regexp, pos, left,
287 left -= regm[0].rm_eo;
294 copy = ap_varbuf_pdup(pool, &vb, NULL, 0, pos, left,
369 * any left over data (not a "full" line), store that
518 * no newline in whatever is left of this buffer so
537 /* Anything left we want to save/setaside for the next go-around */
/httpd/modules/mappers/
H A Dmod_speling.c191 static int sort_by_quality(const void *left, const void *rite) argument
193 return (int) (((misspelled_file *) left)->quality)
/httpd/modules/http/
H A Dhttp_protocol.c200 int left = r->server->keep_alive_max - r->connection->keepalives; local
250 || (left > 0))
269 left));
301 && !left) {
1290 "request. There is insufficient free space left in\n"
/httpd/support/win32/
H A DApacheMonitor.c493 wChild = rChild.right - rChild.left;
500 rWorkArea.left = rWorkArea.top = 0;
1062 BitBlt(lpdis->hDC, lpdis->rcItem.left, lpdis->rcItem.top,
1063 lpdis->rcItem.right - lpdis->rcItem.left,
1075 rcBitmap.left = lpdis->rcItem.left + XBITMAP + 2;
/httpd/modules/cache/
H A Dmod_cache.c777 static int cache_header_cmp(apr_pool_t *pool, apr_table_t *left, argument
782 if ((h1 = cache_table_getm(pool, left, key))
1139 apr_table_t *left = cache->stale_handle->resp_hdrs; local
1146 if (cache_header_cmp(r->pool, left, right, "ETag")) {
1150 if (cache_header_cmp(r->pool, left, right, *eh)) {
1611 * Therefore, if this filter is left in, it must mean we need to toss any
/httpd/modules/proxy/
H A Dproxy_util.c1715 *worker = *runtime = apr_palloc(p, sizeof(proxy_worker)); /* right to left baby */
2559 apr_size_t left; local
2589 left = sizeof(buffer) - 1;
2592 nbytes = left;
2595 left -= nbytes;
2602 } while (status == APR_SUCCESS && left > 0);
2603 /* Drain what's left */

Completed in 47 milliseconds