Searched +full:install +full:- +full:module (Results 1 – 25 of 788) sorted by relevance
12345678910>>...32
| /third_party/openssl/ |
| D | NOTES-PERL.md | 4 - [General Notes](#general-notes) 5 - [Perl on Windows](#perl-on-windows) 6 - [Perl on VMS](#perl-on-vms) 7 - [Perl on NonStop](#perl-on-nonstop) 8 - [Required Perl modules](#required-perl-modules) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 12 ------------- 18 However, if you install Perl as binary packages, the outcome might 23 - on Linux distributions based on Debian, the package `perl` will 24 install the core Perl modules as well, so you will be fine. [all …]
|
| D | README-FIPS.md | 4 This release of OpenSSL includes a cryptographic module that can be 5 FIPS 140-2 validated. The module is implemented as an OpenSSL provider. 6 A provider is essentially a dynamically loadable module which implements 7 cryptographic algorithms, see the [README-PROVIDERS](README-PROVIDERS.md) file 10 A cryptographic module is only FIPS validated after it has gone through the complex 13 If you need a FIPS validated module then you must ONLY generate a FIPS provider 29 the `enable-fips` option. 31 Installing the FIPS module 39 make, make test, make install) as described in the [INSTALL](INSTALL.md) file. 43 $ make install [all …]
|
| /third_party/openssl/doc/man5/ |
| D | fips_config.pod | 5 fips_config - OpenSSL FIPS configuration 10 is used to hold information about the FIPS module. This includes a digest 11 of the shared library file, and status about the self-testing. 12 This data is used automatically by the module itself for two 17 =item - Run the startup FIPS self-test known answer tests (KATS). 20 run each time the module is used. 22 =item - Verify the module's checksum. 24 This is done each time the module is used. 28 This file is generated by the L<openssl-fipsinstall(1)> program, and 29 used internally by the FIPS module during its initialization. [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | anonymousModules.errors.txt | 1 …1,1): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 3 …4,2): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 5 …0,2): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 10 module { 12 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 17 module { 19 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 27 module { 29 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
| D | nodeModulesImportModeDeclarationEmit2(module=node16).errors.txt | 1 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 2 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 3 /index.ts(6,14): error TS2305: Module '"pkg"' has no exported member 'RequireInterface'. 4 /index.ts(6,50): error TS2821: Import assertions are only supported when the '--module' option is s… 5 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 6 /index.ts(7,49): error TS2821: Import assertions are only supported when the '--module' option is s… 7 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 8 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 9 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 13 import type { RequireInterface } from "pkg" assert { "resolution-mode": "require" }; [all …]
|
| D | nodeModulesImportModeDeclarationEmit1(module=node16).errors.txt | 1 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 2 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 3 /index.ts(6,50): error TS2821: Import assertions are only supported when the '--module' option is s… 4 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 5 /index.ts(7,14): error TS2305: Module '"pkg"' has no exported member 'ImportInterface'. 6 /index.ts(7,49): error TS2821: Import assertions are only supported when the '--module' option is s… 7 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 8 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 9 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 13 import type { RequireInterface } from "pkg" assert { "resolution-mode": "require" }; [all …]
|
| D | typecheckIfCondition.errors.txt | 1 …,10): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 2 …,26): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 6 // both uses of module should be an undefined symbol 9 if (!module.exports) module.exports = ""; 11 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 13 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
| D | moduleExports1.errors.txt | 1 …3,6): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 2 …,22): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 6 export module TypeScript.Strasse.Street { 18 if (!module.exports) module.exports = ""; 20 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 22 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
| D | parser509693.errors.txt | 1 …1,6): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 2 …,22): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 6 if (!module.exports) module.exports = ""; 8 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 10 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
| D | templateStringInModuleName.errors.txt | 2 …1,9): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 3 tests/cases/conformance/es6/templates/templateStringInModuleName.ts(1,16): error TS1443: Module dec… 5 …4,9): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 6 tests/cases/conformance/es6/templates/templateStringInModuleName.ts(4,16): error TS1443: Module dec… 10 declare module `M1` { 14 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 16 !!! error TS1443: Module declaration names may only use ' or " quoted strings. 19 declare module `M${2}` { 23 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 25 !!! error TS1443: Module declaration names may only use ' or " quoted strings.
|
| D | templateStringInModuleNameES6.errors.txt | 2 …1,9): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 3 tests/cases/conformance/es6/templates/templateStringInModuleNameES6.ts(1,16): error TS1443: Module … 5 …4,9): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 6 tests/cases/conformance/es6/templates/templateStringInModuleNameES6.ts(4,16): error TS1443: Module … 10 declare module `M1` { 14 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 16 !!! error TS1443: Module declaration names may only use ' or " quoted strings. 19 declare module `M${2}` { 23 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 25 !!! error TS1443: Module declaration names may only use ' or " quoted strings.
|
| D | parser509534.errors.txt | 1 …S2580: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --… 2 …3,1): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? T… 9 …S2580: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --… 10 module.exports.route = function (server) { 12 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
| D | nodeModulesImportModeDeclarationEmit2(module=nodenext).errors.txt | 1 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 2 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 3 /index.ts(6,14): error TS2305: Module '"pkg"' has no exported member 'RequireInterface'. 4 /index.ts(6,50): error TS1454: `resolution-mode` can only be set for type-only imports. 5 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 6 /index.ts(7,49): error TS1454: `resolution-mode` can only be set for type-only imports. 7 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 8 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 9 …r TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error.… 13 import type { RequireInterface } from "pkg" assert { "resolution-mode": "require" }; [all …]
|
| /third_party/skia/third_party/externals/brotli/python/ |
| D | README.md | 1 This directory contains the code for the Python `brotli` module, 10 If you just want to install the latest release of the Python `brotli` 11 module, we recommend installing from [PyPI][]: 13 $ pip install brotli 15 Alternatively, you may install directly from source by running the 18 $ make install 24 $ make # Build the module in-place 26 $ make test # Test the module 30 If you wish to make the module available while still being 34 $ make develop # Install the module in "development mode" [all …]
|
| /third_party/brotli/python/ |
| D | README.md | 1 This directory contains the code for the Python `brotli` module, 10 If you just want to install the latest release of the Python `brotli` 11 module, we recommend installing from [PyPI][]: 13 $ pip install brotli 15 Alternatively, you may install directly from source by running the 18 $ make install 24 $ make # Build the module in-place 26 $ make test # Test the module 30 If you wish to make the module available while still being 34 $ make develop # Install the module in "development mode" [all …]
|
| /third_party/vulkan-headers/ |
| D | CMakeLists.txt | 2 # Copyright 2018-2023 The Khronos Group Inc. 3 # Copyright 2018-2023 Valve Corporation 4 # Copyright 2018-2023 LunarG, Inc. 6 # SPDX-License-Identifier: Apache-2.0 11 # https://github.com/KhronosGroup/Vulkan-Headers/pull/346 22 …e[ ]+VK_HEADER_VERSION_COMPLETE[ ]+VK_MAKE_API_VERSION\\([ ]*[0-9]+,[ ]*([0-9]+),[ ]*([0-9]+),[ ]*… 29 if (ver MATCHES "#define[ ]+VK_HEADER_VERSION[ ]+([0-9]+)") 41 add_library(Vulkan-Headers INTERFACE) 42 add_library(Vulkan::Headers ALIAS Vulkan-Headers) 43 target_include_directories(Vulkan-Headers INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/i… [all …]
|
| /third_party/python/Doc/install/ |
| D | index.rst | 3 .. _install-index: 18 :ref:`What's New <distutils-deprecated>` entry for more information. 22 :ref:`installing-index` 23 The up to date module installation documentation. For regular Python 33 recommendations section <https://packaging.python.org/guides/tool-recommendations/>`__ 37 .. _inst-intro: 54 See :ref:`installing-index` and :ref:`distributing-index` for more details. 59 .. _inst-new-standard: 62 ------------------------------------ 64 If you download a module source distribution, you can tell pretty quickly if it [all …]
|
| /third_party/lzma/DOC/ |
| D | installer.txt | 1 7-Zip for installers 9.38 2 ------------------------- 4 7-Zip is a file archiver for Windows NT/2000/2003/2008/XP/Vista/7/8/10. 6 7-Zip for installers is part of LZMA SDK. 9 It's allowed to join 7-Zip SFX module with another software. 10 It's allowed to change resources of 7-Zip's SFX modules. 14 ----------- 16 7zr.exe is reduced version of 7za.exe of 7-Zip. 23 7zSD.sfx is SFX module for installers. 7zSD.sfx uses msvcrt.dll. 26 Such module extracts archive to temp folder and then runs specified program and removes [all …]
|
| /third_party/mesa3d/docs/drivers/ |
| D | svga3d.rst | 4 This page describes how to build, install and use the 8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows 14 - The vmwgfx kernel module version 2.20 or later 15 - The VM needs to be configured to hardware version 20 or later. 16 - MESA 22.0 or later should be installed. 27 ---------- 31 - Linux kernel module: vmwgfx 32 - User-space libdrm library 33 - Mesa/Gallium OpenGL driver: "svga" 37 `Fusion or Workstation <https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion>`… [all …]
|
| /third_party/python/Lib/distutils/command/ |
| D | install.py | 1 """distutils.command.install 3 Implements the Distutils 'install' command.""" 30 # The following code provides backward-compatible INSTALL_SCHEMES 31 # while making the sysconfig module the single point of truth. 34 # Note that this module is deprecated (PEP 632); all consumers 46 # On POSIX-y platforms, Python will: 47 # - Build from .h files in 'headers' (only there when 49 # - Install .h files to 'include' 64 # platlibdir is available since 3.9: bpo-1294959 69 # than the one in sysconfig, but because both depend on the site module, [all …]
|
| /third_party/openssl/include/openssl/ |
| D | fips_names.h | 2 * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. 23 * The calculated MAC of the module file (Used for FIPS Self Testing) 26 # define OSSL_PROV_FIPS_PARAM_MODULE_MAC "module-mac" 28 * A version number for the fips install process (Used for FIPS Self Testing) 31 # define OSSL_PROV_FIPS_PARAM_INSTALL_VERSION "install-version" 33 * The calculated MAC of the install status indicator (Used for FIPS Self Testing) 36 # define OSSL_PROV_FIPS_PARAM_INSTALL_MAC "install-mac" 38 * The install status indicator (Used for FIPS Self Testing) 41 # define OSSL_PROV_FIPS_PARAM_INSTALL_STATUS "install-status" 45 * the module entering an error state. [all …]
|
| /third_party/python/Doc/distutils/ |
| D | introduction.rst | 1 .. _distutils-intro: 12 :ref:`install-index` chapter. 15 .. _distutils-concepts: 20 Using the Distutils is quite simple, both for module developers and for 21 users/administrators installing third-party modules. As a developer, your 22 responsibilities (apart from writing solid, well-documented and well-tested 35 Not all module developers have access to a multitude of platforms, so it's not 38 address this need. Packagers will take source distributions released by module 41 install most popular Python module distributions in the most natural way for 46 .. _distutils-simple-example: [all …]
|
| /third_party/openssl/test/recipes/ |
| D | 03-test_fipsinstall.t | 2 # Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 29 my $infile = bldtop_file('providers', platform->dso('fips')); 31 my $provconf = srctop_file("test", "fips-and-base.cnf"); 83 # fail if no module name 84 ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', 85 '-provider_name', 'fips', 86 '-macopt', 'digest:SHA256', '-macopt', "hexkey:$fipskey", 87 '-section_name', 'fips_sect'])), 91 ok(!run(app(['openssl', 'fipsinstall', '-in', 'dummy.tmp', '-module', $infile, 92 '-provider_name', 'fips', '-mac_name', 'HMAC', [all …]
|
| /third_party/libcoap/ |
| D | HOWTO.dual.softhsm2 | 11 # Install a software HSM module for doing the PKCS11 testing of libcoap. 12 # Real hardware can be used if you have the appropriate library module. 18 # install SoftHSMv2 as below; otherwise you can use the existing SoftHSMv2. 22 # to install a dual stack version of OpenSSL as per HOWTO.dual.openssl. 24 # Creates module /usr/local/lib/softhsm/libsofthsm2.so 29 * - memlock unlimited 37 PKG_CONFIG_PATH=/opt/openssl/lib/pkgconfig ./configure --enable-silent-rules \ 38 --with-crypto-backend=openssl --disable-gost LDFLAGS=-L/opt/openssl/lib \ 39 CPPFLAGS=-I/opt/openssl/include --with-openssl=/opt/openssl 44 sudo make install [all …]
|
| /third_party/python/Doc/library/ |
| D | gettext.rst | 1 :mod:`gettext` --- Multilingual internationalization services 4 .. module:: gettext 12 -------------- 14 The :mod:`gettext` module provides internationalization (I18N) and localization 16 GNU :program:`gettext` message catalog API and a higher level, class-based API that may 18 to write your module and application messages in one natural language, and 26 -------------------------- 28 The :mod:`gettext` module defines the following API, which is very similar to 32 locale of your user. If you are localizing a Python module, or if your 34 class-based API instead. [all …]
|
12345678910>>...32