| /openbsd-src/gnu/llvm/clang/www/analyzer/ |
| H A D | content.css | 24 .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 } 62 table.options td { border-bottom: 1px #cccccc dotted } 67 border: 1px #cccccc solid; 68 border-collapse: collapse; 78 border-top: 2px solid #cccccc; [all …]
|
| H A D | menu.css | 10 border-bottom: 1px solid; 41 border-left: 1px solid; 42 border-right: 1px solid; 43 border-bottom: 1px solid;
|
| /openbsd-src/gnu/llvm/llvm/docs/_static/ |
| H A D | llvm.css | 9 a:link img, a:visited img { border-style: none } 14 table { text-align: center; border: 2px solid black; 15 border-collapse: collapse; margin-top: 1em; margin-left: 1em; 17 tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; } 18 th { border: 2px solid gray; font-weight: bold; font-size: 105%; 29 border-width: 1px; 30 border-style: solid none solid none; 50 border-bottom: 1px solid #999999; font-size: 12pt; 61 padding: 1px 1px 1px 1px; border: 1px; } 67 { border: solid 1px gray; background: #eeeeee; [all …]
|
| H A D | LoopOptWG_invite.ics | 35 …border-collapse: separate; width =100%; border: 0; border-spacing: 0;}\n\ntr {\n line-height: 18px…
|
| /openbsd-src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/ |
| H A D | llvm-theme.css | 26 border: 1px solid #aaa; 46 border-right: 1px solid #ccc; 62 border-top: 1px solid #ddd; 63 border-bottom: 1px solid #ddd; 107 border: 1px solid #86989B; 194 border-bottom: 1px solid #ccc; 245 border-bottom: 1px solid #ddd; 250 border: 0; 254 border: 1px solid #abc; 259 border: 0; [all …]
|
| /openbsd-src/gnu/llvm/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 27 border: 1px solid #aaa; 48 border-right: 1px solid #ccc; 63 border-top: 1px solid #ddd; 64 border-bottom: 1px solid #ddd; 108 border: 1px solid #86989B; 222 border-bottom: 1px solid #ddd; 227 border: 0; 231 border: 1px solid #abc; 236 border: 0; 251 border: 1px solid #ccc; [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build/share/scan-build/ |
| H A D | scanview.css | 6 table { border-spacing: 0px; border: 1px solid black } 24 border: 1px solid #333; 30 border: 1px solid #333; 36 border: 1px solid #333;
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/ |
| H A D | scanview.css | 6 table { border-spacing: 0px; border: 1px solid black } 24 border: 1px solid #333; 30 border: 1px solid #333; 36 border: 1px solid #333;
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_panel.c | 469 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 476 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally() 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 498 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically() 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() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/_ocamldoc/ |
| H A D | style.css | 8 { 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-src/usr.sbin/httpd/ |
| H A D | css.h.in | 9 border-collapse: collapse; 10 border: 1px solid; 13 border-bottom: 1px solid;
|
| /openbsd-src/usr.bin/bgplg/ |
| H A D | bgplg.css | 6 border: none; 7 border-width: 0px;
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | screen-redraw.c | 53 /* Get cell border character. */ in screen_redraw_border_set() 115 /* Check if cell is on the border of a pane. */ in screen_redraw_pane_border() 131 switch (options_get_number(oo, "pane-border-indicators")) { in screen_redraw_pane_border() 145 * active window's border when there are two panes. in screen_redraw_pane_border() 195 /* Check if a cell is on a border. */ in screen_redraw_cell_border() 211 /* On the window border? */ in screen_redraw_cell_border() 232 /* Work out type of border cell from surrounding cells. */ in screen_redraw_type_of_cell() 283 * Figure out what kind of border this cell is. Only one bit set in screen_redraw_type_of_cell() 284 * doesn't make sense (can't have a border cell with no others in screen_redraw_type_of_cell() 324 int border, pane_scrollbar in screen_redraw_check_cell() 303 int border; screen_redraw_check_cell() local 366 enum screen_redraw_border_type border; screen_redraw_check_is() local 665 int arrows = 0, border; screen_redraw_draw_borders_cell() local [all...] |
| H A D | popup.c | 492 enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE; in popup_key_cb() 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() 656 lines = options_get_number(o, "popup-border-lines"); in popup_display() 686 style_apply(&pd->border_cell, o, "popup-border in popup_display() 490 enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE; popup_key_cb() local [all...] |
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc.css | 22 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 [all...] |
| /openbsd-src/regress/usr.bin/mandoc/tbl/layout/ |
| H A D | font.out_html | 1 <table class="tbl" style="border-style: solid;"> 2 <tr style="border-bottom-style: solid;">
|
| /openbsd-src/gnu/llvm/lldb/docs/_static/ |
| H A D | lldb.css | 34 border-bottom: 2px #fefefe solid; 67 border: none; 72 border-bottom: 1px solid #fefefe;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticDocs.td | 25 border: none; 33 border-top: 0.2em solid #aaa;
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | feature.t | 58 <table border="0" width="100%" cellspacing="0" cellpadding="3"> 80 <table border="0" width="100%" cellspacing="0" cellpadding="3">
|
| H A D | feature2.t | 66 <table border="0" width="100%" cellspacing="0" cellpadding="3"> 93 <table border="0" width="100%" cellspacing="0" cellpadding="3">
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/ |
| H A D | Instance.pm | 198 my $border = '*' x length($line); 199 die "\n\n $border\n $line\n $border\n\n$err";
|
| /openbsd-src/usr.sbin/ospf6d/ |
| H A D | ospfe.c | 786 u_int8_t border, virtual = 0; in orig_rtr_lsa() 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() 779 u_int8_t border, virtual = 0; orig_rtr_lsa() local
|
| /openbsd-src/usr.sbin/ospfd/ |
| H A D | ospfe.c | 842 u_int8_t border, virtual = 0; in orig_rtr_lsa() 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() 835 u_int8_t border, virtual = 0; orig_rtr_lsa() local
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | zonenow.tab | 59 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
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | style.css | 11 DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
|