/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 73 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/ |
D | install.md | 13 … 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/ |
D | README.rst | 10 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/ |
D | typingsCache.ts | 88 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/ |
D | README.txt | 4 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/ |
D | bazel.include | 11 …/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
|
D | java_deps.include | 3 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/
|
D | apt_get_pyenv.include | 14 RUN curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
|
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/ |
D | Podfile | 15 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/ |
D | BuildPackages.cmake | 67 # 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/ |
D | README.md | 19 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/ |
D | BuildPackages.cmake | 67 # 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/ |
D | build.sh | 150 …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/ |
D | Podfile.copy.tmpl | 11 post_install do |installer| 12 installer.pods_project.targets.each do |target|
|
/third_party/grpc/test/cpp/cocoapods/ |
D | Podfile | 34 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/ |
D | Podfile | 18 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/ |
D | Podfile | 21 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/ |
D | Podfile | 16 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/ |
D | Podfile | 28 pre_install do |installer| 29 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
|
/third_party/grpc/src/objective-c/manual_tests/ |
D | Podfile | 42 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/test/cpp/ios/ |
D | Podfile | 42 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/ |
D | Dockerfile | 84 …/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/ |
D | Podfile | 43 post_install do |installer| 44 installer.pods_project.targets.each do |target|
|
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/ |
D | Podfile | 84 post_install do |installer| 85 installer.pods_project.targets.each do |target| 92 pre_install do |installer|
|
/third_party/python/Mac/BuildScript/resources/ |
D | ReadMe.rtf | 42 \f0 step of the macOS installer app. Click on a package name in the list shown to see more inform… 68 \f0 installer variant that provides universal binaries for both 72 …installer variant: native ARM64 code on Apple Silicon Macs should run significantly faster than Ro…
|