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/ |
D | coerce.def | 4 , $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/ |
D | README.md | 62 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:
|
D | CHANGELOG.md | 285 * 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/ |
D | SparcCallingConv.td | 85 // Two ints in a struct are simply coerced to i64: 88 // IR: declare void f(i64 %i0.coerced)
|
/third_party/node/doc/api/ |
D | tracing.md | 167 in the array are coerced to a string when possible. An error will be 168 thrown if the value cannot be coerced.
|
D | querystring.md | 129 The numeric values must be finite. Any other input values will be coerced to
|
D | buffer.md | 662 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.
|
D | url.md | 671 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`.
|
D | dns.md | 281 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`
|
D | readline.md | 596 end-of-line input. `crlfDelay` will be coerced to a number no less than
|
/third_party/node/deps/npm/node_modules/pseudomap/ |
D | README.md | 16 The key is coerced to a string to generate the key on the internal
|
/third_party/python/Doc/library/ |
D | email.charset.rst | 39 Optional *input_charset* is as described below; it is always coerced to lower 152 Returns *input_charset* as a string coerced to lower
|
D | email.compat32-message.rst | 431 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
|
D | email.message.rst | 311 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
|
D | json.rst | 222 coerced to strings. As a result of this, if a dictionary is converted
|
/third_party/python/Python/ |
D | pylifecycle.c | 337 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/ |
D | ipaddress.rst | 109 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/ |
D | README.md | 191 Compare two blocks of memory. This is a good generic assertion for types that can't be coerced int…
|
/third_party/cJSON/tests/unity/ |
D | README.md | 222 Compare two blocks of memory. This is a good generic assertion for types that can't be coerced int…
|
/third_party/jerryscript/docs/ |
D | 09.EXT-REFERENCE-ARG.md | 121 Enum that indicates whether an argument is allowed to be coerced into the expected JS type.
|
/third_party/python/Doc/c-api/ |
D | init_config.rst | 271 coerced. 279 If non-zero, emit a warning if the C locale is coerced.
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 406 // result has type ResultWithValue<int32_t>, which for convenience is coerced
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 1383 coerced and/or if the UTF-8 Mode is enabled by the user configuration. The
|
/third_party/python/Objects/ |
D | listsort.txt | 700 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/ |
D | README.md | 935 …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