Searched +full:cache +full:- +full:dependency +full:- +full:path (Results 1 – 25 of 374) sorted by relevance
12345678910>>...15
| /third_party/node/deps/npm/man/man5/ |
| D | folders.5 | 3 \fBfolders\fR - Folder Structures Used by npm 14 Global install (with \fB-g\fR): puts stuff in /usr/local or wherever node is installed. 25 The \fB\fBprefix\fR config\fR \fI\(la/using-npm/config#prefix\(ra\fR defaults to the location where… 30 …"packagename")\fR to load its main module, or \fBrequire("packagename/lib/path/to/sub/module")\fR … 34 Scoped packages are installed the same way, except they are grouped together in a sub-folder of the… 39 …x, or directly into \fB{prefix}\fR on Windows. Ensure that path is in your terminal's \fBPATH\fR e… 41 …ripts run through npm. (For example, so that a test runner will be in the path when you run \fBnpm… 49 .SS "Cache" 51 See npm help cache. Cache files are stored in \fB~/.npm\fR on Posix, or \fB%LocalAppData%/npm-cache… 53 This is controlled by the \fB\fBcache\fR config\fR \fI\(la/using-npm/config#cache\(ra\fR param. [all …]
|
| D | npm-global.5 | 3 \fBfolders\fR - Folder Structures Used by npm 14 Global install (with \fB-g\fR): puts stuff in /usr/local or wherever node is installed. 25 The \fB\fBprefix\fR config\fR \fI\(la/using-npm/config#prefix\(ra\fR defaults to the location where… 30 …"packagename")\fR to load its main module, or \fBrequire("packagename/lib/path/to/sub/module")\fR … 34 Scoped packages are installed the same way, except they are grouped together in a sub-folder of the… 39 …x, or directly into \fB{prefix}\fR on Windows. Ensure that path is in your terminal's \fBPATH\fR e… 41 …ripts run through npm. (For example, so that a test runner will be in the path when you run \fBnpm… 49 .SS "Cache" 51 See npm help cache. Cache files are stored in \fB~/.npm\fR on Posix, or \fB%LocalAppData%/npm-cache… 53 This is controlled by the \fB\fBcache\fR config\fR \fI\(la/using-npm/config#cache\(ra\fR param. [all …]
|
| /third_party/node/deps/npm/docs/content/configuring-npm/ |
| D | folders.md | 1 --- 5 --- 17 * Global install (with `-g`): puts stuff in /usr/local or wherever node 25 The [`prefix` config](/using-npm/config#prefix) defaults to the location where 39 `require("packagename/lib/path/to/sub/module")` to load other modules. 46 in a sub-folder of the relevant `node_modules` folder with the name of that 49 [`scope`](/using-npm/scope) for more details. 56 or directly into `{prefix}` on Windows. Ensure that path is in your 57 terminal's `PATH` environment to run them. 61 through npm. (For example, so that a test runner will be in the path [all …]
|
| /third_party/libexif/ |
| D | .appveyor.yml | 5 - CONFIG: cygwin 6 - CONFIG: cygwin64 7 - CONFIG: msys2 10 - cmd: if [%CONFIG%]==[cygwin] ( 11 …C:\cygwin\setup-x86.exe -qgnNdO -l C:\cygwin\var\cache\setup -R c:\cygwin -s "%CYGWIN_MIRROR%" -P … 12 - cmd: if [%CONFIG%]==[cygwin64] ( 13 …C:\cygwin64\setup-x86_64.exe -qgnNdO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s "%CYGWIN_MIR… 14 - cmd: if [%CONFIG%]==[msys2] ( 15 set "PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%" ) 18 - cmd: if not [%CONFIG%]==[msys2] ( [all …]
|
| /third_party/node/deps/npm/docs/output/configuring-npm/ |
| D | folders.html | 2 <meta charset="utf-8"> 6 background-color: #ffffff; 11 line-height: 1.5; 13 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple C… 17 background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); 21 text-decoration: none; 25 text-decoration: underline; 32 border-radius: 6px; 37 white-space: pre; 39 background-color: #f6f8fa; [all …]
|
| /third_party/rust/crates/regex/ |
| D | Cargo.toml | 5 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/regex" 9 homepage = "https://github.com/rust-lang/regex" 14 categories = ["text-processing"] 21 "bench", "regex-capi", "regex-debug", "regex-syntax", 29 # with `cargo test --doc`. 33 # https://docs.rs/regex/*/#crate-features 35 default = ["std", "perf", "unicode", "regex-syntax/default"] 53 perf = ["perf-cache", "perf-dfa", "perf-inline", "perf-literal"] 56 # dependency and use a slower internal cache, but now the default cache has [all …]
|
| /third_party/node/deps/npm/docs/content/using-npm/ |
| D | config.md | 1 --- 5 --- 10 see [`npm config`](/commands/npm-config). 16 Putting `--foo bar` on the command line sets the `foo` configuration 17 parameter to `"bar"`. A `--` argument tells the cli parser to stop 18 reading flags. Using `--flag` without specifying any value will set 21 Example: `--flag1 --flag2` will set both configuration parameters 22 to `true`, while `--flag1 --flag2 bar` will set `flag1` to `true`, 23 and `flag2` to `bar`. Finally, `--flag1 --flag2 -- bar` will set 34 values are case-insensitive, so `NPM_CONFIG_FOO=bar` will work the [all …]
|
| /third_party/node/deps/npm/man/man7/ |
| D | config.7 | 3 \fBconfig\fR - More than you probably want to know about npm configuration 11 …--foo bar\fR on the command line sets the \fBfoo\fR configuration parameter to \fB"bar"\fR. A \fB-… 13 …--flag1 --flag2\fR will set both configuration parameters to \fBtrue\fR, while \fB--flag1 --flag2 … 16 … given a value will be given the value of \fBtrue\fR. Config values are case-insensitive, so \fBNP… 18 Notice that you need to use underscores instead of dashes, so \fB--allow-same-version\fR would beco… 24 per-project configuration file (\fB/path/to/my/project/.npmrc\fR) 26 per-user configuration file (defaults to \fB$HOME/.npmrc\fR; configurable via CLI option \fB--userc… 28 global configuration file (defaults to \fB$PREFIX/etc/npmrc\fR; configurable via CLI option \fB--gl… 30 npm's built-in configuration file (\fB/path/to/npm/npmrc\fR) 37 Run \fBnpm config ls -l\fR to see a set of configuration parameters that are internal to npm, and a… [all …]
|
| /third_party/jinja2/.github/workflows/ |
| D | tests.yaml | 5 - main 6 - '*.x' 7 paths-ignore: 8 - 'docs/**' 9 - '*.md' 10 - '*.rst' 13 - main 14 - '*.x' 15 paths-ignore: 16 - 'docs/**' [all …]
|
| D | publish.yaml | 5 - '*' 8 runs-on: ubuntu-latest 12 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 13 - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 15 python-version: '3.x' 16 cache: 'pip' 17 cache-dependency-path: 'requirements/*.txt' 18 - run: pip install -r requirements/build.txt 20 - run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV 21 - run: python -m build [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.3.7.rst | 1 Mesa 21.3.7 Release Notes / 2022-02-23 18 --------------- 22 b4fa9db7aa61bf209ef0b40bef83080999d86ad98df8b8b4fada7c128a1efc3d mesa-21.3.7.tar.xz 26 ------------ 28 - None 32 --------- 34 - lavapipe: dEQP-VK.spirv_assembly.instruction.compute.float16.arithmetic_3.step fails 35 - ANV: Bad output from TransformFeedback . Regression from Mesa 21. Something to do with VB+XFB -> … 39 ------- 43 - pan/bi: Avoid \*FADD.v2f16 hazard in optimizer [all …]
|
| /third_party/node/deps/npm/man/man1/ |
| D | npm-ci.1 | 1 .TH "NPM-CI" "1" "February 2024" "" "" 3 \fBnpm-ci\fR - Clean install a project 10 aliases: clean-install, ic, install-clean, isntall-clean 15 …nvironments such as test platforms, continuous integration, and deployment -- or any situation whe… 20 The project \fBmust\fR have an existing \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR. 28 It will never write to \fBpackage.json\fR or any of the package-locks: installs are essentially fro… 32 …-lock.json\fR file by running \fBnpm install\fR with flags that can affect the shape of your depen… 35 Make sure you have a package-lock and an up-to-date install: 42 $ ls | grep package-lock 61 - npm ci [all …]
|
| D | npm-audit.1 | 1 .TH "NPM-AUDIT" "1" "February 2024" "" "" 3 \fBnpm-audit\fR - Run a security audit 18 …-fledged \fBnpm install\fR under the hood, all configs that apply to the installer will also apply… 20 …and will exit with a non-zero code if any vulnerability is found. It may be useful in CI environme… 23 …-lock or shrinkwrap in order to run the audit. You can bypass the package lock with \fB--no-packag… 55 See this \fBexample\fR \fI\(lahttps://registry.npmjs.org/light-cycle/1.4.3\(ra\fR of a signed packa… 60 Public signing keys are provided at \fBregistry-host.tld/-/npm/v1/keys\fR in the following format: 70 "keytype": "ecdsa-sha2-nistp256", 71 "scheme": "ecdsa-sha2-nistp256", 81 …601 format\fR \fI\(lahttps://en.wikipedia.org/wiki/ISO_8601"\(ra\fR: \fBYYYY-MM-DDTHH:mm:ss.sssZ\fR [all …]
|
| D | npm-exec.1 | 1 .TH "NPM-EXEC" "1" "February 2024" "" "" 3 \fBnpm-exec\fR - Run a command from a local or remote npm package 8 npm exec -- <pkg>\[lB]@<version>\[rB] \[lB]args...\[rB] 9 npm exec --package=<pkg>\[lB]@<version>\[rB] -- <cmd> \[lB]args...\[rB] 10 npm exec -c '<cmd> \[lB]args...\[rB]' 11 npm exec --package=foo -c '<cmd> \[lB]args...\[rB]' 20 Run without positional arguments or \fB--call\fR, this allows you to interactively run commands in … 22 …e \fB--package\fR option will be provided in the \fBPATH\fR of the executed command, along with an… 24 …--yes\fR or \fB--no\fR. When standard input is not a TTY or a CI environment is detected, \fB--yes… 26 …ll only be considered a match if they have the exact same name and version as the local dependency. [all …]
|
| /third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/ |
| D | definitions.js | 6 const ciInfo = require('ci-info') 8 const { join } = require('path') 78 const unicode = /UTF-?8$/i.test( 87 const cacheExtra = isWindows ? 'npm-cache' : '.npm' 88 const cache = `${cacheRoot}/${cacheExtra}` constant 97 path: { type: path }, 98 } = require('../type-defs.js') 101 /* istanbul ignore if - this should never happen, prevents mistakes below */ 110 const camel = key.replace(/-([a-z])/g, (_0, _1) => _1.toUpperCase()) 121 // So, `save-dev`, `save-optional`, `save-prod`, et al would indicate [all …]
|
| /third_party/node/deps/npm/docs/content/commands/ |
| D | npm-ci.md | 1 --- 2 title: npm-ci 5 --- 12 aliases: clean-install, ic, install-clean, isntall-clean 17 This command is similar to [`npm install`](/commands/npm-install), except 19 continuous integration, and deployment -- or any situation where you want 24 * The project **must** have an existing `package-lock.json` or 25 `npm-shrinkwrap.json`. 32 * It will never write to `package.json` or any of the package-locks: 35 NOTE: If you create your `package-lock.json` file by running `npm install` [all …]
|
| D | npm-audit.md | 1 --- 2 title: npm-audit 5 --- 25 fix` runs a full-fledged `npm install` under the hood, all configs that 26 apply to the installer will also apply to `npm install` -- so things like 27 `npm audit fix --package-lock-only` will work as expected. 29 By default, the audit command will exit with a non-zero code if any 31 `--audit-level` parameter to specify the minimum vulnerability level that 37 By default npm requires a package-lock or shrinkwrap in order to run the 38 audit. You can bypass the package lock with `--no-package-lock` but be [all …]
|
| /third_party/icu/ |
| D | .travis.yml | 7 - name: "c: docs" 14 - doxygen 16 - cd icu4c/source 17 - ./runConfigureICU Linux --disable-renaming 20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options 23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)… 26 - name: "j" 31 - ant 32 - ant-optional 35 - cd icu4j [all …]
|
| /third_party/skia/third_party/externals/dawn/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # When upgrading to CMake 3.11 we can remove DAWN_DUMMY_FILE because source-less add_library 20 # case any of the generator files changes. We should also remove the CACHE "" FORCE stuff to 34 set(CMAKE_BUILD_TYPE "Debug" CACHE STRING 55 # Simplifies customization by projects that use Dawn as a dependency. 64 # set(${name} ${value} CACHE STRING ${description}) 67 # Simplifies customization by projects that use Dawn as a dependency. 70 set(${name} ${value} CACHE STRING ${description}) 74 # Default values for the backend-enabling options 120 option_if_not_defined(DAWN_ENABLE_PIC "Build with Position-Independent-Code enabled" OFF) [all …]
|
| /third_party/icu/tools/cldr/lib/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- © 2020 and later: Unicode, Inc. and others. 5 --> 7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 8 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 11 <!-- This POM file acts as a parent POM file for any tool which is built 14 task of including the Ant-built CLDR JAR file in Maven projects. --> 16 <!-- Declares this to be a POM that's included by other POM files. --> 19 <!-- This must match any child POM file's <parent> declaration. --> 21 <artifactId>cldr-lib</artifactId> [all …]
|
| /third_party/skia/third_party/externals/tint/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 49 # Simplifies customization by projects that use Dawn as a dependency. 58 # set(${name} ${value} CACHE STRING ${description}) 61 # Simplifies customization by projects that use Dawn as a dependency. 64 set(${name} ${value} CACHE STRING ${description}) 68 …_PARTY_DIR "${tint_SOURCE_DIR}/third_party" "Directory in which to find third-party dependencies.") 73 option_if_not_defined(TINT_BUILD_SPV_READER "Build the SPIR-V input reader" ON) 78 option_if_not_defined(TINT_BUILD_SPV_WRITER "Build the SPIR-V output writer" ON) 81 option_if_not_defined(TINT_BUILD_SPIRV_TOOLS_FUZZER "Build SPIRV-Tools fuzzer" OFF) 86 option_if_not_defined(TINT_BUILD_REMOTE_COMPILE "Build the remote-compile tool for validating shade… [all …]
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | input.py | 2 # Use of this source code is governed by a BSD-style license that can be 11 import os.path 50 # These per-process dictionaries are used to cache build file data when loading 59 # because there's no way for a regular expression to be treated as a path. 60 while section and section[-1:] in "=+?!": 61 section = section[:-1] 66 # Sections matching the regexp '_(dir|file|path)s?$' are also 71 tail = section[-6:] 72 if tail[-1] == "s": 73 tail = tail[:-1] [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | input.py | 2 # Use of this source code is governed by a BSD-style license that can be 11 import os.path 50 # These per-process dictionaries are used to cache build file data when loading 59 # because there's no way for a regular expression to be treated as a path. 60 while section and section[-1:] in "=+?!": 61 section = section[:-1] 66 # Sections matching the regexp '_(dir|file|path)s?$' are also 71 tail = section[-6:] 72 if tail[-1] == "s": 73 tail = tail[:-1] [all …]
|
| /third_party/mesa3d/ |
| D | meson.build | 1 # Copyright © 2017-2020 Intel Corporation 30 …default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++14'] 44 null_dep = dependency('', required : false) 54 '-D__STDC_CONSTANT_MACROS', 55 '-D__STDC_FORMAT_MACROS', 56 '-D__STDC_LIMIT_MACROS', 57 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), 58 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"', 63 with_moltenvk_dir = get_option('moltenvk-dir') 64 with_vulkan_icd_dir = get_option('vulkan-icd-dir') [all …]
|
| /third_party/node/deps/npm/tap-snapshots/test/lib/ |
| D | docs.js.test.cjs | 2 * This snapshot file is auto-generated, but designed for humans. 4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests. 14 npm install <foo> add the <foo> dependency to your project 17 npm <command> -h quick help on <command> 18 npm -l display usage info for all commands 26 Specify configs in the ini-formatted file: 28 or on the command line via: npm <command> --key=value 39 "add-user": "adduser", 42 "cit": "install-ci-test", 43 "clean-install": "ci", [all …]
|
12345678910>>...15