/external/python/cpython2/Doc/library/ |
D | docxmlrpcserver.rst | 18 :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 …]
|
D | pydoc.rst | 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 46 Unix), and refers to an existing Python source file, then documentation is 51 In order to find objects and their documentation, :mod:`pydoc` imports the [all …]
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 259 const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *documentation() const { in documentation() function 272 verifier.VerifyVector(documentation()) && in Verify() 273 verifier.VerifyVectorOfStrings(documentation()) && in Verify() 293 …flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>>> documentation) { in add_documentation() 294 fbb_.AddOffset(EnumVal::VT_DOCUMENTATION, documentation); in add_documentation() 315 …buffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>>> documentation = 0) { 318 builder_.add_documentation(documentation); 331 const std::vector<flatbuffers::Offset<flatbuffers::String>> *documentation = nullptr) { 333 …auto documentation__ = documentation ? _fbb.CreateVector<flatbuffers::Offset<flatbuffers::String>>… 373 const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *documentation() const { in documentation() function [all …]
|
/external/wayland/ |
D | configure.ac | 78 AC_ARG_ENABLE([documentation], optenable 79 [AC_HELP_STRING([--disable-documentation], 80 [Disable building the documentation])], 153 … but doxygen not found. Install doxygen or disable the documentation using --disable-documentation… 160 …n 1.6+ required for documentation build. Install required doxygen version or disable the documenta… 167 …sted but xmlto not found. Install xmlto or disable the documentation using --disable-documentation… 172 …phviz's dot not found. Install graphviz or disable the documentation using --disable-documentation… 178 … 2.26+ required for documentation build. Install required graphviz version or disable the document…
|
/external/google-styleguide/docguide/ |
D | best_practices.md | 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 an documentation review are different from the 76 There's a spectrum of engineering documentation that ranges from terse comments [all …]
|
/external/libxml2/result/schemas/ |
D | annot-err_0_0.err | 2 …3.org/2001/XMLSchema}annotation': The content is not valid. Expected is (appinfo | documentation)*. 5 …/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://www.w3.org/200… 6 …/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://www.w3.org/200… 7 …/annot-err_0.xsd:14: element documentation: Schemas parser error : Element '{http://www.w3.org/200…
|
/external/python/cpython3/Doc/library/ |
D | pydoc.rst | 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 44 Unix), and refers to an existing Python source file, then documentation is 49 In order to find objects and their documentation, :mod:`pydoc` imports the [all …]
|
/external/llvm/docs/ |
D | README.txt | 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 19 The mapping between reStructuredText files and generated documentation is 22 If you are interested in writing new documentation, you will want to read 23 `SphinxQuickstartTemplate.rst` which will get you writing documentation 30 Building the manpages is similar to building the HTML documentation. The 49 The reachability of external links in the documentation can be checked by
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | README.txt | 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 19 The mapping between reStructuredText files and generated documentation is 22 If you are interested in writing new documentation, you will want to read 23 `SphinxQuickstartTemplate.rst` which will get you writing documentation 30 Building the manpages is similar to building the HTML documentation. The 49 The reachability of external links in the documentation can be checked by
|
/external/libnl/doc/ |
D | configure.ac | 21 # Generating the documentation 24 AS_HELP_STRING([--disable-doc], [Do not generate documentation]), 35 AC_MSG_ERROR([*** doxygen package required to generate documentation]) 41 AC_MSG_ERROR([*** graphviz package required to generate documentation]) 51 AC_MSG_ERROR([*** asciidoc package required to generate documentation]) 60 AC_MSG_ERROR([*** source-highlight required to generate documentation]) 71 AC_MSG_ERROR([*** mscgen package required to generate documentation]) 82 AC_MSG_ERROR([*** pygmentize package required to generate documentation])
|
/external/python/cpython3/Doc/ |
D | about.rst | 7 document processor specifically written for the Python documentation. 13 changes directly on the documentation pages. 15 Development of the documentation and its toolchain is an entirely volunteer 22 * Fred L. Drake, Jr., the creator of the original Python documentation toolset 35 library, and the Python documentation. See :source:`Misc/ACKS` in the Python 39 that Python has such wonderful documentation -- Thank You!
|
/external/python/cpython2/Doc/ |
D | about.rst | 7 document processor specifically written for the Python documentation. 13 changes directly on the documentation pages. 15 Development of the documentation and its toolchain is an entirely volunteer 22 * Fred L. Drake, Jr., the creator of the original Python documentation toolset 35 library, and the Python documentation. See :source:`Misc/ACKS` in the Python 39 that Python has such wonderful documentation -- Thank You!
|
/external/swiftshader/third_party/LLVM/docs/ |
D | Makefile | 57 $(Echo) Installing HTML documentation 65 $(Echo) Packaging HTML documentation 72 $(Echo) Installing doxygen documentation 82 $(Echo) Building doxygen documentation 89 $(Echo) Packaging doxygen documentation 103 $(Echo) Installing ocamldoc documentation 111 $(Echo) Packaging ocamldoc documentation 118 $(Echo) Building ocamldoc documentation
|
/external/libexif/m4m/ |
D | gp-documentation.m4 | 2 dnl check where to install documentation 4 dnl determines documentation "root directory", i.e. the directory 5 dnl where all documentation will be placed in 11 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl 33 # check for the main ("root") documentation directory 54 # check whether to include package version into documentation path 82 # gtk-doc: We use gtk-doc for building our documentation. However, we 90 [Use gtk-doc to build documentation [default=no]])],[ 109 # Give the user the possibility to install html documentation in a
|
/external/curl/docs/ |
D | README.md | 5 You'll find a mix of various documentation in this directory and 9 If you'd rather see the rendered version of the documentation, check out the 10 curl web site's [documentation section](https://curl.haxx.se/docs/) for 12 libcurl related documentation.
|
/external/libxml2/test/schemas/ |
D | 570702_0.xsd | 8 <xs:documentation>Destination Number Length</xs:documentation> 19 <xs:documentation>destroy flag</xs:documentation>
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 20-documentation-issue.md | 3 about: Use this template for documentation related issues 7 <em>Please make sure that this is a documentation issue. As per our [GitHub Policy](https://github.… 15 **Describe the documentation issue** 17 … a PR (use the [doc style guide](https://www.tensorflow.org/community/documentation)) to fix the d…
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 47 documentation:[string]; 56 documentation:[string]; 70 documentation:[string]; 80 documentation:[string]; 88 documentation:[string]; 95 documentation:[string];
|
/external/libogg/ |
D | CHANGES | 14 * Updates to API documentation 21 * documentation fixes and cleanup 34 * new multiplexed Ogg stream documentation 41 * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO 42 * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij
|
/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 9 documentation, the name of Roaring Penguin Software Inc. not be used 12 documentation that copying and distribution is by permission of 24 permission notice appear on all copies and supporting documentation, the 27 given in supporting documentation that copying and distribution is by 40 and permission notice appear on all copies and supporting documentation, 43 prior permission, and notice be given in supporting documentation that 54 documentation for any purpose and without fee is hereby granted, provided 58 notice appear in supporting documentation. 89 documentation and/or software.
|
/external/eigen/doc/ |
D | Overview.dox | 5 This is the API documentation for Eigen3. You can <a href="eigen-doc.tgz">download</a> it as a tgz … 17 The \b main \b documentation is organized into \em chapters covering different domains of features. 18 …hensive way, and \em reference pages that gives you access to the API documentation through the re… 22 Under the \subpage UserManual_Generalities section, you will find documentation on more general top… 24 Finally, do not miss the search engine, useful to quickly get to the documentation of a given class… 26 …more? Checkout the <a href="unsupported/index.html">\em unsupported \em modules </a> documentation.
|
/external/python/six/six.egg-info/ |
D | SOURCES.txt | 9 documentation/Makefile 10 documentation/conf.py 11 documentation/index.rst
|
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/ |
D | DocumentedElement.java | 9 private String documentation; field in DocumentedElement 26 this.documentation = START_OR_NEWLINE_SPACE.matcher(docStr).replaceAll("$1"); in setDocumentation() 31 return documentation; in getDocumentation()
|
/external/pcre/dist2/ |
D | PrepareRelease | 4 # processing of the documentation, detrails files, and creates pcre2.h.generic 8 # is "doc", it stops after preparing the documentation. There are no other 25 # when the HTML documentation is built. It works like this so that 31 # documentation, because some people just go to the HTML without 35 # First, sort out the documentation. Remove pcre2demo.3 first because it won't 40 echo Processing documentation 49 # Make Text form of the documentation. It needs some mangling to make it 126 # Make HTML form of the documentation. 128 echo "Making HTML documentation" 159 # End of documentation processing; stop if only documentation required.
|
/external/python/funcsigs/ |
D | README.rst | 13 The reference documentation is standard library documentation for the 14 `inspect`_ module in Python3. This documentation has been included in the 15 ``funcsigs`` package documentation hosted on `Read The Docs`_. 30 standard library documentation. 61 documentation are the copyright of the Python Software Foundation. The derived
|