Searched +full:no +full:- +full:trailing +full:- +full:spaces (Results 1 – 25 of 709) sorted by relevance
12345678910>>...29
| /third_party/typescript_eslint/ |
| D | .markdownlint.json | 4 …// MD001/heading-increment/header-increment - Heading levels should only increment by one level at… 6 // MD002/first-heading-h1/first-header-h1 - First heading should be a top level heading 8 // MD003/heading-style/header-style - Heading style 10 // MD004/ul-style - Unordered list style 12 // MD005/list-indent - Inconsistent indentation for list items at the same level 14 // MD006/ul-start-left - Consider starting bulleted lists at the beginning of the line 16 // MD007/ul-indent - Unordered list indentation 18 // MD009/no-trailing-spaces - Trailing spaces 20 // MD010/no-hard-tabs - Hard tabs 22 // MD011/no-reversed-links - Reversed link syntax [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | propertiesAndIndexersForNumericNames.types | 14 public "-1": string = "negative number"; // Error 15 >"-1" : string 18 public "-2.5": string = "negative number"; // Error 19 >"-2.5" : string 22 public "3.141592": string = "pi-sitive number"; // Error 24 >"pi-sitive number" : "pi-sitive number" 26 public "1.2e-20": string = "really small number"; // Error 27 >"1.2e-20" : string 34 public "-Infinity": string = "Negative-a-gillion"; // Error 35 >"-Infinity" : string [all …]
|
| D | propertiesAndIndexersForNumericNames.js | 8 public "-1": string = "negative number"; // Error 9 public "-2.5": string = "negative number"; // Error 10 public "3.141592": string = "pi-sitive number"; // Error 11 public "1.2e-20": string = "really small number"; // Error 13 public "-Infinity": string = "Negative-a-gillion"; // Error 18 public " 1": string = "leading space"; // No error 19 public "1 ": string = "trailing space"; // No error 20 public "": string = "no nothing"; // No error 21 public " ": string = "just space"; // No error 22 public "1 0 1": string = "several numbers and spaces"; // No error [all …]
|
| /third_party/node/deps/npm/node_modules/validate-npm-package-name/test/ |
| D | index.js | 6 test('validate-npm-package-name', function (t) { 9 t.deepEqual(validate('some-package'), {validForNewPackages: true, validForOldPackages: true}) 17 warnings: ['name can no longer contain special characters ("~\'!()*")'] 23 t.deepEqual(validate('@npm-zors/money!time.js'), { 26 warnings: ['name can no longer contain special characters ("~\'!()*")'] 41 t.deepEqual(validate('.start-with-period'), { 46 t.deepEqual(validate('_start-with-underscore'), { 54 errors: ['name can only contain URL-friendly characters']}) 56 t.deepEqual(validate(' leading-space'), { 59 …errors: ['name cannot contain leading or trailing spaces', 'name can only contain URL-friendly cha… [all …]
|
| /third_party/boost/libs/property_tree/doc/ |
| D | ini_parser.qbk | 15 INI is a simple key-value format with a single level of sectioning. It is thus 21 added to the root node. Empty sections are ignored. (They don't round-trip, as 25 root that contains data, but no child nodes, as properties. Then it creates a 26 section for every child that contains child nodes, but no data. The children of 31 An empty tree node is assumed to be an empty property. There is no way to create 34 Since the Windows INI parser discards trailing spaces and does not support 36 property values containing trailing spaces do not round-trip.
|
| /third_party/skia/third_party/externals/libpng/scripts/ |
| D | dfn.awk | 1 #!/bin/awk -f 2 # scripts/dfn.awk - process a .dfn file 4 # last changed in libpng version 1.5.19 - August 21, 2014 6 # Copyright (c) 2013-2014 Glenn Randers-Pehrson 89 # @" - delete this and any following spaces 90 # "@ - delete this and any preceding spaces 91 # @' - replace this by a double quote 112 # Do this special case first to avoid swallowing extra spaces 115 # Ok, do it in pieces - there has to be a non-space between the 117 # lost - the code will error out below (I believe). [all …]
|
| /third_party/libpng/scripts/ |
| D | dfn.awk | 1 #!/bin/awk -f 2 # scripts/dfn.awk - process a .dfn file 4 # last changed in libpng version 1.5.19 - August 21, 2014 6 # Copyright (c) 2013-2014 Glenn Randers-Pehrson 89 # @" - delete this and any following spaces 90 # "@ - delete this and any preceding spaces 91 # @' - replace this by a double quote 112 # Do this special case first to avoid swallowing extra spaces 115 # Ok, do it in pieces - there has to be a non-space between the 117 # lost - the code will error out below (I believe). [all …]
|
| /third_party/flutter/skia/third_party/externals/libpng/scripts/ |
| D | dfn.awk | 1 #!/bin/awk -f 2 # scripts/dfn.awk - process a .dfn file 4 # last changed in libpng version 1.5.19 - August 21, 2014 6 # Copyright (c) 2013-2014 Glenn Randers-Pehrson 89 # @" - delete this and any following spaces 90 # "@ - delete this and any preceding spaces 91 # @' - replace this by a double quote 112 # Do this special case first to avoid swallowing extra spaces 115 # Ok, do it in pieces - there has to be a non-space between the 117 # lost - the code will error out below (I believe). [all …]
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| D | string-to-double.h | 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 54 // Flags should be a bit-or combination of the possible Flags-enum. 55 // - NO_FLAGS: no special flags. 56 // - ALLOW_HEX: recognizes the prefix "0x". Hex numbers may only be integers. 57 // Ex: StringToDouble("0x1234") -> 4660.0 58 // In StringToDouble("0x1234.56") the characters ".56" are trailing 61 // With this flag "0x" is a junk-string. Even with ALLOW_TRAILING_JUNK, 64 // - ALLOW_OCTALS: recognizes the prefix "0" for octals: 67 // Ex: StringToDouble("01234") -> 668.0 68 // StringToDouble("012349") -> 12349.0 // Not a sequence of octal [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | .clang-format | 1 # Copyright 2016-2021 The Khronos Group Inc. 2 # SPDX-License-Identifier: Apache-2.0 8 AccessModifierOffset: -4 10 # If true, aligns escaped newlines as far left as possible. Otherwise puts them into the right-most… 13 # If true, aligns trailing comments. 62 # The column limit. A column limit of 0 means that there is no column limit. 133 # If false, spaces will be removed before assignment operators. 139 # If true, spaces may be inserted into '()'. 142 # The number of spaces before trailing line comments (// - comments). 145 # If true, spaces will be inserted after '<' and before '>' in template argument lists. [all …]
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | double-conversion-string-to-double.h | 4 // From the double-conversion library. Original license: 24 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 42 #include "double-conversion-utils.h" 68 // Flags should be a bit-or combination of the possible Flags-enum. 69 // - NO_FLAGS: no special flags. 70 // - ALLOW_HEX: recognizes the prefix "0x". Hex numbers may only be integers. 71 // Ex: StringToDouble("0x1234") -> 4660.0 72 // In StringToDouble("0x1234.56") the characters ".56" are trailing 75 // With this flag "0x" is a junk-string. Even with ALLOW_TRAILING_JUNK, 78 // - ALLOW_OCTALS: recognizes the prefix "0" for octals: [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | double-conversion-string-to-double.h | 4 // From the double-conversion library. Original license: 24 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 42 #include "double-conversion-utils.h" 68 // Flags should be a bit-or combination of the possible Flags-enum. 69 // - NO_FLAGS: no special flags. 70 // - ALLOW_HEX: recognizes the prefix "0x". Hex numbers may only be integers. 71 // Ex: StringToDouble("0x1234") -> 4660.0 72 // In StringToDouble("0x1234.56") the characters ".56" are trailing 75 // With this flag "0x" is a junk-string. Even with ALLOW_TRAILING_JUNK, 78 // - ALLOW_OCTALS: recognizes the prefix "0" for octals: [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-string-to-double.h | 4 // From the double-conversion library. Original license: 24 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 42 #include "double-conversion-utils.h" 68 // Flags should be a bit-or combination of the possible Flags-enum. 69 // - NO_FLAGS: no special flags. 70 // - ALLOW_HEX: recognizes the prefix "0x". Hex numbers may only be integers. 71 // Ex: StringToDouble("0x1234") -> 4660.0 72 // In StringToDouble("0x1234.56") the characters ".56" are trailing 75 // With this flag "0x" is a junk-string. Even with ALLOW_TRAILING_JUNK, 78 // - ALLOW_OCTALS: recognizes the prefix "0" for octals: [all …]
|
| /third_party/vk-gl-cts/external/openglcts/ |
| D | .clang-format | 5 AccessModifierOffset: -4 7 # If true, aligns escaped newlines as far left as possible. Otherwise puts them into the right-most… 16 # If true, aligns trailing comments. 65 # The column limit. A column limit of 0 means that there is no column limit. 133 # If false, spaces will be removed before assignment operators. 139 # If true, spaces may be inserted into '()'. 142 # The number of spaces before trailing line comments (// - comments). 145 # If true, spaces will be inserted after '<' and before '>' in template argument lists. 148 # If true, spaces may be inserted into C style casts. 151 # If true, spaces are inserted inside container literals (e.g. ObjC and Javascript array and dict l… [all …]
|
| /third_party/node/deps/npm/node_modules/validate-npm-package-name/ |
| D | README.md | 1 # validate-npm-package-name 8 - `validForNewPackages` :: `Boolean` 9 - `validForOldPackages` :: `Boolean` 13 - [Naming rules](#naming-rules) 14 - [Examples](#examples) 15 + [Valid Names](#valid-names) 16 + [Invalid Names](#invalid-names) 17 - [Legacy Names](#legacy-names) 18 - [Tests](#tests) 19 - [License](#license) [all …]
|
| /third_party/node/deps/npm/node_modules/fast-json-stable-stringify/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 7 callback-return: 2 8 dot-notation: 2 10 linebreak-style: [2, unix] 11 new-cap: 2 12 no-console: [2, allow: [warn, error]] 13 no-else-return: 2 14 no-eq-null: 2 15 no-fallthrough: 2 16 no-invalid-this: 2 [all …]
|
| /third_party/jsframework/mock-generate/ |
| D | .eslintrc | 26 "parser": "@typescript-eslint/parser", 30 "accessor-pairs": 2, 31 "arrow-spacing": 2, 32 "block-spacing": 2, 33 "brace-style": 2, 34 "comma-dangle": 2, 35 "comma-spacing": 2, 36 "comma-style": 2, 38 "dot-location": [2, "property"], 39 "eol-last": 2, [all …]
|
| /third_party/jsframework/ |
| D | .eslintrc | 26 "parser": "@typescript-eslint/parser", 30 "accessor-pairs": 2, 31 "arrow-spacing": 2, 32 "block-spacing": 2, 33 "brace-style": 2, 34 "comma-dangle": 2, 35 "comma-spacing": 2, 36 "comma-style": 2, 38 "dot-location": [2, "property"], 39 "eol-last": 2, [all …]
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 8 curly: [2, multi-or-nest, consistent] 9 dot-location: [2, property] 10 dot-notation: 2 12 linebreak-style: [2, unix] 13 new-cap: 2 14 no-console: [2, allow: [warn, error]] 15 no-else-return: 2 16 no-eq-null: 2 17 no-fallthrough: 2 [all …]
|
| /third_party/python/Lib/ |
| D | tabnanny.py | 3 """The Tab Nanny despises ambiguous indentation. She knows no mercy. 5 tabnanny -- Detection of ambiguous indentation 19 # XXX script-like. This will be addressed later. 27 raise ValueError("tokenize.NL doesn't exist -- tokenize module too old") 51 if o == '-q': 53 if o == '-v': 56 errprint("Usage:", sys.argv[0], "[-v] file_or_directory ...") 93 os.path.normcase(name[-3:]) == ".py"): 148 # the normal form as a pair (count, trailing), where: 152 # trailing [all …]
|
| /third_party/cJSON/.github/ |
| D | CONTRIBUTING.md | 11 -------- 12 …est release, so only make pull requests to the `master` branch for small bug- or security fixes (t… 15 ------------ 18 * Use 4 spaces for indentation 19 * No oneliners (conditions, loops, variable declarations ...) 23 * use spaces around operators 24 * lines should not have trailing whitespace 25 * use spaces between function parameters 35 if ((buffer == NULL) || (buffer->buffer == NULL)) 39 buffer_pointer = buffer->buffer + buffer->offset; [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion.h | 4 // From the double-conversion library. Original license: 24 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 42 #include "double-conversion-utils.h" 76 // Flags should be a bit-or combination of the possible Flags-enum. 77 // - NO_FLAGS: no special flags. 78 // - EMIT_POSITIVE_EXPONENT_SIGN: when the number is converted into exponent 80 // - EMIT_TRAILING_DECIMAL_POINT: when the input number is an integer and is 81 // converted into decimal format then a trailing decimal point is appended. 83 // - EMIT_TRAILING_ZERO_AFTER_POINT: in addition to a trailing decimal point 84 // emits a trailing '0'-character. This flag requires the [all …]
|
| /third_party/boost/libs/hana/ |
| D | CONTRIBUTING.md | 9 2. Create a new branch based on the `develop` branch (`git checkout -b your_branch develop`). 24 cmake --build . --target check 34 tag (No Functionality Change) can be used. Here's an example of an 39 - Rename elem to contains 40 - Rename subset to is_subset, and make is_subset applicable in infix notation 41 - Add the at_key method 42 - operator[] is now bound to at_key instead of find 58 - Indent using 4 spaces. 59 - Do not leave trailing white spaces at the end of lines, and no more than a 61 - Hana's `#include`s go first, then a blank line and system headers. [all …]
|
| /third_party/node/deps/icu-small/source/common/ |
| D | util.h | 5 * Copyright (c) 2001-2011, International Business Machines 20 //-------------------------------------------------------------------- 23 //-------------------------------------------------------------------- 34 * Standard digits '0'-'9' are used and letters 'A'-'Z' for 38 * If negative, a '-' is prepended to the digits. 41 * any '-', to produce. Values less than 2 have no effect. One 92 * @return Offset of the first instance of c, or -1 if not found. 101 * @param advance if true, advance pos to the first non-white-space 104 * @return the index of the first non-white-space character at or 118 * will back up limit past trailing whitespace. [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | util.h | 5 * Copyright (c) 2001-2011, International Business Machines 20 //-------------------------------------------------------------------- 23 //-------------------------------------------------------------------- 34 * Standard digits '0'-'9' are used and letters 'A'-'Z' for 38 * If negative, a '-' is prepended to the digits. 41 * any '-', to produce. Values less than 2 have no effect. One 82 * @return Offset of the first instance of c, or -1 if not found. 91 * @param advance if true, advance pos to the first non-white-space 94 * @return the index of the first non-white-space character at or 108 * will back up limit past trailing whitespace. [all …]
|
12345678910>>...29