Home
last modified time | relevance | path

Searched refs:installer (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts73 const installer = new (class extends Installer { constant
81 const service = createProjectService(host, { typingsInstaller: installer });
85 installer.installAll(0);
121 const installer = new (class extends Installer { constant
132 …vice = createProjectService(host, { useSingleInferredProject: true, typingsInstaller: installer });
155 installer.installAll(/*expectedCount*/ 1);
186 const installer = new (class extends Installer { constant
197 …vice = createProjectService(host, { useSingleInferredProject: true, typingsInstaller: installer });
204 installer.installAll(/*expectedCount*/ 1);
220 const installer = new (class extends Installer { constant
[all …]
/third_party/node/deps/npm/docs/content/configuring-npm/
Dinstall.md13 … a Node installer. **We strongly recommend using a Node version manager to install Node.js and npm…
19 - [Using a Node installer to install Node.js and npm](#using-a-node-installer-to-install-node-js-an…
44 ### Using a Node installer to install Node.js and npm
46 If you are unable to use a Node version manager, you can use a Node installer to install both Node.…
48 * [Node.js installer](https://nodejs.org/en/download/)
49 * [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recomme…
59 - [NodeSource installer](https://github.com/nodesource/distributions) (recommended)
/third_party/python/Mac/BuildScript/
DREADME.rst10 The installer package built on the dmg is a macOS bundle format installer
14 must be assembled in a macOS flat installer package, using current
19 that installer packages are submitted to and pass Apple's automated
45 PSF practice was to provide a "macOS 64-bit Intel installer" variant
51 later systems, we provide a "macOS 64-bit universal2 installer"
56 The legacy "macOS 64-bit Intel installer" variant is expected to
59 build-installer.py requires Apple Developer tools, either from the
64 in the 10.6 support cycle.) build-installer.py also must be run
68 build-installer.py rather than have it attempt to automatically
73 /path/to/bootstrap/python3 build-installer.py \
[all …]
/third_party/typescript/src/server/
DtypingsCache.ts88 constructor(private readonly installer: ITypingsInstaller) { property in TypingsCache
92 return this.installer.isKnownTypesPackageName(name);
96 return this.installer.installPackage(options);
122 … this.installer.enqueueInstallTypingsRequest(project, typeAcquisition, unresolvedImports);
140 this.installer.onProjectClosed(project);
/third_party/python/Tools/msi/
DREADME.txt4 For testing, the installer should be built with the Tools/msi/build.bat
9 For an official release, the installer should be built with the
25 Python is distributed on Windows as an installer that will configure the
29 The main tasks of the installer are:
42 The installer is structured as a 'layout', which consists of a number of
45 The EXE is the main entry point into the installer. It contains the UI
58 associated MSI is not downloaded. This allows the installer to offer
65 Before building the installer, download extra build dependencies using
77 For testing, the installer should be built with the Tools/msi/build.bat
83 generate an installer layout in PCbuild/(win32|amd64)/en-us.
[all …]
/third_party/grpc/templates/tools/dockerfile/
Dbazel.include11 …/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh"…
12 bash ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && ${'\\'}
13 rm bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
Djava_deps.include3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-…
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
Dapt_get_pyenv.include14 RUN curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
DPodfile15 pre_install do |installer|
17 grpc_core_spec = installer.pod_targets.find{|t| t.name == 'gRPC-Core'}.root_spec
33 post_install do |installer|
34 installer.pods_project.targets.each do |target|
/third_party/libjpeg-turbo/cmakescripts/
DBuildPackages.cmake67 # Windows installer (NullSoft Installer)
102 configure_file(release/installer.nsi.in installer.nsi @ONLY)
107 add_custom_target(installer target
108 makensis -nocd ${INST_DEFS} installer.nsi
111 SOURCES installer.nsi)
151 …e (in the macOS keychain) that should be used to sign the libjpeg-turbo installer package. Leave …
/third_party/flatbuffers/tests/FlatBuffers.Test/
DREADME.md19 This will download the .NET installer and core SDK if those are not already
23 After running the tests, the downloaded .NET installer and SDK are *not* removed
29 If you want to clean up the downloaded .NET installer and SDK, run:
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/cmakescripts/
DBuildPackages.cmake67 # Windows installer (NullSoft Installer)
102 configure_file(release/installer.nsi.in installer.nsi @ONLY)
107 add_custom_target(installer target
108 makensis -nocd ${INST_DEFS} installer.nsi
111 SOURCES installer.nsi)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
Dbuild.sh150 …ttps://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-installer-darwin-x86_64.sh
152 sh bazel-0.29.1-installer-darwin-x86_64.sh --prefix="${BAZEL_DIR}"
153 rm bazel-0.29.1-installer-darwin-x86_64.sh
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/host_app_ephemeral_cocoapods/
DPodfile.copy.tmpl11 post_install do |installer|
12 installer.pods_project.targets.each do |target|
/third_party/grpc/test/cpp/cocoapods/
DPodfile34 pre_install do |installer|
36 grpc_core_spec = installer.pod_targets.find{|t| t.name == 'gRPC-Core'}.root_spec
52 post_install do |installer|
53 installer.pods_project.targets.each do |target|
/third_party/grpc/src/objective-c/examples/tvOS-sample/
DPodfile18 pre_install do |installer|
19 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
/third_party/grpc/src/objective-c/examples/InterceptorSample/
DPodfile21 pre_install do |installer|
22 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
/third_party/grpc/src/objective-c/tests/Connectivity/
DPodfile16 pre_install do |installer|
18 grpc_core_spec = installer.pod_targets.find{|t| t.name == 'gRPC-Core'}.root_spec
/third_party/grpc/src/objective-c/examples/watchOS-sample/
DPodfile28 pre_install do |installer|
29 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
/third_party/grpc/test/cpp/ios/
DPodfile42 pre_install do |installer|
44 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
60 post_install do |installer|
61 installer.pods_project.targets.each do |target|
/third_party/grpc/src/objective-c/manual_tests/
DPodfile42 pre_install do |installer|
44 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
60 post_install do |installer|
61 installer.pods_project.targets.each do |target|
/third_party/grpc/tools/dockerfile/test/bazel/
DDockerfile84 …/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh"…
85 bash ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
86 rm bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
/third_party/flutter/flutter/examples/flutter_gallery/ios/
DPodfile43 post_install do |installer|
44 installer.pods_project.targets.each do |target|
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/
DPodfile84 post_install do |installer|
85 installer.pods_project.targets.each do |target|
92 pre_install do |installer|
/third_party/cef/patch/patches/
Dgn_config.patch127 diff --git chrome/installer/mini_installer/BUILD.gn chrome/installer/mini_installer/BUILD.gn
129 --- chrome/installer/mini_installer/BUILD.gn
130 +++ chrome/installer/mini_installer/BUILD.gn

123456789