Home
last modified time | relevance | path

Searched refs:manifests (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/deps/npm/lib/commands/
Dpack.js34 const manifests = []
41 manifests.push({ arg, manifest })
47 for (const { arg, manifest } of manifests) {
/third_party/node/deps/npm/node_modules/libnpmexec/lib/
Dindex.js26 const manifests = new Map() constant
29 if (!manifests.has(spec.raw)) {
31 manifests.set(spec.raw, manifest)
33 return manifests.get(spec.raw)
/third_party/node/tools/gyp/pylib/gyp/
Dwin_tool.py162 *manifests argument
185 "manifests": " ".join(manifests),
188 if manifests:
210 if manifests:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dwin_tool.py162 *manifests argument
185 "manifests": " ".join(manifests),
188 if manifests:
210 if manifests:
/third_party/node/deps/npm/node_modules/pacote/
DREADME.md3 Fetches package manifests and tarballs from the npm registry.
94 See below for more on manifests and packuments. Returns a Promise that
98 (basically, the top-level package document listing all the manifests that
99 the registry returns). See below for more on manifests and packuments.
239 In addition to the common `package.json` fields, manifests include:
246 * `manifest.dist` Registry manifests (those included in a packument) have a
267 manifests for available versions for a package.
/third_party/rust/crates/cxx/third-party/
DBUILD7 manifests = ["//third-party:Cargo.toml"],
/third_party/node/deps/npm/test/lib/commands/
Dfind-dupes.js67 manifests: [{ name: 'test-sub', version: '1.0.0' }], property
Ddiff.js62 const manifests = Object.entries(tarballFixtures).reduce((acc, [name, versions]) => {
70 for (const [name, manifest] of Object.entries(manifests)) {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dbuild-ideal-tree.js96 #manifests = new Map()
1206 if (this.#manifests.has(spec.raw)) {
1207 return this.#manifests.get(spec.raw)
1213 this.#manifests.set(spec.raw, mani)
1216 this.#manifests.set(spec.raw, p)
/third_party/vulkan-loader/tests/framework/
DREADME.md143 * Allows writing manifests and files (eg, icd or layer binaries)
176 * explicit layer manifests
177 * implicit layer manifests
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmap_initialization_order_test.proto31 // Regression test for a map initialization order bug. The bug only manifests
/third_party/python/Misc/NEWS.d/
D3.5.0rc1.rst35 _msvccompiler.py doesn't properly support manifests
D3.9.0a4.rst730 Delete unused code related to SxS manifests.
/third_party/node/src/res/
Dnode_etw_provider.man3 xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events"
/third_party/libsnd/
DCHANGELOG.md57 * Support for [Vcpkg manifest mode](https://vcpkg.readthedocs.io/en/latest/users/manifests/).
DREADME.md290 now supports [Vcpkg manifest mode](https://vcpkg.readthedocs.io/en/latest/users/manifests/)
/third_party/libinput/doc/user/
Dbuilding.rst156 a manually built libinput may cause SELinux denials. This usually manifests
/third_party/node/tools/icu/
Dicu-generic.gyp438 # This tool is used to rebuild res_index.res manifests
/third_party/node/doc/api/
Derrors.md2176 manifests for more information.
2184 for [policy][] manifests for more information.
2193 [policy][] manifests for more information.
2201 documentation for [policy][] manifests for more information.
2209 documentation for [policy][] manifests for more information.
2216 be parsed. See the documentation for [policy][] manifests for more information.
2230 behavior. See the documentation for [policy][] manifests for more information.
/third_party/openGLES/extensions/ARB/
DARB_internalformat_query.txt420 This manifests in INVALID_VALUE errors when trying to use more than
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_internalformat_query.txt410 This manifests in INVALID_VALUE errors when trying to use more than
/third_party/typescript/
DThirdPartyNoticeText.txt162 10.7.8. shall not be considered accepted by an implementer who manifests an intent not to accept th…
/third_party/skia/third_party/externals/libpng/
Dlibpng-manual.txt950 final display manifests as a subtle halo around composited parts of the
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex3943 % problem manifests itself, so it can be fixed for real --karl.
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt5289 for making a new version of preexisting material, provided it manifests

12