Searched refs:arrayOf (Results 1 – 14 of 14) sorted by relevance
| /third_party/node/deps/npm/node_modules/assert-plus/ |
| D | CHANGES.md | 12 - Fix optional/arrayOf exports for non-type-of asserts 13 - Add optiona/arrayOf exports for Stream/Date/Regex/uuid
|
| /third_party/node/deps/npm/docs/src/components/ |
| D | seo.js | 84 meta: PropTypes.arrayOf(PropTypes.object),
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
| D | MainActivity.kt | 65 arrayOf(Manifest.permission.RECORD_AUDIO), in <lambda>()
|
| /third_party/node/deps/npm/node_modules/dashdash/ |
| D | CHANGES.md | 99 custom option types. This allows one to create an `arrayOf...` option type
|
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 74 export function arrayOf<T>(type: Validator<T>): Requireable<T[]>; 2296 arrayOf: typeof PropTypes.arrayOf;
|
| D | react.d.ts | 2306 arrayOf(type: Validator<any>): Requireable<any>; method
|
| /third_party/typescript/src/compiler/ |
| D | core.ts | 1320 export function arrayOf<T>(count: number, f: (index: number) => T): T[] { function
|
| D | checker.ts | 13322 … return getUnionType(append(arrayOf(type.target.fixedLength, i => getLiteralType("" + i)),
|
| /third_party/typescript/lib/ |
| D | tsc.js | 1109 function arrayOf(count, f) { function 1116 ts.arrayOf = arrayOf; 46265 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | typingsInstaller.js | 1288 function arrayOf(count, f) { function 1295 ts.arrayOf = arrayOf; 55890 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | typescriptServices.js | 1493 function arrayOf(count, f) { function 1500 ts.arrayOf = arrayOf; 56095 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | tsserverlibrary.js | 1493 function arrayOf(count, f) { function 1500 ts.arrayOf = arrayOf; 56095 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | tsserver.js | 1299 function arrayOf(count, f) { function 1306 ts.arrayOf = arrayOf; 55901 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|
| D | typescript.js | 1493 function arrayOf(count, f) { function 1500 ts.arrayOf = arrayOf; 56095 …return getUnionType(ts.append(ts.arrayOf(type.target.fixedLength, function (i) { return getLiteral…
|