| /third_party/node/deps/npm/man/man5/ |
| D | folders.5 | 3 \fBfolders\fR - Folder Structures Used by npm 30 Packages are dropped into the \fBnode_modules\fR folder under the \fBprefix\fR. When installing loc… 32 …es\fR. Global installs on Windows go to \fB{prefix}/node_modules\fR (that is, no \fBlib\fR folder.) 34 …same way, except they are grouped together in a sub-folder of the relevant \fBnode_modules\fR fold… 56 Temporary files are stored by default in the folder specified by the \fB\fBtmp\fR config\fR \fI\(la… 58 Temp files are given a unique folder under this root for each run of the program, and are deleted u… 61 …folder. This is so that \fBnpm install foo@1.2.3\fR will install to the sensible root of your pack… 63 …folder tree checking for a folder that contains either a \fBpackage.json\fR file, or a \fBnode_mod… 65 If no package root is found, then the current folder is used. 75 .SS "Cycles, Conflicts, and Folder Parsimony" [all …]
|
| D | npm-global.5 | 3 \fBfolders\fR - Folder Structures Used by npm 30 Packages are dropped into the \fBnode_modules\fR folder under the \fBprefix\fR. When installing loc… 32 …es\fR. Global installs on Windows go to \fB{prefix}/node_modules\fR (that is, no \fBlib\fR folder.) 34 …same way, except they are grouped together in a sub-folder of the relevant \fBnode_modules\fR fold… 56 Temporary files are stored by default in the folder specified by the \fB\fBtmp\fR config\fR \fI\(la… 58 Temp files are given a unique folder under this root for each run of the program, and are deleted u… 61 …folder. This is so that \fBnpm install foo@1.2.3\fR will install to the sensible root of your pack… 63 …folder tree checking for a folder that contains either a \fBpackage.json\fR file, or a \fBnode_mod… 65 If no package root is found, then the current folder is used. 75 .SS "Cycles, Conflicts, and Folder Parsimony" [all …]
|
| /third_party/node/deps/npm/docs/content/configuring-npm/ |
| D | folders.md | 4 description: Folder Structures Used by npm 36 Packages are dropped into the `node_modules` folder under the `prefix`. 43 `lib` folder.) 46 in a sub-folder of the relevant `node_modules` folder with the name of that 81 Temporary files are stored by default in the folder specified by the 85 Temp files are given a unique folder under this root for each run of the 91 `prefix` folder. This is so that `npm install foo@1.2.3` will install 93 into some other folder. 95 Starting at the $PWD, npm will walk up the folder tree checking for a 96 folder that contains either a `package.json` file, or a `node_modules` [all …]
|
| /third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
| D | doctor.js.test.cjs | 62 global bin folder in PATH ok {CWD}/global/bin 66 Perms check on local bin folder ok 67 Perms check on global bin folder ok 78 global bin folder in PATH [32mok[39m {CWD}/global/bin 82 Perms check on local bin folder [32mok[39m 83 Perms check on global bin folder [32mok[39m 188 global bin folder in PATH ok {CWD}/global/bin 192 Perms check on local bin folder ok 193 Perms check on global bin folder ok 204 global bin folder in PATH ok {CWD}/global/bin [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | genericFunctionsWithOptionalParameters1.types | 3 fold<T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; 4 >fold : <T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S) => T 6 >folder : (s: S, t: T) => T 17 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T 19 >fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T 23 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T 25 >fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T 30 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T 32 >fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T 38 >utils.fold : <T, S>(c?: T[], folder?: (s: S, t: T) => T, init?: S) => T [all …]
|
| D | genericFunctionsWithOptionalParameters2.types | 3 fold<T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; 4 >fold : <T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S) => T 6 >folder : (s: S, t: T) => T 17 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T 19 >fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T 23 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T 25 >fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T 30 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T 32 >fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T 38 >utils.fold : <T, S>(c: T[], folder?: (s: S, t: T) => T, init?: S) => T [all …]
|
| D | crashIntypeCheckInvocationExpression.types | 15 …r, any>(<P0, P1, P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number,… 17 ><P0, P1, P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number, number,… 19 var folder = path.join(), 20 >folder : any 26 fileset = nake.fileSetSync<number, number, any>(folder) 28 >nake.fileSetSync<number, number, any>(folder) : any 32 >folder : any
|
| D | jsDeclarationsImportTypeBundled.types | 1 === tests/cases/conformance/jsdoc/declarations/folder/mod1.js === 22 /** @type {(typeof import("./folder/mod1"))[]} */ 24 >items : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[] 31 >module.exports = items : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[] 32 >module.exports : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[] 33 >module : { exports: import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]; } 34 >exports : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[] 35 >items : import("tests/cases/conformance/jsdoc/declarations/folder/mod1").Item[]
|
| D | pathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.trace.json | 8 …"Loading module as file / folder, candidate module location '/root/src/foo', target file type 'Typ… 17 …"Loading module as file / folder, candidate module location '/root/src/bar', target file type 'Typ… 24 …"Loading module as file / folder, candidate module location '/bar', target file type 'TypeScript'.… 35 …"Loading module as file / folder, candidate module location '/root/src/bar', target file type 'Jav… 44 …"Loading module as file / folder, candidate module location '/root/src/foo', target file type 'Typ… 53 …"Loading module as file / folder, candidate module location '/root/src/bar', target file type 'Typ… 60 …"Loading module as file / folder, candidate module location 'c:/bar', target file type 'TypeScript… 66 …"Loading module as file / folder, candidate module location '/root/src/bar', target file type 'Jav… 75 …"Loading module as file / folder, candidate module location '/root/src/foo', target file type 'Typ… 84 …"Loading module as file / folder, candidate module location '/root/src/bar', target file type 'Typ… [all …]
|
| D | symbolLinkDeclarationEmitModuleNamesImportRef.types | 1 === tests/cases/compiler/Folder/monorepo/core/index.ts === 3 >styles : import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-compone… 6 >getStyles : () => import("tests/cases/compiler/Folder/node_modules/styled-components/typings/style… 9 >styles : import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-compone… 12 === tests/cases/compiler/Folder/monorepo/package-a/index.d.ts === 14 >styles : import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-compone… 16 === tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components.d.ts ===
|
| D | keepImportsInDts4.js | 6 import "./folder/test" 9 define("folder/test", ["require", "exports"], function (require, exports) { 13 define("main", ["require", "exports", "folder/test"], function (require, exports) { 20 declare module "folder/test" { 24 import "folder/test";
|
| /third_party/python/Lib/test/test_importlib/ |
| D | test_reader.py | 14 cls.folder = str(path) 22 MultiplexedPath(os.path.join(self.folder, 'binary.file')) 25 contents = {path.name for path in MultiplexedPath(self.folder).iterdir()} 35 path.name for path in MultiplexedPath(self.folder, data01).iterdir() 48 self.assertEqual(MultiplexedPath(self.folder).is_dir(), True) 51 self.assertEqual(MultiplexedPath(self.folder).is_file(), False) 54 path = MultiplexedPath(self.folder) 65 path = MultiplexedPath(self.folder, data01) 81 repr(MultiplexedPath(self.folder)), 82 f"MultiplexedPath('{self.folder}')", [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | symbolLinkDeclarationEmitModuleNamesImportRef.ts | 4 // @filename: Folder/monorepo/package-a/index.d.ts 7 // @filename: Folder/node_modules/styled-components/package.json 14 // @filename: Folder/node_modules/styled-components/typings/styled-components.d.ts 16 // @filename: Folder/monorepo/core/index.ts 23 // @link: tests/cases/compiler/Folder/node_modules/styled-components -> tests/cases/compiler/Folder… 24 // @link: tests/cases/compiler/Folder/monorepo/package-a -> tests/cases/compiler/Folder/monorepo/co…
|
| /third_party/jerryscript/targets/nuttx-stm32f4/ |
| D | README.md | 3 This folder contains files to run JerryScript on 13 # Create a base folder for all the projects. 36 Build JerryScript as a static library using the NuttX folder as sysroot. The created static librari… 39 # Assuming you are in jerry-nuttx folder. 57 # Assuming you are in jerry-nuttx folder. 67 NuttX requires configuration first. The configuration creates a `.config` file in the root folder o… 70 # Assuming you are in jerry-nuttx folder. 82 # Assuming you are in jerry-nuttx folder. 103 # Assuming you are in jerry-nuttx folder. 119 # Add the install folder to PATH [all …]
|
| /third_party/python/PCbuild/ |
| D | lib.pyproj | 1596 <Content Include="idlelib\Icons\folder.gif" /> 1722 <Folder Include="asyncio" /> 1723 <Folder Include="collections" /> 1724 <Folder Include="concurrent" /> 1725 <Folder Include="concurrent\futures" /> 1726 <Folder Include="ctypes" /> 1727 <Folder Include="ctypes\macholib" /> 1728 <Folder Include="ctypes\test" /> 1729 <Folder Include="curses" /> 1730 <Folder Include="dbm" /> [all …]
|
| /third_party/node/deps/npm/docs/output/configuring-npm/ |
| D | folders.html | 140 <span class="description">Folder Structures Used by npm</span> 145 …tallation</a></li><li><a href="#cycles-conflicts-and-folder-parsimony">Cycles, Conflicts, and Fold… 170 <p>Packages are dropped into the <code>node_modules</code> folder under the <code>prefix</code>. 176 <code>lib</code> folder.)</p> 178 in a sub-folder of the relevant <code>node_modules</code> folder with the name of that 200 <p>Temporary files are stored by default in the folder specified by the 203 <p>Temp files are given a unique folder under this root for each run of the 207 <code>prefix</code> folder. This is so that <code>npm install foo@1.2.3</code> will install 209 into some other folder.</p> 210 <p>Starting at the $PWD, npm will walk up the folder tree checking for a [all …]
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | MSVSNew.py | 25 "folder": "{2150E333-8FDC-42A3-9474-1A3956D46DE8}", 76 """Folder in a Visual Studio project or solution.""" 79 """Initializes the folder. 82 path: Full path to the folder. 83 name: Name of the folder. 84 entries: List of folder entries to nest inside this folder. May contain 85 Folder or Project objects. May be None, if the folder is empty. 86 guid: GUID to use for folder, if not None. 87 items: List of solution items to include in the folder project. May be 88 None, if the folder does not directly contain items. [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | MSVSNew.py | 25 "folder": "{2150E333-8FDC-42A3-9474-1A3956D46DE8}", 76 """Folder in a Visual Studio project or solution.""" 79 """Initializes the folder. 82 path: Full path to the folder. 83 name: Name of the folder. 84 entries: List of folder entries to nest inside this folder. May contain 85 Folder or Project objects. May be None, if the folder is empty. 86 guid: GUID to use for folder, if not None. 87 items: List of solution items to include in the folder project. May be 88 None, if the folder does not directly contain items. [all …]
|
| /third_party/lame/vc_solution/ |
| D | README.vs2019.txt | 9 There are two solution files in the "lame/vc_solution" folder that can be 34 platforms. The output folder also has separate folders for the two platforms. 52 Extract the zip archive in any folder. Open the file 65 Install the Win32 installer into any folder, or (if available) extract 66 pre-release versions (e.g. libsndfile-1.0.29pre1-w32.zip) into any folder. 73 - `LibsndfilePath` specifies the path to the root folder of libsndfile, ending 74 the path with a backslash. The folder should contain the `include`, `lib` 100 - `Mpg123Path` specifies the path to the root folder of mpg123, ending 101 the path with a backslash. The folder should contain the `mpg123.h` and 120 Extract the zip archive in any folder. Open the file [all …]
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 50 export interface Folder { interface 61 export type FileOrFolderOrSymLink = File | Folder | SymLink; 303 /** Skip inode check on file or folder create*/ 510 // Add updated folder with new folder name 524 const folder = this.fs.get(path) as FsFolder; constant 525 Debug.assert(!!folder); 527 // Only remove the folder 528 this.removeFileOrFolder(folder, /*isRenaming*/ true); 530 // Add updated folder with new folder name 540 // Invoke watches for files in the folder as deleted (from old path) [all …]
|
| /third_party/openssl/test/recipes/ |
| D | 25-test_eai_data.t | 27 my $folder = "test/recipes/25-test_eai_data"; 29 my $ascii_pem = srctop_file($folder, "ascii_leaf.pem"); 30 my $utf8_pem = srctop_file($folder, "utf8_leaf.pem"); 31 my $kdc_pem = srctop_file($folder, "kdc-cert.pem"); 33 my $ascii_chain_pem = srctop_file($folder, "ascii_chain.pem"); 34 my $utf8_chain_pem = srctop_file($folder, "utf8_chain.pem"); 35 my $kdc_chain_pem = srctop_file($folder, "kdc-root-cert.pem"); 46 is(cmp_text($out, srctop_file($folder, "san.ascii")), 0, 'Comparing othername for ASCII domain'); 50 is(cmp_text($out, srctop_file($folder, "san.utf8")), 0, 'Comparing othername for IDN domain');
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ICUBinary.java | 109 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() argument 110 // Find the first data item name that starts with the folder name. in addBaseNamesInFolder() 111 int index = binarySearch(bytes, folder); in addBaseNamesInFolder() 113 index = ~index; // Normal: Otherwise the folder itself is the name of a data item. in addBaseNamesInFolder() 119 while (index < count && addBaseName(bytes, index, folder, suffix, sb, names)) { in addBaseNamesInFolder() 172 String folder, String suffix, StringBuilder sb, Set<String> names) { 176 if (folder.length() != 0) { 177 // Test name.startsWith(folder + '/'). 178 for (int i = 0; i < folder.length(); ++i, ++offset) { 179 if (bytes.get(offset) != folder.charAt(i)) { [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | ICUBinary.java | 105 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() argument 106 // Find the first data item name that starts with the folder name. in addBaseNamesInFolder() 107 int index = binarySearch(bytes, folder); in addBaseNamesInFolder() 109 index = ~index; // Normal: Otherwise the folder itself is the name of a data item. in addBaseNamesInFolder() 115 while (index < count && addBaseName(bytes, index, folder, suffix, sb, names)) { in addBaseNamesInFolder() 168 String folder, String suffix, StringBuilder sb, Set<String> names) { 172 if (folder.length() != 0) { 173 // Test name.startsWith(folder + '/'). 174 for (int i = 0; i < folder.length(); ++i, ++offset) { 175 if (bytes.get(offset) != folder.charAt(i)) { [all …]
|
| /third_party/node/deps/cares/ |
| D | README.msvc | 20 Change to c-ares source folder where Makefile.msvc file is located and run: 26 Once the above command has finished a new folder named MSVCXX will exist 27 below the folder where makefile.msvc is found. The name of the folder 30 Below the MSVCXX folder there will exist four folders named 'cares', 31 'ahost', and 'adig'. The 'cares' folder is the one that 38 and lib-debug, which hang from the 'cares' folder mentioned above. Each 64 to c-ares source folder where Makefile.msvc file is located.
|
| /third_party/lzma/DOC/ |
| D | installer.txt | 26 Such module extracts archive to temp folder and then runs specified program and removes 54 folder, where files were extracted 71 2. The temporary folder, where files were extracted. 127 1) It creates "7zNNNNNNNN" temp folder in system temp folder. 128 2) It extracts .7z archive to that folder 129 3) It executes one file from "7zNNNNNNNN" temp folder. 130 4) It removes "7zNNNNNNNN" temp folder 136 1) Files in root folder have higher priority than files in subfolders.
|