Home
last modified time | relevance | path

Searched refs:manifest (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/third_party/node/test/parallel/
Dtest-policy-scopes-integrity.js26 const manifest = new Manifest({ constant
36 manifest.assertIntegrity(href),
40 manifest.assertIntegrity(href, null),
44 manifest.assertIntegrity(href, ''),
50 const manifest = new Manifest({ constant
60 manifest.assertIntegrity(href),
64 manifest.assertIntegrity(href, null),
68 manifest.assertIntegrity(href, ''),
74 const manifest = new Manifest({ constant
94 manifest.assertIntegrity('file:///root/dir1/isolated');
[all …]
Dtest-policy-scopes-dependencies.js26 const manifest = new Manifest({ constant
36 manifest.getDependencyMapper(href).resolve('fs'),
42 const manifest = new Manifest({ constant
52 manifest.getDependencyMapper(href).resolve('fs'),
58 const manifest = new Manifest({ constant
71 manifest.getDependencyMapper(href).resolve('fs'),
77 const manifest = new Manifest({ constant
87 manifest
94 manifest
100 const manifest = new Manifest({ constant
[all …]
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/
Dmanifest.js9 module.exports = manifest
10 function manifest (spec, opts) { function
13 return getManifest(spec, opts).then(manifest => {
14 return annotateManifest(spec, manifest, opts)
55 function annotateManifest (spec, manifest, opts) { argument
56 const shasum = manifest.dist && manifest.dist.shasum
57 manifest._integrity = manifest.dist && manifest.dist.integrity
58 manifest._shasum = shasum
59 if (!manifest._integrity && shasum) {
61 manifest._integrity = ssri.fromHex(shasum, 'sha1').toString()
[all …]
/third_party/node/deps/npm/node_modules/libnpmpublish/
Dpublish.js24 function publish (manifest, tarball, opts) { argument
27 validate('OSO|OOO', [manifest, tarball, opts])
28 if (manifest.private) {
34 const spec = npa.resolve(manifest.name, manifest.version)
36 opts = opts.concat(manifest.publishConfig, { spec })
39 const pubManifest = patchedManifest(spec, auth, manifest, opts)
77 const manifest = cloneDeep(base)
78 manifest._nodeVersion = process.versions.node
80 manifest._npmVersion = opts.npmVersion
90 manifest._npmUser = {
[all …]
/third_party/node/deps/npm/node_modules/npm-pick-manifest/
DCHANGELOG.md6 ## [3.0.2](https://github.com/npm/npm-pick-manifest/compare/v3.0.1...v3.0.2) (2019-08-30)
11 ## [3.0.1](https://github.com/npm/npm-pick-manifest/compare/v3.0.0...v3.0.1) (2019-08-28)
16 …86e](https://github.com/npm/npm-pick-manifest/commit/003286e)), closes [#2](https://github.com/npm…
21 # [3.0.0](https://github.com/npm/npm-pick-manifest/compare/v2.2.3...v3.0.0) (2019-08-20)
26 …962](https://github.com/npm/npm-pick-manifest/commit/ad2a962)), closes [#1](https://github.com/npm…
34 PR-URL: https://github.com/npm/npm-pick-manifest/pull/1
40 ## [2.2.3](https://github.com/npm/npm-pick-manifest/compare/v2.2.2...v2.2.3) (2018-10-31)
45 …rk semantics for enjoyBy again ([5e89b62](https://github.com/npm/npm-pick-manifest/commit/5e89b62))
50 ## [2.2.2](https://github.com/npm/npm-pick-manifest/compare/v2.2.1...v2.2.2) (2018-10-31)
55 * **enjoyBy:** rework semantics for enjoyBy ([5684f45](https://github.com/npm/npm-pick-manifest/com…
[all …]
DREADME.md1manifest [![npm version](https://img.shields.io/npm/v/npm-pick-manifest.svg)](https://npm.im/npm-p…
3 [`npm-pick-manifest`](https://github.com/npm/npm-pick-manifest) is a standalone
8 `$ npm install --save npm-pick-manifest`
16 * [`pickManifest()`](#pick-manifest)
21 const pickManifest = require('npm-pick-manifest')
23 fetch('https://registry.npmjs.org/npm-pick-manifest').then(res => {
27 }) // get same manifest as npm would get if you `npm i npm-pick-manifest@^1.0.0`
37 The npm-pick-manifest team enthusiastically welcomes contributions and project participation!
45 #### <a name="pick-manifest"></a> `> pickManifest(packument, selector, [opts]) -> manifest`
47 Returns the manifest that matches `selector`, or throws an error.
[all …]
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.h43 void gst_mss_manifest_free (GstMssManifest * manifest);
44 GSList * gst_mss_manifest_get_streams (GstMssManifest * manifest);
45 guint64 gst_mss_manifest_get_timescale (GstMssManifest * manifest);
46 guint64 gst_mss_manifest_get_duration (GstMssManifest * manifest);
47 GstClockTime gst_mss_manifest_get_gst_duration (GstMssManifest * manifest);
48 void gst_mss_manifest_seek (GstMssManifest * manifest, gboolean forward, guint64 time);
49 gboolean gst_mss_manifest_change_bitrate (GstMssManifest *manifest, guint64 bitrate);
50 guint64 gst_mss_manifest_get_current_bitrate (GstMssManifest * manifest);
51 gboolean gst_mss_manifest_is_live (GstMssManifest * manifest);
52 gint64 gst_mss_manifest_get_dvr_window_length (GstMssManifest * manifest);
[all …]
Dgstmssmanifest.c247 _gst_mss_stream_init (GstMssManifest * manifest, GstMssStream * stream, in _gst_mss_stream_init() argument
268 manifest->is_live ? "yes" : "no", manifest->look_ahead_fragment_count); in _gst_mss_stream_init()
269 stream->has_live_fragments = manifest->is_live in _gst_mss_stream_init()
270 && manifest->look_ahead_fragment_count; in _gst_mss_stream_init()
305 _gst_mss_parse_protection (GstMssManifest * manifest, in _gst_mss_parse_protection() argument
330 manifest->protection_system_id = system_id; in _gst_mss_parse_protection()
331 manifest->protection_data = (gchar *) xmlNodeGetContent (nodeiter); in _gst_mss_parse_protection()
341 GstMssManifest *manifest; in gst_mss_manifest_new() local
352 manifest = g_malloc0 (sizeof (GstMssManifest)); in gst_mss_manifest_new()
354 manifest->xml = xmlReadMemory ((const gchar *) mapinfo.data, in gst_mss_manifest_new()
[all …]
/third_party/node/deps/npm/node_modules/libnpmpublish/test/
Dpublish.js21 const manifest = { variable
27 'package.json': JSON.stringify(manifest),
70 return publish(manifest, tarData, OPTS.concat({
79 const manifest = { variable
85 'package.json': JSON.stringify(manifest),
129 return publish(manifest, tarData, OPTS.concat({
140 const manifest = { variable
146 'package.json': JSON.stringify(manifest),
244 return publish(manifest, tarData, OPTS.concat({
256 const manifest = { variable
[all …]
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Ddirectory.js20 return this.manifest(spec, opts).then(manifest => {
21 return Object.assign({}, manifest, {
23 'latest': manifest.version
26 [manifest.version]: (new Date()).toISOString()
29 [manifest.version]: manifest
35 manifest (spec, opts) { method
75 this.manifest(spec, opts).then(mani => {
82 fromManifest (manifest, spec, opts) { argument
84 packDir(manifest, manifest._resolved, manifest._resolved, stream, opts).catch(err => {
Dgit.js28 manifest (spec, opts) { method
41 this.manifest(spec, opts).then(manifest => {
42 stream.emit('manifest', manifest)
45 manifest, spec, opts
52 fromManifest (manifest, spec, opts) { argument
56 const cacheName = manifest._uniqueResolved || manifest._resolved || ''
72 spec, manifest._repo, manifest._ref, manifest._rawRef, tmp, opts
75 manifest._resolved = spec.saveSpec.replace(/(:?#.*)?$/, `#${HEAD}`)
76 manifest._uniqueResolved = manifest._resolved
77 return packDir(manifest, manifest._uniqueResolved, tmp, stream, opts)
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.cegcc42 $(NAME): remove-old copy-src compilation copy manifest archive
56 @mkdir -p $(PACKAGE)-bin/manifest
59 @mkdir -p $(PACKAGE)-dev/manifest
60 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.mft
61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver
62 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.mft
63 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.ver
87 manifest:
89 @cd $(PACKAGE)-bin && find * >> manifest/$(PACKAGE)-bin.mft
91 echo $(MANIFESTVERBIN) >> manifest/$(PACKAGE)-bin.ver && \
[all …]
/third_party/libpng/scripts/
Dmakefile.cegcc42 $(NAME): remove-old copy-src compilation copy manifest archive
56 @mkdir -p $(PACKAGE)-bin/manifest
59 @mkdir -p $(PACKAGE)-dev/manifest
60 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.mft
61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver
62 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.mft
63 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.ver
87 manifest:
89 @cd $(PACKAGE)-bin && find * >> manifest/$(PACKAGE)-bin.mft
91 echo $(MANIFESTVERBIN) >> manifest/$(PACKAGE)-bin.ver && \
[all …]
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.cegcc42 $(NAME): remove-old copy-src compilation copy manifest archive
56 @mkdir -p $(PACKAGE)-bin/manifest
59 @mkdir -p $(PACKAGE)-dev/manifest
60 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.mft
61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver
62 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.mft
63 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.ver
87 manifest:
89 @cd $(PACKAGE)-bin && find * >> manifest/$(PACKAGE)-bin.mft
91 echo $(MANIFESTVERBIN) >> manifest/$(PACKAGE)-bin.ver && \
[all …]
/third_party/node/deps/npm/node_modules/pacote/
Dmanifest.js3 const fetchManifest = require('./lib/fetch').manifest
9 module.exports = manifest
10 function manifest (spec, opts) { function
26 }).then(manifest => {
28 manifest._from = spec.saveSpec || spec.raw
29 manifest._requested = spec
30 manifest._spec = spec.raw
31 manifest._where = opts.where
35 return manifest
/third_party/flutter/flutter/dev/devicelab/test/
Dmanifest_test.dart7 import 'package:flutter_devicelab/framework/manifest.dart';
12 group('production manifest', () {
14 final Manifest manifest = loadTaskManifest();
15 expect(manifest.tasks, isNotEmpty);
17 …final ManifestTask task = manifest.tasks.firstWhere((ManifestTask task) => task.name == 'flutter_g…
22 for (ManifestTask task in manifest.tasks) {
25 reason: 'File ${taskFile.path} corresponding to manifest task "${task.name}" not found');
30 group('manifest parser', () {
46 final Manifest manifest = loadTaskManifest('''
54 expect(manifest.tasks.single.description, 'Description is mandatory.');
[all …]
/third_party/cef/libcef/common/
Dwidevine_loader.cc124 std::unique_ptr<base::Value> manifest( in ParseManifestFile() local
127 if (!manifest.get() || !manifest->is_dict()) in ParseManifestFile()
132 static_cast<base::DictionaryValue*>(manifest.release())); in ParseManifestFile()
135 std::string GetManifestValue(const base::DictionaryValue& manifest, in GetManifestValue() argument
140 if (!manifest.GetString(key, &value)) { in GetManifestValue()
152 bool CheckForCompatibleVersion(const base::DictionaryValue& manifest, in CheckForCompatibleVersion() argument
157 GetManifestValue(manifest, version_name, error_message); in CheckForCompatibleVersion()
179 bool IsCompatibleWithChrome(const base::DictionaryValue& manifest, in IsCompatibleWithChrome() argument
181 return GetManifestValue(manifest, kCdmOsName, error_message) == in IsCompatibleWithChrome()
183 GetManifestValue(manifest, kCdmArchName, error_message) == in IsCompatibleWithChrome()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dflutter_manifest_test.dart36 const String manifest = '''
42 final FlutterManifest flutterManifest = FlutterManifest.createFromString(manifest);
53 const String manifest = '''
61 final FlutterManifest flutterManifest = FlutterManifest.createFromString(manifest);
66 const String manifest = '''
77 final FlutterManifest flutterManifest = FlutterManifest.createFromString(manifest);
84 const String manifest = '''
96 final FlutterManifest flutterManifest = FlutterManifest.createFromString(manifest);
114 const String manifest = '''
128 final FlutterManifest flutterManifest = FlutterManifest.createFromString(manifest);
[all …]
/third_party/node/lib/internal/process/
Dpolicy.js13 let manifest; variable
23 manifest = null;
34 manifest = new Manifest(json, url);
37 get manifest() { getter
38 if (typeof manifest === 'undefined') {
41 return manifest;
59 this.manifest.assertIntegrity(moduleURL, content);
/third_party/node/lib/internal/modules/
Dpackage_json_reader.js10 let manifest; variable
27 if (manifest === undefined) {
28 manifest = getOptionValue('--experimental-policy') ?
29 require('internal/process/policy').manifest :
32 if (manifest !== null) {
34 manifest.assertIntegrity(jsonURL, string);
/third_party/node/deps/npm/lib/
Dview.js208 function prettyView (packument, manifest, opts) { argument
212 if (!manifest) {
226 const unpackedSize = manifest.dist.unpackedSize &&
227 byteSize(manifest.dist.unpackedSize)
228 const licenseField = manifest.license || manifest.licence || 'Proprietary'
230 name: color.green(manifest.name),
231 version: color.green(manifest.version),
232 bins: Object.keys(manifest.bin || {}).map(color.yellow),
234 description: manifest.description,
235 deprecated: manifest.deprecated,
[all …]
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetch.js7 manifest: ['spec', 'opts'], property
20 module.exports.manifest = manifest
21 function manifest (spec, opts) { function
23 return fetcher.manifest(spec, opts)
32 function fromManifest (manifest, spec, opts) { argument
33 return getFetcher(spec.type).fromManifest(manifest, spec, opts)
/third_party/libpsl/msvc/
Dbuild-rules-msvc.mak45 @if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;1
64 # @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;2
70 @if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;2
78 # @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;1
84 @if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;1
104 @-del /f /q vs$(VSVER)\$(CFG)\$(PLAT)\*.dll.manifest
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/win32/
DMakefile.msc53 if exist $@.manifest \
54 mt -nologo -manifest $@.manifest -outputresource:$@;2
58 if exist $@.manifest \
59 mt -nologo -manifest $@.manifest -outputresource:$@;1
63 if exist $@.manifest \
64 mt -nologo -manifest $@.manifest -outputresource:$@;1
68 if exist $@.manifest \
69 mt -nologo -manifest $@.manifest -outputresource:$@;1
73 if exist $@.manifest \
74 mt -nologo -manifest $@.manifest -outputresource:$@;1
[all …]
/third_party/zlib/win32/
DMakefile.msc53 if exist $@.manifest \
54 mt -nologo -manifest $@.manifest -outputresource:$@;2
58 if exist $@.manifest \
59 mt -nologo -manifest $@.manifest -outputresource:$@;1
63 if exist $@.manifest \
64 mt -nologo -manifest $@.manifest -outputresource:$@;1
68 if exist $@.manifest \
69 mt -nologo -manifest $@.manifest -outputresource:$@;1
73 if exist $@.manifest \
74 mt -nologo -manifest $@.manifest -outputresource:$@;1
[all …]

12345678910>>...15