Searched +full:- +full:- +full:package (Results 1 – 25 of 1155) sorted by relevance
12345678910>>...47
| /third_party/typescript/tests/baselines/reference/ |
| D | nodeModulesExportsBlocksTypesVersions(module=nodenext).trace.json | 2 "File '/node_modules/exports-and-types-versions/types/package.json' does not exist.", 3 "Found 'package.json' at '/node_modules/exports-and-types-versions/package.json'.", 4 "'package.json' has a 'typesVersions' field with version-specific path mappings.", 5 "File '/node_modules/just-types-versions/types/package.json' does not exist.", 6 "Found 'package.json' at '/node_modules/just-types-versions/package.json'.", 7 "'package.json' has a 'typesVersions' field with version-specific path mappings.", 8 "======== Resolving module 'exports-and-types-versions/foo' from '/main.cts'. ========", 11 "File '/package.json' does not exist.", 12 …"Loading module 'exports-and-types-versions/foo' from 'node_modules' folder, target file type 'Typ… 13 …"File '/node_modules/exports-and-types-versions/package.json' exists according to earlier cached l… [all …]
|
| D | nodeModulesExportsBlocksTypesVersions(module=node16).trace.json | 2 "File '/node_modules/exports-and-types-versions/types/package.json' does not exist.", 3 "Found 'package.json' at '/node_modules/exports-and-types-versions/package.json'.", 4 "'package.json' has a 'typesVersions' field with version-specific path mappings.", 5 "File '/node_modules/just-types-versions/types/package.json' does not exist.", 6 "Found 'package.json' at '/node_modules/just-types-versions/package.json'.", 7 "'package.json' has a 'typesVersions' field with version-specific path mappings.", 8 "======== Resolving module 'exports-and-types-versions/foo' from '/main.cts'. ========", 11 "File '/package.json' does not exist.", 12 …"Loading module 'exports-and-types-versions/foo' from 'node_modules' folder, target file type 'Typ… 13 …"File '/node_modules/exports-and-types-versions/package.json' exists according to earlier cached l… [all …]
|
| D | reactJsxReactResolvedNodeNextEsm.trace.json | 2 "Found 'package.json' at 'tests/cases/compiler/package.json'.", 3 "'package.json' does not have a 'typesVersions' field.", 4 "======== Resolving module 'react/jsx-runtime' from 'tests/cases/compiler/file.tsx'. ========", 7 "File 'tests/cases/compiler/package.json' exists according to earlier cached lookups.", 8 "Loading module 'react/jsx-runtime' from 'node_modules' folder, target file type 'TypeScript'.", 9 "Found 'package.json' at 'tests/cases/compiler/node_modules/@types/react/package.json'.", 10 "'package.json' does not have a 'typesVersions' field.", 11 "Using 'exports' subpath './*' with target './jsx-runtime.js'.", 12 …e name 'tests/cases/compiler/node_modules/@types/react/jsx-runtime.js' has a '.js' extension - str… 13 …"File 'tests/cases/compiler/node_modules/@types/react/jsx-runtime.d.ts' exist - use it as a name r… [all …]
|
| /third_party/skia/third_party/externals/libpng/scripts/ |
| D | makefile.cegcc | 4 # Last updated: 22-Jul-2008 29 PACKAGE = $(NAME)-$(VER) 31 BIN = libpng16-0.dll 36 MANIFESTVERBIN = "Libpng-$(VER): Binary files" 37 MANIFESTVERDEV = "Libpng-$(VER): Developer files" 42 $(NAME): remove-old copy-src compilation copy manifest archive 44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/ 46 remove-old: 48 @rm -rf $(PACKAGE)-bin* 49 @rm -rf $(PACKAGE)-dev* [all …]
|
| /third_party/rust/rust/ |
| D | Cargo.lock | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 22 "rustc-std-workspace-alloc", 23 "rustc-std-workspace-core", 26 [[package]] 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 "rustc-std-workspace-core", 36 [[package]] [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/ |
| D | Cargo.lock | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 [[package]] 21 name = "always-assert" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 29 [[package]] 32 source = "registry+https://github.com/rust-lang/crates.io-index" 35 [[package]] [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/ |
| D | Cargo.lock | 5 [[package]] 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 15 name = "annotate-snippets" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 "unicode-width", 21 "yansi-term", 24 [[package]] 27 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/crates/clap/ |
| D | Cargo.lock | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 [[package]] 23 source = "registry+https://github.com/rust-lang/crates.io-index" 26 [[package]] 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 "anstyle-parse", 34 "anstyle-wincon", [all …]
|
| /third_party/python/Doc/library/ |
| D | importlib.resources.rst | 1 :mod:`importlib.resources` -- Resources 2 --------------------------------------- 5 :synopsis: Package resource reading, opening, and access 9 -------------- 14 within *packages*. If you can import a package, you can access resources 15 within that package. Resources can be opened or read, in either binary or 21 for example, a package and its resources can be imported from a zip file using 29 <https://setuptools.readthedocs.io/en/latest/pkg_resources.html#basic-resource-access>`_ 30 without the performance overhead of that package. This makes reading 36 <https://importlib-resources.readthedocs.io/en/latest/using.html>`_ and [all …]
|
| /third_party/rust/rust/src/tools/miri/ |
| D | Cargo.lock | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 [[package]] 21 name = "aho-corasick" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 29 [[package]] 32 source = "registry+https://github.com/rust-lang/crates.io-index" 35 [[package]] [all …]
|
| /third_party/rust/crates/bindgen/ |
| D | Cargo.lock | 5 [[package]] 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 15 name = "annotate-snippets" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 "unicode-width", 21 "yansi-term", 24 [[package]] 28 "annotate-snippets", [all …]
|
| /third_party/rust/rust/src/bootstrap/ |
| D | Cargo.lock | 5 [[package]] 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 [[package]] 23 source = "registry+https://github.com/rust-lang/crates.io-index" 26 [[package]] 29 source = "registry+https://github.com/rust-lang/crates.io-index" 32 [[package]] [all …]
|
| /third_party/rust/crates/nix/ |
| D | Cargo.lock.msrv | 5 [[package]] 6 name = "assert-impl" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 11 [[package]] 14 source = "registry+https://github.com/rust-lang/crates.io-index" 17 [[package]] 20 source = "registry+https://github.com/rust-lang/crates.io-index" 23 [[package]] 26 source = "registry+https://github.com/rust-lang/crates.io-index" 29 [[package]] [all …]
|
| /third_party/icu/icu4c/packaging/ |
| D | PACKAGES | 3 Copyright (C) 2000-2003, International Business Machines 14 - ICU libraries. This package contains the runtime libraries needed by 15 applications that use ICU. All the other packages require this package 17 - ICU. This package contains the converters data, the timezones data, 19 - ICU locales. This package adds locales and break data. 20 - ICU development. This package contains the files necessary to build 24 - ICU docs. This package contains further documentation for ICU, 26 - ICU data. This package contains the source for the compiled data 27 contained by the ICU package. 28 - ICU international data. This package contains the source for the [all …]
|
| /third_party/rust/rust/src/tools/miri/cargo-miri/ |
| D | Cargo.lock | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 11 [[package]] 14 source = "registry+https://github.com/rust-lang/crates.io-index" 17 [[package]] 20 source = "registry+https://github.com/rust-lang/crates.io-index" 26 [[package]] 27 name = "cargo-miri" 32 "rustc-build-sysroot", 39 [[package]] [all …]
|
| /third_party/rust/crates/memchr/bench/ |
| D | Cargo.lock | 3 [[package]] 6 source = "registry+https://github.com/rust-lang/crates.io-index" 9 "hermit-abi", 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 [[package]] 23 source = "registry+https://github.com/rust-lang/crates.io-index" 26 [[package]] 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/patches/ |
| D | regex-lock.toml | 5 [[package]] 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 [[package]] 23 source = "registry+https://github.com/rust-lang/crates.io-index" 26 "bzip2-sys", 30 [[package]] 31 name = "bzip2-sys" [all …]
|
| D | rand-lock.toml | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 11 [[package]] 14 source = "registry+https://github.com/rust-lang/crates.io-index" 17 "easy-cast", 18 "float-ord", 19 "num-traits", 22 [[package]] 25 source = "registry+https://github.com/rust-lang/crates.io-index" 31 [[package]] [all …]
|
| D | stdlib-lock.toml | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 13 "rustc-std-workspace-alloc", 14 "rustc-std-workspace-core", 17 [[package]] 20 source = "registry+https://github.com/rust-lang/crates.io-index" 24 "rustc-std-workspace-core", 27 [[package]] 37 [[package]] 40 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/ |
| D | Cargo.lock | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 11 "cfg-if", 16 [[package]] 19 source = "registry+https://github.com/rust-lang/crates.io-index" 22 [[package]] 25 source = "registry+https://github.com/rust-lang/crates.io-index" 28 [[package]] 31 source = "registry+https://github.com/rust-lang/crates.io-index" 34 [[package]] [all …]
|
| /third_party/rust/rust/src/tools/miri/test_dependencies/ |
| D | Cargo.lock | 5 [[package]] 8 source = "registry+https://github.com/rust-lang/crates.io-index" 11 [[package]] 14 source = "registry+https://github.com/rust-lang/crates.io-index" 17 [[package]] 20 source = "registry+https://github.com/rust-lang/crates.io-index" 23 [[package]] 26 source = "registry+https://github.com/rust-lang/crates.io-index" 29 [[package]] 30 name = "cfg-if" [all …]
|
| /third_party/skia/m133/bazel/external/icu4x/ |
| D | Cargo.lock | 5 [[package]] 8 source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstr… 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 "is-terminal", 22 "windows-sys 0.48.0", 25 [[package]] 28 source = "registry+https://github.com/rust-lang/crates.io-index" 34 [[package]] 37 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/protobuf/objectivec/ |
| D | GPBDictionary_PackagePrivate.h | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 18 - (size_t)computeSerializedSizeAsField:(GPBFieldDescriptor *)field; 19 - (void)writeToCodedOutputStream:(GPBCodedOutputStream *)outputStream 21 - (void)setGPBGenericValue:(GPBGenericValue *)value forGPBGenericValueKey:(GPBGenericValue *)key; 22 - (void)enumerateForTextFormat:(void (^)(id keyObj, id valueObj))block; 25 // Disable clang-format for the macros. 26 // clang-format off 28 //%PDDM-DEFINE DICTIONARY_PRIV_INTERFACES_FOR_POD_KEY(KEY_NAME) [all …]
|
| /third_party/skia/m133/bazel/external/vello/ |
| D | Cargo.lock | 5 [[package]] 6 name = "aho-corasick" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 [[package]] 17 source = "registry+https://github.com/rust-lang/crates.io-index" 20 [[package]] 23 source = "registry+https://github.com/rust-lang/crates.io-index" 26 [[package]] 27 name = "bit-set" 29 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /third_party/python/Lib/distutils/command/ |
| D | build_py.py | 20 ('build-lib=', 'd', "directory to \"build\" (copy) to"), 22 ('no-compile', None, "don't compile .py files [default]"), 24 "also compile with optimization: -O1 for \"python -O\", " 25 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), 30 negative_opt = {'no-compile' : 'compile'} 35 self.package = None 48 # options -- list of packages and list of modules. 69 # the right thing to do, but perhaps it should be an option -- in 75 # wrong thing to do: if a file is read-only in the working 78 # without problems. (This might be a Unix-specific issue.) Thus [all …]
|
12345678910>>...47