| /third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/generator/lib/ |
| D | index.js | 9 var _sourceMap = _interopRequireDefault(require("./source-map")); 36 comments: opts.comments == null || opts.comments, property 56 format.shouldPrintComment = format.shouldPrintComment || (() => format.comments); 58 …t.shouldPrintComment || (value => format.comments || value.indexOf("@license") >= 0 || value.index…
|
| /third_party/googletest/googlemock/scripts/generator/cpp/ |
| D | gmock_class.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 24 gmock_class.py header-file.h [ClassName]... 39 # Preserve compatibility with Python 2.3. 99 # Due to the parser limitations, it is impossible to keep comments 101 # present, we choose to strip them and comments (and produce 104 # preserve parameter name when reconstructing parameter text from 112 end = node.parameters[-1].end 113 # Remove // comments. 144 # TODO(paulchang): The AST doesn't preserve template argument order, 146 # TODO(paulchang): Handle non-type template arguments (e.g. [all …]
|
| /third_party/json/.github/ |
| D | CONTRIBUTING.md | 21 - If it is a bug, please describe how to **reproduce** it. If possible, attach a complete example w… 22 - If you propose a change or addition, try to give an **example** how the improved code could look … 23 - If you found a compilation error, please tell us which **compiler** (version and operating system… 29 :exclamation: Before you make any changes, note the single-header file [`single_include/nlohmann/js… 33 1. [`include/nlohmann/*`](https://github.com/nlohmann/json/tree/develop/include/nlohmann) - These f… 35 2. [`test/src/unit-*.cpp`](https://github.com/nlohmann/json/tree/develop/test/src) - These files co… 43 $ cmake --build . 47 …The test cases are also executed with several different compilers on [Travis](https://travis-ci.or… 52 - If you open a pull request, the code will be automatically tested with [Valgrind](http://valgrind… 53 - There is a Makefile target `make pretty` which runs [Artistic Style](http://astyle.sourceforge.ne… [all …]
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| D | csharp_doc_comment.cc | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 44 // Functions to create C# XML documentation comments. 45 // Currently this only includes documentation comments containing text specified as comments 46 // in the .proto file; documentation comments generated just from field/message/enum/proto names 50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl() local 52 if (comments.empty()) { in WriteDocCommentBodyImpl() 57 comments = StringReplace(comments, "&", "&", true); in WriteDocCommentBodyImpl() 58 comments = StringReplace(comments, "<", "<", true); in WriteDocCommentBodyImpl() 60 lines = Split(comments, "\n", false); in WriteDocCommentBodyImpl() [all …]
|
| /third_party/python/Lib/distutils/ |
| D | text_file.py | 4 that (optionally) takes care of stripping comments, ignoring blank 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 46 skip lines that are empty *after* stripping comments and 51 if a backslash is the last non-newline character on a line 52 after stripping comments and whitespace, join the following line 65 None for end-of-file: an empty string might just be a blank line (or [all …]
|
| /third_party/node/deps/npm/node_modules/is-callable/ |
| D | .istanbul.yml | 5 - .js 6 - .jsx 7 default-excludes: true 11 preserve-comments: false 12 complete-copy: false 13 save-baseline: false 14 baseline-file: ./coverage/coverage-baseline.raw.json 15 include-all-sources: false 16 include-pid: false 17 es-modules: false [all …]
|
| /third_party/boost/libs/property_tree/doc/ |
| D | xml_parser.qbk | 20 By default, the parser will preserve most whitespace, but remove element content 30 This means that, in order to parse a UTF-8-encoded XML file into a wptree, you 41 * XML comments are stored in nodes named [^<xmlcomment>], unless comment 49 The XML storage encoding does not round-trip perfectly. A read-write cycle loses 50 trimmed whitespace, low-level formatting information, and the distinction 51 between normal data and CDATA nodes. Comments are only preserved when enabled. 52 A write-read cycle loses trimmed whitespace; that is, if the origin tree has
|
| /third_party/python/Doc/library/ |
| D | pickletools.rst | 1 :mod:`pickletools` --- Tools for pickle developers 5 :synopsis: Contains extensive comments about the pickle protocols and 6 pickle-machine opcodes, as well as some useful functions. 10 -------------- 14 :mod:`pickle` module, some lengthy comments about the implementation, and a 21 ------------------ 25 When invoked from the command line, ``python -m pickletools`` will 28 details of pickle format, you may want to use ``-m pickle`` instead. 30 untrusted source, ``-m pickletools`` is a safer option because it does 35 .. code-block:: shell-session [all …]
|
| D | shlex.rst | 1 :mod:`shlex` --- Simple lexical analysis 5 :synopsis: Simple lexical analysis for Unix shell-like languages. 14 -------------- 24 .. function:: split(s, comments=False, posix=True) 26 Split the string *s* using shell-like syntax. If *comments* is :const:`False` 27 (the default), the parsing of comments in the given string will be disabled 30 in POSIX mode by default, but uses non-POSIX mode if the *posix* argument is 46 >>> print(join(['echo', '-n', 'Multiple words'])) 47 echo -n 'Multiple words' 49 The returned value is shell-escaped to protect against injection [all …]
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | jpegtran.1 | 3 jpegtran \- lossless transformation of JPEG files 38 .B \-copy 46 .B \-optimize 48 .B \-opt 61 .B \-optimize 64 .B \-progressive 67 .BI \-restart " N" 71 .B \-arithmetic 74 .BI \-scans " file" 80 If you specify none of these switches, you get a plain baseline-JPEG output [all …]
|
| /third_party/boost/libs/wave/ |
| D | ChangeLog | 4 Copyright (c) 2001-2013 Hartmut Kaiser. Distributed under the Boost 7 ------------------------------------------------------------------------------- 10 - Fix expansion of macros, which replacement-list terminates in a partial 12 - Try to remove the second parameter from the pp_iterator<>::force_include 14 - Fix the trigraph backslash problem in the re2c (C/C++ and IDL) scanners, if 17 ------------------------------------------------------------------------------- 22 - Fixed TRAC #10733: Hooks not called for expanding specific predefined macros 23 - Fixed #58: C++11 long long literals must use consistent case 24 - Repaired two samples and added a new one for macro naming enforcement 25 - Implemented C++20 changes for variadic macros, including __VA_OPT__() [all …]
|
| /third_party/icu/icu4c/source/test/testdata/ |
| D | ra.xlf | 1 <?xml version="1.0" encoding="utf-8"?> 2 …/XMLSchema-instance' xsi:schemaLocation='urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-op… 3 …<file xml:space = "preserve" source-language = "en" datatype = "x-icu-resource-bundle" original = … 5 <tool tool-id = "genrb-3.3-icu-4.0" tool-name = "genrb"/> 8 <group id = "ra" restype = "x-icu-table" translate = "yes"> 9 <!--These are top level comments for the bundle. Tag name: ra--> 10 … <group id = "TestArray" resname = "TestArray" restype = "x-icu-array" translate = "yes"> 11 <!--Top level comments for Tag name: TestArray--> 12 <trans-unit id = "TestArray_0" translate = "yes"> 13 <!--comments for un-named string--> [all …]
|
| /third_party/boost/libs/wave/doc/ |
| D | wave_driver.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 13 <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">The 32 <pre>Usage: wave [options] [@config-file(s)] file: 35 -h [--help]: print out program usage (this message) 36 -v [--version]: print the version number 37 -c [--copyright]: print out the copyright statement 38 --config-file filepath: specify a config file (alternatively: @filepath) 41 -o [--output] path: specify a file [path] to use for output instead of 42 stdout or disable output [-] [all …]
|
| D | supported_pragmas.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 13 <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">Supported 64 macro expansion process. This is needed, even if there is given the --trace 84 …="preprocessor">#pragma</span> is available only if the command line option -x is specified. The <… 103 preserve: [0 | 1 | 2 | push | pop]<br> 108 …preserve: ...)</tt> directive allows to control the amount of whitespace generated in the output s… 109 …>default</tt> to use the output as specified on the command line using the --output/-o option. </p> 110 …and <tt>pop</tt> may be used for all of the options (<tt>line</tt>, <tt>preserve</tt> and <tt>outp… 132 <p class="copyright">Copyright © 2003-2011 Hartmut Kaiser<br> [all …]
|
| /third_party/boost/boost/wave/ |
| D | whitespace_handling.hpp | 8 Copyright (c) 2001-2012 Hartmut Kaiser. 135 // re-initialize the preserve comments state in may_skip_whitespace() 137 return (this->*state)(token, skipped_newline); in may_skip_whitespace() 147 // re-initialize the preserve comments state in may_skip_whitespace() 150 return (this->*state)(token, skipped_newline); in may_skip_whitespace()
|
| /third_party/flutter/skia/third_party/externals/freetype/src/bdf/ |
| D | bdf.h | 3 * Copyright 2001-2004, 2011 Francesco Zappa Nardelli 62 #define BDF_KEEP_COMMENTS 0x02 /* Preserve the font comments. */ 191 char* comments; /* Font comments. */ member 215 #define BDF_MISSING_START -1 216 #define BDF_MISSING_FONTNAME -2 217 #define BDF_MISSING_SIZE -3 218 #define BDF_MISSING_CHARS -4 219 #define BDF_MISSING_STARTCHAR -5 220 #define BDF_MISSING_ENCODING -6 221 #define BDF_MISSING_BBX -7 [all …]
|
| /third_party/jerryscript/ |
| D | CONTRIBUTING.md | 8 …s an Open Source project, be prepared for feedback and criticism-it happens to everyone-. If asked… 25 * http://www.apache.org/licenses/LICENSE-2.0 35 …-wide notice ("Copyright JS Foundation and other contributors, http://js.foundation") is not permi… 39 …-off is a simple line at the end of the commit message of the patch, which certifies that you wrot… 41 We have the same requirements for using the signed-off-by process as the Linux kernel. 42 In short, you need to include a signed-off-by tag in every patch. 46 > JerryScript-DCO-1.0-Signed-off-by: Random J Developer random@developer.example.org 48 "JerryScript-DCO-1.0-Signed-off-by:" this is a developer's certification that he or she has the rig… 50 ### 4. Open a GitHub [pull request](https://github.com/jerryscript-project/jerryscript/pulls) 52 …ions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request). [all …]
|
| /third_party/freetype/src/bdf/ |
| D | bdf.h | 3 * Copyright 2001-2004, 2011 Francesco Zappa Nardelli 61 #define BDF_KEEP_COMMENTS 0x02 /* Preserve the font comments. */ 190 char* comments; /* Font comments. */ member 214 #define BDF_MISSING_START -1 215 #define BDF_MISSING_FONTNAME -2 216 #define BDF_MISSING_SIZE -3 217 #define BDF_MISSING_CHARS -4 218 #define BDF_MISSING_STARTCHAR -5 219 #define BDF_MISSING_ENCODING -6 220 #define BDF_MISSING_BBX -7 [all …]
|
| /third_party/libjpeg/ |
| D | jpegtran.1 | 3 jpegtran \- lossless transformation of JPEG files 38 .B \-copy 46 .B \-optimize 48 .B \-opt 61 .B \-optimize 64 .B \-progressive 67 .BI \-restart " N" 71 .B \-arithmetic 74 .BI \-scans " file" 80 If you specify none of these switches, you get a plain baseline-JPEG output [all …]
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrShaderUtils.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 39 * For long style comments like this one, we search for the ending token. We also in prettify() 40 * preserve whitespace in these comments WITH THE CAVEAT that we do the newlines in prettify() 63 this->parseUntilNewline(); in prettify() 65 this->parseUntil(fInParseUntilToken); in prettify() 66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify() 67 this->parseUntilNewline(); in prettify() 68 } else if (this->hasToken("/*")) { in prettify() 69 this->parseUntil("*/"); in prettify() 71 this->newline(); in prettify() [all …]
|
| /third_party/gstreamer/gstplugins_bad/gst/id3tag/ |
| D | gstid3mux.c | 4 * Copyright (C) 2006-2012 Tim-Philipp Müller <tim centricular net> 20 * Boston, MA 02110-1301, USA. 24 * SECTION:element-id3mux 40 …* gst-launch-1.0 -v filesrc location=foo.ogg ! decodebin ! audioconvert ! id3mux ! filesink locati… 43 * Make sure the Ogg/Vorbis file actually has comments to preserve. 45 * gst-launch-1.0 -m filesrc location=foo.mp3 ! id3demux ! fakesink silent=TRUE 82 GST_STATIC_CAPS ("application/x-id3")); 102 gobject_class->set_property = gst_id3_mux_set_property; in gst_id3_mux_class_init() 103 gobject_class->get_property = gst_id3_mux_get_property; in gst_id3_mux_class_init() 106 g_param_spec_boolean ("write-v1", "Write id3v1 tag", in gst_id3_mux_class_init() [all …]
|
| /third_party/boost/libs/wave/tool/ |
| D | cpp.cpp | 6 Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost 127 version = version.substr(1, version.size()-2); // strip quotes in get_version() 150 "Copyright (c) 2001-2012 Hartmut Kaiser, Distributed under the Boost", in print_copyright() 185 // option "config-file" with the value "something". 190 return std::make_pair(std::string("config-file"), s.substr(1)); in at_option_parser() 202 bool seen_separator; // command line contains a '-I-' option 214 // Assume only one path per '-I' occurrence. in validate() 216 if (t == "-") { in validate() 217 // found -I- option, so switch behaviour in validate() 218 p->seen_separator = true; in validate() [all …]
|
| /third_party/boost/libs/wave/test/testwave/ |
| D | testwave_app.cpp | 5 Copyright (c) 2001-2013 Hartmut Kaiser. Distributed under the Boost 127 String unesc_name = unescape_lit(name.substr(1, name.size()-2)); in handle_quoted_filepath() 213 std::string source = expected.substr(pos1+3, p-pos1-3); in got_expected_result() 224 expected.substr(pos, pos1-pos) + result; in got_expected_result() 233 expected.substr(pos, pos1-pos) + escape_lit(filename); in got_expected_result() 255 std::string base = expected.substr(pos1+3, p-pos1-3); in got_expected_result() 258 full_result += expected.substr(pos, pos1-pos); in got_expected_result() 287 full_result += expected.substr(pos, pos1-pos); in got_expected_result() 323 std::string base = expected.substr(pos1+3, p-pos1-3); in got_expected_result() 326 full_result += expected.substr(pos, pos1-pos); in got_expected_result() [all …]
|
| /third_party/jsoncpp/include/json/ |
| D | value.h | 1 // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors 57 // Disable warning C4251: <data member>: <type> needs to have dll-interface to 87 * E.g. out-of-memory (when we use malloc), stack-overflow, malicious input 98 * These are precondition-violations (user bugs) and internal errors (our bugs). 120 stringValue, ///< UTF-8 string value 170 * - signed integer [range: Value::minInt - Value::maxInt] 171 * - unsigned integer (range: 0 - Value::maxUInt) 172 * - double 173 * - UTF-8 string 174 * - boolean [all …]
|
| /third_party/node/doc/ |
| D | node.1 | 8 .\" https://atom.io/packages/language-roff 11 .\" mandoc -Wall -Tlint /path/to/this.file # BSD 12 .\" groff -w all -z /path/to/this.file # GNU/Linux, macOS 18 .\" the Roff formatter better control over text-spacing, line-wrapping, 23 .\" command. Comments and horizontal whitespace may optionally follow: each 34 .Nd server-side JavaScript runtime 40 .Op Ar v8-options 42 .Op Fl - 51 .Op Fl -v8-options 56 It is primarily focused on creating simple, easy-to-build network clients and servers. [all …]
|