Home
last modified time | relevance | path

Searched refs:Many (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/third_party/typescript/tests/baselines/reference/
DcomparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.types5 type Many<T> = T | readonly T[];
6 >Many : Many<T>
9 sortBy(...iteratees: Many<PartialDeep<T>>[]): Collection<T>;
10 >sortBy : (...iteratees: Many<PartialDeep<T>>[]) => Collection<T>
11 >iteratees : Many<PartialDeep<T>>[]
DcomparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.symbols11 type Many<T> = T | readonly T[];
12 >Many : Symbol(Many, Decl(comparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.ts, 0, 59))
21 sortBy(...iteratees: Many<PartialDeep<T>>[]): Collection<T>;
24 >Many : Symbol(Many, Decl(comparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.ts, 0, 59))
DcomparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.js3 type Many<T> = T | readonly T[];
6 sortBy(...iteratees: Many<PartialDeep<T>>[]): Collection<T>;
/third_party/typescript/tests/cases/compiler/
DcomparisonOfPartialDeepAndIndexedAccessTerminatesWithoutError.ts3 type Many<T> = T | readonly T[]; alias
6 sortBy(...iteratees: Many<PartialDeep<T>>[]): Collection<T>;
/third_party/rust/crates/regex/src/
Dcompile.rs508 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_class_bytes()
586 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_alternate()
624 Ok(Some(Patch { hole: Hole::Many(holes), entry: split_entry })) in c_repeat_zero_or_one()
742 Ok(Some(Patch { hole: Hole::Many(holes), entry: initial_entry })) in c_repeat_range()
758 Hole::Many(holes) => { in fill()
797 Hole::Many(holes) => { in fill_split()
807 Hole::Many(new_holes) in fill_split()
851 Many(Vec<Hole>), enumerator
858 Hole::None | Hole::Many(_) => { in dup_one()
1022 Ok(Patch { hole: Hole::Many(holes), entry: initial_entry.unwrap() }) in compile()
/third_party/python/Doc/
Dabout.rst20 Many thanks go to:
34 Many people have contributed to the Python language, the Python standard
/third_party/mesa3d/docs/relnotes/
D7.7.rst47 - Many assorted i965 driver fixes.
48 - Many r300-gallium driver fixes; this driver is now considered
D8.0.rst39 - Many updates to the VMware svga Gallium driver
/third_party/python/Doc/using/
Deditors.rst10 Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks.
/third_party/curl/tests/data/
Dtest159615 HTTP/1.1 429 Too Many Requests
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_INTEL_shader_integer_functions2.txt21 Many of these instructions have pre-existing counterparts in the Kernel
DVK_INTEL_shader_integer_functions2.adoc24 Many of these instructions have pre-existing counterparts in the Kernel
DVK_EXT_image_compression_control.adoc24 Many implementations support some form of framebuffer compression.
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/
DREADME.md22 Many systems have `python3` by default but if your OS doesn't, its package
/third_party/node/deps/v8/third_party/zlib/
DREADME.chromium21 minizip libraries are present. Many other files have been omitted. Only *.c
/third_party/skia/third_party/externals/zlib/
DREADME.chromium21 minizip libraries are present. Many other files have been omitted. Only *.c
/third_party/libffi/
DREADME.md219 Many new test cases and bug fixes.
294 Many fixes for AIX, Solaris, HP-UX, *BSD.
332 Many changes, mostly thanks to the GCC project.
383 feedback. ffi_mips.h is always installed. Many configuration
387 Fixed n32 problem. Many clean-ups.
/third_party/node/deps/zlib/
DREADME.chromium22 minizip libraries are present. Many other files have been omitted. Only *.c
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.1.rst21 Many thanks to people who have contributed to this release:
/third_party/curl/docs/libcurl/opts/
DCURLOPT_INFILESIZE_LARGE.md50 Many
DCURLOPT_INFILESIZE.md53 Many
/third_party/libabigail/
Drelease-text-template.txt30 Many thanks to those who contributed to this release with bug reports,
/third_party/openssl/doc/man7/
Dopenssl-threads.pod24 Many objects within OpenSSL are reference-counted, so resources are not
34 Many objects have set and get API's to set attributes in the object.
/third_party/openssl/doc/internal/man3/
Dx509v3_cache_extensions.pod24 Many OpenSSL functions that use an X509 object call this function implicitly.
/third_party/curl/docs/cmdline-opts/
Drange.md52 Many HTTP/1.1 servers do not have this feature enabled, so that when you

12345678910>>...23