Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 25 of 1099) sorted by relevance

12345678910>>...44

/third_party/skia/third_party/externals/angle2/
DDEPS137 'packages': [
148 'packages': [
174 'packages': [
200 'packages': [
211 'packages': [
222 'packages': [
258 'packages': [
297 'packages': [
308 'packages': [
384 'packages': [
[all …]
/third_party/typescript/tests/baselines/reference/docker/
Dvue-next.log11 Writing package typings: /vue-next/packages/compiler-core/dist/compiler-core.d.ts
19 Writing package typings: /vue-next/packages/compiler-dom/dist/compiler-dom.d.ts
27 Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
35 Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts
43 /vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.esm-bundl…
44 /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-bundler.…
45 created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s
46 /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.…
47 created packages/compiler-core/dist/compiler-core.esm-bundler.js in ?s
48 /vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.js...
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dasset_bundle_package_test.dart63 void writePackagesFile(String packages) {
64 fs.file('.packages')
66 ..writeAsStringSync(packages);
71 List<String> packages,
77 for (String packageName in packages) {
79 final String entryKey = Uri.encodeFull('packages/$packageName/$asset');
115 group('AssetBundle assets from packages', () {
183 const String expectedAssetManifest = '{"packages/test_package/a/foo":'
184 '["packages/test_package/a/foo"]}';
198 final List<String> assetEntries = <String>['packages/test_package/a/foo'];
[all …]
Dasset_bundle_package_fonts_test.dart57 void writePackagesFile(String packages) {
58 fs.file('.packages')
60 ..writeAsStringSync(packages);
66 List<String> packages,
72 for (String packageName in packages) {
74 final String entryKey = 'packages/$packageName/$packageFont';
103 group('AssetBundle fonts from packages', () {
138 - asset: packages/test_package/bar
148 '[{"fonts":[{"asset":"packages/test_package/bar"}],"family":"foo"}]';
166 - asset: packages/test_package/bar
[all …]
Dasset_test.dart18 'packages',
35 packagesPath: fs.path.join(dataPath, 'main', '.packages'),
42 '[{"family":"packages/font/test_font","fonts":[{"asset":"packages/font/test_font_file"}]}]',
47 testUsingContext('handles empty pubspec with .packages', () async {
50 'packages',
59 packagesPath: fs.path.join(dataPath, 'main', '.packages'),
/third_party/node/deps/npm/docs/content/using-npm/
Dscope.md4 description: Scoped packages
8 ## Scoped packages
12 All npm packages have a name. Some package names also have a scope. A scope
21 Scopes are a way of grouping related packages together, and also affect a few
24 Each npm user/organization has their own scope, and only you can add packages
26 package name ahead of you. Thus it is also a good way to signal official packages
29 Scoped packages can be published and installed as of `npm@2` and are supported
30 by the primary npm registry. Unscoped packages can depend on scoped packages and
34 ### Installing scoped packages argument
36 Scoped packages are installed to a sub-folder of the regular installation
[all …]
/third_party/flutter/engine/flutter/sky/dist/
DBUILD.gn9 source = "$flutter_root/sky/packages/flutter_services"
10 dest = "$root_build_dir/dist/packages/flutter_services"
22 deps = [ "$flutter_root/sky/packages/flutter_services" ]
28 dest = "$root_build_dir/dist/packages/sky_engine"
41 "$flutter_root/sky/packages/sky_engine",
42 "$flutter_root/sky/packages/sky_engine:sky_engine_pkg_helper",
50 dest = "$root_build_dir/dist/packages/sky_services"
63 "$flutter_root/sky/packages/sky_services",
64 "$flutter_root/sky/packages/sky_services:sky_services_pkg_helper",
/third_party/node/deps/npm/scripts/
Dclean-old.sh52 packages=
54 packages="$packages
58 packages=`echo $packages`
100 if [ "x$packages" != "x" ]; then
101 for pkg in $packages; do
126 if [ "x$packages" != "x" ]; then
129 for pkg in $packages; do
/third_party/python/Lib/idlelib/
Dpathbrowser.py44 def __init__(self, dir, packages=[]): argument
46 self.packages = packages
49 if not self.packages:
52 return self.packages[-1] + ": package"
59 packages = []
64 packages.append((nn, name, file))
65 packages.sort()
67 for nn, name, file in packages:
68 item = DirBrowserTreeItem(file, self.packages + [name])
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitSymlinkPaths.types1 === /packages/search/lib/index.d.ts ===
6 === /packages/search-prefix/src/API/NotificationAPIUtils.ts ===
19 === /packages/search-prefix/src/Store/NotificationStore.ts ===
24 >getNotification : () => import("/packages/search-prefix/src/API/NotificationAPIUtils").Notificatio…
27 >NotificationScenario : () => import("/packages/search-prefix/src/API/NotificationAPIUtils").Notifi…
28 >test( getNotification) : () => import("/packages/search-prefix/src/API/NotificationAPIUtils").Not…
32 >getNotification : () => import("/packages/search-prefix/src/API/NotificationAPIUtils").Notificatio…
DgetFileReferences_server2.baseline.jsonc1 // === /packages/client/index.ts ===
4 // === /packages/server/index.js ===
7 // === /packages/server/router.js ===
12 "fileName": "/packages/server/index.js",
21 "fileName": "/packages/server/router.js",
30 "fileName": "/packages/client/index.ts",
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-access.md4 description: Set access level on published packages
9 ## Set access level on published packages
23 npm access ls-packages [<user>|<scope>|<scope:team>]
30 Used to set access controls on private packages.
32 For all of the subcommands, `npm access` will perform actions on the packages
47 * ls-packages:
48 Show all of the packages a user or a team is able to access, along with the
49 access level, except for read-only public packages (it won't print the whole
54 for packages to which you have at least read access. If `<user>` is passed in,
65 Unscoped packages are *always public*.
[all …]
Dnpm-ls.md4 description: List installed packages
9 ## List installed packages
21 This command will print to stdout all the versions of packages that are
25 limit the results to only the paths to the packages named. Note that
26 nested packages will *also* show the paths to the specified packages.
35 It will print out extraneous, missing, and invalid packages.
74 List packages in the global install prefix instead of in the current
88 Display only the dependency tree for packages in `dependencies`.
95 Display only the dependency tree for packages in `devDependencies`.
Dnpm-prune.md4 description: Remove extraneous packages
8 ## Remove extraneous packages
18 This command removes "extraneous" packages. If a package name is
19 provided, then only packages matching one of the supplied names are
22 Extraneous packages are packages that are not listed on the parent
26 variable is set to `production`, this command will remove the packages
/third_party/typescript/tests/baselines/reference/tsbuild/moduleResolution/
Dresolves-specifier-in-output-declaration-file-from-referenced-project-correctly.js36 /a/lib/tsc.js -b packages/pkg1 --verbose --traceResolution
39 * packages/pkg2/tsconfig.json
40 * packages/pkg1/tsconfig.json
99 /user/username/projects/myproject/packages/pkg2/const.ts
100 /user/username/projects/myproject/packages/pkg2/index.ts
104 /user/username/projects/myproject/packages/pkg2/const.ts
105 /user/username/projects/myproject/packages/pkg2/index.ts
112 /user/username/projects/myproject/packages/pkg2/build/const.d.ts
113 /user/username/projects/myproject/packages/pkg2/build/index.d.ts
114 /user/username/projects/myproject/packages/pkg1/index.ts
[all …]
Dresolves-specifier-in-output-declaration-file-from-referenced-project-correctly-with-preserveSymlinks.js36 /a/lib/tsc.js -b packages/pkg1 --verbose --traceResolution
39 * packages/pkg2/tsconfig.json
40 * packages/pkg1/tsconfig.json
98 /user/username/projects/myproject/packages/pkg2/const.ts
99 /user/username/projects/myproject/packages/pkg2/index.ts
103 /user/username/projects/myproject/packages/pkg2/const.ts
104 /user/username/projects/myproject/packages/pkg2/index.ts
111 /user/username/projects/myproject/packages/pkg2/build/const.d.ts
113 /user/username/projects/myproject/packages/pkg1/index.ts
117 /user/username/projects/myproject/packages/pkg2/build/const.d.ts
[all …]
/third_party/parse5/docs/
Dlist-of-packages.md1 # List of parse5 toolset packages
3 - [parse5](https://github.com/inikulin/parse5/tree/master/packages/parse5) - HTML parser and serial…
4 - [parse5-htmlparser2-tree-adapter](https://github.com/inikulin/parse5/tree/master/packages/parse5-…
5 - [parse5-parser-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-parser-stre…
6 - [parse5-plain-text-conversion-stream](https://github.com/inikulin/parse5/tree/master/packages/par…
7 - [parse5-sax-parser](https://github.com/inikulin/parse5/tree/master/packages/parse5-sax-parser) - …
8 - [parse5-html-rewriting-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-htm…
/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_mustpass.py909 packages = [GLCTS_GLES2_KHR_PKG_1CFG,
932 packages = [GLCTS_GLES2_PKG, GLCTS_3_2_2_GLES3_PKG, GLCTS_3_2_2_GLES31_PKG]),
936 packages = [GLCTS_GLES2_KHR_PKG_1CFG,
953 packages = [GLCTS_3_2_3_GLES2_PKG, GLCTS_3_2_3_GLES3_PKG, GLCTS_3_2_3_GLES31_PKG]),
956 packages = [GLCTS_3_2_3_EGL_PKG]),
960 packages = [GLCTS_GLES2_KHR_PKG_1CFG,
972 packages = [GLCTS_NOCTX_ES2_KHR_PKG, GLCTS_NOCTX_ES32_KHR_PKG]),
975 packages = [GLCTS_3_2_3_GLES2_PKG, GLCTS_3_2_3_GLES3_PKG, GLCTS_3_2_3_GLES31_PKG]),
978 packages = [GLCTS_3_2_3_EGL_PKG]),
983 packages = [GLCTS_GLES2_KHR_PKG_1CFG,
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Danalyze_base.dart73 // of places that ask for that target (.packages or pubspec.yaml files)
123 Map<String, PackageDependency> packages = <String, PackageDependency>{};
126 return packages.putIfAbsent(packageName, () => PackageDependency());
129 /// Read the .packages file in [directory] and add referenced packages to [dependencies].
131 final String dotPackagesPath = fs.path.join(directory.path, '.packages');
144 …// Ensure that we only add `analyzer` and dependent packages defined in the vended SDK (and referr…
168 // make sure we remember that, in case all the packages are actually
178 // prepare a union of all the .packages files
185 …'For packages in the flutter repository, try using "flutter update-packages" to do all of them at …
186 … 'If you need to actually upgrade them, consider "flutter update-packages --force-upgrade". '
[all …]
/third_party/python/Doc/library/
Dsite.rst29 pair: site-packages; directory
34 :file:`lib/site-packages` (on Windows) or
35 :file:`lib/python{X.Y}/site-packages` (on Unix and macOS). For each
45 it is also checked for site-packages (sys.base_prefix and
48 the key "include-system-site-packages" set to anything other than "true"
50 searched for site-packages; otherwise they will.
84 a subdirectory :file:`/usr/local/lib/python{X.Y}/site-packages` with three
104 /usr/local/lib/pythonX.Y/site-packages/bar
105 /usr/local/lib/pythonX.Y/site-packages/foo
116 It is typically created by a system administrator in the site-packages
[all …]
/third_party/flutter/engine/flutter/tools/
Dgenerate_package_files.py23 with open(os.path.join('flutter', package, DOT_PACKAGES), 'w') as packages:
27 packages.write(line)
30 packages.write('%s:../../third_party/dart/%s' % (name, path))
31 packages.write('%s:./lib\n' % (package))
33 packages.write('%s:../%s/lib\n' % (other_package, other_package))
/third_party/rust/crates/clap/examples/
Dpacman.rs75 let packages: Vec<_> = sync_matches in main() localVariable
80 let values = packages.join(", "); in main()
85 let packages: Vec<_> = sync_matches in main() localVariable
90 let values = packages.join(", "); in main()
99 if let Some(packages) = query_matches.get_many::<String>("info") { in main()
100 let comma_sep = packages.map(|s| s.as_str()).collect::<Vec<_>>().join(", "); in main()
/third_party/python/Lib/ensurepip/
D__init__.py34 packages = {}
58 packages[name] = _Package(version, None, wheel_path)
59 return packages
67 packages = {}
70 packages[name] = _Package(version, wheel_name, None)
75 packages = dir_packages
76 _PACKAGES = packages
77 return packages
/third_party/python/Lib/distutils/command/
Dbuild_py.py49 self.packages = self.distribution.packages
91 if self.packages:
100 if not self.packages:
102 for package in self.packages:
247 packages = {}
262 (package_dir, checked) = packages[package]
269 packages[package] = (package_dir, 1)
293 if self.packages:
294 for package in self.packages:
355 for package in self.packages:
[all …]
/third_party/node/deps/npm/node_modules/global-dirs/
Dreadme.md3 > Get the directory of globally installed packages and binaries
23 console.log(globalDirs.npm.packages);
29 console.log(globalDirs.yarn.packages);
41 ##### packages l4subsection
43 Directory with globally installed packages.
55 Directory with directories for packages and binaries. You probably want either of the above.

12345678910>>...44