Home
last modified time | relevance | path

Searched refs:width (Results 1 – 19 of 19) sorted by relevance

/rocksdb-6.9/docs/_sass/
D_base.scss11 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.scss6 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.scss17 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.scss28 …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.scss10 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.scss25 min-width: 275px;
44 max-width: 25%;
50 width: 31px;
74 @media only screen and (min-width: 900px) {
78 max-width: 25%;
D_slideshow.scss27 width: 100%;
38 width: 12px;
42 border-width: 4px;
44 width: 8px;
D_poweredby.scss51 @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.scss7 width: 100%;
128 max-width: 1100px;
135 max-width: 1400px;
D_promo.scss36 width: 100%;
48 @media only screen and (min-width: 1024px) {
D_syntax-highlighting.scss76 max-width: 100%;
103 max-width: 40px;
107 max-width: 20px;
D_blog.scss44 width: 50px;
D_buttons.scss22 border-width: 1px;
/rocksdb-6.9/docs/css/
Dmain.scss90 $content-width: 900px;
106 @media screen and (max-width: $device) {
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_plot.py279 width = 0.5 # the width of the bars: can also be len(x) sequence
292 width,
/rocksdb-6.9/docs/_posts/
D2018-11-21-delete-range.markdown103 {: 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%"}
D2015-10-27-getthreadlist.markdown14 <table width="637" >
/rocksdb-6.9/build_tools/
Dgnu_parallel2141 my $width = int($terminal_width * $pctcomplete);
2142 substr($s,$width,0) = $reset;
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5468 static inline std::string Indent(int width) { in Indent() argument
5469 return std::string(width, ' '); in Indent()