Searched refs:div (Results 1 - 4 of 4) sorted by relevance

/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css31 div#quickview a:hover,
32 div#quickview a:active {
37 div#quickview code.module a:hover,
38 div#quickview code.module a:active {
43 div#quickview code.directive a:hover,
44 div#quickview code.directive a:active {
69 div.example h3,
70 div.note h3,
71 div.warning h3 {
75 div#quickvie
[all...]
H A Dmanual.css92 div.note a:hover,
93 div.note a:active,
94 div.example a:hover,
95 div.example a:active,
96 div.warning a:hover,
97 div.warning a:active,
98 div#quickview a:hover,
99 div#quickview a:active {
128 div.note code.module a:hover,
129 div
[all...]
H A Dmanual-print.css79 div#quickview a:hover,
80 div#quickview a:active {
201 div.example h3,
202 div.note h3,
203 div.warning h3 {
210 div#quickview h3 {
215 div#quickview h3.directives {
235 div.up,
236 div.top {
453 div#directiv
[all...]
/httpd/server/
H A Dutil_time.c239 int div; local
242 for (div=100000; div>0; div=div/10) {
243 *date_str++ = usec / div + '0';
244 usec = usec % div;

Completed in 596 milliseconds