| /third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
| D | dot-notation.md | 1 # enforce dot notation whenever possible (`dot-notation`) 5 This rule extends the base [`eslint/dot-notation`](https://eslint.org/docs/rules/dot-notation) rule. 13 "dot-notation": "off", 14 "@typescript-eslint/dot-notation": ["error"] 20 See [`eslint/dot-notation`](https://eslint.org/docs/rules/dot-notation#options) options. 61 …️ [from ESLint core](https://github.com/eslint/eslint/blob/master/docs/rules/dot-notation.md)</sup>
|
| /third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
| D | dot-notation.ts | 1 import { TSESTree } from '@typescript-eslint/experimental-utils'; 3 import baseRule from 'eslint/lib/rules/dot-notation'; 15 name: 'dot-notation', 19 description: 'enforce dot notation whenever possible', 77 // for perf reasons - only fetch the symbol if we have to
|
| D | index.ts | 1 import adjacentOverloadSignatures from './adjacent-overload-signatures'; 2 import arrayType from './array-type'; 3 import awaitThenable from './await-thenable'; 4 import banTsComment from './ban-ts-comment'; 5 import banTslintComment from './ban-tslint-comment'; 6 import banTypes from './ban-types'; 7 import braceStyle from './brace-style'; 8 import classLiteralPropertyStyle from './class-literal-property-style'; 9 import commaDangle from './comma-dangle'; 10 import commaSpacing from './comma-spacing'; [all …]
|
| /third_party/boost/libs/property_tree/doc/ |
| D | json_parser.qbk | 2 / Copyright (c) 2008 Marcin Kalicinski (kalita <at> poczta dot onet dot pl) 3 / Copyright (c) 2009 Sebastian Redl (sebastian dot redl <at> getdesigned dot at) 11 notation of JavaScript. (JSON stands for JavaScript Object Notation.) 29 JSON round-trips, except for the type information loss.
|
| /third_party/node/deps/npm/node_modules/configstore/ |
| D | readme.md | 1 … configstore [](http… 6 Example: `~/.config/configstore/some-id.json` 8 …If you need this for Electron, check out [`electron-store`](https://github.com/sindresorhus/electr… 28 // Use dot-notation to access nested properties 64 Store the config at `$CONFIG/package-name/config.json` instead of the default `$CONFIG/configstore/… 68 You can use [dot-notation](https://github.com/sindresorhus/dot-prop) in a `key` to access nested pr… 115 [BSD license](http://opensource.org/licenses/bsd-license.php)<br>
|
| /third_party/node/deps/npm/node_modules/dot-prop/ |
| D | package.json | 2 "_from": "dot-prop@^4.2.1", 3 "_id": "dot-prop@4.2.1", 5 …"_integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2c… 6 "_location": "/dot-prop", 11 "raw": "dot-prop@^4.2.1", 12 "name": "dot-prop", 13 "escapedName": "dot-prop", 21 "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz", 23 "_spec": "dot-prop@^4.2.1", 31 "url": "https://github.com/sindresorhus/dot-prop/issues" [all …]
|
| /third_party/node/deps/npm/node_modules/yargs-parser/ |
| D | index.js | 4 var tokenizeArgString = require('./lib/tokenize-arg-string') 16 'short-option-groups': true, 17 'camel-case-expansion': true, 18 'dot-notation': true, property 19 'parse-numbers': true, 20 'boolean-negation': true, 21 'negation-prefix': 'no-', 22 'duplicate-arguments-array': true, 23 'flatten-duplicate-arrays': true, 24 'populate--': false, [all …]
|
| D | CHANGELOG.md | 3 …will be documented in this file. See [standard-version](https://github.com/conventional-changelog/… 5 ## [15.0.0](https://github.com/yargs/yargs-parser/compare/v14.0.0...v15.0.0) (2019-10-07) 10 … `collect-unknown-options` into `unknown-options-as-args`, providing more comprehensive functional… 15 * rework `collect-unknown-options` into `unknown-options-as-args`, providing more comprehensive fun… 19 ## [14.0.0](https://github.com/yargs/yargs-parser/compare/v13.1.1...v14.0.0) (2019-09-06) 24 …values ([#185](https://github.com/yargs/yargs-parser/issues/185)) ([7d42572](https://github.com/ya… 25 … types ([#184](https://github.com/yargs/yargs-parser/issues/184)) ([17ca3bd](https://github.com/ya… 26 …ptions ([#188](https://github.com/yargs/yargs-parser/issues/188)) ([c5a1db0](https://github.com/ya… 27 … value ([#182](https://github.com/yargs/yargs-parser/issues/182)) ([2f26436](https://github.com/ya… 28 …object ([#199](https://github.com/yargs/yargs-parser/issues/199)) ([f8a2d3f](https://github.com/ya… [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/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/boost/boost/asio/ip/ |
| D | address.hpp | 5 // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) 38 /// Implements version-independent IP addresses. 73 /// Move-assign from another address. 112 /// notation. 117 /// notation. 122 /// notation. 127 /// notation. 189 /// or from an IPv6 address in hexadecimal notation. 196 /// or from an IPv6 address in hexadecimal notation. 204 /// or from an IPv6 address in hexadecimal notation. [all …]
|
| /third_party/curl/src/ |
| D | tool_cfgable.h | 10 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 59 char *altsvc; /* alt-svc cache file name */ 62 bool encoding; /* Accept-Encoding please */ 63 bool tr_encoding; /* Transfer-Encoding please */ 93 char *dns_servers; /* dot notation: 1.1.1.1;2.2.2.2 */ 95 char *dns_ipv4_addr; /* dot notation */ 96 char *dns_ipv6_addr; /* dot notation */ 112 bool mail_rcpt_allowfails; /* --mail-rcpt-allowfails */ 191 char *writeout; /* %-styled format string to output */ 227 char *service_name; /* set authentication service name for DIGEST-MD5, [all …]
|
| /third_party/boost/libs/asio/test/ip/ |
| D | network_v4.cpp | 5 // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) 6 // Copyright (c) 2014 Oliver Kowalke (oliver dot kowalke at gmail dot com) 17 // Test that header file is self-contained. 23 //------------------------------------------------------------------------------ 125 //------------------------------------------------------------------------------ 163 BOOST_ASIO_CHECK(msg == std::string("non-contiguous netmask")); in test() 174 BOOST_ASIO_CHECK(msg == std::string("non-contiguous netmask")); in test() 218 // construct address range from string in CIDR notation in test() 229 make_network_v4("10.0.0.0/-1", ec); in test() 249 // return host in CIDR notation in test() [all …]
|
| D | network_v6.cpp | 5 // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) 6 // Copyright (c) 2014 Oliver Kowalke (oliver dot kowalke at gmail dot com) 17 // Test that header file is self-contained. 23 //------------------------------------------------------------------------------ 117 //------------------------------------------------------------------------------ 151 // construct address range from string in CIDR notation in test() 162 make_network_v6("2001:370::10:7344/-1", ec); in test() 182 // return network in CIDR notation in test() 231 //------------------------------------------------------------------------------
|
| /third_party/node/benchmark/misc/ |
| D | object-property-bench.js | 3 /* eslint-disable dot-notation */
|
| /third_party/typescript_eslint/packages/eslint-plugin/src/configs/ |
| D | all.ts | 6 extends: ['./configs/base', './configs/eslint-recommended'], 8 '@typescript-eslint/adjacent-overload-signatures': 'error', 9 '@typescript-eslint/array-type': 'error', 10 '@typescript-eslint/await-thenable': 'error', 11 '@typescript-eslint/ban-ts-comment': 'error', 12 '@typescript-eslint/ban-tslint-comment': 'error', 13 '@typescript-eslint/ban-types': 'error', 14 'brace-style': 'off', 15 '@typescript-eslint/brace-style': 'error', 16 '@typescript-eslint/class-literal-property-style': 'error', [all …]
|
| /third_party/boost/libs/spirit/workbench/unicode/ |
| D | PropList.txt | 1 # PropList-5.2.0.txt 2 # Date: 2009-08-22, 04:58:40 GMT [MD] 5 # Copyright (c) 1991-2009 Unicode, Inc. 15 0009..000D ; White_Space # Cc [5] <control-0009>..<control-000D> 17 0085 ; White_Space # Cc <control-0085> 18 00A0 ; White_Space # Zs NO-BREAK SPACE 24 202F ; White_Space # Zs NARROW NO-BREAK SPACE 32 200E..200F ; Bidi_Control # Cf [2] LEFT-TO-RIGHT MARK..RIGHT-TO-LEFT MARK 33 202A..202E ; Bidi_Control # Cf [5] LEFT-TO-RIGHT EMBEDDING..RIGHT-TO-LEFT OVERRIDE 39 200C..200D ; Join_Control # Cf [2] ZERO WIDTH NON-JOINER..ZERO WIDTH JOINER [all …]
|
| /third_party/boost/boost/spirit/home/support/char_encoding/unicode/ |
| D | PropList.txt | 1 # PropList-5.2.0.txt 2 # Date: 2009-08-22, 04:58:40 GMT [MD] 5 # Copyright (c) 1991-2009 Unicode, Inc. 15 0009..000D ; White_Space # Cc [5] <control-0009>..<control-000D> 17 0085 ; White_Space # Cc <control-0085> 18 00A0 ; White_Space # Zs NO-BREAK SPACE 24 202F ; White_Space # Zs NARROW NO-BREAK SPACE 32 200E..200F ; Bidi_Control # Cf [2] LEFT-TO-RIGHT MARK..RIGHT-TO-LEFT MARK 33 202A..202E ; Bidi_Control # Cf [5] LEFT-TO-RIGHT EMBEDDING..RIGHT-TO-LEFT OVERRIDE 39 200C..200D ; Join_Control # Cf [2] ZERO WIDTH NON-JOINER..ZERO WIDTH JOINER [all …]
|
| /third_party/css-what/ |
| D | .eslintrc.json | 9 "no-caller": 2, 10 "dot-notation": 2, number 11 "no-var": 2, 12 "prefer-const": 2, 13 "prefer-arrow-callback": [2, { "allowNamedFunctions": true }], 14 "arrow-body-style": [2, "as-needed"], 15 "object-shorthand": 2, 16 "prefer-template": 2, 17 "one-var": [2, "never"], 18 "prefer-destructuring": [2, { "object": true }], [all …]
|
| /third_party/boost/libs/bimap/doc/ |
| D | introduction.qbk | 5 Copyright (c) 2006-2007 Matias Capeletto 27 the day, just read the [link boost_bimap.one_minute_tutorial One-minute tutorial]. 54 {dot} capeletto {at} gmail {dot} com], telling me which of the three 56 Please use the following notation for the subject: ['\[boost\]\[bimap\] Your 77 * [^[*p]] - Previous page 78 * [^[*n]] - Next page 79 * [^[*h]] - home 80 * [^[*u]] - Up 84 * [^[*i]] - Introduction 85 * [^[*o]] - One minute tutorial [all …]
|
| /third_party/typescript_eslint/packages/eslint-plugin/tests/rules/ |
| D | dot-notation.test.ts | 1 import rule from '../../src/rules/dot-notation'; 7 parser: '@typescript-eslint/parser', 17 * with a double-quoted string literal 23 ruleTester.run('dot-notation', rule, { 47 options: [{ allowPattern: '^[a-z]+(_[a-z]+)+$' }], 51 options: [{ allowPattern: '^[a-z]+(_[a-z]+)+$' }], 178 options: [{ allowPattern: '^[a-z]+(_[a-z]+)+$' }], 184 options: [{ allowPattern: '^[a-z]+(_[a-z]+)+$' }],
|
| /third_party/node/deps/npm/node_modules/qs/lib/ |
| D | parse.js | 29 var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1; 32 if (pos === -1) { 52 for (var i = chain.length - 1; i >= 0; --i) { 61 …leanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : ro… 88 // Transform dot notation to bracket notation 121 if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {
|
| /third_party/boost/libs/spirit/example/karma/ |
| D | printf_style_double_format.cpp | 1 // Copyright (c) 2001-2010 Hartmut Kaiser 29 // +: Always denote the sign '+' or '-' of a number 30 // -: Left-align the output 32 // 0: Uses 0 instead of spaces to left-fill a fixed-length field 34 // number: Left-pad the output with spaces until it is at least number 42 // e: force scientific notation, with a lowercase "e" 43 // E: force scientific notation, with a uppercase "E" 65 // to make it a first-class fusion citizen 92 flags = char_('+') | char_('-') | attr(' '); in format_grammar() 94 width = uint_ | attr(-1); in format_grammar() [all …]
|
| /third_party/boost/libs/spirit/doc/qi/ |
| D | numeric.qbk | 2 Copyright (C) 2001-2011 Joel de Guzman 3 Copyright (C) 2001-2011 Hartmut Kaiser 34 [/------------------------------------------------------------------------------] 98 allowable. If this is -1, then the 99 maximum limit becomes unbounded.] [-1]] 106 [variablelist Notation 280 [/------------------------------------------------------------------------------] 287 additional task of parsing the `'+'` or `'-'` sign preceding the number. 342 allowable. If this is -1, then the 343 maximum limit becomes unbounded.] [-1]] [all …]
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | plurrule_impl.h | 5 * Copyright (C) 2007-2016, International Business Machines Corporation and 37 #define UPLRULES_NO_UNIQUE_VALUE_DECIMAL (FixedDecimal((double)-0.00123456777)) 53 static const UChar DOT = ((UChar) 0x002E); variable 226 * Suppressed exponent for scientific notation (exponent needed in 227 * scientific notation to approximate i). 235 * Suppressed exponent for compact notation (exponent needed in 236 * compact notation to approximate i). 293 * @param e The exponent, e.g. 7 in 1.2e7, for scientific notation 321 UBool quickInit(double n); // Try a fast-path only initialization, 354 int32_t opNum = -1; // for mod expressions, the right operand of the mod. [all …]
|