Home
last modified time | relevance | path

Searched refs:coerced (Results 1 – 25 of 38) sorted by relevance

12

/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/
Dcoerce.def4 , $coerced = 'coerced' + $lvl;
7 var {{=$coerced}} = undefined;
13 …if ({{=it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)}}) {{=$coerced}} = {{=$…
17 if ({{=$coerced}} !== undefined) ;
21 {{=$coerced}} = '' + {{=$data}};
22 else if ({{=$data}} === null) {{=$coerced}} = '';
27 {{=$coerced}} = +{{=$data}};
30 {{=$coerced}} = false;
32 {{=$coerced}} = true;
35 {{=$coerced}} = null;
[all …]
/third_party/node/deps/npm/node_modules/yargs-parser/
DREADME.md62 Indicate that keys should be parsed as an array and coerced to booleans / numbers:<br>
65 …* `opts.coerce`: provide a custom synchronous function that returns a coerced value from the argum…
231 Should arguments be coerced into an array when duplicated:
250 Should array arguments be coerced into a single array when duplicated:
DCHANGELOG.md285 * strings that fail `Number.isSafeInteger()` are no longer coerced into numbers.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcCallingConv.td85 // Two ints in a struct are simply coerced to i64:
88 // IR: declare void f(i64 %i0.coerced)
/third_party/node/doc/api/
Dtracing.md167 in the array are coerced to a string when possible. An error will be
168 thrown if the value cannot be coerced.
Dquerystring.md129 The numeric values must be finite. Any other input values will be coerced to
Dbuffer.md662 If `totalLength` is provided, it is coerced to an unsigned integer. If the
1211 `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or
1330 `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
1333 If `byteOffset` is not a number, it will be coerced to a number. If the result
1430 `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
1433 If `byteOffset` is not a number, it will be coerced to a number. Any arguments
2164 description: All offsets are now coerced to integers before doing any
3245 The `data` may be any JavaScript-value that can be coerced into a string.
3264 The `data` may be any JavaScript-value that can be coerced into a string.
Durl.md671 value of each property of `obj` are always coerced to strings.
1320 `urlObject.auth` will be coerced into a string and appended to `result`
1329 * The value of `urlObject.port` is coerced to a string and appended to
1332 `urlObject.host` is coerced to a string and appended to `result`.
Ddns.md281 The `port` will be coerced to a number. If it is not a legal port, a `TypeError`
858 The `port` will be coerced to a number. If it is not a legal port, a `TypeError`
Dreadline.md596 end-of-line input. `crlfDelay` will be coerced to a number no less than
/third_party/node/deps/npm/node_modules/pseudomap/
DREADME.md16 The key is coerced to a string to generate the key on the internal
/third_party/python/Doc/library/
Demail.charset.rst39 Optional *input_charset* is as described below; it is always coerced to lower
152 Returns *input_charset* as a string coerced to lower
Demail.compat32-message.rst431 Return the message's content type. The returned string is coerced to
622 coerced to lower case. If there is no :mailheader:`Content-Type` header, or if
Demail.message.rst311 Return the message's content type, coerced to lower case of the form
434 coerced to lower case. If there is no :mailheader:`Content-Type` header, or if
Djson.rst222 coerced to strings. As a result of this, if a dictionary is converted
/third_party/python/Python/
Dpylifecycle.c337 int coerced = 0; in _Py_CoerceLegacyLocale() local
343 return coerced; in _Py_CoerceLegacyLocale()
365 coerced = _coerce_default_locale_settings(warn, target); in _Py_CoerceLegacyLocale()
377 return coerced; in _Py_CoerceLegacyLocale()
/third_party/python/Doc/howto/
Dipaddress.rst109 additional bits instead be coerced to zero, the flag ``strict=False`` can
285 accept objects from this module directly. Instead, they must be coerced to
/third_party/unity/
DREADME.md191 Compare two blocks of memory. This is a good generic assertion for types that can't be coerced int…
/third_party/cJSON/tests/unity/
DREADME.md222 Compare two blocks of memory. This is a good generic assertion for types that can't be coerced int…
/third_party/jerryscript/docs/
D09.EXT-REFERENCE-ARG.md121 Enum that indicates whether an argument is allowed to be coerced into the expected JS type.
/third_party/python/Doc/c-api/
Dinit_config.rst271 coerced.
279 If non-zero, emit a warning if the C locale is coerced.
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md406 // result has type ResultWithValue<int32_t>, which for convenience is coerced
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst1383 coerced and/or if the UTF-8 Mode is enabled by the user configuration. The
/third_party/python/Objects/
Dlistsort.txt700 type of the right? do they need to be coerced to a common type? where's the
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
DREADME.md935 …lly strings. The option `coerceTypes` allows you to have your data types coerced to the types spec…
939 __Please note__: if you pass a scalar value to the validating function its type will be coerced and…

12