Searched +full:no +full:- +full:trailing +full:- +full:spaces (Results 1 – 25 of 512) sorted by relevance
12345678910>>...21
| /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/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/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/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/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/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/tools/node_modules/eslint/lib/rules/ |
| D | no-trailing-spaces.js | 2 * @fileoverview Disallow trailing spaces at the end of lines. 7 //------------------------------------------------------------------------------ 9 //------------------------------------------------------------------------------ 11 const astUtils = require("./utils/ast-utils"); 13 //------------------------------------------------------------------------------ 15 //------------------------------------------------------------------------------ 22 description: "disallow trailing whitespace at the end of lines", 25 url: "https://eslint.org/docs/rules/no-trailing-spaces" 48 trailingSpace: "Trailing spaces not allowed." 55 const BLANK_CLASS = "[ \t\u00a0\u2000-\u200b\u3000]", [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/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/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/node/deps/node-inspect/ |
| D | .eslintrc | 12 # http://eslint.org/docs/rules/#possible-errors 13 comma-dangle: [2, only-multiline] 14 no-control-regex: 2 15 no-debugger: 2 16 no-dupe-args: 2 17 no-dupe-keys: 2 18 no-duplicate-case: 2 19 no-empty-character-class: 2 20 no-ex-assign: 2 21 no-extra-boolean-cast: 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 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 …]
|
| /third_party/icu/icu4c/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 …]
|
| /third_party/flutter/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 …]
|
| /third_party/lwip/doc/ |
| D | contrib.txt | 17 2. indentation is two spaces per level (i.e. per tab). 18 3. end debug messages with a trailing newline (\n). 20 5. no space between function and opening bracket. 21 6. one space and no newline before opening curly braces of a block. 23 8. spaces surrounding assignment and comparisons. 44 This is a good way to see if they are used at all - the same goes for unix
|
| /third_party/python/Lib/test/ |
| D | test_textwrap.py | 24 result = "\n".join(result) if result else " no lines" 52 # Simple case: just words, spaces, and a bit of punctuation 79 # Whitespace munging and end-of-sentence detection 175 text = ("this-is-a-useful-feature-for-" 176 "reformatting-posts-from-tim-peters'ly") 179 ["this-is-a-useful-feature-for-", 180 "reformatting-posts-from-tim-peters'ly"]) 182 ["this-is-a-useful-feature-for-", 183 "reformatting-posts-from-tim-peters'ly"]) 185 ["this-is-a-useful-feature-for-reformatting-", [all …]
|
| /third_party/boringssl/src/util/ |
| D | convert_comments.go | 9 // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 25 // convert_comments.go converts C-style block comments to C++-style line 31 // * There are no characters between the '*/' and the end of the line. 35 // - The comment fits on one line. 37 // - Each line the comment spans begins with N spaces, followed by '/*' for 44 // allSpaces returns true if |s| consists entirely of spaces. 46 return strings.IndexFunc(s, func(r rune) bool { return r != ' ' }) == -1 49 // isContinuation returns true if |s| is a continuation line for a multi-line 66 return -1 72 // same column. Any trailing '*/'s will already be removed. [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/doc/ |
| D | CodingStandard.md | 12 Before you upload code to Gerrit, use `git cl format` to auto-format your code. 42 (http://chromium-cpp.appspot.com/). 64 * {DEV} Class member variables: use an **`m`** prefix instead of trailing 68 * {DEV} Function names: Member functions start with lower case and use CamelCase. Non-member and st… 84 // Use of this source code is governed by a BSD-style license that can be 95 * Use unix-style newlines. 96 * {DO} use only spaces. No tab characters. Configure your editor to emit 97 spaces when you hit the TAB-key. 98 * {DEV} indent 4 spaces at a time. 99 * conditionals: place space outside the parenthesis. No spaces inside. [all …]
|
| /third_party/curl/lib/ |
| D | checksrc.pl | 9 # Copyright (C) 2011 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 55 'TRAILINGSPACE' => 'Trailing whitespace on the line', 80 'MULTISPACE' => 'multiple spaces used when not suitable', 104 # Currently there is no support for disabling warnings from the standard set, 119 elsif (/^\s*enable ([A-Z]+)$/) { 126 elsif (/^\s*disable ([A-Z]+)$/) { 131 # Accept-list 148 # print STDERR "Dev! there's no description for $name!\n"; 157 $ignore{$name}--; 198 if($file =~ /-D(.*)/) { [all …]
|
| /third_party/python/Tools/scripts/ |
| D | reindent.py | 5 """reindent [-d][-r][-v] [ path ... ] 7 -d (--dryrun) Dry run. Analyze, but don't make any changes to, files. 8 -r (--recurse) Recurse. Search for all .py files in subdirectories too. 9 -n (--nobackup) No backup. Does not make a ".bak" file before reindenting. 10 -v (--verbose) Verbose. Print informative msgs; else no output. 11 (--newline) Newline. Specify the newline character to use (CRLF, LF). 13 -h (--help) Help. Print this usage information and exit. 15 Change Python (.py) files to use 4-space indents and no hard tab characters. 16 Also trim excess spaces and tabs from ends of lines, and remove empty lines 19 If no paths are given on the command line, reindent operates as a filter, [all …]
|
12345678910>>...21