Home
last modified time | relevance | path

Searched refs:nopt (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/npm/node_modules/nopt/
DCHANGELOG.md5 * [`fb9b1ce`](https://github.com/npm/nopt/commit/fb9b1ce57b3c69b4f7819015be87719204f77ef6)
15 * [`651d447`](https://github.com/npm/nopt/commit/651d4473946096d341a480bbe56793de3fc706aa)
21 * [`3370ce8`](https://github.com/npm/nopt/commit/3370ce87a7618ba228883861db84ddbcdff252a9)
23 * [`356e58e`](https://github.com/npm/nopt/commit/356e58e3b3b431a4b1af7fd7bdee44c2c0526a09)
26 * [`0d95e90`](https://github.com/npm/nopt/commit/0d95e90515844f266015b56d2c80b94e5d14a07e)
29 * [`07c69d3`](https://github.com/npm/nopt/commit/07c69d38b5186450941fbb505550becb78a0e925)
31 * [`39b6e5c`](https://github.com/npm/nopt/commit/39b6e5c65ac47f60cd43a1fbeece5cd4c834c254)
33 * [`934943d`](https://github.com/npm/nopt/commit/934943dffecb55123a2b15959fe2a359319a5dbd)
39 * [`326ffff`](https://github.com/npm/nopt/commit/326ffff7f78a00bcd316adecf69075f8a8093619)
42 * [`c89d31a`](https://github.com/npm/nopt/commit/c89d31a49d14f2238bc6672db08da697bbc57f1b)
[all …]
DREADME.md24 var nopt = require("nopt")
46 , parsed = nopt(knownOpts, shortHands, process.argv, 2)
91 Read the tests at the bottom of `lib/nopt.js` for more examples of
96 The following types are supported, and defined on `nopt.typeDefs`
131 To define a new type, add it to `nopt.typeDefs`. Each item in that
139 You can also call `nopt.clean(data, types, typeDefs)` to clean up a
144 By default, nopt outputs a warning to standard error when invalid values for
146 to `nopt.invalidHandler`. This method will be called with
147 the offending `nopt.invalidHandler(key, val, types)`.
149 If no `nopt.invalidHandler` is assigned, then it will console.error
[all …]
/third_party/node/deps/npm/lib/config/
Ddefaults.js8 var nopt = require('nopt') variable
40 nopt.typeDefs.semver = { type: semver, validate: validateSemver }
41 nopt.typeDefs.Stream = { type: Stream, validate: validateStream }
42 nopt.typeDefs.Umask = { type: Umask, validate: validateUmask }
44 nopt.invalidHandler = function (k, val, type) {
Dcore.js8 var nopt = require('nopt') variable
425 nopt.clean(conf, configDefs.types)
428 nopt.clean(cl.root, configDefs.types)
/third_party/node/deps/npm/node_modules/nopt/bin/
Dnopt.js2 var nopt = require("../lib/nopt") variable
29 , parsed = nopt( types
/third_party/node/deps/npm/node_modules/columnify/
DReadme.md283 name: "nopt@2.2.1",
285 "node_modules/tap/node_modules/nopt"
299 nopt@2.2.1 node_modules/tap/node_modules/nopt
314 nopt@2.2.1 node_modules/tap/node_modules/nopt
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dnode-gyp.js4 const nopt = require('nopt') constant
107 this.opts = nopt(this.configDefs, this.shorthands, argv)
/third_party/node/deps/npm/bin/
Dnpm-cli.js36 var nopt = require('nopt')
47 var conf = nopt(types, shorthands)
/third_party/node/deps/npm/lib/
Dcompletion.js10 var nopt = require('nopt') variable
122 nopt(configTypes, shorthands, partialWords.slice(0, -1), 0)
/third_party/node/deps/npm/node_modules/nopt/lib/
Dnopt.js13 module.exports = exports = nopt
26 function nopt (types, shorthands, args, slice) { function
/third_party/node/deps/npm/node_modules/umask/
DREADME.md63 This is a validation function of the form expected by `nopt`. If
/third_party/node/tools/doc/
Dgenerate.mjs41 // Don't use nopt or whatever for this. It's simple enough.
/third_party/node/deps/npm/node_modules/registry-auth-token/
Dyarn.lock846 nopt "3.x"
1035 nopt@3.x:
1037 …resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28…
/third_party/mesa3d/docs/
Dshading.rst32 Example: export MESA_GLSL=dump,nopt
/third_party/node/deps/npm/node_modules/uri-js/
Dyarn.lock1384 nopt "^4.0.1"
1393 nopt@^4.0.1:
1395 …resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd644…
/third_party/node/deps/npm/node_modules/psl/
Dyarn.lock2963 nopt "^4.0.1"
2978 nopt "^4.0.1"
3039 nopt@^4.0.1:
3041 …resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd644…
/third_party/node/deps/npm/node_modules/dashdash/
DREADME.md546 - `nopt` really is just for "tools like npm". Implicit opts (e.g. '--no-foo'
/third_party/spirv-tools/test/opt/
Daggressive_dead_code_elim_test.cpp7714 …spv-target-env=vulkan1.2 -fspv-debug=vulkan-with-source -fcgl -Fo foo2.frag.nopt.spv -Qembed_debug" in TEST_F()
/third_party/node/deps/npm/changelogs/
DCHANGELOG-4.md870 `nopt@4.0.1`:
873 [CHANGELOG.md for nopt](https://github.com/npm/nopt/blob/v4.0.1/CHANGELOG.md) for further
DCHANGELOG-1.md263 [#5591](https://github.com/npm/npm/issues/5591) bump nopt and npmconf
DCHANGELOG-2.md1551 [npm/nopt#51](https://github.com/npm/nopt/pull/51) `nopt@3.0.6`: Allow
1905 `nopt@3.0.4`: Minor clarifications to docs about how array and errors work.
2605 `nopt@3.0.3` ([@isaacs](https://github.com/isaacs))
2974 …* [`e5d237f`](https://github.com/npm/npm/commit/e5d237fc0f436dd2a89437ebf8a9632a2e35ccbe) `nopt@3.…
DCHANGELOG-3.md3136 [npm/nopt#51](https://github.com/npm/nopt/pull/51) `nopt@3.0.6`
4216 `nopt@3.0.4`
/third_party/node/deps/npm/
DCHANGELOG.md180 * [`e6d208317`](https://github.com/npm/cli/commit/e6d20831740a84aea766da2a2913cf82a4d56ada) `nopt@4…
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst4394 - llvmpipe: correct the debug information printed with GALLIVM_PERF=nopt
D22.0.0.rst4253 - virgl/ci: Set GALLIVM_PERF=nopt,no_quad_lod

12