/third_party/node/test/parallel/ |
D | test-policy-scopes-integrity.js | 26 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 …]
|
D | test-policy-scopes-dependencies.js | 26 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/ |
D | manifest.js | 9 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 …]
|
D | tarball.js | 6 const manifest = require('./manifest') constant 33 mani = manifest(spec, opts) 49 function fromManifest (manifest, spec, opts) { argument 54 const uri = getTarballUrl(spec, registry, manifest, opts) 58 'pacote-pkg-id': `registry:${manifest.name}@${uri}` 60 integrity: manifest._integrity, 62 manifest._integrity 63 ? ssri.parse(manifest._integrity).pickAlgorithm()
|
/third_party/node/deps/npm/node_modules/libnpmpublish/ |
D | publish.js | 24 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/ |
D | CHANGELOG.md | 6 ## [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 …]
|
D | README.md | 1 …manifest [![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/node/deps/npm/node_modules/libnpmpublish/test/ |
D | publish.js | 21 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/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.h | 43 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 …]
|
D | gstmssmanifest.c | 249 _gst_mss_stream_init (GstMssManifest * manifest, GstMssStream * stream, in _gst_mss_stream_init() argument 270 manifest->is_live ? "yes" : "no", manifest->look_ahead_fragment_count); in _gst_mss_stream_init() 271 stream->has_live_fragments = manifest->is_live in _gst_mss_stream_init() 272 && manifest->look_ahead_fragment_count; in _gst_mss_stream_init() 291 if (manifest->is_live) { in _gst_mss_stream_init() 321 _gst_mss_parse_protection (GstMssManifest * manifest, in _gst_mss_parse_protection() argument 346 manifest->protection_system_id = system_id; in _gst_mss_parse_protection() 347 manifest->protection_data = (gchar *) xmlNodeGetContent (nodeiter); in _gst_mss_parse_protection() 357 GstMssManifest *manifest; in gst_mss_manifest_new() local 368 manifest = g_malloc0 (sizeof (GstMssManifest)); in gst_mss_manifest_new() [all …]
|
D | gstmssdemux.c | 230 if (mssdemux->manifest) { in gst_mss_demux_reset() 231 gst_mss_manifest_free (mssdemux->manifest); in gst_mss_demux_reset() 232 mssdemux->manifest = NULL; in gst_mss_demux_reset() 286 g_return_val_if_fail (mssdemux->manifest != NULL, FALSE); in gst_mss_demux_is_live() 288 return gst_mss_manifest_is_live (mssdemux->manifest); in gst_mss_demux_is_live() 296 g_return_val_if_fail (mssdemux->manifest != NULL, FALSE); in gst_mss_demux_get_duration() 298 return gst_mss_manifest_get_gst_duration (mssdemux->manifest); in gst_mss_demux_get_duration() 417 GSList *streams = gst_mss_manifest_get_streams (mssdemux->manifest); in gst_mss_demux_setup_streams() 421 gst_mss_manifest_get_protection_system_id (mssdemux->manifest); in gst_mss_demux_setup_streams() 423 gst_mss_manifest_get_protection_data (mssdemux->manifest); in gst_mss_demux_setup_streams() [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | flutter_manifest_test.dart | 36 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/deps/npm/node_modules/pacote/lib/fetchers/ |
D | directory.js | 20 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 => {
|
D | git.js | 28 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/flutter/flutter/dev/devicelab/test/ |
D | manifest_test.dart | 7 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/skia/third_party/externals/libpng/scripts/ |
D | makefile.cegcc | 42 $(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/ |
D | makefile.cegcc | 42 $(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/python/Tools/scripts/ |
D | stable_abi.py | 140 manifest = Manifest() 143 levels = [(manifest, -1)] 179 return manifest 199 def gen_python3dll(manifest, args, outfile): argument 223 manifest.select( 231 manifest.select( 246 def gen_doc_annotations(manifest, args, outfile): argument 251 for item in manifest.select(REST_ROLES.keys(), include_abi_only=False): 262 def generate_or_check(manifest, args, path, func): argument 269 func(manifest, args, outfile) [all …]
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | manifest.js | 3 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/node/deps/npm/lib/ |
D | view.js | 208 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/lib/internal/process/ |
D | policy.js | 13 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/zlib/win32/ |
D | Makefile.msc | 49 if exist $@.manifest \ 50 mt -nologo -manifest $@.manifest -outputresource:$@;2 54 if exist $@.manifest \ 55 mt -nologo -manifest $@.manifest -outputresource:$@;1 59 if exist $@.manifest \ 60 mt -nologo -manifest $@.manifest -outputresource:$@;1 64 if exist $@.manifest \ 65 mt -nologo -manifest $@.manifest -outputresource:$@;1 69 if exist $@.manifest \ 70 mt -nologo -manifest $@.manifest -outputresource:$@;1 [all …]
|
/third_party/node/lib/internal/modules/ |
D | package_json_reader.js | 10 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/node_modules/pacote/lib/ |
D | fetch.js | 7 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/libwebsockets/scripts/ |
D | esp32.mk | 76 .PHONY: manifest 77 manifest: 86 echo -n -e "{\r\n\"app\": " > build/manifest.json 87 cat $(A)/build/json-buildinfo >> build/manifest.json 88 echo -n -e ", \"factory\": " >> build/manifest.json 89 cat $(F)/build/json-buildinfo >> build/manifest.json 90 echo -n -e "\r\n}\r\n" >> build/manifest.json 114 upload: manifest 130 echo " Uploading manifest" ;\
|