| /third_party/libexif/m4m/ |
| D | gp-documentation.m4 | 13 AC_ARG_ENABLE([docs], [dnl optenable 91 AC_ARG_ENABLE([docs], optenable
|
| /third_party/jinja2/ |
| D | tox.ini | 26 deps = -r requirements/docs.txt 27 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
| /third_party/glfw/docs/ |
| D | CMakeLists.txt | 49 add_custom_target(docs ALL SOURCES "html/index.html") target
|
| /third_party/markupsafe/ |
| D | tox.ini | 25 deps = -r requirements/docs.txt 26 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
| D | htmldiff | 118 docs = [] variable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | attrs.rs | 22 fn docs(self, db: &dyn HirDatabase) -> Option<Documentation>; in docs() method 101 fn docs(self, db: &dyn HirDatabase) -> Option<Documentation> { in docs() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/hover/ |
| D | render.rs | 260 let docs = doc_owner.attrs(sema.db).docs()?; in keyword() localVariable 483 let docs = docs in definition() localVariable 605 let mut docs = "Valid forms are:".to_owned(); in render_builtin_attr() localVariable 623 let docs = def.attrs(db).docs(); in label_and_docs() localVariable 648 let docs = def.attrs(db).docs(); in label_and_layout_info_and_docs() localVariable 680 let docs = def.attrs(db).docs(); in label_value_and_layout_info_and_docs() localVariable 699 let docs = def.attrs(db).docs(); in label_value_and_docs() localVariable 730 let docs = doc_owner.attrs(famous_defs.0.db).docs()?; in builtin() localVariable
|
| /third_party/skia/third_party/externals/harfbuzz/ |
| D | Makefile.am | 7 SUBDIRS = src util test docs subdir
|
| D | meson_options.txt | 30 option('docs', type: 'feature', value: 'auto', yield: true, feature
|
| D | meson.build | 340 subdir('docs') subdir
|
| /third_party/skia/m133/third_party/externals/harfbuzz/ |
| D | meson_options.txt | 32 option('docs', type: 'feature', value: 'auto', yield: true, feature
|
| D | meson.build | 459 subdir('docs') subdir
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/ |
| D | macro_.rs | 50 let docs = ctx.docs(macro_); localVariable
|
| D | literal.rs | 175 fn docs(self, db: &dyn HirDatabase) -> Option<Documentation> { in docs() method
|
| /third_party/curl/ |
| D | Makefile.am | 89 SUBDIRS = lib docs src scripts subdir
|
| /third_party/rust/rust/src/tools/linkchecker/ |
| D | main.rs | 82 let docs = env::args_os().nth(1).expect("doc path should be first argument"); in main() localVariable 83 let docs = env::current_dir().unwrap().join(docs); in main() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | attr.rs | 221 pub fn docs(&self) -> Option<Documentation> { in docs() method 222 let docs = self.by_key("doc").attrs().filter_map(|attr| attr.string_value()); in docs() localVariable 558 let docs = in docs_with_rangemap() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/ |
| D | traits.rs | 91 let docs = itertools::Itertools::join( in doc_comment_text() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/doc_links/ |
| D | tests.rs | 92 let docs = docs.expect("no docs found for cursor def"); in def_under_cursor() localVariable
|
| /third_party/rust/rust/compiler/rustc_expand/src/parse/ |
| D | tests.rs | 265 let docs = item.attrs.iter().filter_map(|at| at.doc_str()).collect::<Vec<_>>(); in crlf_doc_comments() localVariable
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| D | GatherAPIDataOld.java | 191 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
|
| D | GatherAPIData.java | 200 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
|
| D | CheckTags.java | 289 void doDocs(ProgramElementDoc[] docs, String header, boolean reportError) { in doDocs()
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/ |
| D | metadata_collector.rs | 290 docs: String, field 706 let mut docs = String::new(); in cleanup_docs() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/tests/ |
| D | sourcegen_ast.rs | 315 let mut docs = in generate_nodes() localVariable
|