/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | version.js.test.cjs | 19 "workspace-a", 20 "workspace-b" 23 "node_modules/workspace-a": { 24 "resolved": "workspace-a", 27 "node_modules/workspace-b": { 28 "resolved": "workspace-b", 31 "workspace-a": { 34 "workspace-b": { 53 "workspace-a", 54 "workspace-b" [all …]
|
D | dist-tag.js.test.cjs | 63 workspace-a: 66 workspace-b: 69 workspace-c: 74 exports[`test/lib/commands/dist-tag.js TAP workspaces no args, one failing workspace sets exitCode … 75 workspace-a: 78 workspace-b: 81 workspace-c: 84 workspace-d: 87 exports[`test/lib/commands/dist-tag.js TAP workspaces no args, one workspace > printed the expected… 88 workspace-a: [all …]
|
D | publish.js.test.cjs | 423 + workspace-a@1.2.3-a 424 + workspace-b@1.2.3-n 425 + workspace-n@1.2.3-n 428 …h.js TAP workspaces all workspaces - color > warns about skipped private workspace in color 1`] = ` 452 "repository.url" was normalized to "git+https://github.com/npm/workspace-b.git" 479 "Skipping workspace \\u001b[32mworkspace-p\\u001b[39m, marked as \\u001b[1mprivate\\u001b[22m", 485 + workspace-a@1.2.3-a 486 + workspace-b@1.2.3-n 487 + workspace-n@1.2.3-n 490 …publish.js TAP workspaces all workspaces - no color > warns about skipped private workspace 1`] = ` [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jcdctmgr.c | 33 DCTELEM *workspace); 36 FAST_FLOAT *workspace); 39 DCTELEM *workspace); 42 FAST_FLOAT *workspace); 61 DCTELEM *workspace; member 373 convsamp(JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM *workspace) in convsamp() argument 379 workspaceptr = workspace; in convsamp() 408 quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() argument 421 temp = workspace[i]; in quantize() 446 temp = workspace[i]; in quantize() [all …]
|
D | jdcoefct.c | 442 JCOEF *workspace; in decompress_smooth_data() local 452 workspace = coef->workspace; in decompress_smooth_data() 582 jcopy_block_row(buffer_ptr, (JBLOCKROW)workspace, (JDIMENSION)1); in decompress_smooth_data() 610 if ((Al = coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data() 627 workspace[1] = (JCOEF)pred; in decompress_smooth_data() 630 if ((Al = coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data() 647 workspace[8] = (JCOEF)pred; in decompress_smooth_data() 650 if ((Al = coef_bits[3]) != 0 && workspace[16] == 0) { in decompress_smooth_data() 665 workspace[16] = (JCOEF)pred; in decompress_smooth_data() 668 if ((Al = coef_bits[4]) != 0 && workspace[9] == 0) { in decompress_smooth_data() [all …]
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | workspaces.md | 20 single **workspace**, meaning it's a nested package within the current local 70 You may automate the required steps to define a new workspace using 82 ### Adding dependencies to a workspace 85 using the [`workspace` config](/using-npm/config#workspace). 100 dependency of your workspace **a**, you may use the workspace config to tell 102 workspace: 109 respect the provided `workspace` configuration. 113 …st-v14.x/docs/api/modules.html#modules_all_together) it's possible to consume any defined workspace 115 above, let's also create a Node.js script that will require the workspace `a` 132 **workspaces** to enable a portable workflow for requiring each **workspace** [all …]
|
/third_party/node/deps/npm/tap-snapshots/test/lib/ |
D | docs.js.test.cjs | 764 #### \`include-workspace-root\` 769 Include the workspace root when workspaces are enabled for a command. 771 When false, specifying individual workspaces via the \`workspace\` config, or 1648 * \`{workspaces}\` - Set to \`true\` if the \`workspaces\` or \`workspace\` options 1712 #### \`workspace\` 1721 Valid values for the \`workspace\` config are either: 1724 * Path to a workspace directory 1725 * Path to a parent workspace directory (will result in selecting all 1729 workspace which does not yet exist, to create the folder and set it up as a 1730 brand new workspace within the project. [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jquanti-neon.c | 46 DCTELEM *workspace) in jsimd_convsamp_neon() argument 74 vst1q_s16(workspace + 0 * DCTSIZE, row0); in jsimd_convsamp_neon() 75 vst1q_s16(workspace + 1 * DCTSIZE, row1); in jsimd_convsamp_neon() 76 vst1q_s16(workspace + 2 * DCTSIZE, row2); in jsimd_convsamp_neon() 77 vst1q_s16(workspace + 3 * DCTSIZE, row3); in jsimd_convsamp_neon() 78 vst1q_s16(workspace + 4 * DCTSIZE, row4); in jsimd_convsamp_neon() 79 vst1q_s16(workspace + 5 * DCTSIZE, row5); in jsimd_convsamp_neon() 80 vst1q_s16(workspace + 6 * DCTSIZE, row6); in jsimd_convsamp_neon() 81 vst1q_s16(workspace + 7 * DCTSIZE, row7); in jsimd_convsamp_neon() 95 DCTELEM *workspace) in jsimd_quantize_neon() argument [all …]
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-query.md | 46 // any workspace dep 47 .workspace 49 // all workspaces that depend on another workspace 50 .workspace > .workspace 53 .workspace:has(.peer) 157 #### `workspace` 166 Valid values for the `workspace` config are either: 169 * Path to a workspace directory 170 * Path to a parent workspace directory (will result in selecting all 174 workspace which does not yet exist, to create the folder and set it up as a [all …]
|
D | npm-repo.md | 46 #### `workspace` 55 Valid values for the `workspace` config are either: 58 * Path to a workspace directory 59 * Path to a parent workspace directory (will result in selecting all 63 workspace which does not yet exist, to create the folder and set it up as a 64 brand new workspace within the project. 82 _unless_ one or more workspaces are specified in the `workspace` config. 86 #### `include-workspace-root` 91 Include the workspace root when workspaces are enabled for a command. 93 When false, specifying individual workspaces via the `workspace` config, or
|
D | npm-docs.md | 48 #### `workspace` 57 Valid values for the `workspace` config are either: 60 * Path to a workspace directory 61 * Path to a parent workspace directory (will result in selecting all 65 workspace which does not yet exist, to create the folder and set it up as a 66 brand new workspace within the project. 84 _unless_ one or more workspaces are specified in the `workspace` config. 88 #### `include-workspace-root` 93 Include the workspace root when workspaces are enabled for a command. 95 When false, specifying individual workspaces via the `workspace` config, or
|
D | npm-bugs.md | 48 #### `workspace` 57 Valid values for the `workspace` config are either: 60 * Path to a workspace directory 61 * Path to a parent workspace directory (will result in selecting all 65 workspace which does not yet exist, to create the folder and set it up as a 66 brand new workspace within the project. 84 _unless_ one or more workspaces are specified in the `workspace` config. 88 #### `include-workspace-root` 93 Include the workspace root when workspaces are enabled for a command. 95 When false, specifying individual workspaces via the `workspace` config, or
|
D | npm-run-script.md | 80 You may use the [`workspace`](/using-npm/config#workspace) or 100 Assuming the workspace configuration is properly set up at the root level 119 It's also possible to run a script in a single workspace using the `workspace` 123 npm test --workspace=a 126 The `workspace` config can also be specified multiple times in order to run a 128 the `workspace` config in the command line, it also possible to use `-w` as a 140 #### `workspace` 149 Valid values for the `workspace` config are either: 152 * Path to a workspace directory 153 * Path to a parent workspace directory (will result in selecting all [all …]
|
D | npm-fund.md | 32 It's possible to filter the results to only include a single workspace 34 [`workspace` config](/using-npm/config#workspace) option. 39 workspace `a`: 55 specific workspace `a` in the same project: 107 #### `workspace` 116 Valid values for the `workspace` config are either: 119 * Path to a workspace directory 120 * Path to a parent workspace directory (will result in selecting all 124 workspace which does not yet exist, to create the folder and set it up as a 125 brand new workspace within the project.
|
D | npm-pack.md | 53 #### `workspace` 62 Valid values for the `workspace` config are either: 65 * Path to a workspace directory 66 * Path to a parent workspace directory (will result in selecting all 70 workspace which does not yet exist, to create the folder and set it up as a 71 brand new workspace within the project. 89 _unless_ one or more workspaces are specified in the `workspace` config. 93 #### `include-workspace-root` 98 Include the workspace root when workspaces are enabled for a command. 100 When false, specifying individual workspaces via the `workspace` config, or
|
D | npm-exec.md | 137 #### `workspace` 146 Valid values for the `workspace` config are either: 149 * Path to a workspace directory 150 * Path to a parent workspace directory (will result in selecting all 154 workspace which does not yet exist, to create the folder and set it up as a 155 brand new workspace within the project. 173 _unless_ one or more workspaces are specified in the `workspace` config. 177 #### `include-workspace-root` 182 Include the workspace root when workspaces are enabled for a command. 184 When false, specifying individual workspaces via the `workspace` config, or [all …]
|
D | npm-rebuild.md | 86 #### `workspace` 95 Valid values for the `workspace` config are either: 98 * Path to a workspace directory 99 * Path to a parent workspace directory (will result in selecting all 103 workspace which does not yet exist, to create the folder and set it up as a 104 brand new workspace within the project. 122 _unless_ one or more workspaces are specified in the `workspace` config. 126 #### `include-workspace-root` 131 Include the workspace root when workspaces are enabled for a command. 133 When false, specifying individual workspaces via the `workspace` config, or
|
D | npm-init.md | 97 It's possible to create a new workspace within your project by using the 98 `workspace` config option. When using `npm init -w <dir>` the cli will 101 sure that new generated **workspace** is properly set up as such. 110 You may generate a new workspace using the legacy init: 117 your top-level `package.json` to add the reference to this new workspace: 132 will make sure to create the new react app as a nested **workspace** within your 141 context of the newly created folder for that workspace, and that's the reason 228 #### `workspace` 237 Valid values for the `workspace` config are either: 240 * Path to a workspace directory [all …]
|
D | npm-uninstall.md | 89 #### `workspace` 98 Valid values for the `workspace` config are either: 101 * Path to a workspace directory 102 * Path to a parent workspace directory (will result in selecting all 106 workspace which does not yet exist, to create the folder and set it up as a 107 brand new workspace within the project. 125 _unless_ one or more workspaces are specified in the `workspace` config. 129 #### `include-workspace-root` 134 Include the workspace root when workspaces are enabled for a command. 136 When false, specifying individual workspaces via the `workspace` config, or
|
/third_party/typescript/tests/baselines/reference/ |
D | visibilityOfCrossModuleTypeUsage.symbols | 11 var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server); 13 >configuration.workspace.toAbsolutePath : Symbol(IWorkspace.toAbsolutePath, Decl(visibilityOfCrossM… 14 >configuration.workspace : Symbol(commands.IConfiguration.workspace, Decl(visibilityOfCrossModuleTy… 16 >workspace : Symbol(commands.IConfiguration.workspace, Decl(visibilityOfCrossModuleTypeUsage_comman… 34 workspace: server.IWorkspace; 35 >workspace : Symbol(IConfiguration.workspace, Decl(visibilityOfCrossModuleTypeUsage_commands.ts, 5,…
|
D | visibilityOfCrossModuleTypeUsage.types | 10 var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server); 12 >configuration.workspace.toAbsolutePath(configuration.server) : string 13 >configuration.workspace.toAbsolutePath : (server: import("tests/cases/compiler/visibilityOfCrossMo… 14 >configuration.workspace : import("tests/cases/compiler/visibilityOfCrossModuleTypeUsage_server").I… 16 >workspace : import("tests/cases/compiler/visibilityOfCrossModuleTypeUsage_server").IWorkspace 32 workspace: server.IWorkspace; 33 >workspace : server.IWorkspace
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jquantf-sse2.asm | 24 ; Load data into workspace, applying unsigned->signed conversion 28 ; FAST_FLOAT *workspace); 33 %define workspace ebp + 16 ; FAST_FLOAT *workspace 53 mov edi, POINTER [workspace] ; (DCTELEM *) 107 ; FAST_FLOAT *workspace); 112 %define workspace ebp + 16 ; FAST_FLOAT *workspace 126 mov esi, POINTER [workspace]
|
/third_party/rust/crates/clap/clap_bench/ |
D | Cargo.toml | 6 license.workspace = true 7 edition.workspace = true 8 rust-version.workspace = true 9 include.workspace = true
|
/third_party/node/deps/npm/test/lib/commands/ |
D | diff.js | 976 workspaces: ['workspace-a', 'workspace-b', 'workspace-c'], 978 'workspace-a': { 980 name: 'workspace-a', 984 'workspace-b': { 986 name: 'workspace-b', 990 'workspace-c': { 992 name: 'workspace-c', 1005 'workspace-a@2.0.0-a': {}, 1006 'workspace-b@2.0.0-b': {}, 1007 'workspace-c@2.0.0-c': {}, [all …]
|
/third_party/rust/crates/clap/clap_derive/ |
D | Cargo.toml | 14 license.workspace = true 15 edition.workspace = true 16 rust-version.workspace = true 17 include.workspace = true
|