/third_party/node/deps/npm/node_modules/nopt/lib/ |
D | nopt.js | 26 function nopt (types, shorthands, args, slice) { argument 29 shorthands = shorthands || {} 32 debug(types, shorthands, args, slice) 43 parse(args, data, argv.remain, types, shorthands) 242 function parse (args, data, remain, types, shorthands) { argument 247 , shortAbbr = abbrev(Object.keys(shorthands)) 272 var shRes = resolveShort(arg, shorthands, shortAbbr, abbrevs) 384 function resolveShort (arg, shorthands, shortAbbr, abbrevs) { argument 396 if (shorthands[arg]) { 398 if (shorthands[arg] && !Array.isArray(shorthands[arg])) [all …]
|
/third_party/node/deps/npm/lib/config/ |
D | cmd-list.js | 2 var shorthands = { variable 132 module.exports.aliases = Object.assign({}, shorthands, affordances) 133 module.exports.shorthands = shorthands
|
D | defaults.js | 404 exports.shorthands = {
|
/third_party/skia/infra/bots/task_drivers/fm_driver/ |
D | fm_driver.go | 149 shorthands := map[string][]string{ 156 for k, v := range shorthands { 157 shorthands[k+"s"] = v 380 if vals, ok := shorthands[token]; ok { 439 gms := shorthands["gms"] 440 imgs := shorthands["imgs"] 441 svgs := shorthands["svgs"] 442 skps := shorthands["skps"] 443 tests := shorthands["tests"]
|
/third_party/node/deps/npm/node_modules/nopt/bin/ |
D | nopt.js | 17 , shorthands = { s: [ "--str", "astring" ] variable 30 , shorthands 53 console.log(shorthands)
|
/third_party/node/deps/npm/lib/ |
D | completion.js | 9 var shorthands = configDefs.shorthands variable 13 var shorthandNames = Object.keys(shorthands) 122 nopt(configTypes, shorthands, partialWords.slice(0, -1), 0) 242 return no || configTypes[conf] === Boolean || shorthands[conf]
|
D | help.js | 17 var shorthands = require('./config/cmd-list').shorthands variable 18 var commands = cmdList.concat(Object.keys(shorthands))
|
/third_party/node/deps/npm/bin/ |
D | npm-cli.js | 34 var shorthands = configDefs.shorthands 47 var conf = nopt(types, shorthands)
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | node-gyp.js | 85 proto.shorthands = { 107 this.opts = nopt(this.configDefs, this.shorthands, argv)
|
/third_party/node/deps/npm/node_modules/abbrev/ |
D | README.md | 23 …s is handy for command-line scripts, or other cases where you want to be able to accept shorthands.
|
/third_party/ffmpeg/doc/ |
D | lexicon | 1 Common abbreviations/shorthands we use that don't need a comment
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
D | hb_test_tools.py | 394 shorthands = { variable in Unicode 420 if s in Unicode.shorthands: 421 s = Unicode.shorthands[s]
|
/third_party/harfbuzz/test/shaping/ |
D | hb_test_tools.py | 394 shorthands = { variable in Unicode 420 if s in Unicode.shorthands: 421 s = Unicode.shorthands[s]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/ |
D | hb_test_tools.py | 477 shorthands = { variable in Unicode 503 if s in Unicode.shorthands: 504 s = Unicode.shorthands[s]
|
/third_party/node/deps/npm/node_modules/nopt/ |
D | README.md | 43 // knownOpts and shorthands default to {} 175 If multiple one-character shorthands are all combined, and the 201 * `cooked`: The args after flags and shorthands are expanded.
|
/third_party/libxml2/os400/ |
D | README400 | 141 To shorten statements using these functions, shorthands are defined: 148 These shorthands may be disabled by defining XML_NO_SHORT_NAMES before
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | text_formatter.dart | 55 /// shorthands via [TextInputFormatter.withFunction];
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertVertex.comp | 134 // Define shorthands for more readable formulas:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertVertex.comp | 137 // Define shorthands for more readable formulas:
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | text_span.dart | 181 /// This is useful for replacing abbreviations or shorthands with the full
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | text.dart | 390 /// This is useful for replacing abbreviations or shorthands with the full
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | config.md | 64 The following shorthands are parsed on the command-line: 101 If multiple single-character shorthands are strung together, and the
|
/third_party/python/Doc/tutorial/ |
D | classes.rst | 25 *virtual*. As in Modula-3, there are no shorthands for referencing the object's
|
/third_party/boost/libs/log/doc/ |
D | changelog.qbk | 294 …G_STREAM_CHANNEL` and `BOOST_LOG_STREAM_CHANNEL_SEV` (as well as their shorthands `BOOST_LOG_CHANN…
|
/third_party/node/deps/npm/node_modules/yargs/ |
D | CHANGELOG.md | 547 * add conflicts and implies shorthands. ([#753](https://github.com/yargs/yargs/issues/753)) ([bd147…
|