Searched refs:width (Results 1 – 19 of 19) sorted by relevance
| /rocksdb-6.9/docs/_sass/ |
| D | _base.scss | 11 max-width: 100%; 17 max-width: 100%; 75 max-width: $content-width; 105 max-width: $content-width; 131 width: 100%; 301 width: 50%; 359 width: 100%; 416 max-width: 600px; 457 width: 100%; 474 max-width: 1100px; [all …]
|
| D | _react_docs_nav.scss | 6 width: 100%; 78 width: 18px; 86 width: 3px; 89 border-width: 5px 0; 106 border-width: 0 5px 5px; 112 width: 5px; 117 border-width: 5px 5px 0; 142 width: 16px; 220 width: 100%; 232 border-width: 6px 0; [all …]
|
| D | _search.scss | 17 width: 6px; 31 width: 3px; 76 …transition: background-color .2s cubic-bezier(0.68, -0.55, 0.265, 1.55), width .2s cubic-bezier(0.… 77 width: 60px; 82 width: 240px; 110 …transition: background-color .2s cubic-bezier(0.68, -0.55, 0.265, 1.55), width .2s cubic-bezier(0.… 111 width: 100%; 124 width: 100%; 134 min-width: auto; 140 width: 100%;
|
| D | _react_header_nav.scss | 28 …transition: height 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), width 0.3s cubic-bezier(0.68, -0.5… 29 width: 0; 60 width: 300px; 98 width: 20px; 113 width: 0; 118 -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; 119 transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; 123 width: 100%; 133 @media only screen and (min-width: 1024px) {
|
| D | _gridBlock.scss | 10 max-width: 100%; 40 max-width: 150px; 41 width: 50%; 58 @media only screen and (max-width: 1023px) { 71 @media only screen and (min-width: 1024px) { 96 @media only screen and (min-width: 1400px) {
|
| D | _footer.scss | 25 min-width: 275px; 44 max-width: 25%; 50 width: 31px; 74 @media only screen and (min-width: 900px) { 78 max-width: 25%;
|
| D | _slideshow.scss | 27 width: 100%; 38 width: 12px; 42 border-width: 4px; 44 width: 8px;
|
| D | _poweredby.scss | 51 @media only screen and (min-width: 480px) { 54 max-width: 50%; 58 @media only screen and (min-width: 1024px) { 61 max-width: 25%;
|
| D | _header.scss | 7 width: 100%; 128 max-width: 1100px; 135 max-width: 1400px;
|
| D | _promo.scss | 36 width: 100%; 48 @media only screen and (min-width: 1024px) {
|
| D | _syntax-highlighting.scss | 76 max-width: 100%; 103 max-width: 40px; 107 max-width: 20px;
|
| D | _blog.scss | 44 width: 50px;
|
| D | _buttons.scss | 22 border-width: 1px;
|
| /rocksdb-6.9/docs/css/ |
| D | main.scss | 90 $content-width: 900px; 106 @media screen and (max-width: $device) {
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer_plot.py | 279 width = 0.5 # the width of the bars: can also be len(x) sequence 292 width,
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-11-21-delete-range.markdown | 103 {: style="display: block; margin-left: auto; margin-right: auto; width: 80%"} 109 {: style="display: block; margin-left: auto; margin-right: auto; width: 80%"} 132 {: style="display: block; margin-left: auto; margin-right: auto; width: 70%"}
|
| D | 2015-10-27-getthreadlist.markdown | 14 <table width="637" >
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 2141 my $width = int($terminal_width * $pctcomplete); 2142 substr($s,$width,0) = $reset;
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 5468 static inline std::string Indent(int width) { in Indent() argument 5469 return std::string(width, ' '); in Indent()
|