Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/third_party/node/deps/npm/node_modules/npm-pick-manifest/
DCHANGELOG.md6 ## [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 …]
DREADME.md1pick-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/boost/boost/xpressive/detail/utility/
Dliterals.hpp46 static BOOST_CONSTEXPR char const *pick(char const *cstr, wchar_t const *) in pick() function
51 static BOOST_CONSTEXPR char pick(char ch, wchar_t) in pick() function
60 static BOOST_CONSTEXPR wchar_t const *pick(char const *, wchar_t const *cstr) in pick() function
65 static BOOST_CONSTEXPR wchar_t pick(char, wchar_t ch) in pick() function
74 # define BOOST_XPR_CSTR_(Char, st) boost::xpressive::detail::string_literal<Char>::pick(st, L##st)
79 # define BOOST_XPR_CSTR_(Char, st) boost::xpressive::detail::string_literal<Char>::pick(st, L##st)
/third_party/boost/libs/hana/example/misc/
Dnth.cpp26 struct pick { struct
34 template <char ...c> constexpr pick<c...> operator"" _st() { return {}; } in operator ""_st() argument
35 template <char ...c> constexpr pick<c...> operator"" _nd() { return {}; } in operator ""_nd()
36 template <char ...c> constexpr pick<c...> operator"" _rd() { return {}; } in operator ""_rd()
37 template <char ...c> constexpr pick<c...> operator"" _th() { return {}; } in operator ""_th()
/third_party/typescript/tests/baselines/reference/
DkeyofIsLiteralContexualType.symbols21 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))
DkeyofIsLiteralContexualType.types25 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>
DkeyofIsLiteralContexualType.js11 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"]);
DmappedTypes2.js28 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>;
DkeyofIsLiteralContexualType.errors.txt19 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"]);
DmappedTypes2.types62 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>
/third_party/mesa3d/docs/relnotes/
D18.2.6.rst71 - 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
D9.1.6.rst85 - 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
D17.0.1.rst87 - 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
D13.0.5.rst95 - 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
D17.1.1.rst45 - 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/boost/boost/unordered/detail/
Dset.hpp27 typedef boost::unordered::detail::pick_node<A, value_type> pick; typedef
28 typedef typename pick::node node;
29 typedef typename pick::bucket bucket;
30 typedef typename pick::link_pointer link_pointer;
Dmap.hpp28 typedef boost::unordered::detail::pick_node<A, value_type> pick; typedef
29 typedef typename pick::node node;
30 typedef typename pick::bucket bucket;
31 typedef typename pick::link_pointer link_pointer;
/third_party/boost/boost/hana/
Dintersperse.hpp49 pick(Xs&&, Z&& z, hana::false_ /* odd index */) in pick() function
54 pick(Xs&& xs, Z&&, hana::true_ /* even index */) in pick() function
61 pick<i>(static_cast<Xs&&>(xs), static_cast<Z&&>(z), in intersperse_helper()
/third_party/boost/libs/hana/include/boost/hana/
Dintersperse.hpp49 pick(Xs&&, Z&& z, hana::false_ /* odd index */) in pick() function
54 pick(Xs&& xs, Z&&, hana::true_ /* even index */) in pick() function
61 pick<i>(static_cast<Xs&&>(xs), static_cast<Z&&>(z), in intersperse_helper()
/third_party/typescript/tests/cases/compiler/
DkeyofIsLiteralContexualType.ts10 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/skia/third_party/externals/brotli/research/
Ddurchschlag.cc108 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/boost/tools/quickbook/test/
Danchor-1_1.quickbook8 [heading This heading shouldn't pick up the previous anchor]
12 [heading This heading should pick up the previous anchor]
Danchor-1_6.quickbook10 [heading This heading shouldn't pick up the previous anchor]
14 [heading This heading should pick up the previous anchor]
Danchor-1_7.quickbook10 [heading This heading shouldn't pick up the previous anchor]
14 [heading This heading should pick up the previous anchor]
/third_party/node/deps/npm/node_modules/nopt/
DREADME.md32 , "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 }

12345678910>>...22