Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 26) sorted by relevance

12

/rocksdb-6.9/buckifier/
Dutil.py28 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.scss3 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.scss45 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.scss37 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.scss22 text-align: center;
26 color: rgba($text, 0.7);
31 text-align: center;
D_tables.scss27 text-align: left;
44 text-transform: uppercase;
D_poweredby.scss39 text-align: center;
65 text-align: left;
D_footer.scss6 text-align: left;
79 text-align: right;
D_gridBlock.scss29 text-align: center;
32 text-align: right;
D_react_header_nav.scss67 background-color: $text;
75 background-color: $text;
D_slideshow.scss26 text-align: center;
D_buttons.scss10 text-transform: uppercase;
D_header.scss23 text-align: left;
/rocksdb-6.9/build_tools/
Damalgamate.py60 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/
Dmain.scss70 $text: #393939; variable
72 $sidenav-text: $text;
76 $text: #fff; variable
78 $sidenav-text: $text;
/rocksdb-6.9/docs/_data/
Dfeatures.yml2 text: |
7 text: |
12 text: |
17 text: |
Dpromo.yml6 text: Get Started
/rocksdb-6.9/java/src/test/java/org/rocksdb/test/
DRocksJunitRunner.java17 import java.text.DecimalFormat;
18 import java.text.NumberFormat;
/rocksdb-6.9/port/win/
Denv_win.cc719 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/
DLICENSE.Apache107 (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/
D2018-11-21-delete-range.markdown106 {: style="text-align: center"}
112 {: style="text-align: center"}
135 {: style="text-align: center"}
166 {: style="text-align: center"}
/rocksdb-6.9/docs/
DTEMPLATE-INFORMATION.md15 …r format you want. The `powered_by` file is a more open list that is just text links to the compan…
DLICENSE-DOCUMENTATION240 Public License, and include the text of, or the URI or
/rocksdb-6.9/util/
Dcrc32c_ppc_asm.S32 .text
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10787 char text[5] = ""; in PrintByteSegmentInObjectTo() local
10798 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo()
10799 *os << text; in PrintByteSegmentInObjectTo()

12