Home
last modified time | relevance | path

Searched full:guide (Results 1 – 25 of 1474) sorted by relevance

12345678910>>...59

/third_party/rust/rust/
DCONTRIBUTING.md11 Documentation for contributing to the compiler or tooling is located in the [Guide to Rustc
12 Development][rustc-dev-guide], commonly known as the [rustc-dev-guide]. Documentation for the
13 …rd library in the [Standard library developers Guide][std-dev-guide], commonly known as the [std-d…
15 ## About the [rustc-dev-guide]
17 The [rustc-dev-guide] is meant to help document how rustc –the Rust compiler– works,
19 to read and understand the [rustc-dev-guide] before making a contribution. This guide
23 ## [Getting help](https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions)
29 …g Questions](https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions) chapter …
36 [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
37 [std-dev-guide]: https://std-dev-guide.rust-lang.org/
[all …]
D.gitmodules19 [submodule "src/doc/rustc-dev-guide"]
20 path = src/doc/rustc-dev-guide
21 url = https://github.com/rust-lang/rustc-dev-guide.git
22 [submodule "src/doc/edition-guide"]
23 path = src/doc/edition-guide
24 url = https://github.com/rust-lang/edition-guide.git
/third_party/openhitls/docs/index/
Dindex.md8 …用指南/1_构建及安装指导.md) | [Build and Installation Guide](../en/4_User%20Guide/1_Build%20and%20Installati…
9 | 5 | [测试指南](../zh/4_使用指南/2_测试指南.md) | [Test Guide](../en/4_User%20Guide/2_Test%20Guide.md) |
10 | 6 | [版本升级指导](../zh/4_使用指南/3_版本升级指导.md) | [Upgrade Guide](../en/4_User%20Guide/3_Upgrade%20Guid…
11 …ication Development Guide](../en/5_Developer%20Guide/1_Encryption%20and%20Integrity%20Protection%2…
12 …ation Application Development Guide](../en/5_Developer%20Guide/2_Secure%20Communication%20Applicat…
13 | 9 | [API参考](../zh/5_开发指南/3_API参考.md) | [API Reference](../en/5_Developer%20Guide/3_API%20Ref…
14 …rovider开发指南.md) | [provider Development Guide](../en/5_Developer%20Guide/4_provider%20Developm…
/third_party/libuv/docs/src/
Dguide.rst3 User guide
7 The contents of this guide have been recently incorporated into the libuv documentation
14 guide/introduction
15 guide/basics
16 guide/filesystem
17 guide/networking
18 guide/threads
19 guide/processes
20 guide/eventloops
21 guide/utilities
[all …]
/third_party/libabigail/doc/vizualization/layout/svg/
Dsa-base.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
Dsa-DD3.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
Dsa-DD2.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
Dsa-DD4.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
Dsa-DD5.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
Dsa-C1.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
Dsa-DD1.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
Dsa-D4v.svg37 inkscape:guide-bbox="true"
43 <sodipodi:guide
47 <sodipodi:guide
51 <sodipodi:guide
55 <sodipodi:guide
59 <sodipodi:guide
63 <sodipodi:guide
67 <sodipodi:guide
71 <sodipodi:guide
75 <sodipodi:guide
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/docs/dev/
Dguide.md1 # Guide to rust-analyzer
3 ## About the guide
5 This guide describes the current state of rust-analyzer as of 2019-01-20 (git
6 tag [guide-2019-01]). Its purpose is to document various problems and
8 for Rust. There is a video version of this guide as well:
11 [guide-2019-01]: https://github.com/rust-lang/rust-analyzer/tree/guide-2019-01
43 [`AnalysisHost`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_ide_api/s…
44 [`Analysis`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_ide_api/src/l…
144 [`main_loop`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_lsp_server/s…
145 [`main_loop_inner`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_lsp_se…
[all …]
/third_party/glfw/src/
Dmappings.h65 …,8bitdo,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
67 …tDo F30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
68 …F30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
69 …C30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
71 "03000000c82d00005106000000000000,8BitDo M30 Gamepad,a:b1,b:b0,back:b10,guide:b2,leftshoulder:b6,le…
74 …tDo N30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
77 …N30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
78 …0 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
79 …0 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6…
82 …o Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b…
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
/third_party/rust/rust/.github/ISSUE_TEMPLATE/
Dtracking_issue.md41 - [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide])
42 - [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide])
44 [stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization…
45 [doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs
/third_party/json/docs/docset/
DdocSet.sql165 INSERT INTO searchIndex(name, type, path) VALUES ('Arbitrary Type Conversions', 'Guide', 'features/…
166 INSERT INTO searchIndex(name, type, path) VALUES ('Binary Formats', 'Guide', 'features/binary_forma…
167 INSERT INTO searchIndex(name, type, path) VALUES ('Binary Formats: BJData', 'Guide', 'features/bina…
168 INSERT INTO searchIndex(name, type, path) VALUES ('Binary Formats: BSON', 'Guide', 'features/binary…
169 INSERT INTO searchIndex(name, type, path) VALUES ('Binary Formats: CBOR', 'Guide', 'features/binary…
170 INSERT INTO searchIndex(name, type, path) VALUES ('Binary Formats: MessagePack', 'Guide', 'features…
171 INSERT INTO searchIndex(name, type, path) VALUES ('Binary Formats: UBJSON', 'Guide', 'features/bina…
172 INSERT INTO searchIndex(name, type, path) VALUES ('Binary Values', 'Guide', 'features/binary_values…
173 INSERT INTO searchIndex(name, type, path) VALUES ('Comments', 'Guide', 'features/comments/index.htm…
174 INSERT INTO searchIndex(name, type, path) VALUES ('Element Access', 'Guide', 'features/element_acce…
[all …]
/third_party/icu/docs/userguide/
Dindex.md3 title: ICU User Guide
5 description: ICU User Guide
13 # ICU User Guide
17 This User Guide provides information on i18n topics for which ICU has services, and
22 This is the new home of the User Guide (since 2020 August).
/third_party/rust/rust/tests/ui/async-await/
Dedition-deny-async-fns-2015.next.stderr8 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
17 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
26 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
35 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
44 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
53 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
62 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
71 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
80 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
Dedition-deny-async-fns-2015.current.stderr8 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
17 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
26 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
35 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
44 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
53 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
62 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
71 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
80 = note: for more on editions, read https://doc.rust-lang.org/edition-guide
/third_party/rust/rust/tests/ui/
Dnon-fmt-panic.stderr77 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
90 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
103 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
128 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
141 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
154 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
167 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
180 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
197 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
210 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic…
[all …]
/third_party/rust/rust/compiler/rustc_hir_analysis/
DREADME.md2 [type checking] chapter of the [rustc dev guide].
4 [type checking]: https://rustc-dev-guide.rust-lang.org/type-checking.html
5 [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/
/third_party/rust/rust/src/
DREADME.md6 For more information on how various parts of the compiler work, see the [rustc dev guide].
8 [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html
/third_party/python/Doc/installing/
Dindex.rst20 This guide covers the installation part of the process. For a guide to
22 :ref:`distribution guide <distributing-index>`.
70 `Python Packaging User Guide: Creating and using virtual environments
88 this guide assume the use of a :term:`virtual environment`.
90 For Windows users, the examples in this guide assume that the option to
109 found in the `Python Packaging User Guide <https://packaging.python.org>`__.
117 `Python Packaging User Guide: Installing Python Distribution Packages
131 User Guide.
135 `Python Packaging User Guide: Requirements for Installing Packages
159 `Python Packaging User Guide: Installing Scientific Packages
[all …]
/third_party/rust/rust/tests/ui/iterators/
Dinto-iter-on-arrays-lint.stderr8 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
26 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
43 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
60 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
77 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
86 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
95 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
104 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
113 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
122 …= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoI…
[all …]

12345678910>>...59