/third_party/vk-gl-cts/external/vulkan-docs/src/config/loadable_html/ |
D | extension.rb | 1 # Copyright 2016-2018 The Khronos Group Inc. 3 # SPDX-License-Identifier: Apache-2.0 5 # This script adds CSS and markup to indicate the document is (perhaps 7 # and HTML specific to the chunked HTML output target should be inserted. 15 def process document, output 17 if document.attr? 'stem' 23 <!--ChunkedSearchJSMarker--> 27 margin-left: auto; 28 margin-right: auto; 29 margin-top: 1ex; [all …]
|
/third_party/node/test/fixtures/wpt/resources/ |
D | check-layout.js | 5 if (referenceNode == document.body) { 6 document.body.appendChild(nodeToAdd); 33 function checkAttribute(output, node, attribute) argument 36 output.checked |= !!result; 42 var output = { checked: false }; variable 43 var expectedWidth = checkAttribute(output, node, "data-expected-width"); 45 if (isNaN(expectedWidth) || Math.abs(node.offsetWidth - expectedWidth) >= 1) 49 var expectedHeight = checkAttribute(output, node, "data-expected-height"); 51 if (isNaN(expectedHeight) || Math.abs(node.offsetHeight - expectedHeight) >= 1) 55 var expectedOffset = checkAttribute(output, node, "data-offset-x"); [all …]
|
D | check-layout-th.js | 14 function checkAttribute(output, node, attribute) argument 17 output.checked |= !!result; 23 if (isNaN(expected) || isNaN(actual) || Math.abs(actual - expected) >= 1) { 30 "data-expected-width", 31 "data-expected-height", 32 "data-offset-x", 33 "data-offset-y", 34 "data-expected-client-width", 35 "data-expected-client-height", 36 "data-expected-scroll-width", [all …]
|
/third_party/skia/third_party/externals/expat/expat/doc/ |
D | xmlwf.xml | 1 <!-- 10 Copyright (c) 2002-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 Copyright (c) 2016-2021 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" [ 24 <!-- Please adjust the date whenever revising the manpage. --> 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 …]
|
/third_party/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 …]
|
/third_party/ninja/src/ |
D | browse.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 56 # multiple dependent output edges. Rather than attempting to display 79 target = next(lines)[:-1] # strip trailing colon 92 type = 'order-only' 111 font-family: sans; 112 font-size: 0.8em; 116 font-weight: normal; 117 font-size: 140%; 118 text-align: center; 122 font-weight: normal; [all …]
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | conf.py | 1 # -*- coding: utf-8 -*- 12 # If extensions (or modules to document with autodoc) are in another 22 # -- General configuration ------------------------------------------------ 54 # The master toctree document. 59 copyright = '2003 - ' + str(datetime.datetime.now().year) 69 version = release.split('-')[0] 73 # disable syntax highlight in non-code sections 91 # If true, `todo` and `todoList` produce output, else they produce nothing. 94 # -- Options for cdoc extension ------------------------------------------- 98 # -- Options for HTML output ---------------------------------------------- [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 5 This software is provided 'as-is', without any express or implied 55 // sequence from the lead byte. 1 placed for invalid sequences -- 57 // Beware of the non-characters in UTF-8: 88 void TiXmlBase::ConvertUTF32ToUTF8( unsigned long input, char* output, int* length ) in ConvertUTF32ToUTF8() argument 105 output += *length; in ConvertUTF32ToUTF8() 111 --output; in ConvertUTF32ToUTF8() 112 *output = (char)((input | BYTE_MARK) & BYTE_MASK); in ConvertUTF32ToUTF8() 115 --output; in ConvertUTF32ToUTF8() 116 *output = (char)((input | BYTE_MARK) & BYTE_MASK); in ConvertUTF32ToUTF8() 119 --output; in ConvertUTF32ToUTF8() [all …]
|
/third_party/node/test/fixtures/wpt/resources/webidl2/checker/ |
D | index.html | 11 const outputEl = document.getElementById('webidl-checker-output'); 13 const prettyPrintEl = document.getElementById('pretty-print'); 21 const validation = document.getElementById('webidl-checker-validation'); 37 font-family: monospace; 45 <textarea id='webidl-to-check' rows='20' cols='80'></textarea> 47 <input type='button' value='Check WebIDL' onclick='checkWebIDL(document.getElementById("webidl-to-c… 49 <textarea id='webidl-checker-validation' rows='20' cols='80'></textarea> 50 <p>Parser output:</p> 51 <textarea id='webidl-checker-output' rows='20' cols='80'></textarea> 53 <input type='checkbox' id='pretty-print' checked='true' onchange='formatParserOutput()'>Pretty Print
|
/third_party/mesa3d/docs/ |
D | conf.py | 2 # -*- coding: utf-8 -*- 8 # sphinx-quickstart on Wed Mar 29 14:08:51 2017. 19 # If extensions (or modules to document with autodoc) are in another directory, 26 # If extensions (or modules to document with autodoc) are in another directory, 32 # -- General configuration ------------------------------------------------ 52 # The master toctree document. 57 copyright = '1995-2018, Brian Paul' 87 # If true, `todo` and `todoList` produce output, else they produce nothing. 95 # -- Options for HTML output ---------------------------------------------- 104 # Theme options are theme-specific and customize the look and feel of a theme [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | BUILD.adoc | 1 // Copyright 2014-2021 The Khronos Group Inc. 2 // SPDX-License-Identifier: CC-BY-4.0 8 ifdef::env-github[] 9 :note-caption: :information_source: 26 The repository is located at https://github.com/KhronosGroup/Vulkan-Docs/. 30 If you are using the <<depends-docker, Khronos-Provided Docker Image>>, 34 $ docker run --user `id -u`:`id -g` -it --rm \ 35 -v <vulkan-path>:/vulkan \ 36 khronosgroup/docker-images:asciidoctor-spec /bin/bash 38 where <vulkan-path> is the path to the cloned repository. This runs the [all …]
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | patch.md | 7 [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of o… 8 a JSON document. With this function, a JSON Patch is applied to the current JSON value by executing… 14 : JSON patch document 18 patched document 26 - Throws [`parse_error.104`](../../home/exceptions.md#jsonexceptionparse_error104) if the JSON patc… 28 - Throws [`parse_error.105`](../../home/exceptions.md#jsonexceptionparse_error105) if the JSON patc… 30 - Throws [`out_of_range.401`](../../home/exceptions.md#jsonexceptionout_of_range401) if an array in… 31 - Throws [`out_of_range.403`](../../home/exceptions.md#jsonexceptionout_of_range403) if a JSON poin… 33 - Throws [`out_of_range.405`](../../home/exceptions.md#jsonexceptionout_of_range405) if JSON pointe… 35 - Throws [`out_of_range.501`](../../home/exceptions.md#jsonexceptionother_error501) if "test" opera… [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/katex_replace/ |
D | extension.rb | 1 # Copyright 2016-2021 The Khronos Group Inc. 3 # SPDX-License-Identifier: Apache-2.0 11 MathJaXScript = /<script type="text\/x-mathjax-config">((?!<\/script>).)+<\/script>/m 12 …ttps:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjax\/[0-9].[0-9].[0-9]\/MathJax.js\?config=[-_A-Za-… 14 def process document, output 16 if document.attr? 'stem' 17 katexpath = document.attr 'katexpath' 20 <!-- dragged in by font-awesome css included by asciidoctor, but preloaded in this extension for co… 21 …="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfo… 23 <!-- Note: Chrome needs crossorigin="" even for same-origin fonts --> [all …]
|
/third_party/libinput/doc/user/ |
D | conf.py.in | 1 # -*- coding: utf-8 -*- 7 # http://www.sphinx-doc.org/en/stable/config 9 # -- Path setup -------------------------------------------------------------- 11 # If extensions (or modules to document with autodoc) are in another directory, 21 # -- Project information ----------------------------------------------------- 33 # -- General configuration --------------------------------------------------- 57 # The master toctree document. 77 # -- Options for HTML output ------------------------------------------------- 84 # Theme options are theme-specific and customize the look and feel of a theme 98 # Custom sidebar templates, must be a dictionary that maps document names [all …]
|
/third_party/python/Doc/tools/extensions/ |
D | suspicious.py | 3 that has leaked into the final output. 5 Suspicious lines are reported in a comma-separated-file, 6 ``suspicious.csv``, located in the output directory. 8 The file is utf-8 encoded, and each line contains four fields: 10 * document name (normalized) 11 * line number in the source document 20 - each line defines a rule; if the rule matches, the issue 22 - line number may be empty (that is, nothing between the 25 - the last field does not have to be a complete line; some 31 * document names are the same [all …]
|
/third_party/skia/include/docs/ |
D | SkPDFDocument.h | 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 74 /** The document's title. 78 /** The name of the person who created the document. 82 /** The subject of the document. 86 /** Keywords associated with the document. Commas may be used to delineate 91 /** If the document was converted to PDF from another format, 93 original document from which it was converted. 97 /** The product that is converting this document to PDF. 101 /** The date and time the document was created. 106 /** The date and time the document was most recently modified. [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | enum-doc-bitfield.rs | 9 /// Document field with three slashes 13 /// Document field with preceeding star 17 /// Document field with preceeding exclamation 21 ///< Document field with following star 25 ///< Document field with following exclamation 29 /// Document field with preceeding star, with a loong long multiline 36 type Output = Self; typedef 38 fn bitor(self, other: Self) -> Self { in bitor() 49 type Output = Self; typedef 51 fn bitand(self, other: Self) -> Self { in bitand() [all …]
|
/third_party/libabigail/doc/manuals/ |
D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Fri Sep 26 09:50:31 2014. 16 # If extensions (or modules to document with autodoc) are in another directory, 21 # -- General configuration ----------------------------------------------------- 37 #source_encoding = 'utf-8-sig' 39 # The master toctree document. 44 copyright = u'2014-2022, Red Hat, Inc.' 60 # non-false value, then it is used: 72 # If true, '()' will be appended to :func: etc. cross-reference text. 80 # output. They are ignored by default. [all …]
|
/third_party/json/docs/mkdocs/docs/features/ |
D | json_patch.md | 5 JSON Patch ([RFC 6902](https://tools.ietf.org/html/rfc6902)) defines a JSON document structure for … 6 of operations to apply to a JSON document. With the `patch` function, a JSON Patch is applied to th… 14 --8<-- "examples/patch.cpp" 17 Output: 20 --8<-- "examples/patch.output" 40 --8<-- "examples/diff.cpp" 43 Output: 46 --8<-- "examples/diff.output"
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
D | misc.txt | 1 // Copyright 2015-2021 The Khronos Group Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 11 Images should be authored in the open-source 20 output documents, and must not be scaled with asciidoctor options. 22 the full width of the document - do not leave unnecessary whitespace on 25 The PDF output has an available width of just over 660px (at the default 28 The html output is wider (800 pixels) and with practically unlimited height. 35 According to the documentation available, the PDF output *should* have 36 dimensions of roughly 184mm x 271mm - or equivalently 697px x 1026px (A4 37 size [asciidoctor default] with a 0.5in margin [prawn-pdf default] on each [all …]
|
/third_party/protobuf/python/docs/ |
D | conf.py | 1 # -*- coding: utf-8 -*- 2 # Protocol Buffers - Google's data interchange format 4 # https://developers.google.com/protocol-buffers/ 36 # http://www.sphinx-doc.org/en/master/config 38 # -- Path setup -------------------------------------------------------------- 40 # If extensions (or modules to document with autodoc) are in another directory, 49 # -- Project information ----------------------------------------------------- 61 # -- General configuration --------------------------------------------------- 86 # The master toctree document. 105 # -- Options for HTML output ------------------------------------------------- [all …]
|
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/ |
D | big5-enc-ascii.html | 4 <meta charset=big5> <!-- test breaks if the server overrides this --> 11 …ert" content="The browser produces the characters when encoding ASCII in a Big5-encoded document."> 18 function encode(input, output, desc) { 19 …// tests whether a Unicode character is converted to an equivalent Big5 %-encoded byte sequence by… 21 // output: expected percent-encoded byte sequence for the code point's equivalent in Big5 encoding 24 var a = document.createElement("a"); // <a> uses document encoding for URL's query 25 // Append and prepend x to test for off-by-one errors 28 a.search.substr(1) == "x" + output + "x" || 34 // test ASCII - test separately for chars that aren't escaped
|
/third_party/json/docs/mkdocs/docs/features/binary_formats/ |
D | bson.md | 3 BSON, short for Binary JSON, is a binary-encoded serialization of JSON-like documents. Like JSON, B… 9 - [BSON Website](http://bsonspec.org) - the main source on BSON 10 - [BSON Specification](http://bsonspec.org/spec.html) - the specification 18 |-----------------|-------------------------------------------|-----------|--------| 21 | number_integer | -9223372036854775808..-2147483649 | int64 | 0x12 | 22 | number_integer | -2147483648..2147483647 | int32 | 0x10 | 26 | number_unsigned | 9223372036854775808..18446744073709551615 | -- | -- | 29 | array | *any value* | document | 0x04 | 30 | object | *any value* | document | 0x03 | 35 The mapping is **incomplete**, since only JSON-objects (and things [all …]
|
/third_party/vk-gl-cts/scripts/ |
D | qpa_image_viewer.html | 1 <!-- 2 -------------------------------------- 4 -------------------------------------- 13 http://www.apache.org/licenses/LICENSE-2.0 20 --> 23 <meta charset="utf-8"/> 24 <title>Load PNGs from QPA output</title> 28 text-align: left; 29 font-family: sans-serif; 32 margin-top: 2ex; [all …]
|
/third_party/python/Doc/library/ |
D | xml.etree.elementtree.rst | 1 :mod:`xml.etree.ElementTree` --- The ElementTree XML API 11 -------------- 27 unauthenticated data see :ref:`xml-vulnerabilities`. 30 -------- 40 represent it is with a tree. ``ET`` has two classes for this purpose - 41 :class:`ElementTree` represents the whole XML document as a tree, and 43 the whole document (reading and writing to/from files) are usually done 45 and its sub-elements are done on the :class:`Element` level. 47 .. _elementtree-parsing-xml: 52 We'll be using the following XML document as the sample data for this section: [all …]
|