Home
last modified time | relevance | path

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

123456

/third_party/node/tools/node_modules/eslint/lib/rules/
Ddot-notation.js2 …* @fileoverview Rule to warn about using dot notation instead of square bracket notation when poss…
7 //------------------------------------------------------------------------------
9 //------------------------------------------------------------------------------
11 const astUtils = require("./utils/ast-utils");
14 //------------------------------------------------------------------------------
16 //------------------------------------------------------------------------------
18 const validIdentifier = /^[a-zA-Z_$][a-zA-Z0-9_$]*$/u;
28 description: "enforce dot notation whenever possible",
31 url: "https://eslint.org/docs/rules/dot-notation"
54 useDot: "[{{key}}] is better written in dot notation.",
[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 …]
DREADME.md1 # yargs-parser
3 [![Build Status](https://travis-ci.org/yargs/yargs-parser.svg)](https://travis-ci.org/yargs/yargs-p…
4 …tatus](https://coveralls.io/repos/yargs/yargs-parser/badge.svg?branch=)](https://coveralls.io/r/ya…
5 [![NPM version](https://img.shields.io/npm/v/yargs-parser.svg)](https://www.npmjs.com/package/yargs
6 …s://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventio…
13 <img width="250" src="https://raw.githubusercontent.com/yargs/yargs-parser/master/yargs-logo.png">
18 npm i yargs-parser --save
22 var argv = require('yargs-parser')(process.argv.slice(2))
27 node example.js --foo=33 --bar hello
34 var argv = require('yargs-parser')('--foo=99 --bar=33')
[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/boost/boost/asio/ip/
Daddress.hpp5 // 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/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/boost/libs/asio/test/ip/
Dnetwork_v4.cpp5 // 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 …]
Dnetwork_v6.cpp5 // 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/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/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/node/deps/npm/node_modules/qs/lib/
Dparse.js29 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/doc/qi/
Dnumeric.qbk2 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/boost/libs/spirit/example/karma/
Dprintf_style_double_format.cpp1 // 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/node/deps/npm/node_modules/qs/
DREADME.md6 [![License][license-image]][license-url]
7 [![Downloads][downloads-image]][downloads-url]
15 …inally created and maintained by [TJ Holowaychuk](https://github.com/visionmedia/node-querystring).
37 …ate nested objects within your query strings, by surrounding the name of sub-keys with square brac…
142 Option `allowDots` can be used to enable dot notation:
151 **qs** can also parse arrays using a similar `[]` notation:
297 When objects are stringified, by default they use bracket notation:
304 You may override this to use dot notation by setting the `allowDots` option to `true`:
349 assert.equal(qs.stringify({ a: date }), 'a=1970-01-01T00:00:00.007Z'.replace(/:/g, '%3A'));
431 By default the encoding and decoding of characters is done in `utf-8`. If you
[all …]
/third_party/NuttX/
DCOPYING4 Describes the terms under which Nuttx is distributed. A copy of the BSD-
5 style licensing is included in this file. In my words -- I believe that you
13 -------------
21 Copyright Date Notation
22 -----------------------
27 A comma (',') is used to separate years in the list of years. A hyphen ('-')
28 is used as a more compact notation when additions were made over several
30 additions were made during the years of 2007 and 2011 whereas "2007-2011"
35 ---------------------------
40 Copyright (C) 2007-2010, 2012, 2014-2015, 2017 Gregory Nutt. All
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dlsq_solver.dart2 // Use of this source code is governed by a BSD-style license that can be
80 /// Uses the least-squares algorithm to fit a polynomial to a set of data.
82 /// Creates a least-squares solver.
89 /// The x-coordinates of each data point.
92 /// The y-coordinates of each data point.
105 // Shorthands for the purpose of notation equivalence to original C++ code.
109 // Expand the X vector to a matrix A, pre-multiplied by the weights.
114 a.set(i, h, a.get(i - 1, h) * x[h]);
117 // Apply the Gram-Schmidt process to A to obtain its QR decomposition.
119 // Orthonormal basis, column-major ordVectorer.
[all …]
/third_party/boost/boost/lambda/
Dclosures.hpp5 Copyright (c) 2001-2002 Joel de Guzman
38 // inner closures may access local variables from in-scope outer
40 // and will cause a run-time assertion failure).
63 // accessed lazily using the dot notation. Each qualified local
79 // *** [note] Acknowledgement: Juan Carlos Arevalo-Baeza (JCAB)
81 // that uses the dot notation.

123456