| /external/aws-sdk-java-v2/services/oam/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2022-06-10", 7 "protocol":"rest-json", 12 "uid":"oam-2022-06-10" 31 …"documentation":"<p>Creates a link between a source account and a sink that you have created in a … string 49 …"documentation":"<p>Use this to create a <i>sink</i> in the current account, so that it can be use… string 66 …"documentation":"<p>Deletes a link between a monitoring account sink and a source account. You mus… string 84 …"documentation":"<p>Deletes a sink. You must delete all links to a sink before you can delete that… string 101 …"documentation":"<p>Returns complete information about one link.</p> <p>To use this operation, pro… string 118 …"documentation":"<p>Returns complete information about one monitoring account sink.</p> <p>To use … string 135 …"documentation":"<p>Returns the current sink policy attached to this sink. The sink policy specifi… string [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | firebasedynamiclinks_v1.managedShortLinks.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | firebasedynamiclinks_v1.shortLinks.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/aws-sdk-java-v2/.github/ISSUE_TEMPLATE/ |
| D | documentation.yml | 1 --- 2 name: " Documentation Issue" 3 description: Report an issue in the API Reference documentation or Developer Guide 5 labels: [documentation, needs-triage] 8 - type: textarea 16 - type: textarea 17 id: links 19 label: Links 21 Include links to affected documentation page(s).
|
| /external/aws-crt-java/.github/ISSUE_TEMPLATE/ |
| D | documentation.yml | 1 --- 2 name: " Documentation Issue" 3 description: Report an issue in the API Reference documentation or Developer Guide 5 labels: [documentation, needs-triage] 8 - type: textarea 16 - type: textarea 17 id: links 19 label: Links 21 Include links to affected documentation page(s).
|
| /external/google-cloud-java/java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/ |
| D | DocumentLinkServiceClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 36 // AUTO-GENERATED DOCUMENTATION AND CLASS. 38 * Service Description: This service lets you manage document-links. Document-Links are treated as 39 * sub-resources under source documents. 47 * // - It may require correct/in-range values for request initialization. 48 * // - It may require specifying regional endpoints when creating the service client as shown in 58 * such as threads. In the example above, try-with-resources is used, which automatically calls 89 * // - It may require correct/in-range values for request initialization. 90 * // - It may require specifying regional endpoints when creating the service client as shown in 105 * // - It may require correct/in-range values for request initialization. [all …]
|
| /external/rust/cxx/gen/build/src/ |
| D | cfg.rs | 24 /// <div style="float:right;margin:22px 50px 0;font-size:1.15em;opacity:.73"><strong>&str</stro… 67 /// Note that cross-crate imports are only made available between **direct 71 /// dependency's Cargo.toml manifest contains a `links` key. If not, its headers 76 /// <div style="float:right;margin:22px 50px 0;font-size:1.15em;opacity:.73"><strong>Vec<&Pa… 91 /// When using `exported_header_dirs`, your crate must also set a `links` key 92 /// for itself in Cargo.toml. See [*the `links` manifest key*][links]. The 94 /// without a `links` key, which means the downstream crate's build script might 97 /// [links]: https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key 151 /// <div style="float:right;margin:22px 50px 0;font-size:1.15em;opacity:.73"><strong>Vec<&st… 162 /// `CFG.exported_header_prefixes` (*or* their `links` key into [all …]
|
| /external/dokka/runners/cli/src/main/kotlin/cli/ |
| D | main.kt | 33 …ent(value = "format", description = "Output format (text, html, markdown, jekyll, kotlin-website)") in <lambda>() 36 @set:Argument(value = "module", description = "Name of the documentation module") in <lambda>() 42 …set:Argument(value = "nodeprecated", description = "Exclude deprecated members from documentation") in <lambda>() 48 …@set:Argument(value = "impliedPlatforms", description = "List of implied platforms (comma-separate… in <lambda>() 51 …geOptions", description = "List of package options in format \"prefix,-deprecated,-privateApi,+war… in <lambda>() 54 …@set:Argument(value = "links", description = "External documentation links in format url^packageLi… in <lambda>() 55 var links: String = "" in <lambda>() variable in org.jetbrains.dokka.DokkaArguments 57 @set:Argument(value = "noStdlibLink", description = "Disable documentation link to stdlib") in <lambda>() 60 @set:Argument(value = "noJdkLink", description = "Disable documentation link to jdk") in <lambda>() 101 fun parseLinks(links: String): List<ExternalDocumentationLink> { in parseLinks() [all …]
|
| /external/llvm/docs/ |
| D | README.txt | 1 LLVM Documentation 4 LLVM's documentation is written in reStructuredText, a lightweight 6 reStructuredText documentation should be quite readable in source form, it 7 is mostly meant to be processed by the Sphinx documentation generation 12 Sphinx <http://sphinx-doc.org/> and then do: 14 cd <build-dir> 15 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_HTML=true <src-dir> 16 make -j3 docs-llvm-html 17 $BROWSER <build-dir>/docs//html/index.html 19 The mapping between reStructuredText files and generated documentation is [all …]
|
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # LLVM documentation build configuration file. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 37 #source_encoding = 'utf-8-sig' 44 copyright = u'2003-%d, LLVM Project' % date.today().year 55 # The language for content autogenerated by Sphinx. Refer to documentation 60 # non-false value, then it is used: 63 today_fmt = '%Y-%m-%d' [all …]
|
| /external/cronet/third_party/libc++/src/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # libc++ documentation build configuration file. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 37 # source_encoding = 'utf-8-sig' 44 copyright = "2011-%d, LLVM Project" % date.today().year 55 # The language for content autogenerated by Sphinx. Refer to documentation 60 # non-false value, then it is used: 63 today_fmt = "%Y-%m-%d" [all …]
|
| /external/libcxx/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # libc++ documentation build configuration file. 17 # documentation root, use os.path.abspath to make it absolute, like shown here. 20 # -- General configuration ----------------------------------------------------- 22 # If your documentation needs a minimal Sphinx version, state it here. 36 #source_encoding = 'utf-8-sig' 43 copyright = u'2011-2018, LLVM Project' 54 # The language for content autogenerated by Sphinx. Refer to documentation 59 # non-false value, then it is used: 62 today_fmt = '%Y-%m-%d' [all …]
|
| /external/python/uritemplates/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # Requests documentation build configuration file, created by 4 # sphinx-quickstart on Sun Feb 13 23:54:25 2011. 17 # signatures in the generated documentation are still correct 22 # documentation root, use os.path.abspath to make it absolute, like shown here. 26 # -- General configuration ----------------------------------------------------- 28 # If your documentation needs a minimal Sphinx version, state it here. 42 #source_encoding = 'utf-8-sig' 49 copyright = u'2013 - Ian Cordasco' 60 # The language for content autogenerated by Sphinx. Refer to documentation [all …]
|
| /external/fmtlib/doc/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # format documentation build configuration file, created by 4 # sphinx-quickstart on Tue Dec 18 06:46:16 2012. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 43 #source_encoding = 'utf-8-sig' 50 copyright = u'2012-present, Victor Zverovich' 64 # The language for content autogenerated by Sphinx. Refer to documentation 69 # non-false value, then it is used: [all …]
|
| /external/clang/docs/analyzer/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # Clang Static Analyzer documentation build configuration file, created by 4 # sphinx-quickstart on Wed Jan 2 15:54:28 2013. 19 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 38 #source_encoding = 'utf-8-sig' 45 copyright = u'2013-%d, Analyzer Team' % date.today().year 56 # The language for content autogenerated by Sphinx. Refer to documentation 61 # non-false value, then it is used: [all …]
|
| /external/iperf3/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # iperf documentation build configuration file, created by 4 # sphinx-quickstart on Fri Mar 28 14:58:40 2014. 21 # documentation root, use os.path.abspath to make it absolute, like shown here. 24 # -- General configuration ------------------------------------------------ 26 # If your documentation needs a minimal Sphinx version, state it here. 41 #source_encoding = 'utf-8-sig' 48 copyright = u'2014-2020, ESnet' 60 # The language for content autogenerated by Sphinx. Refer to documentation 65 # non-false value, then it is used: [all …]
|
| /external/tpm2-tss/sphinx/ |
| D | conf.py | 2 # -*- coding: utf-8 -*- 4 # tpm2-tss documentation build configuration file, created by 5 # sphinx-quickstart on Thu Aug 29 14:00:06 2019. 23 # Build doxygen documentation 30 s/@PACKAGE_NAME@/tpm2-tss/g; 32 …-tss' VERSION='2.3.0-dev' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='YES' GENERATE_RTF=… 38 # documentation root, use os.path.abspath to make it absolute, like shown here. 41 # -- General configuration ------------------------------------------------ 43 # If your documentation needs a minimal Sphinx version, state it here. 60 #source_encoding = 'utf-8-sig' [all …]
|
| /external/python/dateutil/docs/ |
| D | conf.py | 2 # -*- coding: utf-8 -*- 4 # dateutil documentation build configuration file, created by 5 # sphinx-quickstart on Thu Nov 20 23:18:41 2014. 21 # documentation root, use os.path.abspath to make it absolute, like shown here. 25 # -- General configuration ------------------------------------------------ 27 # If your documentation needs a minimal Sphinx version, state it here. 46 #source_encoding = 'utf-8-sig' 66 # The language for content autogenerated by Sphinx. Refer to documentation 71 # non-false value, then it is used: 84 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
| /external/python/pyee/docs/ |
| D | conf.py | 2 # -*- coding: utf-8 -*- 4 # pyee documentation build configuration file, created by 5 # sphinx-quickstart on Sat Oct 1 15:15:23 2016. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 24 # -- General configuration ------------------------------------------------ 26 # If your documentation needs a minimal Sphinx version, state it here. 50 # source_encoding = 'utf-8-sig' 70 # The language for content autogenerated by Sphinx. Refer to documentation 78 # non-false value, then it is used: 96 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
| /external/python/pyfakefs/docs/ |
| D | conf.py | 3 # pyfakefs documentation build configuration file, created by 4 # sphinx-quickstart on Mon Oct 31 20:05:53 2016. 17 # documentation root, use os.path.abspath to make it absolute, like shown here. 24 # -- General configuration ------------------------------------------------ 26 # If your documentation needs a minimal Sphinx version, state it here. 50 # source_encoding = 'utf-8-sig' 59 © Copyright 2014-2023 John McGehee""" 71 # The language for content autogenerated by Sphinx. Refer to documentation 79 # non-false value, then it is used: 96 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
| /external/dokka/ |
| D | README.md | 7 Dokka is a documentation engine for Kotlin, performing the same function as javadoc for Java. 8 Just like Kotlin itself, Dokka fully supports mixed-language Java/Kotlin projects. It understands 9 … Java files and [KDoc comments](https://kotlinlang.org/docs/reference/kotlin-doc.html) in Kotlin f… 10 and can generate documentation in multiple formats including standard Javadoc, HTML and Markdown. 23 classpath "org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}" 56 // List of files with module and package documentation 57 // http://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation 66 // to enable package-list caching 81 impliedPlatforms = ["JVM"] // See platforms section of documentation 97 // See platforms section of documentation [all …]
|
| /external/google-styleguide/docguide/ |
| D | style.md | 16 1. [Document layout](#document-layout) 17 1. [Character line limit](#character-line-limit) 18 1. [Trailing whitespace](#trailing-whitespace) 20 1. [ATX-style headings](#atx-style-headings) 21 1. [Add spacing to headings](#add-spacing-to-headings) 23 1. [Use lazy numbering for long lists](#use-lazy-numbering-for-long-lists) 24 1. [Nested list spacing](#nested-list-spacing) 28 1. [Declare the language](#declare-the-language) 29 1. [Escape newlines](#escape-newlines) 30 1. [Nest codeblocks within lists](#nest-codeblocks-within-lists) [all …]
|
| /external/swiftshader/third_party/subzero/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # Subzero documentation build configuration file. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 23 # If your documentation needs a minimal Sphinx version, state it here. 37 #source_encoding = 'utf-8-sig' 44 copyright = u'2014-%d, Subzero Project' % date.today().year 55 # The language for content autogenerated by Sphinx. Refer to documentation 60 # non-false value, then it is used: 63 today_fmt = '%Y-%m-%d' [all …]
|
| /external/openthread/tools/harness-automation/doc/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 12 # documentation and/or other materials provided with the distribution. 31 # Thread Harness Automation documentation build configuration file, created by 32 # sphinx-quickstart on Wed Jun 29 15:18:24 2016. 45 # documentation root, use os.path.abspath to make it absolute, like shown here. 53 # -- General configuration ------------------------------------------------ 55 # If your documentation needs a minimal Sphinx version, state it here. 75 # source_encoding = 'utf-8-sig' 94 # The language for content autogenerated by Sphinx. Refer to documentation 102 # non-false value, then it is used: [all …]
|
| /external/clang/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 3 # Clang documentation build configuration file, created by 4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012. 19 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # -- General configuration ----------------------------------------------------- 24 # If your documentation needs a minimal Sphinx version, state it here. 38 #source_encoding = 'utf-8-sig' 45 copyright = u'2007-%d, The Clang Team' % date.today().year 56 # The language for content autogenerated by Sphinx. Refer to documentation 61 # non-false value, then it is used: [all …]
|