Home
last modified time | relevance | path

Searched defs:docs (Results 1 – 25 of 39) sorted by relevance

12

/third_party/libexif/m4m/
Dgp-documentation.m413 AC_ARG_ENABLE([docs], [dnl optenable
91 AC_ARG_ENABLE([docs], optenable
/third_party/jinja2/
Dtox.ini26 deps = -r requirements/docs.txt
27 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
/third_party/glfw/docs/
DCMakeLists.txt49 add_custom_target(docs ALL SOURCES "html/index.html") target
/third_party/markupsafe/
Dtox.ini25 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/
Dhtmldiff118 docs = [] variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dattrs.rs22 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/
Drender.rs260 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/
DMakefile.am7 SUBDIRS = src util test docs subdir
Dmeson_options.txt30 option('docs', type: 'feature', value: 'auto', yield: true, feature
Dmeson.build340 subdir('docs') subdir
/third_party/skia/m133/third_party/externals/harfbuzz/
Dmeson_options.txt32 option('docs', type: 'feature', value: 'auto', yield: true, feature
Dmeson.build459 subdir('docs') subdir
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/
Dmacro_.rs50 let docs = ctx.docs(macro_); localVariable
Dliteral.rs175 fn docs(self, db: &dyn HirDatabase) -> Option<Documentation> { in docs() method
/third_party/curl/
DMakefile.am89 SUBDIRS = lib docs src scripts subdir
/third_party/rust/rust/src/tools/linkchecker/
Dmain.rs82 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/
Dattr.rs221 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/
Dtraits.rs91 let docs = itertools::Itertools::join( in doc_comment_text() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/doc_links/
Dtests.rs92 let docs = docs.expect("no docs found for cursor def"); in def_under_cursor() localVariable
/third_party/rust/rust/compiler/rustc_expand/src/parse/
Dtests.rs265 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/
DGatherAPIDataOld.java191 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
DGatherAPIData.java200 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
DCheckTags.java289 void doDocs(ProgramElementDoc[] docs, String header, boolean reportError) { in doDocs()
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/
Dmetadata_collector.rs290 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/
Dsourcegen_ast.rs315 let mut docs = in generate_nodes() localVariable

12