/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | XSLOutputAttributes.java | 10 * 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 …]
|
D | Serializer.java | 10 * 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 …]
|
D | SerializerBase.java | 10 * 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/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/expat/doc/ |
D | xmlwf.1 | 1 '\" -*- 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 …]
|
D | xmlwf.xml | 2 <!-- 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/python/google-api-python-client/docs/dyn/ |
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 | 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_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/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
D | server.js | 2 // 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/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
D | XMLDocument.java | 6 * http://www.eclipse.org/legal/epl-v10.html 9 * Marc R. Hoffmann - initial API and implementation 22 * Root element of an XML document. Each instance represents a separate output 23 * document. 39 * Writes a new document to the given writer. The document might contain a 40 * document type declaration. 51 * <code>true</code> if this is a standalone document 53 * writer for content output 66 * Writes a new document to the given binary stream. The document might 67 * contain a document type declaration. [all …]
|
/external/adhd/scripts/audio_tuning/frontend/ |
D | audio.js | 2 * 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/adhd/cras/src/tests/ |
D | audio_test_gui.py | 4 # 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/tinyxml/ |
D | readme.txt | 10 In brief, TinyXml parses an XML document, and builds from that a 11 Document Object Model (DOM) that can be read, modified, and saved. 14 your own document markups. Where HTML does a very good job of marking 15 documents for browsers, XML allows you to define any kind of document 16 markup, for example a document that describes a "to do" list for an 22 read spec is at <a href="http://www.w3.org/TR/2004/REC-xml-20040204/"> 23 http://www.w3.org/TR/2004/REC-xml-20040204/</a>. An intro to XML 28 TinyXml uses a Document Object Model (DOM), meaning the XML data is parsed 30 written to disk or another output stream. You can also construct an XML document from 31 scratch with C++ objects and write this to disk or another output [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/swiftshader/third_party/llvm-7.0/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/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
D | PercentageColumnTest.java | 6 * http://www.eclipse.org/legal/epl-v10.html 9 * Marc R. Hoffmann - initial API and implementation 35 import org.w3c.dom.Document; 42 private MemoryMultiReportOutput output; field in PercentageColumnTest 58 output = new MemoryMultiReportOutput(); in setup() 59 root = new ReportOutputFolder(output); in setup() 61 doc = new HTMLDocument(root.createFile("Test.html"), "UTF-8"); in setup() 70 output.close(); in teardown() 71 output.assertAllClosed(); in teardown() 85 final Document doc = support.parse(output.getFile("Test.html")); in testItem1() [all …]
|
/external/libcups/cups/ |
D | ipp-support.c | 4 * Copyright © 2007-2018 by Apple Inc. 5 * Copyright © 1997-2007 by Easy Software Products, all rights reserved. 13 * This file is subject to the Apple OS-Developed Software exception. 20 #include "cups-private.h" 37 "successful-ok", 38 "successful-ok-ignored-or-substituted-attributes", 39 "successful-ok-conflicting-attributes", 40 "successful-ok-ignored-subscriptions", 41 "(successful-ok-ignored-notifications)", 42 "successful-ok-too-many-events", [all …]
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | platform_PrinterPpds.py | 2 # 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. 39 # key: document; values: list of PPD files 40 _EXCEPTIONS = { 'split_streams.pdf': ['HP-DeskJet_200-pcl3.ppd.gz', 41 'HP-DeskJet_310-pcl3.ppd.gz', 'HP-DeskJet_320-pcl3.ppd.gz', 42 'HP-DeskJet_340C-pcl3.ppd.gz', 'HP-DeskJet_540C-pcl3.ppd.gz', 43 'HP-DeskJet_560C-pcl3.ppd.gz'] } 68 for output in outputs: 69 ppd_files.update(output) 140 subprocess.call(['tar', 'xJf', path_archive, '-C', path_target_dir]) [all …]
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/ |
D | text.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 34 from .categorical_vocabulary import CategoricalVocabulary # pylint: disable=g-bad-import-order 37 # pylint: disable=g-import-not-at-top 40 # pylint: disable=g-import-not-at-top 43 TOKENIZER_RE = re.compile(r"[A-Z]{2,}(?![a-z])|[A-Z][a-z]+(?=[A-Z])|[\'\w\-]+", 82 # pylint: disable=no-self-use 84 """Reverses output of transform back to text. 87 x: iterator or matrix of integers. Document representation in bytes. 90 Iterators of utf-8 strings. 93 document = np.trim_zeros(data.astype(np.int8), trim='b').tostring() [all …]
|
/external/libxml2/ |
D | HTMLtree.c | 43 * @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/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/ |
D | main.js | 3 // Use of this source code is governed by a BSD-style license 36 missingFiles--; 57 analyzeData(reports, filesNames, "Available Send Bandwidth-bot1", "bot1", 59 analyzeData(reports, filesNames, "Available Send Bandwidth-bot2", "bot2", 63 analyzeData(reports, filesNames, "Available Receive Bandwidth-bot1", "bot1", 65 analyzeData(reports, filesNames, "Available Receive Bandwidth-bot2", "bot2", 72 var outPut = []; 73 outPut.push(filesNames); 81 average = getStateAverage(reports[index], botName, "Conn-audio-1-0", 85 max = getStateMax(reports[index], botName, "Conn-audio-1-0", [all …]
|
/external/skqp/include/core/ |
D | SkDocument.h | 4 * Use of this source code is governed by a BSD-style license that can be 22 * High-level API for creating a document-based canvas. To use.. 24 * 1. Create a document, specifying a stream to store the output. 26 * a. canvas = doc->beginPage(...) 28 * c. doc->endPage(); 29 * 3. Close the document with doc->close(). 35 * Begin a new page for the document, returning the canvas that will draw 36 * into the page. The document owns this canvas, and it will go out of 37 * scope when endPage() or close() is called, or the document is deleted. 44 * returned by beginPage() will be out-of-scope. [all …]
|
/external/skia/include/core/ |
D | SkDocument.h | 4 * Use of this source code is governed by a BSD-style license that can be 22 * High-level API for creating a document-based canvas. To use.. 24 * 1. Create a document, specifying a stream to store the output. 26 * a. canvas = doc->beginPage(...) 28 * c. doc->endPage(); 29 * 3. Close the document with doc->close(). 35 * Begin a new page for the document, returning the canvas that will draw 36 * into the page. The document owns this canvas, and it will go out of 37 * scope when endPage() or close() is called, or the document is deleted. 44 * returned by beginPage() will be out-of-scope. [all …]
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | rhino-python.input | 8 Thanks to Geza Groma (groma@everx.szbk.u-szeged.hu) for several valuable 9 ideas for this tool -- his JPConsole is a more refined implementation 40 styles.add('output', parent=basic, foreground=colors.blue) 46 # This will not be required in JPython-1.1 60 self.document = swing.text.DefaultStyledDocument(self.styles) 61 self.document.setLogicalStyle(0, self.styles.get('normal')) 63 self.textpane = swing.JTextPane(self.document) 75 self.document.insertString(self.document.length, text, style) 83 self.startInput = self.document.createPosition(self.document.length-1) 84 #self.document.setCharacterAttributes(self.document.length-1, 1, self.styles.get('input'), 1) [all …]
|