Home
last modified time | relevance | path

Searched +full:- +full:- +full:output +full:- +full:document (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $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 …]
DSerializer.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $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 …]
DSerializerBase.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $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/expat/doc/
Dxmlwf.11 '\" -*- coding: us-ascii -*-
10 xmlwf \- Determines if an XML document is well-formed
18-s\fR] [\fB-n\fR] [\fB-p\fR] [\fB-x\fR] [\fB-e \fIencoding\fB\fR] [\fB-w\fR] [\fB-d \fIoutput-dir\…
19 'in \n(.iu-\nxu
24 determine if an XML document is well-formed. It is
25 non-validating.
27 If you do not specify any files on the command-line, and you
30 .SH "WELL-FORMED DOCUMENTS"
31 A well-formed document must adhere to the
47 all other elements in the document. Only comments, white
[all …]
Dxmlwf.xml2 <!-- Fill in your name for FIRSTNAME and SURNAME. -->
5 <!-- Please adjust the date whenever revising the manpage. -->
7 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
8 allowed: see man(7), man(1). -->
42 <refpurpose>Determines if an XML document is well-formed</refpurpose>
47 <arg><option>-s</option></arg>
48 <arg><option>-n</option></arg>
49 <arg><option>-p</option></arg>
50 <arg><option>-x</option></arg>
52 <arg><option>-e <replaceable>encoding</replaceable></option></arg>
[all …]
/external/libxml2/doc/
Dxmllint.111 .\" -----------------------------------------------------------------
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/
Dhelpers.py2 # Use of this source code is governed by a BSD-style license that can be
12 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('\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 …]
Dplatform_PrinterPpds.py2 # Use of this source code is governed by a BSD-style license that can be
35 # Values are from platform/system_api/dbus/debugd/dbus-constants.h.
61 for output in outputs:
62 ppd_files.update(output)
132 subprocess.call(['tar', 'xJf', path_archive, '-C', path_target_dir])
140 self._ppds = list(set(self._ppds) - do_not_test_set)
199 # Set directory for output documents
224 for i, output in enumerate(outputs):
226 if output != True:
229 output = 'OK'
[all …]
/external/python/google-api-python-client/docs/dyn/
Dlanguage_v1beta1.documents.html8 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 …]
Dlanguage_v1.documents.html8 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 …]
Dlanguage_v1beta2.documents.html8 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/adhd/scripts/audio_tuning/frontend/
Daudio.js2 * Use of this source code is governed by a BSD-style license that can be
11 * +------------+
13 * +------------+
17 * +------+ +------+ +------+
19 * +------+ +------+ +------+
22 * +-------------+
24 * +-------------+
28 * +----+ +----+
30 * +----+ +----+
32 * +----+ +----+
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/
DTestDOM.java23 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/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dserver.js2 // quick terminal->textarea simulation
4 var area=document.querySelector("#serverlog");
5 var output=function(str) { function
6 if (str.length>0 && str.charAt(str.length-1)!='\n') {
12 return {output: output};
18 log.output(str);
22 var addr=document.querySelector("#addresses");
25 var option = document.createElement('option');
34 document.querySelector(".serving-at").innerText=addr+":"+port;
35 document.querySelector("#server").className="connected";
[all …]
/external/adhd/cras/src/tests/
Daudio_test_gui.py4 # Use of this source code is governed by a BSD-style license that can be
21 start_str = 'Input Nodes:' if is_input else 'Output Nodes:'
57 <body style="background-color:lightgrey;">
66 dump = subprocess.check_output(['cras_test_client', '--dump_s'])
82 <h2>Output Type</h2>"""
114 document.forms['routerOptions']['input_type'].value;
116 document.forms['routerOptions']['output_type'].value;
118 alert('Please select an input and output type.');
122 alert('Input and Output Types cannot both be files!');
128 document.forms['routerOptions']['input_file'].value;
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-form-element-behavior/demo/
Dindex.html2 <!--
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/llvm/docs/
DYamlIO.rst16 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/llvm-project/llvm/docs/
DYamlIO.rst16 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/libcups/man/
Dlp.14 .\" 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 …]
Dipptool.14 .\" 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 …]
Dlpr.14 .\" Copyright © 2007-2019 by Apple Inc.
5 .\" Copyright © 1997-2006 by Easy Software Products.
12 lpr \- print files
16 .B \-E
18 \fB\-H \fIserver\fR[\fB:\fIport\fR]
20 .B \-U
23 \fB\-P \fIdestination\fR[\fB/\fIinstance\fR]
25 .B \-#
26 .I num-copies
28 .B \-h
[all …]
/external/libxml2/
DdebugXML.c42 FILE *output; /* the output file */ member
45 xmlDocPtr doc; /* current document */
50 int nodict; /* if the document has no dictionary */
61 ctxt->depth = 0; in xmlCtxtDumpInitCtxt()
62 ctxt->check = 0; in xmlCtxtDumpInitCtxt()
63 ctxt->errors = 0; in xmlCtxtDumpInitCtxt()
64 ctxt->output = stdout; in xmlCtxtDumpInitCtxt()
65 ctxt->doc = NULL; in xmlCtxtDumpInitCtxt()
66 ctxt->node = NULL; in xmlCtxtDumpInitCtxt()
67 ctxt->dict = NULL; in xmlCtxtDumpInitCtxt()
[all …]
DHTMLtree.c43 * @doc: the document
57 cur = doc->children; in htmlGetMetaEncoding()
63 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding()
64 if (xmlStrEqual(cur->name, BAD_CAST"html")) in htmlGetMetaEncoding()
66 if (xmlStrEqual(cur->name, BAD_CAST"head")) in htmlGetMetaEncoding()
68 if (xmlStrEqual(cur->name, BAD_CAST"meta")) in htmlGetMetaEncoding()
71 cur = cur->next; in htmlGetMetaEncoding()
75 cur = cur->children; in htmlGetMetaEncoding()
81 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding()
82 if (xmlStrEqual(cur->name, BAD_CAST"head")) in htmlGetMetaEncoding()
[all …]
/external/libcups/cups/
Dipp-support.c4 * Copyright © 2007-2018 by Apple Inc.
5 * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
15 #include "cups-private.h"
16 #include "debug-internal.h"
33 "successful-ok",
34 "successful-ok-ignored-or-substituted-attributes",
35 "successful-ok-conflicting-attributes",
36 "successful-ok-ignored-subscriptions",
37 "(successful-ok-ignored-notifications)",
38 "successful-ok-too-many-events",
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
DPercentageColumnTest.java6 * http://www.eclipse.org/legal/epl-v10.html
9 * Marc R. Hoffmann - initial API and implementation
34 import org.w3c.dom.Document;
41 private MemoryMultiReportOutput output; field in PercentageColumnTest
57 output = new MemoryMultiReportOutput(); in setup()
58 root = new ReportOutputFolder(output); in setup()
60 html = new HTMLElement(root.createFile("Test.html"), "UTF-8"); in setup()
69 output.close(); in teardown()
70 output.assertAllClosed(); in teardown()
83 final Document doc = parseDoc(); in testItem1()
[all …]

12345678910>>...47