Searched refs:isShortOptionAndValue (Results 1 - 4 of 4) sorted by relevance
/third_party/node/lib/internal/util/parse_args/ |
H A D | utils.js | 137 * isShortOptionAndValue('-a', {}); // returns false 138 * isShortOptionAndValue('-ab', {}); // returns false 139 * isShortOptionAndValue('-fFILE', { 143 function isShortOptionAndValue(arg, options) { function 192 isShortOptionAndValue,
|
H A D | parse_args.js | 37 isShortOptionAndValue, 240 if (isShortOptionAndValue(arg, options)) {
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/ |
H A D | utils.js | 137 * isShortOptionAndValue('-a', {}); // returns false 138 * isShortOptionAndValue('-ab', {}); // returns false 139 * isShortOptionAndValue('-fFILE', { 143 function isShortOptionAndValue(arg, options) { function 193 isShortOptionAndValue,
|
H A D | index.js | 41 isShortOptionAndValue, 244 if (isShortOptionAndValue(arg, options)) {
|
Completed in 2 milliseconds