Home
last modified time | relevance | path

Searched +full:preserve +full:- +full:comments (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/third_party/gettext/gettext-tools/its/
Dglade2.its2 <!--
18 -->
22 <its:translateRule selector="/glade-interface" translate="no"/>
24 selector="/glade-interface//property[@translatable = 'yes'] |
25 /glade-interface//atkproperty[@translatable = 'yes'] |
26 /glade-interface//atkaction/description"
29 <its:locNoteRule selector="/glade-interface//property[@comments] |
30 /glade-interface//atkproperty[@comments]"
31 locNotePointer="@comments"
33 <gt:escapeRule selector="/glade-interface/property/@comments |
[all …]
Dgtkbuilder.its2 <!--
18 -->
25 <its:locNoteRule selector="/interface//*[@comments]"
26 locNotePointer="@comments"
28 <gt:escapeRule selector="/interface//@comments" escape="no"/>
32 <its:preserveSpaceRule selector="/interface" space="preserve"/>
Dglade1.its2 <!--
18 -->
22 <its:translateRule selector="/GTK-Interface" translate="no"/>
23 <its:translateRule selector="/GTK-Interface//label |
24 /GTK-Interface//title |
25 /GTK-Interface//text |
26 /GTK-Interface//format |
27 /GTK-Interface//copyright |
28 /GTK-Interface//comments |
29 /GTK-Interface//preview_text |
[all …]
/third_party/json/.github/
DCONTRIBUTING.md21 - 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/
Dcsharp_doc_comment.cc1 // 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, "&", "&amp;", true); in WriteDocCommentBodyImpl()
58 comments = StringReplace(comments, "<", "&lt;", true); in WriteDocCommentBodyImpl()
60 lines = Split(comments, "\n", false); in WriteDocCommentBodyImpl()
[all …]
/third_party/python/Lib/distutils/
Dtext_file.py4 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.yml5 - .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/
Dxml_parser.qbk20 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/
Dpickletools.rst1 :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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptions.h1 //===- MCTargetOptions.h - MC Target Options --------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 DwarfCFI, ///< DWARF-like instruction based exceptions
28 GNU, ///< zlib-gnu style compression
53 /// Preserve Comments in Assembly.
67 /// getABIName - If this returns a non-empty string this represents the
69 /// aapcs-linux.
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with boolean value compiler options/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/typescript/tests/baselines/reference/tsConfig/Default initialized TSConfig/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/libjpeg-turbo/
Djpegtran.13 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/third_party/externals/libjpeg-turbo/
Djpegtran.13 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/
DChangeLog4 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/
Dra.xlf1 <?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/
Dwave_driver.html1 <!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 …]
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with advanced options/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with files options/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/
Dtsconfig.json12 …// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react
18 … the root directory of input files. Use to control the output directory structure with --outDir. */
21 // "removeComments": true, /* Do not emit comments to output. */
24 …// "downlevelIteration": true, /* Provide full support for iterables in 'for-of',…
27 /* Strict Type-Checking Options */
28 "strict": true, /* Enable all strict type-checking options. */
46 … /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
47 …// "baseUrl": "./", /* Base directory to resolve non-absolute module n…
48 …// "paths": {}, /* A series of entries which re-map imports to loo…
61 …source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h1 //===- LoopPassManager.h - Loop pass management -----------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 /// 3) A collection of Loop-specific analysis results are available:
18 /// - LoopInfo
19 /// - DominatorTree
20 /// - ScalarEvolution
21 /// - AAManager
22 /// 4) All loop passes preserve #1 (where possible), #2, and #3.
34 //===----------------------------------------------------------------------===//
[all …]
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/
Dparse.test.ts4 import * as astConverter from '../../src/ast-converter';
5 import { TSESTreeOptions } from '../../src/parser-options';
6 import * as sharedParserUtils from '../../src/create-program/shared';
7 import { createSnapshotTestBlock } from '../../tools/test-utils';
46 'output tokens, comments, locs, and ranges when called with those options',
69 // eslint-disable-next-line @typescript-eslint/no-explicit-any
89 describe('loggerFn should be propagated to ast-converter', () => {
90 it('output tokens, comments, locs, and ranges when called with those options', () => {
107 comments: [],
213 it('should preserve node maps by default for parseAndGenerateServices()', () => {
[all …]

12345678910>>...24