Home
last modified time | relevance | path

Searched full:margin (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css25 margin: 2px;
34 margin: 2px;
42 margin: 2px;
43 margin-right: 15px;
110 margin-left: -1cm
119 margin-top: 4px;
120 margin-bottom: 4px;
121 margin-left: 2px;
122 margin-right: 8px;
132 margin-bottom: 3px;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css25 margin: 2px;
34 margin: 2px;
42 margin: 2px;
43 margin-right: 15px;
110 margin-left: -1cm
119 margin-top: 4px;
120 margin-bottom: 4px;
121 margin-left: 2px;
122 margin-right: 8px;
132 margin-bottom: 3px;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css25 margin: 2px;
34 margin: 2px;
42 margin: 2px;
43 margin-right: 15px;
110 margin-left: -1cm
119 margin-top: 4px;
120 margin-bottom: 4px;
121 margin-left: 2px;
122 margin-right: 8px;
132 margin-bottom: 3px;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css25 margin: 2px;
34 margin: 2px;
42 margin: 2px;
43 margin-right: 15px;
110 margin-left: -1cm
119 margin-top: 4px;
120 margin-bottom: 4px;
121 margin-left: 2px;
122 margin-right: 8px;
132 margin-bottom: 3px;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css25 margin: 2px;
34 margin: 2px;
42 margin: 2px;
43 margin-right: 15px;
110 margin-left: -1cm
119 margin-top: 4px;
120 margin-bottom: 4px;
121 margin-left: 2px;
122 margin-right: 8px;
132 margin-bottom: 3px;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css25 margin: 2px;
34 margin: 2px;
42 margin: 2px;
43 margin-right: 15px;
110 margin-left: -1cm
119 margin-top: 4px;
120 margin-bottom: 4px;
121 margin-left: 2px;
122 margin-right: 8px;
132 margin-bottom: 3px;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css25 margin: 2px;
34 margin: 2px;
42 margin: 2px;
43 margin-right: 15px;
110 margin-left: -1cm
119 margin-top: 4px;
120 margin-bottom: 4px;
121 margin-left: 2px;
122 margin-right: 8px;
132 margin-bottom: 3px;
[all …]
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t30 margin: 0;
41 margin-right: 5px;
53 margin-left: -100%;
65 margin-left: 20px;
70 margin-top: 0;
71 margin-bottom: 0;
75 margin-top: 10px;
96 margin: 10px 0 0 20px;
113 margin: 2px 0 0 30px;
125 margin-left: auto;
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.css20 table { margin-top: 0em;
21 margin-bottom: 0em;
31 ul, ol, dl { margin-top: 0em;
32 margin-bottom: 0em; }
33 li, dt { margin-top: 1em; }
50 table.results { margin-top: 1em;
51 margin-left: 2em;
59 margin-bottom: 1em;
71 margin-top: 1em;
81 main { margin-left: 3.8em; }
[all …]
/freebsd/contrib/ntp/html/drivers/scripts/
H A Dstyle.css5 margin-left: 5px;}
7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
8 li.inline {text-align: left; margin-top: 0; margin-bottom: 0}
10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
12 dt {margin-top: .6em}
13 dd {margin-bottom: .6em}
24 img.sidebar {align: center; margin-top: 5px;}
30 margin-left: -90px;
44 img {margin: 5px;}
/freebsd/contrib/ntp/html/scripts/
H A Dstyle.css5 margin-left: 5px;}
7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
8 li.inline {text-align: left; margin-top: 0; margin-bottom: 0}
10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
12 dt {margin-top: .6em}
13 dd {margin-bottom: .6em}
24 img.sidebar {align: center; margin-top: 5px;}
30 margin-left: -90px;
44 img {margin: 5px;}
/freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/
H A Dllvm.css29 margin: 0px 80px 0px 80px;
47 margin: 0 240px 0 0;
52 margin: 0;
68 margin: 0;
76 margin-right: 5px;
80 margin: 0;
95 margin: 0;
104 margin: 1em 0 0.5em 0;
118 margin-top: 7px;
124 margin-left: 20px;
[all …]
/freebsd/contrib/ncurses/progs/
H A Dtabs.c74 * move to the left margin before clearing tabs.
119 * If the margin is positive (because the terminal does not support margins),
120 * work around this by adding the margin to the decoded values.
123 decode_tabs(const char *tab_list, int margin) in decode_tabs() argument
134 if (margin < 0) in decode_tabs()
135 margin = 0; in decode_tabs()
144 result[n] = value + prior + margin; in decode_tabs()
170 result[n++] = value + margin; in decode_tabs()
178 result[n++] = value + prior + margin; in decode_tabs()
338 * If the terminal supports it, (re)set the left margin and return true.
[all …]
/freebsd/contrib/ncurses/man/
H A Dtabs.1117 Tabs are repeated up to the right margin of the screen.
198 .BI +m \ margin
199 The effect depends on whether the terminal has the margin capabilities:
202 If the terminal provides the capability for setting the left margin,
206 If the terminal does not provide the margin capabilities,
209 The terminal's left margin is not modified.
213 .I margin
218 to reset the left margin,
221 Before setting a left margin,
222 \fB@TABS@\fP resets the margin to reduce problems that might arise
[all …]
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css9 margin: 0 4px;
65 margin-top: 10px;
135 margin: 5px;
150 margin-top: 4px;
230 margin-top: 5px;
277 margin-bottom: 0px;
282 margin-left: 2px;
311 margin-right: 10px;
312 margin-left: 10px;
329 margin-left: 2px;
[all …]
/freebsd/contrib/dialog/
H A Dpause.c33 #define MIN_WIDE (10 + 2 * (2 + MARGIN))
34 #define BTN_HIGH (1 + 2 * MARGIN)
77 int button_high = (have_buttons ? BTN_HIGH : MARGIN); in dialog_pause()
109 MIN_HIGH + MARGIN - BTN_HIGH, in dialog_pause()
112 gauge_y = height - button_high - (1 + 2 * MARGIN); in dialog_pause()
139 gauge_y, 2 + MARGIN, in dialog_pause()
140 2 + MARGIN, width - 2 * (2 + MARGIN), in dialog_pause()
150 (void) wmove(dialog, gauge_y + MARGIN, 4); in dialog_pause()
153 for (i = 0; i < (width - 2 * (3 + MARGIN)); i++) in dialog_pause()
156 (void) wmove(dialog, gauge_y + MARGIN, (width / 2) - 2); in dialog_pause()
[all …]
H A Dfselect.c59 #define BTN_HIGH (1 + 2 * MARGIN) /* Ok/Cancel, also input-box */
60 #define MIN_HIGH (HDR_HIGH - MARGIN + (BTN_HIGH * 2) + 4 * MARGIN)
61 #define MIN_WIDE (2 * MAX(dlg_count_columns(d_label), dlg_count_columns(f_label)) + 6 * MARGIN + 2 …
669 tbox_width = width - (4 * MARGIN + 2); in dlg_fselect()
670 tbox_y = height - (BTN_HIGH * 2) + MARGIN; in dlg_fselect()
679 dlg_draw_box(dialog, tbox_y - MARGIN, tbox_x - MARGIN, in dlg_fselect()
680 (2 * MARGIN + 1), tbox_width + (MARGIN + EXT_WIDE), in dlg_fselect()
682 dlg_mouse_mkbigregion(getbegy(dialog) + tbox_y - MARGIN, in dlg_fselect()
683 getbegx(dialog) + tbox_x - MARGIN, in dlg_fselect()
684 1 + (2 * MARGIN), in dlg_fselect()
[all …]
H A Dtimebox.c33 #define MIN_HIGH (ONE_HIGH + BTN_HIGH + (4 * MARGIN))
34 #define MIN_WIDE ((3 * (ONE_WIDE + 2 * MARGIN)) + 2 + (2 * MARGIN))
81 data->y - MARGIN, data->x - MARGIN, in draw_cell()
82 data->height + (2 * MARGIN), data->width + (2 * MARGIN), in draw_cell()
244 (width - MIN_WIDE + 1) / 2 + MARGIN, in dialog_timebox()
245 (height - MIN_HIGH + MARGIN), in dialog_timebox()
255 mvwprintw(dialog, hr_box.y, hr_box.x + ONE_WIDE + MARGIN, ":"); in dialog_timebox()
258 hr_box.x + (ONE_WIDE + 2 * MARGIN + 1), in dialog_timebox()
269 mvwprintw(dialog, mn_box.y, mn_box.x + ONE_WIDE + MARGIN, ":"); in dialog_timebox()
272 mn_box.x + (ONE_WIDE + 2 * MARGIN + 1), in dialog_timebox()
H A Dmixedgauge.c35 #define MIN_WIDE (10 + 2 * (2 + MARGIN))
116 int bm = limit_y; /* bottom margin */ in myprint_status()
122 bm -= (2 * MARGIN); in myprint_status()
127 int y = item + MARGIN + 1; in myprint_status()
138 (void) wmove(win, y, 2 * MARGIN); in myprint_status()
228 for (i = 0; i < (dlg->width - 2 * (3 + MARGIN)); i++) in dlg_update_mixedgauge()
239 x = (percent * (dlg->width - 2 * (3 + MARGIN))) / 100; in dlg_update_mixedgauge()
302 dlg->min_height += (2 * MARGIN); in dlg_begin_mixedgauge()
342 dlg->height - dlg->item_no - (2 * MARGIN), in dlg_begin_mixedgauge()
344 y + dlg->item_no + (2 * MARGIN), in dlg_begin_mixedgauge()
[all …]
/freebsd/sys/dev/videomode/
H A Dvesagtf.c121 * systems, the margin period is zero. I've implemented the margin
124 * fbset fb.modes provide an obvious way for margin timings to be
210 * XXX margin computations are implemented but not tested (nor used by
284 /* 4. Find number of lines in Top margin: in vesagtf_mode_params()
285 * 5. Find number of lines in Bottom margin: in vesagtf_mode_params()
287 * [TOP MARGIN (LINES)] = IF([MARGINS RQD?]="Y", in vesagtf_mode_params()
288 * ROUND(([MARGIN%]/100*[V LINES RND]),0), in vesagtf_mode_params()
291 * Ditto for bottom margin. Note that instead of %, we use PPT, which in vesagtf_mode_params()
298 print_value(4, "[TOP MARGIN (LINES)]", top_margin); in vesagtf_mode_params()
299 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); in vesagtf_mode_params()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css9 body { margin: 0; display: flex; justify-content: left; }
26 margin-bottom: 0.5em;
113 margin-right: 8px;
117 margin-right: 5px;
133 margin-left: 0.5em;
148 margin-right: 0.5em;
155 margin-left: auto;
164 margin-top: 0.5em;
/freebsd/usr.bin/tabs/
H A Dtabs.c34 * and optionally sets a soft margin.
80 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; in main() local
87 margin = 0; in main()
96 margin = strtol(arg, &end, 10); in main()
97 if (errno != 0 || *end != '\0' || margin < 0) in main()
98 errx(1, "%s: invalid margin width", in main()
101 margin = 10; in main()
156 * Set soft margin. in main()
160 printf("%*s", (int)margin, ""); in main()
162 } else if (margin != 0) in main()
[all …]
/freebsd/contrib/lua/doc/
H A Dlua.css11 margin: 16px auto ;
63 margin-left: 2.5em ;
67 margin: -3px -3px -3px -3px ;
74 margin: -8px ;
122 margin: 0 ;
152 margin-top: 0.25em ;
/freebsd/contrib/expat/doc/
H A Dok.min.css2margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;ove…
/freebsd/contrib/googletest/docs/_sass/
H A Dmain.scss9 margin: 0;
31 margin-bottom: 0.8em;
68 margin: 1em auto;
80 margin-bottom: 1em;
84 margin-bottom: 2em;
118 margin: 0;

12345678910>>...14