| /rocksdb-6.9/buckifier/ |
| D | util.py | 28 def _make_color_str(text, color): argument 38 def ok(text): argument 40 return text 44 def info(text): argument 46 return text 50 def header(text): argument 52 return text 56 def error(text): argument 58 return text 62 def warning(text): argument [all …]
|
| /rocksdb-6.9/docs/_sass/ |
| D | _base.scss | 3 color: $text; 6 text-align: left; 7 text-rendering: optimizeLegibility; 27 color: $text; 28 text-decoration: none; 71 text-align: left; 136 text-align: center; 145 text-align: left; 176 text-align: left; 184 text-align: left; [all …]
|
| D | _react_docs_nav.scss | 45 color: $sidenav-text; 68 color: $sidenav-text; 77 text-align: left; 88 border: 5px solid $sidenav-text; 108 border-color: transparent $sidenav-text; 133 color: $sidenav-text; 146 text-align: center; 147 color: rgba($sidenav-text, 0.5); 163 color: $sidenav-text; 193 color: $sidenav-text;
|
| D | _search.scss | 37 border: 3px solid rgba($text, 0.25); 38 color: $text; 61 border-color: rgba($text, 0.3); 81 color: $text; 107 color: $text; 130 color: $text;
|
| D | _blog.scss | 22 text-align: center; 26 color: rgba($text, 0.7); 31 text-align: center;
|
| D | _tables.scss | 27 text-align: left; 44 text-transform: uppercase;
|
| D | _poweredby.scss | 39 text-align: center; 65 text-align: left;
|
| D | _footer.scss | 6 text-align: left; 79 text-align: right;
|
| D | _gridBlock.scss | 29 text-align: center; 32 text-align: right;
|
| D | _react_header_nav.scss | 67 background-color: $text; 75 background-color: $text;
|
| D | _slideshow.scss | 26 text-align: center;
|
| D | _buttons.scss | 10 text-transform: uppercase;
|
| D | _header.scss | 23 text-align: left;
|
| /rocksdb-6.9/build_tools/ |
| D | amalgamate.py | 60 for (line, text) in enumerate(f): 61 m = include_re.match(text) 68 source_out.write(text) 79 source_out.write(text) 87 elif text != "#pragma once\n": 88 source_out.write(text)
|
| /rocksdb-6.9/docs/css/ |
| D | main.scss | 70 $text: #393939; variable 72 $sidenav-text: $text; 76 $text: #fff; variable 78 $sidenav-text: $text;
|
| /rocksdb-6.9/docs/_data/ |
| D | features.yml | 2 text: | 7 text: | 12 text: | 17 text: |
|
| D | promo.yml | 6 text: Get Started
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/test/ |
| D | RocksJunitRunner.java | 17 import java.text.DecimalFormat; 18 import java.text.NumberFormat;
|
| /rocksdb-6.9/port/win/ |
| D | env_win.cc | 719 std::string text("Failed to rename: "); in RenameFile() local 720 text.append(src).append(" to: ").append(target); in RenameFile() 722 result = IOErrorFromWindowsError(text, lastError); in RenameFile() 738 std::string text("Failed to link: "); in LinkFile() local 739 text.append(src).append(" to: ").append(target); in LinkFile() 741 result = IOErrorFromWindowsError(text, lastError); in LinkFile()
|
| /rocksdb-6.9/ |
| D | LICENSE.Apache | 107 (d) If the Work includes a "NOTICE" text file as part of its 112 of the following places: within a NOTICE text file distributed 120 or as an addendum to the NOTICE text from the Work, provided 184 the brackets!) The text should be enclosed in the appropriate
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-11-21-delete-range.markdown | 106 {: style="text-align: center"} 112 {: style="text-align: center"} 135 {: style="text-align: center"} 166 {: style="text-align: center"}
|
| /rocksdb-6.9/docs/ |
| D | TEMPLATE-INFORMATION.md | 15 …r format you want. The `powered_by` file is a more open list that is just text links to the compan…
|
| D | LICENSE-DOCUMENTATION | 240 Public License, and include the text of, or the URI or
|
| /rocksdb-6.9/util/ |
| D | crc32c_ppc_asm.S | 32 .text
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 10787 char text[5] = ""; in PrintByteSegmentInObjectTo() local 10798 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 10799 *os << text; in PrintByteSegmentInObjectTo()
|