/third_party/typescript/tests/baselines/reference/ |
D | typeFromJSConstructor.symbols | 2 function Installer () { 3 >Installer : Symbol(Installer, Decl(a.js, 0, 0)) 7 >this.arg : Symbol(Installer.arg, Decl(a.js, 0, 23), Decl(a.js, 12, 41), Decl(a.js, 19, 42)) 8 >this : Symbol(Installer, Decl(a.js, 0, 0)) 9 >arg : Symbol(Installer.arg, Decl(a.js, 0, 23), Decl(a.js, 12, 41), Decl(a.js, 19, 42)) 13 >this.unknown : Symbol(Installer.unknown, Decl(a.js, 2, 16), Decl(a.js, 13, 19), Decl(a.js, 20, 20)) 14 >this : Symbol(Installer, Decl(a.js, 0, 0)) 15 >unknown : Symbol(Installer.unknown, Decl(a.js, 2, 16), Decl(a.js, 13, 19), Decl(a.js, 20, 20)) 19 >this.twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Dec… 20 >this : Symbol(Installer, Decl(a.js, 0, 0)) [all …]
|
D | typeFromPropertyAssignment22.symbols | 2 function Installer () { 3 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0)) 6 >this.args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) 7 >this : Symbol(Installer, Decl(npm-install.js, 0, 0)) 8 >args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) 10 Installer.prototype.loadArgMetadata = function (next) { 11 >Installer.prototype : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1)) 12 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0)) 14 >loadArgMetadata : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1)) 22 >this.args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) [all …]
|
D | typeFromPropertyAssignment22.types | 2 function Installer () { 3 >Installer : typeof Installer 12 Installer.prototype.loadArgMetadata = function (next) { 13 >Installer.prototype.loadArgMetadata = function (next) { // ArrowFunction isn't treated as a thi… 14 >Installer.prototype.loadArgMetadata : any 15 >Installer.prototype : any 16 >Installer : typeof Installer 42 var i = new Installer() 43 >i : Installer 44 >new Installer() : Installer [all …]
|
D | typeFromJSConstructor.types | 2 function Installer () { 3 >Installer : typeof Installer 51 Installer.prototype.first = function () { 52 >Installer.prototype.first = function () { this.arg = 'hi' // error this.unknown = 'hi' // ok… 53 >Installer.prototype.first : any 54 >Installer.prototype : any 55 >Installer : typeof Installer 95 Installer.prototype.second = function () { 96 >Installer.prototype.second = function () { this.arg = false // error this.unknown = false //… 97 >Installer.prototype.second : any [all …]
|
D | typeFromPropertyAssignment22.errors.txt | 5 function Installer () { 8 Installer.prototype.loadArgMetadata = function (next) { 17 var i = new Installer()
|
D | typeFromJSConstructor.errors.txt | 11 function Installer () { 25 Installer.prototype.first = function () { 36 Installer.prototype.second = function () {
|
/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 20 See the Building the Installer section for more information. 25 Python is distributed on Windows as an installer that will configure the 29 The main tasks of the installer are: 39 Structure of the Installer 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 62 Building the Installer [all …]
|
D | wix.props | 7 …llPath)' == '' and Exists('$(ExternalsDir)\windows-installer\wix')">$(ExternalsDir)\windows-instal… 8 …lPath)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Installer XML\3.10@Install… 9 …'">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows Installer XML\3.10@Install…
|
/third_party/node/deps/npm/man/man5/ |
D | install.5 | 6 …a Node installer. \fBWe strongly recommend using a Node version manager to install Node.js and npm… 14 \fBUsing a Node installer to install Node.js and npm\fR \fI(Using a Node installer to install Node.… 30 .SS "Using a Node installer to install Node.js and npm" 32 If you are unable to use a Node version manager, you can use a Node installer to install both Node.… 35 \fBNode.js installer\fR \fI\(lahttps://nodejs.org/en/download/\(ra\fR 37 …Source installer\fR \fI\(lahttps://github.com/nodesource/distributions\(ra\fR. If you use Linux, w… 48 \fBNodeSource installer\fR \fI\(lahttps://github.com/nodesource/distributions\(ra\fR (recommended)
|
/third_party/python/Mac/BuildScript/ |
D | README.rst | 8 an Installer package from the installation plus other files in ``resources`` 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 [all …]
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 11 class Installer extends TestTypingsInstaller { class 27 …function executeCommand(self: Installer, host: TestServerHost, installedTypings: string[] | string… 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 134 typingsInstaller: installer, 140 installer.installAll(/*expectedCount*/ 1); 165 const installer = new (class extends Installer { constant 176 …vice = createProjectService(host, { useSingleInferredProject: true, typingsInstaller: installer }); [all …]
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | install.md | 11 version manager or a Node installer. **We strongly recommend using a Node 13 Node installer, since the Node installation process installs npm in a 23 - [Using a Node installer to install Node.js and 24 npm](#using-a-node-installer-to-install-nodejs-and-npm) 44 ### Using a Node installer to install Node.js and npm 47 installer to install both Node.js and npm on your system. 49 * [Node.js installer](https://nodejs.org/en/download/) 50 * [NodeSource installer](https://github.com/nodesource/distributions). If 51 you use Linux, we recommend that you use a NodeSource installer. 65 - [NodeSource installer](https://github.com/nodesource/distributions)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | install-plugins.c | 59 * secret between GStreamer and the plugin installer application. 72 * the application needs one of those 'installer detail' string mentioned 81 * NULL-terminated array of installer detail strings, and a function that 86 * be passed to the external installer application. 91 * external installer application has in fact been called, the passed in 93 * installer has finished. If the result code indicates that new plugins 99 * > to be called when the external installer has finished. If this is not 104 * ## 1. Installer hook 118 * `-Dinstall_plugins_helper'=/path/to/installer` to make GStreamer call an 119 * installer of their own directly. [all …]
|
D | install-plugins.h | 44 * @GST_INSTALL_PLUGINS_CRASHED: the installer had an unclean exit code 54 * occurred when trying to start the installer 56 * actual installer is not installed 64 * These codes indicate success or failure of starting an external installer 68 /* Return codes from the installer. Returned by gst_install_plugins_sync(), 134 * external plugin installer program has returned. You only need to provide
|
/third_party/lzma/DOC/ |
D | installer.txt | 29 Installer_Config is optional file. You can use the following command to create installer 37 -y switch for installer module (at runtime) specifies quiet mode for extracting. 39 Installer Config file format 41 Config file contains commands for Installer. File begins from string 70 1. The directory from which the application (installer) loaded. 115 - No installer Configuration file 118 So user that calls SFX installer must have free RAM of size of largest 126 When you run installer sfx module (sfx.exe) 132 You can send parameters to installer, and installer will transfer them to extracted .exe file.
|
/third_party/node/deps/npm/docs/output/configuring-npm/ |
D | install.html | 145 ….js and npm</a></li><li><a href="#using-a-node-installer-to-install-nodejs-and-npm">Using a Node i… 151 version manager or a Node installer. <strong>We strongly recommend using a Node 153 Node installer, since the Node installation process installs npm in a 162 <li><a href="#using-a-node-installer-to-install-nodejs-and-npm">Using a Node installer to install N… 177 <h3 id="using-a-node-installer-to-install-nodejs-and-npm">Using a Node installer to install Node.js… 179 installer to install both Node.js and npm on your system.</p> 181 <li><a href="https://nodejs.org/en/download/">Node.js installer</a></li> 182 <li><a href="https://github.com/nodesource/distributions">NodeSource installer</a>. If 183 you use Linux, we recommend that you use a NodeSource installer.</li> 194 <li><a href="https://github.com/nodesource/distributions">NodeSource installer</a>
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromPropertyAssignment22.ts | 6 function Installer () { function 9 Installer.prototype.loadArgMetadata = function (next) { 16 var i = new Installer()
|
D | typeFromJSConstructor.ts | 7 function Installer () { function 19 Installer.prototype.first = function () { 26 Installer.prototype.second = function () {
|
/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/benchmark/ |
D | .travis.yml | 191 …uild/bazel/releases/download/3.2.0/bazel-3.2.0-installer-linux-x86_64.sh --output-document bazel-i… 192 travis_wait sudo bash bazel-installer.sh; 195 …curl -L -o bazel-installer.sh https://github.com/bazelbuild/bazel/releases/download/3.2.0/bazel-3.… 196 travis_wait sudo bash bazel-installer.sh;
|
/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…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ToolOutputFile.cpp | 38 : Installer(Filename), OS(Filename, EC, Flags) { in ToolOutputFile() 41 Installer.Keep = true; in ToolOutputFile() 45 : Installer(Filename), OS(FD, true) {} in ToolOutputFile()
|
/third_party/node/deps/npm/node_modules/node-gyp/docs/ |
D | binding.gyp-files-in-the-wild.md | 21 …installer](https://github.com/mmod/nk-xrm-installer/blob/master/binding.gyp) + [includable.gypi](h…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ToolOutputFile.h | 39 } Installer; 41 /// The contained stream. This is intentionally declared after Installer. 57 void keep() { Installer.Keep = true; } in keep()
|
/third_party/python/Lib/distutils/command/ |
D | bdist_msi.py | 85 description = "create a Microsoft Installer (.msi) binary distribution" 199 # If we are building an installer for a Python version other 330 """Adds code to the installer to compute the location of Python. 472 fatal.title("[ProductName] Installer ended prematurely") 478 "Click the Finish button to exit the Installer.") 484 user_exit.title("[ProductName] Installer was interrupted") 491 "Click the Finish button to exit the Installer.") 497 exit_dialog.title("Completing the [ProductName] Installer") 501 "Click the Finish button to exit the Installer.") 562 … "Please wait while the installer finishes determining your disk space requirements.") [all …]
|