| /third_party/vk-gl-cts/external/vulkan-docs/src/config/loadable_html/ |
| D | extension.rb | 1 # Copyright 2016-2024 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/cups/man/ |
| D | lp.1 | 4 .\" Copyright © 2020-2024 by OpenPrinting. 5 .\" Copyright © 2007-2019 by Apple Inc. 6 .\" Copyright © 1997-2006 by Easy Software Products. 11 .TH lp 1 "CUPS" "2022-05-02" "OpenPrinting" 13 lp \- print files 17 \fB\-h \fIhostname\fR[\fB:\fIport\fR] 19 .B \-E 21 .B \-U 24 .B \-c 26 \fB\-d \fIdestination\fR[\fB/\fIinstance\fR] [all …]
|
| D | ipptool.1 | 4 .\" Copyright © 2020-2024 by OpenPrinting. 5 .\" Copyright © 2010-2019 by Apple Inc. 10 .TH ipptool 1 "CUPS" "2021-10-20" "OpenPrinting" 12 ipptool \- perform internet printing protocol requests 16 .B \-\-help 18 .B \-\-ippserver 21 .B \-\-stop\-after\-include\-error 23 .B \-\-version 25 .B \-4 27 .B \-6 [all …]
|
| D | lpr.1 | 4 .\" Copyright © 2020-2024 by OpenPrinting. 5 .\" Copyright © 2007-2019 by Apple Inc. 6 .\" Copyright © 1997-2006 by Easy Software Products. 11 .TH lpr 1 "CUPS" "2022-05-02" "OpenPrinting" 13 lpr \- print files 17 \fB\-H \fIserver\fR[\fB:\fIport\fR] 19 .B \-E 21 .B \-U 24 \fB\-P \fIdestination\fR[\fB/\fIinstance\fR] 26 .B \-# [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
| D | genanchorlinks.rb | 1 # Copyright 2023-2024 The Khronos Group Inc. 2 # SPDX-License-Identifier: Apache-2.0 12 def process document, output 13 content = (document.attr 'copyright') || 'Copyright Acme, Inc.' 14 if document.basebackend? 'html' 15 output = output.gsub(/<a id="(VUID\-[\w\-:]+)">/, '<a id="\1" href="#\1">') 17 output
|
| /third_party/cups/cups/ |
| D | ipp-support.c | 4 * Copyright © 2020-2024 by OpenPrinting. 5 * Copyright © 2007-2018 by Apple Inc. 6 * Copyright © 1997-2007 by Easy Software Products, all rights reserved. 16 #include "cups-private.h" 17 #include "debug-internal.h" 34 "successful-ok", 35 "successful-ok-ignored-or-substituted-attributes", 36 "successful-ok-conflicting-attributes", 37 "successful-ok-ignored-subscriptions", 38 "(successful-ok-ignored-notifications)", [all …]
|
| D | ipp.h | 4 * Copyright © 2022-2024 by OpenPrinting. 5 * Copyright © 2007-2018 by Apple Inc. 6 * Copyright © 1997-2006 by Easy Software Products. 62 # define IPP_MAX_VALUES 8 /* Power-of-2 allocation increment */ 76 typedef enum ipp_dstate_e /**** Document states @exclude all@ ****/ 78 IPP_DSTATE_PENDING = 3, /* Document is pending */ 79 IPP_DSTATE_PROCESSING = 5, /* Document is processing */ 80 IPP_DSTATE_CANCELED = 7, /* Document is canceled */ 81 IPP_DSTATE_ABORTED, /* Document is aborted */ 82 IPP_DSTATE_COMPLETED /* Document is completed */ [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/skia/m133/include/core/ |
| D | SkDocument.h | 4 * Use of this source code is governed by a BSD-style license that can be 23 * High-level API for creating a document-based canvas. To use.. 25 * 1. Create a document, specifying a stream to store the output. 27 * a. canvas = doc->beginPage(...) 29 * c. doc->endPage(); 30 * 3. Close the document with doc->close(). 36 * Begin a new page for the document, returning the canvas that will draw 37 * into the page. The document owns this canvas, and it will go out of 38 * scope when endPage() or close() is called, or the document is deleted. 46 * returned by beginPage() will be out-of-scope. [all …]
|
| /third_party/skia/m133/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-2024 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> 70 <arg><option>-h</option></arg> 71 <arg><option>--help</option></arg> [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/lame/ACM/tinyxml/ |
| D | readme.txt | 11 In brief, TinyXml parses an XML document, and builds from that a 12 Document Object Model that can be read, modified, and saved. 15 your own document markups. Where HTML does a very good job of marking 16 documents for browsers, XML allows you to define any kind of document 17 markup, for example a document that describes a "to do" list for an 23 TinyXml uses a Document Object Model, meaning the XML data is parsed 25 written back to disk. You can also construct an XML document from 34 compliant XML output (with the exception of the character set, 42 It doesn�t parse or use DTDs (Document Type Definitions) or XSL�s 65 TinyXml recognizes the pre-defined "entity references", meaning special [all …]
|
| /third_party/rust/rust/tests/run-make/issue-88756-default-output/ |
| D | output-default.stdout | 4 -h, --help show this help message 5 -V, --version print rustdoc's version 6 -v, --verbose use verbose output 7 -w, --output-format [html] 8 the output type to write 9 --output PATH Which directory to place the output. This option is 10 deprecated, use --out-dir instead. 11 -o, --out-dir PATH which directory to place the output 12 --crate-name NAME 14 --crate-type [bin|lib|rlib|dylib|cdylib|staticlib|proc-macro] [all …]
|
| /third_party/ninja/src/ |
| D | browse.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 54 # multiple dependent output edges. Rather than attempting to display 77 target = next(lines)[:-1] # strip trailing colon 90 type = 'order-only' 109 font-family: sans; 110 font-size: 0.8em; 114 font-weight: normal; 115 font-size: 140%; 116 text-align: center; 120 font-weight: normal; [all …]
|
| /third_party/rust/rust/src/librustdoc/html/static/js/ |
| D | settings.js | 14 updateLocalStorage("use-system-theme", useSystem); 20 case "preferred-dark-theme": 21 case "preferred-light-theme": 25 case "line-numbers": 36 removeClass(document.getElementById("preferred-light-theme"), "hidden"); 37 removeClass(document.getElementById("preferred-dark-theme"), "hidden"); 41 addClass(document.getElementById("preferred-light-theme"), "hidden"); 42 addClass(document.getElementById("preferred-dark-theme"), "hidden"); 46 const useSystem = getSettingValue("use-system-theme"); 70 const useSystem = getSettingValue("use-system-theme"); [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/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/vu-to-json/ |
| D | extension.rb | 1 # Copyright 2016-2024 The Khronos Group Inc. 3 # SPDX-License-Identifier: Apache-2.0 13 def process document 18 'api version' => document.attr('revnumber'), 19 'comment' => document.attr('revremark'), 20 'date' => document.attr('revdate') 31 # Use find_by so that sub-blocks that this script processes can be skipped 32 document.find_by do |block| 34 …# Keep track of all attributes defined throughout the document, as Asciidoctor will not do this au… 35 # See https://discuss.asciidoctor.org/asciidoctorj-and-document-attributes-tp5960p6525.html [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | enum-doc-bitfield.rs | 3 /// Document field with three slashes 7 /// Document field with preceding star 11 /// Document field with preceding exclamation 15 ///< Document field with following star 19 ///< Document field with following exclamation 23 /** Document field with preceding star, with a loong long multiline 30 type Output = Self; typedef 32 fn bitor(self, other: Self) -> Self { in bitor() 43 type Output = Self; typedef 45 fn bitand(self, other: Self) -> Self { in bitand() [all …]
|
| /third_party/cups/locale/ |
| D | ipp-strings.c | 2 _("accuracy-units"); 4 _("accuracy-units.mm"); 6 _("accuracy-units.nm"); 8 _("accuracy-units.um"); 9 /* TRANSLATORS: Bale Output */ 12 _("baling-type"); 14 _("baling-type.band"); 16 _("baling-type.shrink-wrap"); 18 _("baling-type.wrap"); 20 _("baling-when"); [all …]
|
| D | cups_en.po | 4 # Copyright © 2020-2024 by OpenPrinting. 5 # Copyright © 2007-2019 by Apple Inc. 6 # Copyright © 2005-2007 by Easy Software Products. 26 "Project-Id-Version: CUPS 2.3.0\n" 27 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n" 28 "POT-Creation-Date: 2021-03-07 10:33-0500\n" 29 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 30 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 31 "Language-Team: English\n" 33 "MIME-Version: 1.0\n" [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/vk-gl-cts/external/vulkan-docs/src/config/katex_replace/ |
| D | extension.rb | 1 # Copyright 2016-2024 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/rust/rust/src/tools/rust-analyzer/editors/code/src/ |
| D | util.ts | 1 import * as lc from "vscode-languageclient/node"; 18 private readonly output = vscode.window.createOutputChannel("Rust Analyzer Client"); 24 // Hint: the type [T, ...T[]] means a non-empty array 42 log.output.show(true); 48 log.output.appendLine(`${label} [${dateTime}]: ${message}`); 96 export type RustEditor = vscode.TextEditor & { document: RustDocument }; 98 export function isRustDocument(document: vscode.TextDocument): document is RustDocument { 103 return document.languageId === "rust" && document.uri.scheme === "file"; 106 export function isCargoTomlDocument(document: vscode.TextDocument): document is RustDocument { 107 … // ideally `document.languageId` should be 'toml' but user maybe not have toml extension installed [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 …]
|