Home
last modified time | relevance | path

Searched refs:md (Results 1 – 22 of 22) sorted by relevance

/rocksdb-6.9/docs/
DCONTRIBUTING.md7 - Rename this file to `CONTRIBUTING.md`.
8 - Rename `EXAMPLE-README-FOR-RUNNING-DOCS.md` to `README.md` (replacing the existing `README.md` th…
10 - Review the [template information](./TEMPLATE-INFORMATION.md).
16 Most content is written in markdown. You name the file `something.md`, then have a header that look…
33 Modify `index.md` with your new or updated content.
60 or with a combination of changing `./_data/features.yml` and adding some Liquid to `index.md`, such…
74 …own (file extension `.md` or `.markdown`). See current posts in that folder or `./doc-type-example…
77 1. [Run the site locally](./README.md) to test your changes. It will be at `http://127.0.0.1/blog/y…
89 1. [Run the site locally](./README.md) to test your changes. It will be at `http://127.0.0.1/docs/y…
102 1. Create a markdown file in the root `./top-level/`. See `./doc-type-examples/top-level-example.md
[all …]
DREADME.md7 See [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to add or modify content.
15 …y in your local RocksDB clone (i.e., the same directory where this `README.md` exists). The below …
DTEMPLATE-INFORMATION.md13md` which contains the bulk of the main content below the header. This is all markdown if you want…
/rocksdb-6.9/docs/_posts/
D2016-07-26-rocksdb-4-8-released.markdown12 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#public-api-change-1)Public API Ch…
19 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#new-features-2)New Features
27 ## [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#470-482016)4.7.0 (4/8/2016)
29 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#public-api-change-2)Public API Ch…
32 …all Options.OldDefaults() to recover old defaults. DEFAULT_OPTIONS_HISTORY.md will track change hi…
36 ## [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#460-3102016)4.6.0 (3/10/2016)
38 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#public-api-changes-1)Public API C…
45 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#new-features-3)New Features
D2014-05-19-rocksdb-3-0-release.markdown24 Check out the full [change log](https://github.com/facebook/rocksdb/blob/3.0.fb/HISTORY.md).
D2014-04-07-rocksdb-2-8-release.markdown40 …release notes in our [HISTORY.my](https://github.com/facebook/rocksdb/blob/2.8.fb/HISTORY.md) file.
D2018-08-01-rocksdb-tuning-advisor.markdown58 …ation, refer to [advisor](https://github.com/facebook/rocksdb/tree/master/tools/advisor/README.md).
/rocksdb-6.9/db/
Ddb_table_properties_test.cc109 for (auto& md : vmd) { in TestGetPropertiesOfTablesInRange() local
110 std::string fn = md.db_path + md.name; in TestGetPropertiesOfTablesInRange()
114 if (r.limit.compare(md.smallestkey) >= 0 && in TestGetPropertiesOfTablesInRange()
115 r.start.compare(md.largestkey) <= 0) { in TestGetPropertiesOfTablesInRange()
/rocksdb-6.9/
DCONTRIBUTING.md4 The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
Dappveyor.yml29 - md %THIRDPARTY_HOME%
58 - md %APPVEYOR_BUILD_FOLDER%\build
DHISTORY.md785 …all Options.OldDefaults() to recover old defaults. DEFAULT_OPTIONS_HISTORY.md will track change hi…
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc482 for (const auto& md : metadata) { in CheckConsistency() local
484 std::string file_path = md.db_path + md.name; in CheckConsistency()
495 "Can't access " + md.name + ": " + s.ToString() + "\n"; in CheckConsistency()
Ddb_impl.cc3389 for (const auto& md : metadata) { in CheckConsistency() local
3391 std::string fname = md.name; in CheckConsistency()
3395 files_by_directory[md.db_path].push_back(fname); in CheckConsistency()
3419 for (const auto& md : metadata) { in CheckConsistency() local
3421 std::string file_path = md.db_path + md.name; in CheckConsistency()
3432 "Can't access " + md.name + ": " + s.ToString() + "\n"; in CheckConsistency()
3433 } else if (fsize != md.size) { in CheckConsistency()
3436 ToString(md.size) + ", actual size " + in CheckConsistency()
Ddb_impl_open.cc1584 for (const auto& md : metadata) { in Open() local
1585 std::string name = md.name; in Open()
1589 known_file_sizes[name] = md.size; in Open()
/rocksdb-6.9/build_tools/
Drun_ci_db_test.ps188 md -Path $WorkFolder -ErrorAction Ignore | Out-Null
89 md -Path $LogFolder -ErrorAction Ignore | Out-Null
/rocksdb-6.9/java/
DMakefile253 $(AM_V_at)@cp ../HISTORY.md ./HISTORY-CPP.md
254 $(AM_V_at)@rm -f ./HISTORY-CPP.md
/rocksdb-6.9/docs/doc-type-examples/
Dtop-level-example.md8 …the blog or docs collections that can be added at a top-level (i.e., the same level as `index.md`).
Ddocs-hello-world.md12 …e the entire `_docs` folder. Otherwise add markdown files in here. See CONTRIBUTING.md for details.
D2016-04-07-blog-post-example.md21 … the entire `_posts` folder. Otherwise add markdown files in here. See CONTRIBUTING.md for details.
/rocksdb-6.9/tools/rdb/
DREADME.md40 See `API.md` for how to use RocksDB from the shell.
/rocksdb-6.9/utilities/
Denv_librados.md43 Check this [link](https://github.com/facebook/rocksdb/blob/master/INSTALL.md) to install the depend…
/rocksdb-6.9/docs/_docs/
Dfaq.md38 …dustry. For a list of projects currently using RocksDB, take a look at our USERS.md list on github.