| /external/apache-xml/src/main/java/org/apache/xml/serializer/ | 
| D | XSLOutputAttributes.java | 10  *     http://www.apache.org/licenses/LICENSE-2.019  * $Id: XSLOutputAttributes.java 468654 2006-10-28 07:09:23Z minchau $
 26  * This interface has methods associated with the XSLT xsl:output attribues
 27  * specified in the stylesheet that effect the format of the document output.
 31  * <xsl:output method="xml" omit-xml-declaration="no" indent="yes"/>
 33  * The xsl:output attributes covered in this interface are:
 37  * omit-xml-declarations
 39  * doctype-public
 40  * doctype-system
 41  * cdata-section-elements
 [all …]
 
 | 
| D | Serializer.java | 10  *     http://www.apache.org/licenses/LICENSE-2.019  * $Id: Serializer.java 471981 2006-11-07 04:28:00Z minchau $
 53  * ser.reset(); // get ready to use the serializer for another document
 54  *              // of the same output method (TEXT).
 63  * org.w3c.dom.Document     inputDoc;
 70  * owriter = ...;  // create a writer to serialize the document to
 73  * inputDoc = ...; // create the DOM document to be serialized
 75  * dser.serialize(inputDoc); // serialize the DOM, sending output to owriter
 77  * ser.reset(); // get ready to use the serializer for another document
 78  *              // of the same output method.
 [all …]
 
 | 
| D | SerializerBase.java | 10  *     http://www.apache.org/licenses/LICENSE-2.019  * $Id: SerializerBase.java 471981 2006-11-07 04:28:00Z minchau $
 108      * @param start  starting index of characters to output
 109      * @param length  number of characters to output
 178      * Flag to tell if indenting (pretty-printing) is on.
 197      * The transformer that was around when this output handler was created (if
 219      * The writer to send output to. This field is only used in the ToStream
 313      * Receive an object for locating the origin of SAX document events.
 315      * @param locator An object that can return the location of any SAX document
 318      * Receive an object for locating the origin of SAX document events.
 [all …]
 
 | 
| /external/libxml2/doc/ | 
| D | xmllint.1 | 11 .\" -----------------------------------------------------------------13 .\" -----------------------------------------------------------------
 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
 20 .\" -----------------------------------------------------------------
 22 .\" -----------------------------------------------------------------
 27 .\" -----------------------------------------------------------------
 29 .\" -----------------------------------------------------------------
 31 xmllint \- command line XML tool
 34 …-\-version\fR | \fB\-\-debug\fR | \fB\-\-shell\fR | \fB\-\-xpath\ "\fR\fB\fIXPath_expression\fR\fR…
 36 \fBxmllint\fR \fB\-\-help\fR
 [all …]
 
 | 
| /external/autotest/client/site_tests/platform_PrinterPpds/ | 
| D | helpers.py | 2 # Use of this source code is governed by a BSD-style license that can be12 def _read_lines_with_prefix(document, position, prefix):  argument
 14     Starting from given position, it parses from the document complete lines
 19     @param document: a document to parse
 20     @param position: an offset in the document to start from
 24         is a new offset in the document, pointing at the first character after
 29     while document.startswith(prefix, position):
 30         position_next_line = document.find(b'\n', position + len(prefix))
 34         lines.append(document[position:position_next_line])
 41     The function tries to find a PJL headers in given document and process
 [all …]
 
 | 
| D | platform_PrinterPpds.py | 2 # Use of this source code is governed by a BSD-style license that can be40 # Values are from platform/system_api/dbus/debugd/dbus-constants.h.
 66         for output in outputs:
 67             ppd_files.update(output)
 137         subprocess.call(['tar', 'xJf', path_archive, '-C', path_target_dir])
 145         self._ppds = list(set(self._ppds) - do_not_test_set)
 204         # Set directory for output documents
 229         for i, output in enumerate(outputs):
 231             if output != True:
 234                 output = 'OK'
 [all …]
 
 | 
| /external/spdx-tools/rdfloader/parser2v2/ | 
| D | utils_test.go | 1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later10 	"github.com/spdx/tools-golang/spdx/common"
 17 	output := getLastPartOfURI(input)
 18 	if output != expectedOutput {
 19 		t.Errorf("expected %s, found %s", expectedOutput, output)
 25 	output = getLastPartOfURI(input)
 26 	if output != expectedOutput {
 27 		t.Errorf("expected %s, found %s", expectedOutput, output)
 33 	output = getLastPartOfURI(input)
 34 	if output != expectedOutput {
 [all …]
 
 | 
| /external/spdx-tools/rdfloader/parser2v3/ | 
| D | utils_test.go | 1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later10 	"github.com/spdx/tools-golang/spdx/common"
 17 	output := getLastPartOfURI(input)
 18 	if output != expectedOutput {
 19 		t.Errorf("expected %s, found %s", expectedOutput, output)
 25 	output = getLastPartOfURI(input)
 26 	if output != expectedOutput {
 27 		t.Errorf("expected %s, found %s", expectedOutput, output)
 33 	output = getLastPartOfURI(input)
 34 	if output != expectedOutput {
 [all …]
 
 | 
| /external/python/google-api-python-client/docs/dyn/ | 
| D | translate_v3.projects.locations.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 | translate_v3beta1.projects.locations.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 | dialogflow_v2beta1.projects.answerRecords.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 | dialogflow_v2beta1.projects.locations.answerRecords.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 | language_v1.documents.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 | language_v1beta1.documents.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 | dialogflow_v2beta1.projects.conversations.participants.suggestions.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 | language_v1beta2.documents.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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/ | 
| D | TestDOM.java | 23         Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse  in testSerializeSimpleNonNS()28         // And re-parse as String, since JSON has quotes...  in testSerializeSimpleNonNS()
 29         String output = MAPPER.readValue(outputRaw, String.class);  in testSerializeSimpleNonNS()  local
 31          * output (single vs double quotes, xml declaration etc)  in testSerializeSimpleNonNS()
 33         assertEquals(SIMPLE_XML, normalizeOutput(output));  in testSerializeSimpleNonNS()
 39             Document doc;  in testDeserializeNonNS()
 42                 // First, as Document:  in testDeserializeNonNS()
 43                 doc = MAPPER.readValue(quote(SIMPLE_XML), Document.class);  in testDeserializeNonNS()
 47                 doc = (Document) node;  in testDeserializeNonNS()
 51             // non-ns, simple...  in testDeserializeNonNS()
 [all …]
 
 | 
| /external/llvm/docs/ | 
| D | YamlIO.rst | 16 a set of key-value pairs where the key ends with a colon.  For example:18 .. code-block:: yaml
 22      hat-size:  7
 24 A sequence is a list of items where each item starts with a leading dash ('-').
 27 .. code-block:: yaml
 30      - x86
 31      - x86_64
 32      - PowerPC
 37 .. code-block:: yaml
 40      - name:      Tom
 [all …]
 
 | 
| /external/expat/expat/doc/ | 
| D | xmlwf.xml | 1 <!--10    Copyright (c) 2002-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
 12    Copyright (c) 2016-2022 Sebastian Pipping <sebastian@pipping.org>
 19 -->
 20 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 21           "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 25   <!-- Please adjust this^^ date whenever cutting a new release. -->
 59     <refpurpose>Determines if an XML document is well-formed</refpurpose>
 69       <arg choice="plain"><option>-h</option></arg>
 73       <arg choice="plain"><option>-v</option></arg>
 [all …]
 
 | 
| /external/chromium-trace/catapult/third_party/polymer/components/iron-form-element-behavior/demo/ | 
| D | index.html | 2 <!--10 -->
 14     <title>iron-form-element-behavior demo</title>
 16     <meta charset="utf-8">
 17     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 18 …<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalab…
 20     <script src="../../webcomponentsjs/webcomponents-lite.js"></script>
 22     <link rel="import" href="../../paper-styles/demo-pages.html">
 23     <link rel="import" href="simple-form.html">
 24     <link rel="import" href="simple-element.html">
 [all …]
 
 | 
| /external/libxml2/ | 
| D | debugXML.c | 40     FILE *output;               /* the output file */  member43     xmlDocPtr doc;              /* current document */
 48     int nodict;			/* if the document has no dictionary */
 59     ctxt->depth = 0;  in xmlCtxtDumpInitCtxt()
 60     ctxt->check = 0;  in xmlCtxtDumpInitCtxt()
 61     ctxt->errors = 0;  in xmlCtxtDumpInitCtxt()
 62     ctxt->output = stdout;  in xmlCtxtDumpInitCtxt()
 63     ctxt->doc = NULL;  in xmlCtxtDumpInitCtxt()
 64     ctxt->node = NULL;  in xmlCtxtDumpInitCtxt()
 65     ctxt->dict = NULL;  in xmlCtxtDumpInitCtxt()
 [all …]
 
 | 
| /external/libcups/man/ | 
| D | lp.1 | 4 .\" Copyright © 2007-2019 by Apple Inc.5 .\" Copyright © 1997-2006 by Easy Software Products.
 12 lp \- print files
 16 .B \-E
 18 .B \-U
 21 .B \-c
 23 \fB\-d \fIdestination\fR[\fB/\fIinstance\fR]
 25 \fB\-h \fIhostname\fR[\fB:\fIport\fR]
 27 .B \-m
 29 .B \-n
 [all …]
 
 | 
| D | ipptool.1 | 4 .\" Copyright © 2010-2019 by Apple Inc.11 ipptool \- perform internet printing protocol requests
 15 .B \-\-help
 17 .B \-\-ippserver
 20 .B \-\-stop\-after\-include\-error
 22 .B \-\-version
 24 .B \-4
 26 .B \-6
 28 .B \-C
 30 .B \-E
 [all …]
 
 | 
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ | 
| D | translate.v3.json | 5         "https://www.googleapis.com/auth/cloud-platform": {8         "https://www.googleapis.com/auth/cloud-translation": {
 23     "x16": "http://www.google.com/images/icons/product/search-16.gif",
 24     "x32": "http://www.google.com/images/icons/product/search-32.gif"
 60         "Responses with Content-Type of application/json",
 61         "Media download with context-dependent Content-Type",
 62         "Responses with Content-Type of application/x-protobuf"
 94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
 123 …-number-or-id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global calls, us…
 138             "https://www.googleapis.com/auth/cloud-platform",
 [all …]
 
 | 
| D | translate.v3beta1.json | 5         "https://www.googleapis.com/auth/cloud-platform": {8         "https://www.googleapis.com/auth/cloud-translation": {
 23     "x16": "http://www.google.com/images/icons/product/search-16.gif",
 24     "x32": "http://www.google.com/images/icons/product/search-32.gif"
 60         "Responses with Content-Type of application/json",
 61         "Media download with context-dependent Content-Type",
 62         "Responses with Content-Type of application/x-protobuf"
 94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
 123 …-number-or-id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global calls, us…
 138             "https://www.googleapis.com/auth/cloud-platform",
 [all …]
 
 |