Searched refs:inherit (Results 1 - 8 of 8) sorted by relevance

/httpd/docs/manual/style/css/
H A Dmanual.css51 background-color: inherit;
56 * otherwise they forget to inherit
71 background-color: inherit;
76 background-color: inherit;
109 background-color: inherit;
114 background-color: inherit;
145 background-color: inherit;
150 background-color: inherit;
195 background-color: inherit;
232 color: inherit;
[all...]
H A Dmanual-print.css51 background-color: inherit;
56 * otherwise they forget to inherit
74 background-color: inherit;
99 background-color: inherit;
111 background-color: inherit;
127 background-color: inherit;
159 color: inherit;
160 background-color: inherit;
167 background-color: inherit;
177 background-color: inherit;
[all...]
/httpd/modules/lua/
H A Dmod_lua.h137 ap_lua_inherit_t inherit; member in struct:__anon222
H A Dmod_lua.c1570 cfg->inherit = AP_LUA_INHERIT_NONE;
1573 cfg->inherit = AP_LUA_INHERIT_PARENT_FIRST;
1576 cfg->inherit = AP_LUA_INHERIT_PARENT_LAST;
2059 a->inherit = (overrides->inherit == AP_LUA_INHERIT_UNSET) ? base->inherit : overrides->inherit;
2065 if (a->inherit == AP_LUA_INHERIT_UNSET || a->inherit == AP_LUA_INHERIT_PARENT_FIRST) {
2072 else if (a->inherit
[all...]
/httpd/modules/loggers/
H A Dmod_log_config.c266 int inherit; member in struct:__anon198
1231 if (cls->inherit || !mls->config_logs->nelts) {
1263 * vhosts inherit any globally-defined format names.
1375 /* Set the inherit flag unless there was some error */
1379 cls->inherit = 1;
1410 "Same as CustomLog, but forces virtualhosts to inherit the log"),
/httpd/modules/proxy/
H A Dmod_proxy.h182 unsigned int inherit:1; member in struct:__anon275
H A Dmod_proxy.c1266 ps->inherit = 1;
1389 ps->inherit = (overrides->inherit_set == 0) ? base->inherit : overrides->inherit;
1405 if (ps->inherit || ps->ppinherit) {
2176 psf->inherit = flag;
2589 "on if this server should inherit Balancers and Workers defined in the main server "
2592 "on if this server should inherit all ProxyPass directives defined in the main server "
H A Dmod_proxy_balancer.c1473 ap_rvputs(r, "<dt>Balancers are ", conf->inherit ? "" : "NOT ",

Completed in 43 milliseconds