Home
last modified time | relevance | path

Searched full:documentation (Results 1 – 25 of 13508) sorted by relevance

12345678910>>...541

/external/libxml2/test/schemas/
Dnvdcve_0.xsd8 <xs:documentation>This schema defines the structure of the National
20 how to interpret this data. </xs:documentation>
24 …<xs:documentation>The root element of the NVD CVE feed. Multiple "entry" child elements describe s…
32 <xs:documentation>The schema version number supported by the feed.</xs:documentation>
37 <xs:documentation>The date the feed was generated.</xs:documentation>
45 <xs:documentation>A CVE entry.</xs:documentation>
54 <xs:documentation> Documents one CVE entry. The child elements should always
56 entry elements from the CVE XML feeds.</xs:documentation>
61 <xs:documentation>Description wrapper tag, parent to any
65 description source (i.e. CVE, NVD, ...). </xs:documentation>
[all …]
Dchangelog093_1.xsd12 <xsd:documentation>
16 </xsd:documentation>
64 <xsd:documentation>
68 </xsd:documentation>
79 <xsd:documentation>
82 </xsd:documentation>
93 <xsd:documentation>
97 </xsd:documentation>
106 <xsd:documentation>
110 </xsd:documentation>
[all …]
/external/clang/include/clang/Basic/
DAttr.td10 // The documentation is organized by category. Attributes can have category-
11 // specific documentation that is collated within the larger document.
21 // documentation. Ideally, this category should be used for internal-only
27 // documentation. Otherwise, the documentation will specify the attribute has
32 // Specifies the documentation to be associated with the given category.
33 class Documentation {
52 def Undocumented : Documentation {
306 // Any documentation that should be associated with the attribute. Since an
308 // Documentation entry may be listed.
309 list<Documentation> Documentation;
[all …]
DDiagnosticCommentKinds.td11 let CategoryName = "Documentation Issue" in {
18 InGroup<Documentation>, DefaultIgnore;
22 InGroup<Documentation>, DefaultIgnore;
52 InGroup<Documentation>, DefaultIgnore;
56 InGroup<Documentation>, DefaultIgnore;
69 InGroup<Documentation>, DefaultIgnore;
78 InGroup<Documentation>, DefaultIgnore;
85 InGroup<Documentation>, DefaultIgnore;
91 InGroup<Documentation>, DefaultIgnore;
97 InGroup<Documentation>, DefaultIgnore;
[all …]
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td133 Documentation<HasDocumentation>,
188 Documentation<HasDocumentation>,
193 Documentation<HasDocumentation>;
198 Documentation<HasDocumentation>;
202 Documentation<HasDocumentation>;
206 Documentation<HasDocumentation>;
210 Documentation<HasDocumentation>;
214 Documentation<NotDocumented>,
220 Documentation<HasDocumentation>;
224 Documentation<NotDocumented>,
[all …]
/external/llvm-project/clang/include/clang/Basic/
DAttr.td9 // The documentation is organized by category. Attributes can have category-
10 // specific documentation that is collated within the larger document.
23 // documentation. Ideally, this category should be used for internal-only
29 // documentation. Otherwise, the documentation will specify the attribute has
34 // Specifies the documentation to be associated with the given category.
35 class Documentation {
54 def Undocumented : Documentation {
546 // Any documentation that should be associated with the attribute. Since an
548 // Documentation entry may be listed.
549 list<Documentation> Documentation;
[all …]
DDiagnosticCommentKinds.td10 let CategoryName = "Documentation Issue" in {
17 InGroup<Documentation>, DefaultIgnore;
21 InGroup<Documentation>, DefaultIgnore;
51 InGroup<Documentation>, DefaultIgnore;
55 InGroup<Documentation>, DefaultIgnore;
68 InGroup<Documentation>, DefaultIgnore;
77 InGroup<Documentation>, DefaultIgnore;
84 InGroup<Documentation>, DefaultIgnore;
90 InGroup<Documentation>, DefaultIgnore;
96 InGroup<Documentation>, DefaultIgnore;
[all …]
/external/fonttools/Doc/
DREADME.md1 # fontTools Documentation
3 The fontTools project documentation updates continuously on Read the Docs as the project source cha…
5 The documentation is hosted at https://fonttools.readthedocs.io/.
9 - [How to Build Local Documentation](#how-to-build-local-documentation)
10 - [Contributing to the fontTools Documentation](#contributing-to-the-documentation)
11 - [Documentation License](#documentation-license)
13 ## How to Build Local Documentation
17 …and the `pip` Python package manager installed on your system to build the fontTools documentation.
19 …eate a Python virtual environment, and then install fontTools and the documentation build dependen…
26 ### Build Documentation argument
[all …]
/external/pigweed/pw_docgen/
Ddocs.rst6 The docgen module provides tools to generate documentation for Pigweed-based
11 documentation. Docgen provides a convenient way to combine all of the relevant
12 documentation for a project into one place, allowing downstream consumers of
14 unified source of documentation early on.
16 The documentation generation is integrated directly into the build system. Any
17 build target can depend on documentation, which allows it to be included as part
18 of a factory release build, for example. Additionally, documentation itself can
20 Any time the code is changed, documentation will be regenerated with the updated
23 Documentation overview
25 Each Pigweed module provides documentation describing its functionality, use
[all …]
/external/mesa3d/src/freedreno/registers/
Drules-ng.xsd8 <documentation>
15 </documentation>
16 <documentation>Version 0.1</documentation>
44 <!-- Documentation elements -->
62 <documentation>
64 </documentation>
75 <documentation>nickType</documentation>
84 <documentation>databaseType</documentation>
94 <documentation>importType</documentation>
101 <documentation>copyrightType</documentation>
[all …]
/external/google-styleguide/docguide/
Dbest_practices.md1 # Documentation Best Practices
8 1. [Minimum viable documentation](#minimum-viable-documentation)
10 1. [Delete dead documentation](#delete-dead-documentation)
11 1. [Documentation is the story of your code](#documentation-is-the-story-of-your-code)
13 ## Minimum viable documentation
16 assembly of "documentation" in various states of disrepair.
32 **Change your documentation in the same CL as the code change**. This keeps your
39 ## Delete dead documentation
59 Your documentation should be as good as possible within a reasonable time frame.
60 The standards for a documentation review are different from the
[all …]
/external/python/cpython2/Doc/library/
Dpydoc.rst1 :mod:`pydoc` --- Documentation generator and online help system
5 :synopsis: Documentation generator and online help system.
13 single: documentation; generation
14 single: documentation; online
21 The :mod:`pydoc` module automatically generates documentation from Python
22 modules. The documentation can be presented as pages of text on the console,
25 For modules, classes, functions and methods, the displayed documentation is
33 interactive interpreter, which uses :mod:`pydoc` to generate its documentation
34 as text on the console. The same text documentation can also be viewed from
40 at a shell prompt will display documentation on the :mod:`sys` module, in a
[all …]
Ddocxmlrpcserver.rst18 :mod:`SimpleXMLRPCServer` to serve HTML documentation in response to HTTP GET
38 POST requests, documentation GET requests, and modifies logging so that the
52 HTML documentation. This allows a server to provide its own web-based
53 documentation.
58 Set the title used in the generated HTML documentation. This title will be used
64 Set the name used in the generated HTML documentation. This name will appear at
65 the top of the generated documentation inside a "h1" element.
70 Set the description used in the generated HTML documentation. This description
71 will appear as a paragraph, below the server name, in the documentation.
81 HTML documentation. This allows a server to provide its own web-based
[all …]
/external/dokka/
DREADME.md7 Dokka is a documentation engine for Kotlin, performing the same function as javadoc for Java.
10 and can generate documentation in multiple formats including standard Javadoc, HTML and Markdown.
56 // List of files with module and package documentation
57 // http://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation
81 impliedPlatforms = ["JVM"] // See platforms section of documentation
97 // See platforms section of documentation
115 // No default documentation link to kotlin-stdlib
118 … // Allows linking to documentation of the project's dependencies (generated with Javadoc or Dokka)
121 // Root URL of the generated documentation to link with. The trailing slash is required!
128 // Allows to customize documentation generation options on a per-package basis
[all …]
/external/python/cpython2/Lib/
DDocXMLRPCServer.py4 serve pydoc-style documentation in response to HTTP
5 GET requests. This documentation is dynamically generated
69 """Produce HTML documentation for a function or method object."""
110 """Produce HTML documentation for an XML-RPC server."""
135 """Generates documentation for an XML-RPC server.
142 # setup variables used for HTML documentation
143 self.server_name = 'XML-RPC Server Documentation'
147 self.server_title = 'XML-RPC Server Documentation'
150 """Set the HTML title of the generated server documentation"""
155 """Set the name of the generated HTML server documentation"""
[all …]
/external/wayland/
Dconfigure.ac86 AC_ARG_ENABLE([documentation], optenable
87 [AC_HELP_STRING([--disable-documentation],
88 [Disable building the documentation])],
138 …C_MSG_ERROR([Documentation build requested but doxygen not found. Install doxygen or disable the d…
145 …n 1.6+ required for documentation build. Install required doxygen version or disable the documenta…
152 …AC_MSG_ERROR([Documentation build requested but xmlto not found. Install xmlto or disable the docu…
157 …G_ERROR([Documentation build requested but graphviz's dot not found. Install graphviz or disable t…
163 … 2.26+ required for documentation build. Install required graphviz version or disable the document…
174Documentation build requested but docbook-xsl stylesheets are not found. Install the docbook-xsl p…
/external/dng_sdk/
DLICENSE.source_code3 Adobe Systems Incorporated provides the Software and Documentation for use under
5 modification or distribution of the Software or Documentation, or any
10 accompanying this Agreement. "Documentation" means the documents, specifications
21 copies of the Documentation for your development purposes and to publicly
23 Documentation.
27 Documentation and you will include such notices in any copies of the Software
31 Documentation in any manner not permitted by this Agreement. No title to the
32 intellectual property in the Software or Documentation is transferred to you
34 or the Documentation except as expressly set forth in this Agreement. All rights
38 ADOBE PROVIDES THE SOFTWARE AND DOCUMENTATION ONLY ON AN "AS IS" BASIS WITHOUT
[all …]
DLICENSE6 Adobe Systems Incorporated provides the Software and Documentation for use under
8 modification or distribution of the Software or Documentation, or any
13 accompanying this Agreement. "Documentation" means the documents, specifications
24 copies of the Documentation for your development purposes and to publicly
26 Documentation.
30 Documentation and you will include such notices in any copies of the Software
34 Documentation in any manner not permitted by this Agreement. No title to the
35 intellectual property in the Software or Documentation is transferred to you
37 or the Documentation except as expressly set forth in this Agreement. All rights
41 ADOBE PROVIDES THE SOFTWARE AND DOCUMENTATION ONLY ON AN "AS IS" BASIS WITHOUT
[all …]
DNOTICE13 Adobe Systems Incorporated provides the Software and Documentation for use under
15 modification or distribution of the Software or Documentation, or any
20 accompanying this Agreement. "Documentation" means the documents, specifications
31 copies of the Documentation for your development purposes and to publicly
33 Documentation.
37 Documentation and you will include such notices in any copies of the Software
41 Documentation in any manner not permitted by this Agreement. No title to the
42 intellectual property in the Software or Documentation is transferred to you
44 or the Documentation except as expressly set forth in this Agreement. All rights
48 ADOBE PROVIDES THE SOFTWARE AND DOCUMENTATION ONLY ON AN "AS IS" BASIS WITHOUT
[all …]
/external/python/cpython3/Doc/library/
Dpydoc.rst1 :mod:`pydoc` --- Documentation generator and online help system
5 :synopsis: Documentation generator and online help system.
13 single: documentation; generation
14 single: documentation; online
19 The :mod:`pydoc` module automatically generates documentation from Python
20 modules. The documentation can be presented as pages of text on the console,
23 For modules, classes, functions and methods, the displayed documentation is
31 interactive interpreter, which uses :mod:`pydoc` to generate its documentation
32 as text on the console. The same text documentation can also be viewed from
38 at a shell prompt will display documentation on the :mod:`sys` module, in a
[all …]
/external/python/google-api-python-client/samples/
DREADME.md7 Documentation for the Ad Exchange Buyer API in
8 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/adexchangebuyer/v1.3/python/l…
22 Documentation for the AdSense Management API in
23 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/adsense/v1.3/python/latest/).
36 Documentation for the Google Analytics API in
37 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/analytics/v3/python/latest/).
51 Documentation for the Enterprise Audit API in
52 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/audit/v1/python/latest/).
65 Documentation for the Blogger API in
66 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/blogger/v3/python/latest/).
[all …]
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.td21 let documentation = [{
36 let documentation = [{
47 let documentation = [{
58 let documentation = [{
63 let documentation = [{
75 let documentation = [{
83 let documentation = [{
95 let documentation = [{
106 let documentation = [{
114 let documentation = [{
[all …]
/external/rust/crates/nom/
DCHANGELOG.md93 …indows, @rbtcollins, @MarkMcCaskey for a lot of help in rewriting the documentation and adding cod…
94 - @GuillaumeGomez for documentation rewriting and checking
105 - documentation and code examples for all functions and macros
156 - @oza for documentation fixes
158 - @Zebradil for documentation fixes
192 - @dvberkel for documentation fixes
196 - @tbelaire for documentation fixes
198 - @linkmauve for documentation fixes
199 - @ProgVal for documentation fixes, warning fixes and error management
201 - @RReverser for documentation fixes
[all …]
/external/llvm-project/lld/docs/
Dsphinx_intro.rst7 documentation generation system for LLVM developers.
12 To get started writing documentation, you will need to:
16 2. Understand how to :ref:`build the documentation
19 3. Start :ref:`writing documentation <writing_documentation>`!
57 Building the documentation
60 In order to build the documentation need to add ``-DLLVM_ENABLE_SPHINX=ON`` to
65 the project, and generate the HTML documentation in a ``tools/lld/docs/html``
70 Writing documentation
73 The documentation itself is written in the reStructuredText (ReST) format, and
77 plaintext documents. You should generally be able to write new documentation
[all …]
/external/llvm-project/clang/test/Index/
Dcomment-cplus11-specific.cpp8 //! This documentation should be inherited.
11 // CHECK: (CXComment_Text Text=[ This documentation should be inherited.])))]
14 //! This is documentation for the typedef (which shows up).
16 // CHECK: (CXComment_Text Text=[ This is documentation for the typedef (which shows up).]))…
18 //! This is documentation for the alias (which shows up).
20 // CHECK: (CXComment_Text Text=[ This is documentation for the alias (which shows up).])))]
23 // CHECK: (CXComment_Text Text=[ This documentation should be inherited.])))]
26 // CHECK: (CXComment_Text Text=[ This documentation should be inherited.])))]

12345678910>>...541