Home
last modified time | relevance | path

Searched refs:implied (Results 1 – 25 of 4467) sorted by relevance

12345678910>>...179

/third_party/node/deps/npm/node_modules/yargs/lib/
Dvalidation.js203 let implied = {}
213 if (!implied[key]) {
214 implied[key] = []
219 implied[key].push(value)
224 return implied
249 Object.keys(implied).forEach((key) => {
251 ;(implied[key] || []).forEach((value) => {
328 implied = objFilter(implied, (k, v) => !localLookup[k])
338 frozen.implied = implied
344 implied = frozen.implied
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-implied-eval.md1 # Disallow the use of `eval()`-like methods (`no-implied-eval`)
17 This is considered an implied `eval()` because a string of code is
24 This rule aims to eliminate implied `eval()` through the use of `new Function()`, `setTimeout()`, `…
29 /* eslint @typescript-eslint/no-implied-eval: "error" */
57 /* eslint @typescript-eslint/no-implied-eval: "error" */
96 "no-implied-eval": "off",
97 "@typescript-eslint/no-implied-eval": ["error"]
105 …from ESLint core](https://github.com/eslint/eslint/blob/master/docs/rules/no-implied-eval.md)</sup>
/third_party/typescript/tests/baselines/reference/
DdestructuringParameterDeclaration2.types104 // If the declaration specifies a binding pattern, the parameter type is the implied type of that b…
150 c0({ z: 1 }); // Error, implied type is { z: {x: any, y: {j: any}} }
157 c1({}); // Error, implied type is {z:number}?
162 c1({ z: true }); // Error, implied type is {z:number}?
169 c2({ z: false }); // Error, implied type is {z?: number}
176 c3({ b: true }); // Error, implied type is { b: number|string }.
183 c5([1, 2, false, true]); // Error, implied type is [any, any, [[any]]]
192 c6([1, 2, [["string"]]]); // Error, implied type is [any, any, [[number]]] // Use initializer
DdestructuringParameterDeclaration2.symbols69 // If the declaration specifies a binding pattern, the parameter type is the implied type of that b…
109 c0({ z: 1 }); // Error, implied type is { z: {x: any, y: {j: any}} }
113 c1({}); // Error, implied type is {z:number}?
116 c1({ z: true }); // Error, implied type is {z:number}?
120 c2({ z: false }); // Error, implied type is {z?: number}
124 c3({ b: true }); // Error, implied type is { b: number|string }.
128 c5([1, 2, false, true]); // Error, implied type is [any, any, [[any]]]
131 c6([1, 2, [["string"]]]); // Error, implied type is [any, any, [[number]]] // Use initializer
DdestructuringParameterDeclaration2.errors.txt69 …// If the declaration specifies a binding pattern, the parameter type is the implied type of that …
82 c0({ z: 1 }); // Error, implied type is { z: {x: any, y: {j: any}} }
85 c1({}); // Error, implied type is {z:number}?
90 c1({ z: true }); // Error, implied type is {z:number}?
94 c2({ z: false }); // Error, implied type is {z?: number}
97 c3({ b: true }); // Error, implied type is { b: number|string }.
101 c5([1, 2, false, true]); // Error, implied type is [any, any, [[any]]]
104 c6([1, 2, [["string"]]]); // Error, implied type is [any, any, [[number]]] // Use initializer
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py76 def __init__(self, name, start, size, implied = False): argument
80 self.implied = implied
235 implied = xmlbool(el.get('implied', 'false'))
237 return Modifier(name, start, size, implied)
350 "sr_count": Modifier("staging_register_count", 33, 3, implied = True),
/third_party/boost/tools/build/src/util/
Doption.jam16 rule get ( name : default-value ? : implied-value ? )
26 if $(m) && $(implied-value)
28 return $(implied-value) ;
/third_party/selinux/libselinux/
DLICENSE9 disclaims all, warranties, express, implied, statutory, or otherwise
10 with respect to the software, including noninfringement and the implied
/third_party/libsnd/m4/
Doctave.m425 dnl provided "as is" without express or implied warranty.
59 dnl provided "as is" without express or implied warranty.
95 dnl provided "as is" without express or implied warranty.
/third_party/libpng/contrib/gregbook/
DLICENSE6 express or implied. In no event shall the author or contributors
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/flutter/skia/third_party/externals/libpng/contrib/gregbook/
DLICENSE6 express or implied. In no event shall the author or contributors
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ltp/testcases/network/rpc/rpc-tirpc/
DREADME16 WITHOUT ANY WARRANTY; without even the implied warranty of
21 or the like. Any license provided herein, whether implied or
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
DLICENSE6 express or implied. In no event shall the author or contributors
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_shared_exponent.txt56 stored without an implied 1 to the left of the decimal point.
565 must be non-negative. The fractional mantissas assume an implied
566 0 left of the decimal point because having an implied leading
617 "1." indicating an implied leading 1.
626 is the bias is one greater in the denorm case and the implied
634 While conventional floating-point formats cleverly use an implied
636 cannot use an implied leading 1 because each component may have
638 The implied leading 1 assumes we have the flexibility to adjust
639 the mantissa and exponent together to ensure an implied leading 1.
642 So the rgb9e5 format cannot assume an implied leading one.
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_texture_shared_exponent.txt56 stored without an implied 1 to the left of the decimal point.
565 must be non-negative. The fractional mantissas assume an implied
566 0 left of the decimal point because having an implied leading
617 "1." indicating an implied leading 1.
626 is the bias is one greater in the denorm case and the implied
634 While conventional floating-point formats cleverly use an implied
636 cannot use an implied leading 1 because each component may have
638 The implied leading 1 assumes we have the flexibility to adjust
639 the mantissa and exponent together to ensure an implied leading 1.
642 So the rgb9e5 format cannot assume an implied leading one.
[all …]
/third_party/grpc/test/core/http/
DBUILD11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/third_party/boost/tools/build/src/build/
Dfeature.jam254 if ! [ find-implied-subfeature $(feature) $(subvalue) : $(v[1]) ]
270 rule implied-feature ( implicit-value )
284 local rule find-implied-subfeature ( feature subvalue : value-string ? )
298 # subfeature. If value-string is supplied, looks for implied subfeatures that
301 rule implied-subfeature (
307 local subfeature = [ find-implied-subfeature $(feature) $(subvalue)
357 feature = [ implied-feature $(value) ] ;
377 local subfeature = [ find-implied-subfeature $(feature) $(subvalue) :
497 implied-subfeature $(feature) $(v) : $(values[1]) ;
929 # Remove properties implied by composite features.
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dscale.dart109 /// The scale implied by the average distance between the pointers in contact
120 /// The scale implied by the average distance along the horizontal axis
127 /// * [scale], which is the general scale implied by the pointers.
131 /// The scale implied by the average distance along the vertical axis
138 /// * [scale], which is the general scale implied by the pointers.
142 /// The angle implied by the first two pointers to enter in contact with
/third_party/openGLES/extensions/APPLE/
DAPPLE_texture_packed_float.txt50 implied leading one except in the denorm exponent case. There is no
59 The fractional mantissas are stored without an implied 1 to the left
247 UNSIGNED_INT_10F_11F_11F_REV_APPLE is implied as the <type> when
252 UNSIGNED_INT_5_9_9_9_REV_APPLE is implied as the <type> when
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_texture_packed_float.txt50 implied leading one except in the denorm exponent case. There is no
59 The fractional mantissas are stored without an implied 1 to the left
247 UNSIGNED_INT_10F_11F_11F_REV_APPLE is implied as the <type> when
252 UNSIGNED_INT_5_9_9_9_REV_APPLE is implied as the <type> when
/third_party/skia/third_party/externals/oboe/apps/fxlab/
Dsettings.gradle12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/third_party/libphonenumber/resources/test/geocoding/ko/
D82.txt11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/third_party/grpc/
DNOTICE.txt11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/third_party/libphonenumber/resources/carrier/fa/
D93.txt11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/third_party/libphonenumber/cpp/
DLICENSE11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

12345678910>>...179