/third_party/node/deps/npm/node_modules/npm-pick-manifest/ |
D | CHANGELOG.md | 6 ## [3.0.2](https://github.com/npm/npm-pick-manifest/compare/v3.0.1...v3.0.2) (2019-08-30) 11 ## [3.0.1](https://github.com/npm/npm-pick-manifest/compare/v3.0.0...v3.0.1) (2019-08-28) 16 … ([003286e](https://github.com/npm/npm-pick-manifest/commit/003286e)), closes [#2](https://github.… 21 # [3.0.0](https://github.com/npm/npm-pick-manifest/compare/v2.2.3...v3.0.0) (2019-08-20) 26 … ([ad2a962](https://github.com/npm/npm-pick-manifest/commit/ad2a962)), closes [#1](https://github.… 34 PR-URL: https://github.com/npm/npm-pick-manifest/pull/1 40 ## [2.2.3](https://github.com/npm/npm-pick-manifest/compare/v2.2.2...v2.2.3) (2018-10-31) 45 * **enjoyBy:** rework semantics for enjoyBy again ([5e89b62](https://github.com/npm/npm-pick-manife… 50 ## [2.2.2](https://github.com/npm/npm-pick-manifest/compare/v2.2.1...v2.2.2) (2018-10-31) 55 * **enjoyBy:** rework semantics for enjoyBy ([5684f45](https://github.com/npm/npm-pick-manifest/com… [all …]
|
D | README.md | 1 …pick-manifest [![npm version](https://img.shields.io/npm/v/npm-pick-manifest.svg)](https://npm.im/… 3 [`npm-pick-manifest`](https://github.com/npm/npm-pick-manifest) is a standalone 8 `$ npm install --save npm-pick-manifest` 16 * [`pickManifest()`](#pick-manifest) 21 const pickManifest = require('npm-pick-manifest') 23 fetch('https://registry.npmjs.org/npm-pick-manifest').then(res => { 27 }) // get same manifest as npm would get if you `npm i npm-pick-manifest@^1.0.0` 37 The npm-pick-manifest team enthusiastically welcomes contributions and project participation! 45 #### <a name="pick-manifest"></a> `> pickManifest(packument, selector, [opts]) -> manifest` 51 `npm-pick-manifest` included):
|
/third_party/typescript/tests/baselines/reference/ |
D | keyofIsLiteralContexualType.symbols | 21 declare function pick<T, K extends keyof T>(obj: T, propNames: K[]): Pick<T, K>; 22 >pick : Symbol(pick, Decl(keyofIsLiteralContexualType.ts, 5, 1)) 34 let x = pick({ a: 10, b: 20, c: 30 }, ["a", "c"]); 36 >pick : Symbol(pick, Decl(keyofIsLiteralContexualType.ts, 5, 1))
|
D | keyofIsLiteralContexualType.types | 25 declare function pick<T, K extends keyof T>(obj: T, propNames: K[]): Pick<T, K>; 26 >pick : <T, K extends keyof T>(obj: T, propNames: K[]) => Pick<T, K> 30 let x = pick({ a: 10, b: 20, c: 30 }, ["a", "c"]); 32 >pick({ a: 10, b: 20, c: 30 }, ["a", "c"]) : Pick<{ a: number; b: number; c: number; }, "a" | "c"> 33 >pick : <T, K extends keyof T>(obj: T, propNames: K[]) => Pick<T, K>
|
D | keyofIsLiteralContexualType.js | 11 declare function pick<T, K extends keyof T>(obj: T, propNames: K[]): Pick<T, K>; 13 let x = pick({ a: 10, b: 20, c: 30 }, ["a", "c"]); 22 var x = pick({ a: 10, b: 20, c: 30 }, ["a", "c"]);
|
D | mappedTypes2.js | 28 declare function pick<T, K extends keyof T>(obj: T, ...keys: K[]): Pick<T, K>; 76 const x = pick(shape, "name", "location"); // { name: string, location: Point } 122 var x = pick(shape, "name", "location"); // { name: string, location: Point } 154 declare function pick<T, K extends keyof T>(obj: T, ...keys: K[]): Pick<T, K>;
|
D | mappedTypes2.types | 62 declare function pick<T, K extends keyof T>(obj: T, ...keys: K[]): Pick<T, K>; 63 >pick : <T, K extends keyof T>(obj: T, ...keys: K[]) => Pick<T, K> 187 const x = pick(shape, "name", "location"); // { name: string, location: Point } 189 >pick(shape, "name", "location") : Pick<Shape, "name" | "location"> 190 >pick : <T, K extends keyof T>(obj: T, ...keys: K[]) => Pick<T, K>
|
D | keyofIsLiteralContexualType.errors.txt | 19 declare function pick<T, K extends keyof T>(obj: T, propNames: K[]): Pick<T, K>; 21 let x = pick({ a: 10, b: 20, c: 30 }, ["a", "c"]);
|
D | mappedTypes2.symbols | 115 declare function pick<T, K extends keyof T>(obj: T, ...keys: K[]): Pick<T, K>; 116 >pick : Symbol(pick, Decl(mappedTypes2.ts, 25, 48)) 278 const x = pick(shape, "name", "location"); // { name: string, location: Point } 280 >pick : Symbol(pick, Decl(mappedTypes2.ts, 25, 48))
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.2.6.rst | 71 - bin/get-pick-list.sh: simplify git oneline printing 72 - bin/get-pick-list.sh: prefix output with "[stable] " 73 - bin/get-pick-list.sh: handle "typod" usecase. 74 - bin/get-pick-list.sh: handle the fixes tag 75 - bin/get-pick-list.sh: tweak the commit sha matching pattern 76 - bin/get-pick-list.sh: flesh out is_sha_nomination 77 - bin/get-pick-list.sh: handle fixes tag with missing colon 78 - bin/get-pick-list.sh: handle unofficial "broken by" tag 79 - bin/get-pick-list.sh: use test instead of [ ] 80 - bin/get-pick-list.sh: handle reverts prior to the branchpoint
|
D | 22.0.1.rst | 77 - pick/ui: Fix mypy issue 78 - pick/core: drop the main_sha field 79 - pick/core: Add proper type annotation for update_commits callback 80 - pick/core: Add a method for updating commits 81 - pick/core: Add a MANUAL_RESOLUTION resolution 82 - pick/ui: correctly handle MANUAL_RESOLUTION
|
D | 9.1.6.rst | 85 - cherry-ignore: Drop 13 patches from the pick list 86 - get-pick-list.sh: Include commits mentionining "CC: mesa-stable..." 87 in pick list 88 - get-pick-list: Allow for non-whitespace between "CC:" and 90 - get-pick-list: Ignore commits which CC mesa-stable unless they say
|
D | 17.0.1.rst | 87 - bin/get-extra-pick-list: use git merge-base to get the branchpoint 88 - bin/get-extra-pick-list: rework to use already_picked list 89 - bin/get-typod-pick-list.sh: limit \`git grep ...' to only as needed 90 - bin/get-pick-list.sh: limit \`git grep ...' only as needed 91 - bin/get-pick-list.sh: remove ancient way of nominating patches 92 - bin/get-fixes-pick-list.sh: add new script
|
D | 13.0.5.rst | 95 - bin/get-extra-pick-list: use git merge-base to get the branchpoint 96 - bin/get-extra-pick-list: rework to use already_picked list 97 - bin/get-typod-pick-list.sh: limit \`git grep ...' to only as needed 98 - bin/get-pick-list.sh: limit \`git grep ...' only as needed 99 - bin/get-pick-list.sh: remove ancient way of nominating patches 100 - bin/get-fixes-pick-list.sh: add new script
|
D | 17.1.1.rst | 45 - bin/get-fixes-pick-list.sh: don't warn if more than one, go over them 46 - bin/get-fixes-pick-list.sh: bring back the warning 98 - bin/get-{extra,fixes}-pick-list.sh: add support for ignore list 99 - bin/get-{extra,fixes}-pick-list.sh: improve output
|
/third_party/skia/third_party/externals/brotli/research/ |
D | durchschlag.cc | 108 MetaSlot& pick = slots[slice]; in buildCandidatesList() local 109 if (pick.mark == 0) { in buildCandidatesList() 110 score += pick.score; in buildCandidatesList() 112 pick.mark++; in buildCandidatesList() 130 MetaSlot& pick = slots[slice]; in buildCandidatesList() local 131 if (pick.mark == 0) { in buildCandidatesList() 132 score += pick.score; in buildCandidatesList() 134 pick.mark++; in buildCandidatesList() 197 MetaSlot& pick = slots[shortcut[i + span - 1]]; in rebuildCandidatesList() local 198 if (pick.mark == 0) { in rebuildCandidatesList() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | keyofIsLiteralContexualType.ts | 10 declare function pick<T, K extends keyof T>(obj: T, propNames: K[]): Pick<T, K>; function 12 let x = pick({ a: 10, b: 20, c: 30 }, ["a", "c"]);
|
/third_party/node/deps/npm/node_modules/nopt/ |
D | README.md | 32 , "pick" : Boolean 39 , "p" : ["--pick"] 60 { foo: "blerp", flag: true, pick: true } 63 { foo: "Mr. Foo", flag: true, pick: true } 69 { blatzk: true, flag: true, pick: true } 72 { blatzk: 1000, flag: true, pick: true } 75 { blatzk: false, flag: true, pick: true }
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ChoosingANGLEBranch.md | 56 entirely in the Gerrit UI. Click the "Cherry pick" button and enter 62 2. `git cherry-pick [commit_hash]` 66 Have the cherry-pick reviewed, and then land it. It's also OK to skip 70 There is one final step to pick up the ANGLE change into a Chromium Beta or
|
/third_party/node/doc/guides/ |
D | backporting-to-release-lines.md | 13 If a cherry-pick from master does not land cleanly on a staging branch, the 54 4. After creating the branch, apply the changes to the branch. The cherry-pick 60 $ git cherry-pick $SHA # Use your commit hash 69 `git cherry-pick --continue`.
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypes2.ts | 30 declare function pick<T, K extends keyof T>(obj: T, ...keys: K[]): Pick<T, K>; 78 const x = pick(shape, "name", "location"); // { name: string, location: Point }
|
/third_party/ltp/doc/ |
D | c-test-tutorial-simple.txt | 293 mess that up then it may be possible to cherry pick 'dangling' commits out of 869 pick 5ca627b78 tutorial: Add a step-by-step C test tutorial 870 pick 5d93b84d8 Add statx and other syscall numbers 871 pick 6f8c16438 statx: stage 3 (Add statx01) 872 pick 98f5bc7ac statx: stage 4 873 pick 76e03d714 statx: stage 5a 874 pick bfeef7902 statx: stage 5b 875 pick 09dd2c829 statx: stage 6 876 pick 568a3f7be fixup! tutorial 877 pick 1e24a5fb5 fixup! tutorial [all …]
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxStatelessFunctionComponentOverload6.tsx | 53 const b4 = <MainButton {...obj1} />; // any; just pick the first overload 54 const b5 = <MainButton {...obj1} to="/to/somewhere" />; // should pick the second overload
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | ChoosingANGLEBranch.md | 56 entirely in the Gerrit UI. Click the "Cherry pick" button and enter 62 2. `git cherry-pick [commit_hash]` 66 Have the cherry-pick reviewed, and then land it. It's also OK to skip
|
/third_party/libbpf/scripts/ |
D | sync-kernel.sh | 142 if ! git cherry-pick ${new_commit} &>/dev/null; then 152 git cherry-pick --abort 158 if ! GIT_EDITOR=true git cherry-pick --continue &>/dev/null; then
|