/third_party/node/test/es-module/ |
D | test-esm-imports.mjs | 18 ['#subpath/x.js', { default: 'xsubpath' }], 21 // External subpath imports 22 ['#external/subpath/asdf.js', { default: 'asdf' }], 24 ['#subpath/asdf.asdf', { default: 'test' }], 37 // External subpath import without trailing slash 45 for (const [specifier, subpath] of invalidImportTargets) { 49 assertIncludes(err.message, subpath); 56 ['#subpath/sub/../../../belowbase', 'request is not a valid subpath'], 58 ['#external/subpath/x%2Fy', 'must not include encoded "/" or "\\"'], 59 ['#external/subpath/x%5Cy', 'must not include encoded "/" or "\\"'], [all …]
|
D | test-esm-exports.mjs | 37 ['pkgexports/subpath/sub-dir1', { default: 'main' }], 38 ['pkgexports/subpath/sub-dir1.js', { default: 'main' }], 47 validSpecifiers.set('pkgexports/subpath/file', { default: 'file' }); 48 validSpecifiers.set('pkgexports/subpath/dir1', { default: 'main' }); 49 validSpecifiers.set('pkgexports/subpath/dir1/', { default: 'main' }); 50 validSpecifiers.set('pkgexports/subpath/dir2', { default: 'index' }); 51 validSpecifiers.set('pkgexports/subpath/dir2/', { default: 'index' }); 82 ['pkgexports/null/subpath', './null/subpath'], 115 for (const [specifier, subpath] of undefinedExports) { 118 assertStartsWith(err.message, 'Package subpath '); [all …]
|
/third_party/node/lib/internal/modules/esm/ |
D | resolve.js | 331 function throwExportsNotFound(subpath, packageJSONUrl, base) { argument 333 fileURLToPath(new URL('.', packageJSONUrl)), subpath, 337 function throwInvalidSubpath(subpath, packageJSONUrl, internal, base) { argument 340 throw new ERR_INVALID_MODULE_SPECIFIER(subpath, reason, 345 subpath, target, packageJSONUrl, internal, base) { argument 352 fileURLToPath(new URL('.', packageJSONUrl)), subpath, target, 360 target, subpath, match, packageJSONUrl, base, pattern, internal, conditions) { argument 361 if (subpath !== '' && !pattern && target[target.length - 1] !== '/') 374 StringPrototypeReplace(target, patternRegEx, subpath) : 375 target + subpath; [all …]
|
/third_party/node/test/testpy/ |
D | __init__.py | 142 for subpath in os.listdir(path): 143 if os.path.isdir(os.path.join(path, subpath)): 144 for f in os.listdir(os.path.join(path, subpath)): 146 result.append([subpath, f[:-3]])
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zdump.c | 1077 char subpath[FILENAME_MAX + 1]; in getzones() local 1084 strcpy(subpath, relpath); in getzones() 1085 strcat(subpath, "/"); in getzones() 1086 strcat(subpath, dir->d_name); in getzones() 1088 strcpy(subpath, dir->d_name); in getzones() 1090 getzones(basedir, subpath, last, count); in getzones()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 1077 char subpath[FILENAME_MAX + 1]; in getzones() local 1084 strcpy(subpath, relpath); in getzones() 1085 strcat(subpath, "/"); in getzones() 1086 strcat(subpath, dir->d_name); in getzones() 1088 strcpy(subpath, dir->d_name); in getzones() 1090 getzones(basedir, subpath, last, count); in getzones()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zdump.c | 1077 char subpath[FILENAME_MAX + 1]; in getzones() local 1084 strcpy(subpath, relpath); in getzones() 1085 strcat(subpath, "/"); in getzones() 1086 strcat(subpath, dir->d_name); in getzones() 1088 strcpy(subpath, dir->d_name); in getzones() 1090 getzones(basedir, subpath, last, count); in getzones()
|
/third_party/ninja/src/ |
D | deps_log.cc | 230 StringPiece subpath(buf, path_size); in Load() local 236 Node* node = state->GetNode(subpath, 0); in Load()
|
/third_party/flutter/engine/flutter/fml/platform/win/ |
D | file_win.cc | 47 const char* subpath) { in GetAbsolutePath() argument 49 stream << GetFullHandlePath(base_directory) << "\\" << subpath; in GetAbsolutePath()
|
/third_party/node/doc/api/ |
D | packages.md | 265 `require('pkg/subpath.js')` throws an [`ERR_PACKAGE_PATH_NOT_EXPORTED`][] 271 absolute subpath of the package such as 272 `require('/path/to/node_modules/pkg/subpath.js')` will still load `subpath.js`. 281 `"."` subpath: 293 Now only the defined subpath in [`"exports"`][] can be imported by a consumer: 357 explicitly listing each exports subpath entry. But for packages that have 361 For these use cases, subpath export patterns can be used instead: 1165 alternative to the [`"main"`][] that can support defining [subpath exports][] 1203 This field defines [subpath imports][] for the current package. 1224 [subpath exports]: #packages_subpath_exports [all …]
|
D | errors.md | 1452 The imported module string is an invalid URL, package name, or package subpath 1808 The `package.json` [`"exports"`][] field does not export the requested subpath. 2173 [self-reference a package using its name][] and [define a custom subpath][] in 2665 [define a custom subpath]: packages.md#packages_subpath_exports
|
D | esm.md | 1043 or package subpath specifier. 1049 subpath in the package for the given module.
|
/third_party/python/Doc/library/ |
D | zipimport.rst | 181 subpath. 186 The subpath within the ZIP file where modules are searched. This is the
|
D | pathlib.rst | 556 …ValueError: '/etc/passwd' is not in the subpath of '/usr' OR one path is relative and the other ab… 1282 .. [#] :meth:`Path.relative_to` requires ``self`` to be the subpath of the argument, but :func:`os.…
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 1100 /// operation adding a segment to a subpath, the current point is 1150 /// Opens a new subpath with starting point (x, y). 1162 /// Starts a new subpath at the given coordinate. 1168 /// Starts a new subpath at the given offset from the current point. 1274 /// If the `forceMoveTo` argument is true, starts a new subpath 1464 /// Adds a new subpath that consists of four lines that outline the 1473 /// Adds a new subpath that consists of a curve that forms the 1491 /// Adds a new subpath with one arc segment that consists of the arc 1513 /// Adds a new subpath with a sequence of line segments that connect the given 1538 /// Adds a new subpath that consists of the straight lines and [all …]
|
/third_party/node/lib/internal/ |
D | errors.js | 1346 E('ERR_PACKAGE_PATH_NOT_EXPORTED', (pkgPath, subpath, base = undefined) => { 1347 if (subpath === '.') 1350 return `Package subpath '${subpath}' is not defined by "exports" in ${
|
/third_party/node/deps/npm/node_modules/npm-logical-tree/ |
D | README.md | 146 logicalTree.node('hello', 'subpath:to:@foo/bar', {dev: true})
|
/third_party/python/Lib/ |
D | mailbox.py | 375 subpath = self._lookup(key) 376 with open(os.path.join(self._path, subpath), 'rb') as f: 381 subdir, name = os.path.split(subpath) 385 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath)))
|
D | pickle.py | 323 for subpath in name.split('.'): 324 if subpath == '<locals>': 329 obj = getattr(obj, subpath)
|
/third_party/skia/modules/canvaskit/tests/ |
D | path.spec.js | 416 const subpath = cont.getSegment(20, 40, true); // make sure this doesn't crash constant
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | bitmap_canvas.dart | 855 for (Subpath subpath in path.subpaths) { 856 for (PathCommand command in subpath.commands) {
|
/third_party/skia/third_party/externals/icu/source/data/ |
D | makedata.mak | 180 !MESSAGE ICU tools CFG subpath is $(CFGTOOLS)
|
/third_party/icu/icu4c/source/data/ |
D | makedata.mak | 180 !MESSAGE ICU tools CFG subpath is $(CFGTOOLS)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 1529 so starts a new subpath within the path. 3730 outline of the path object with any non-closed subpath forced closed 3904 and tangent to the given end (initial or terminal) of the subpath 3906 is a half-square that kisses watertightly the end of a subpath. 3909 (initial or terminal) of the subpath; in other words, a round cap 3910 is a semi-circle that kisses watertightly the end of a subpath. 3912 with its hypotenuse flush to the given end of the subpath; in other 3914 the end of a subpath with the triangle's longest side. 5703 subpath consisting of the /numSegments/ path segments beginning with 5705 PointAlongPathNV only considers this subpath. [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 1529 so starts a new subpath within the path. 3730 outline of the path object with any non-closed subpath forced closed 3904 and tangent to the given end (initial or terminal) of the subpath 3906 is a half-square that kisses watertightly the end of a subpath. 3909 (initial or terminal) of the subpath; in other words, a round cap 3910 is a semi-circle that kisses watertightly the end of a subpath. 3912 with its hypotenuse flush to the given end of the subpath; in other 3914 the end of a subpath with the triangle's longest side. 5703 subpath consisting of the /numSegments/ path segments beginning with 5705 PointAlongPathNV only considers this subpath. [all …]
|