Home
last modified time | relevance | path

Searched refs:isShortOptionAndValue (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/internal/util/parse_args/
H A Dutils.js137 * isShortOptionAndValue('-a', {}); // returns false
138 * isShortOptionAndValue('-ab', {}); // returns false
139 * isShortOptionAndValue('-fFILE', {
143 function isShortOptionAndValue(arg, options) { function
192 isShortOptionAndValue,
H A Dparse_args.js37 isShortOptionAndValue,
240 if (isShortOptionAndValue(arg, options)) {
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dutils.js137 * isShortOptionAndValue('-a', {}); // returns false
138 * isShortOptionAndValue('-ab', {}); // returns false
139 * isShortOptionAndValue('-fFILE', {
143 function isShortOptionAndValue(arg, options) { function
193 isShortOptionAndValue,
H A Dindex.js41 isShortOptionAndValue,
244 if (isShortOptionAndValue(arg, options)) {

Completed in 2 milliseconds