Home
last modified time | relevance | path

Searched refs:border (Results 1 – 25 of 55) sorted by relevance

123

/openbsd/gnu/llvm/clang/www/analyzer/
H A Dcontent.css24 .code_example { border-width:1px; border-style:solid; border-color:#cccccc;
36 border-left: 1px solid #EBF0FA;
55 border-top: 2px solid #cccccc;
56 border-bottom: 2px solid #cccccc;
59 table.options { border: 1px #cccccc solid }
60 table.options { border-collapse: collapse; border-spacing: 0px }
67 border: 1px #cccccc solid;
68 border-collapse: collapse;
78 border-top: 2px solid #cccccc;
79 border-bottom: 2px solid #cccccc;
[all …]
H A Dmenu.css10 border-bottom: 1px solid;
41 border-left: 1px solid;
42 border-right: 1px solid;
43 border-bottom: 1px solid;
/openbsd/gnu/llvm/llvm/docs/_static/
H A Dllvm.css9 a:link img, a:visited img { border-style: none }
14 table { text-align: center; border: 2px solid black;
17 tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
29 border-width: 1px;
30 border-style: solid none solid none;
61 padding: 1px 1px 1px 1px; border: 1px; }
67 { border: solid 1px gray; background: #eeeeee;
75 border: solid 1px gray;
93 .doc_notes { background: #fafafa; border: 1px solid #cecece;
96 table.layout { text-align: left; border: none; border-collapse: collapse;
[all …]
H A DLoopOptWG_invite.ics35border-collapse: separate; width =100%; border: 0; border-spacing: 0;}\n\ntr {\n line-height: 18px…
/openbsd/gnu/llvm/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css26 border: 1px solid #aaa;
46 border-right: 1px solid #ccc;
62 border-top: 1px solid #ddd;
107 border: 1px solid #86989B;
250 border: 0;
254 border: 1px solid #abc;
259 border: 0;
268 border: none;
277 border: 1px solid #ccc;
295 border: 1px solid #ccc;
[all …]
/openbsd/gnu/llvm/lld/docs/llvm-theme/static/
H A Dllvm.css27 border: 1px solid #aaa;
48 border-right: 1px solid #ccc;
63 border-top: 1px solid #ddd;
108 border: 1px solid #86989B;
227 border: 0;
231 border: 1px solid #abc;
236 border: 0;
251 border: 1px solid #ccc;
269 border: 1px solid #ccc;
277 border-collapse: collapse;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Term-Table/lib/Term/
H A DTable.pm102 my $border = sum(BORDER_SIZE, $self->{+PAD}, DIV_SIZE * (@$cols - 1));
103 my $total = $current + $border;
106 my $fair = ($self->{+MAX_WIDTH} - $border) / @$cols;
124 $fair = int(($self->{+MAX_WIDTH} - $border - $under) / @fix);
149 my $border = '+' . join('+', map { '-' x ($_->{width} + CELL_PAD_SIZE) } @$cols) . '+';
154 my @out = ($border);
207 push @out => $border if $row == 0 && $self->{+SHOW_HEADER} && @{$self->{+HEADER}};
217 if ($split == 1 && @out > 1 && $out[-2] ne $border && $out[-2] ne $spacer) {
236 return (@out, $border);
/openbsd/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dscanview.css6 table { border-spacing: 0px; border: 1px solid black }
24 border: 1px solid #333;
30 border: 1px solid #333;
36 border: 1px solid #333;
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dscanview.css6 table { border-spacing: 0px; border: 1px solid black }
24 border: 1px solid #333;
30 border: 1px solid #333;
36 border: 1px solid #333;
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_panel.c469 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
477 border += border & 1; /* make the border even */ in centre_horizontally()
480 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally()
491 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
501 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically()
544 u32 *border) in i9xx_scale_aspect() argument
562 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
577 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
621 border = LVDS_BORDER_ENABLE; in gmch_panel_fitting()
629 &pfit_pgm_ratios, &border); in gmch_panel_fitting()
[all …]
/openbsd/gnu/llvm/llvm/docs/_ocamldoc/
H A Dstyle.css8 { margin: 0; padding: 0; border: 0 none; outline: 0; font-size: 100%;
13 table { border-collapse: collapse; border-spacing: 0; }
51 border-top-style:solid; border-width:1px; border-color:#AAA; }
91 .paramstable { border-style : hidden ; padding-bottom:1.375em}
/openbsd/usr.sbin/httpd/
H A Dcss.h.in9 border-collapse: collapse;
10 border: 1px solid;
13 border-bottom: 1px solid;
/openbsd/usr.bin/bgplg/
H A Dbgplg.css6 border: none;
7 border-width: 0px;
/openbsd/usr.bin/mandoc/
H A Dmandoc.css22 border-collapse: collapse; }
23 /* Some browsers set border-color in a browser style for tbody,
24 * but not for table, resulting in inconsistent border styling. */
25 tbody { border-color: inherit; }
26 tr { border-color: inherit; }
30 border-color: inherit; }
36 .permalink { border-bottom: thin dotted;
44 fieldset { border: thin solid silver;
45 border-radius: 1em;
58 border-bottom: 1px dotted #808080;
[all …]
/openbsd/regress/usr.bin/mandoc/tbl/layout/
H A Dfont.out_html1 <table class="tbl" style="border-style: solid;">
2 <tr style="border-bottom-style: solid;">
/openbsd/gnu/llvm/lldb/docs/_static/
H A Dlldb.css34 border-bottom: 2px #fefefe solid;
67 border: none;
72 border-bottom: 1px solid #fefefe;
/openbsd/usr.bin/tmux/
H A Dscreen-redraw.c398 if (border == SCREEN_REDRAW_INSIDE) in screen_redraw_check_cell()
400 if (border == SCREEN_REDRAW_OUTSIDE) in screen_redraw_check_cell()
418 enum screen_redraw_border_type border; in screen_redraw_check_is() local
420 border = screen_redraw_pane_border(ctx, wp, px, py); in screen_redraw_check_is()
421 if (border != SCREEN_REDRAW_INSIDE && border != SCREEN_REDRAW_OUTSIDE) in screen_redraw_check_is()
728 int arrows = 0, border, isolates; in screen_redraw_draw_borders_cell() local
788 border == SCREEN_REDRAW_BORDER_BOTTOM) || in screen_redraw_draw_borders_cell()
790 border == SCREEN_REDRAW_BORDER_TOP))) || in screen_redraw_draw_borders_cell()
794 border == SCREEN_REDRAW_BORDER_RIGHT) || in screen_redraw_draw_borders_cell()
796 border == SCREEN_REDRAW_BORDER_LEFT)))) && in screen_redraw_draw_borders_cell()
[all …]
H A Dpopup.c492 enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE; in popup_key_cb() local
521 border = LEFT; in popup_key_cb()
523 border = RIGHT; in popup_key_cb()
525 border = TOP; in popup_key_cb()
527 border = BOTTOM; in popup_key_cb()
531 (border == LEFT || border == TOP)) in popup_key_cb()
534 border != NONE) { in popup_key_cb()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDocs.td25 border: none;
33 border-top: 0.2em solid #aaa;
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dfeature.t58 <table border="0" width="100%" cellspacing="0" cellpadding="3">
80 <table border="0" width="100%" cellspacing="0" cellpadding="3">
H A Dfeature2.t66 <table border="0" width="100%" cellspacing="0" cellpadding="3">
93 <table border="0" width="100%" cellspacing="0" cellpadding="3">
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInstance.pm198 my $border = '*' x length($line);
199 die "\n\n $border\n $line\n $border\n\n$err";
/openbsd/usr.sbin/ospf6d/
H A Dospfe.c786 u_int8_t border, virtual = 0; in orig_rtr_lsa() local
943 border = (area_border_router(oeconf) != 0); in orig_rtr_lsa()
944 if (border != oeconf->border) { in orig_rtr_lsa()
945 oeconf->border = border; in orig_rtr_lsa()
949 if (oeconf->border) in orig_rtr_lsa()
/openbsd/usr.sbin/ospfd/
H A Dospfe.c842 u_int8_t border, virtual = 0; in orig_rtr_lsa() local
1078 border = (area_border_router(oeconf) != 0); in orig_rtr_lsa()
1079 if (border != oeconf->border) { in orig_rtr_lsa()
1080 oeconf->border = border; in orig_rtr_lsa()
1083 if (oeconf->border) in orig_rtr_lsa()
/openbsd/share/zoneinfo/datfiles/
H A Dzonenow.tab59 XX +340308-1181434 America/Los_Angeles Pacific ("PST/PDT") - US & Canada; Mexico near US border
65 XX +394421-1045903 America/Denver Mountain ("MST/MDT") - US & Canada; Mexico near US border
77 XX +415100-0873900 America/Chicago Central ("CST/CDT") - US & Canada; Mexico near US border

123