/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/ |
D | no-parameter-properties.test.ts | 37 options: [{ allows: ['readonly'] }], 45 options: [{ allows: ['private'] }], 53 options: [{ allows: ['protected'] }], 61 options: [{ allows: ['public'] }], 69 options: [{ allows: ['private readonly'] }], 77 options: [{ allows: ['protected readonly'] }], 85 options: [{ allows: ['public readonly'] }], 93 options: [{ allows: ['readonly', 'private'] }], 101 options: [{ allows: ['public readonly', 'private'] }], 569 options: [{ allows: ['private'] }], [all …]
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-parameter-properties.md | 16 - `allows`, an array containing one or more of the allowed modifiers. Valid values are: 17 - `readonly`, allows **readonly** parameter properties. 18 - `private`, allows **private** parameter properties. 19 - `protected`, allows **protected** parameter properties. 20 - `public`, allows **public** parameter properties. 21 - `private readonly`, allows **private readonly** parameter properties. 22 - `protected readonly`, allows **protected readonly** parameter properties. 23 - `public readonly`, allows **public readonly** parameter properties. 69 Examples of **incorrect** code for the `{ "allows": ["readonly"] }` options: 97 Examples of **correct** code for the `{ "allows": ["readonly"] }` options: [all …]
|
D | no-type-alias.md | 100 - `"in-unions"`, allows aliasing in union statements, e.g. `type Foo = string | string[];` 101 - `"in-intersections"`, allows aliasing in intersection statements, e.g. `type Foo = string & strin… 102 - `"in-unions-and-intersections"`, allows aliasing in union and/or intersection statements. 284 - `"in-unions"`, allows literals in union statements, e.g. `type Foo = string | string[];` 285 - `"in-intersections"`, allows literals in intersection statements, e.g. `type Foo = string & strin… 286 - `"in-unions-and-intersections"`, allows literals in union and/or intersection statements. 391 - `"in-unions"`, allows aliasing in union statements, e.g. `type Foo = string | string[];` 392 - `"in-intersections"`, allows aliasing in intersection statements, e.g. `type Foo = string & strin… 393 - `"in-unions-and-intersections"`, allows aliasing in union and/or intersection statements. 490 - `"in-unions"`, allows tuples in union statements, e.g. `type Foo = [string] | [string, string];` [all …]
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-parameter-properties.ts | 17 allows: Modifier[]; 41 allows: { 63 allows: [], 66 create(context, [{ allows }]) { 88 if (!allows.includes(modifiers)) {
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayLiteralExpressionContextualTyping.errors.txt | 2 Source has 4 element(s) but target allows only 3. 4 Source has 4 element(s) but target allows only 3. 6 Source has 4 element(s) but target allows only 3. 8 Source has 6 element(s) but target allows only 3. 20 !!! error TS2322: Source has 4 element(s) but target allows only 3. 24 !!! error TS2322: Source has 4 element(s) but target allows only 3. 28 !!! error TS2322: Source has 4 element(s) but target allows only 3. 37 !!! error TS2322: Source has 6 element(s) but target allows only 3.
|
D | contextualTypeWithTuple.errors.txt | 2 Source has 3 element(s) but target allows only 2. 4 Source has 3 element(s) but target allows only 2. 9 Source has 3 element(s) but target allows only 2. 11 Source has 3 element(s) but target allows only 2. 25 !!! error TS2322: Source has 3 element(s) but target allows only 2. 40 !!! error TS2322: Source has 3 element(s) but target allows only 2. 54 !!! error TS2322: Source has 3 element(s) but target allows only 2. 60 !!! error TS2322: Source has 3 element(s) but target allows only 2.
|
D | promiseEmptyTupleNoException.errors.txt | 2 Target allows only 0 element(s) but source may have more. 11 !!! error TS2322: Target allows only 0 element(s) but source may have more.
|
D | wideningTuples4.errors.txt | 2 Source has 2 element(s) but target allows only 1. 11 !!! error TS2322: Source has 2 element(s) but target allows only 1.
|
D | wideningTuples3.errors.txt | 3 Source has 2 element(s) but target allows only 1. 14 !!! error TS2322: Source has 2 element(s) but target allows only 1.
|
/third_party/openGLES/extensions/MESA/ |
D | GLX_MESA_pixmap_colormap.txt | 32 Since Mesa allows RGB rendering into drawables with PseudoColor, 40 which allows specification of a colormap. 63 The Mesa implementation of GLX allows RGB rendering into X windows and 72 allows one to create a GLXPixmap with a specific colormap. The image
|
D | GLX_MESA_set_3dfx_mode.txt | 32 The Mesa Glide driver allows full-screen rendering or rendering into 33 an X window. The glXSet3DfxModeMESA() function allows an application 55 The Mesa Glide device driver allows either rendering in full-screen
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | GLX_MESA_pixmap_colormap.txt | 32 Since Mesa allows RGB rendering into drawables with PseudoColor, 40 which allows specification of a colormap. 63 The Mesa implementation of GLX allows RGB rendering into X windows and 72 allows one to create a GLXPixmap with a specific colormap. The image
|
D | GLX_MESA_set_3dfx_mode.txt | 32 The Mesa Glide driver allows full-screen rendering or rendering into 33 an X window. The glXSet3DfxModeMESA() function allows an application 55 The Mesa Glide device driver allows either rendering in full-screen
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_pixmap_colormap.spec | 32 Since Mesa allows RGB rendering into drawables with PseudoColor, 40 which allows specification of a colormap. 63 The Mesa implementation of GLX allows RGB rendering into X windows and 72 allows one to create a GLXPixmap with a specific colormap. The image
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_set_3dfx_mode.spec | 32 The Mesa Glide driver allows full-screen rendering or rendering into 33 an X window. The glXSet3DfxModeMESA() function allows an application function 55 The Mesa Glide device driver allows either rendering in full-screen
|
/third_party/glslang/Test/ |
D | hlsl.identifier.sample.frag | 9 int sample(int x) { return x; } // HLSL allows this as an identifier as well. 13 // HLSL allows this as an identifier as well.
|
/third_party/flutter/skia/third_party/externals/sdl/debian/ |
D | control | 44 SDL is a library that allows programs portable low level access to 60 SDL is a library that allows programs portable low level access to a video 73 SDL is a library that allows programs portable low level access to a video
|
/third_party/python/Doc/library/ |
D | nis.rst | 31 The *domain* argument allows overriding the NIS domain used for the lookup. If 43 The *domain* argument allows overriding the NIS domain used for the lookup. If 51 The *domain* argument allows overriding the NIS domain used for the lookup. If
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | colors.dart | 221 /// * [Theme.of], which allows you to select colors from the current theme 237 /// * [Theme.of], which allows you to select colors from the current theme 276 /// * [Theme.of], which allows you to select colors from the current theme 304 /// * [Theme.of], which allows you to select colors from the current theme 321 /// * [Theme.of], which allows you to select colors from the current theme 337 /// * [Theme.of], which allows you to select colors from the current theme 349 /// * [Theme.of], which allows you to select colors from the current theme 364 /// * [Theme.of], which allows you to select colors from the current theme 376 /// * [Theme.of], which allows you to select colors from the current theme 442 /// * [Theme.of], which allows you to select colors from the current theme [all …]
|
/third_party/boost/libs/convert/doc/ |
D | tools.qbk | 13 …nd the sentry-based ranges (such as null-terminated C-style strings). It allows universal traversa… 29 The BOOST_DECLARE_HAS_MEMBER macro allows to declare a trait which would then let introspect the ex… 45 …macro extends the functionality provided by BOOST_DECLARE_HAS_MEMBER and allows to declare a trait…
|
/third_party/boost/libs/spirit/doc/x3/ |
D | introduction.qbk | 12 allows you to write grammars using a format similar to 22 __spirit__ allows seamless integration of the parsing process with other C++ 23 code. This often allows for simpler and more efficient code. 25 The created parsers are fully attributed, which allows you to easily build and
|
/third_party/json/doc/mkdocs/docs/features/ |
D | iterators.md | 5 A `basic_json` value is a container and allows access via iterators. Depending on the value type, `… 69 C++11 allows to use range-based for loops to iterate over a container. 79 For this reason, the `items()` function allows to access `iterator::key()` and `iterator::value()` … 88 The items() function also allows to use structured bindings (C++17):
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_CHROMIUM_create_context_bind_generates_resource.txt | 40 This extension allows the creation of an OpenGL or OpenGL ES context that 41 allows or disallows implicit creation of OpenGL resources on bind.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_CHROMIUM_create_context_bind_generates_resource.txt | 40 This extension allows the creation of an OpenGL or OpenGL ES context that 41 allows or disallows implicit creation of OpenGL resources on bind.
|
D | EGL_ANGLE_create_context_client_arrays.txt | 40 This extension allows the creation of an OpenGL or OpenGL ES context that 41 allows or disallows drawing with client-side vertex or index data.
|