Home
last modified time | relevance | path

Searched +full:dot +full:- +full:notation (Results 1 – 25 of 209) sorted by relevance

123456789

/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Ddot-notation.md1 # 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/
Ddot-notation.ts1 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
Dindex.ts1 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/
Djson_parser.qbk2 / 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/
Dreadme.md1 … configstore [![Build Status](https://travis-ci.org/yeoman/configstore.svg?branch=legacy-v3)](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/yargs-parser/
Dindex.js4 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 …]
DCHANGELOG.md3 …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/dot-prop/
Dpackage.json2 "_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/har-validator/node_modules/json-schema-traverse/
D.eslintrc.yml6 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/Tools/demo/
Dvector.py20 >>> a - b
21 Vec(-2, 0, 2)
31 and dot product
32 >>> a.dot(b)
35 and printed in vector notation
67 "Element-wise addition"
72 "Element-wise subtraction"
73 v = [x - y for x, y in zip(self.v, other.v)]
83 def dot(self, other): member in Vec
84 "Vector dot product"
/third_party/boost/libs/asio/include/boost/asio/ip/
Daddress.hpp5 // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
42 /// Implements version-independent IP addresses.
77 /// Move-assign from another address.
116 /// notation.
121 /// notation.
126 /// notation.
131 /// notation.
193 /// or from an IPv6 address in hexadecimal notation.
200 /// or from an IPv6 address in hexadecimal notation.
208 /// or from an IPv6 address in hexadecimal notation.
[all …]
/third_party/boost/boost/asio/ip/
Daddress.hpp5 // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
42 /// Implements version-independent IP addresses.
77 /// Move-assign from another address.
116 /// notation.
121 /// notation.
126 /// notation.
131 /// notation.
193 /// or from an IPv6 address in hexadecimal notation.
200 /// or from an IPv6 address in hexadecimal notation.
208 /// or from an IPv6 address in hexadecimal notation.
[all …]
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/
D.eslintrc.yml6 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/curl/src/
Dtool_cfgable.h10 * 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java36 import com.ibm.icu.number.Notation;
94 "notation-simple", in notationSimple()
96 NumberFormatter.with().notation(Notation.simple()), in notationSimple()
114 -9876543.21, in notationSimple()
115 "-9,876,543.21"); in notationSimple()
124 NumberFormatter.with().notation(Notation.scientific()), in notationScientific()
131 "8.765E-1", in notationScientific()
132 "8.765E-2", in notationScientific()
133 "8.765E-3", in notationScientific()
140 NumberFormatter.with().notation(Notation.engineering()), in notationScientific()
[all …]
/third_party/boost/libs/asio/test/ip/
Dnetwork_v4.cpp5 // Copyright (c) 2003-2021 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 …]
Dnetwork_v6.cpp5 // Copyright (c) 2003-2021 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/boost/libs/spirit/workbench/unicode/
DPropList.txt1 # 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/
DPropList.txt1 # 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/typescript_eslint/packages/eslint-plugin/src/configs/
Dall.ts6 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/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp45 SWISS_SYMBOLS(Locale("de-CH"), status), in NumberFormatterApiTest()
150 u"notation-simple", in notationSimple()
152 NumberFormatter::with().notation(Notation::simple()), in notationSimple()
170 -9876543.21, in notationSimple()
171 u"-9,876,543.21"); in notationSimple()
180 NumberFormatter::with().notation(Notation::scientific()), in notationScientific()
187 u"8.765E-1", in notationScientific()
188 u"8.765E-2", in notationScientific()
189 u"8.765E-3", in notationScientific()
196 NumberFormatter::with().notation(Notation::engineering()), in notationScientific()
[all …]
/third_party/node/benchmark/misc/
Dobject-property-bench.js3 /* eslint-disable dot-notation */
/third_party/boost/libs/bimap/doc/
Dintroduction.qbk5 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/css-what/
D.eslintrc.json9 "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/typescript_eslint/packages/eslint-plugin/tests/rules/
Ddot-notation.test.ts1 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]+)+$' }],

123456789