Lines Matching refs:negative
83 const negative = /^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/;
234 next.match(negative)) &&
258 else if (arg.match(/^-.\..+/) && !arg.match(negative)) {
274 else if (arg.match(/^-[^-]+/) && !arg.match(negative)) {
331 next.match(negative)) &&
348 arg.match(negative) &&
439 … if (!args[ii].match(/^-[^0-9]/) || args[ii].match(negative) || isUnknownOptionAsArg(args[ii]))
469 …(isUndefined(argAfterEqualSign) && /^-/.test(next) && !negative.test(next) && !isUnknownOptionAsAr…
487 if (/^-/.test(next) && !negative.test(next) && !isUnknownOptionAsArg(next))
874 if (arg.match(negative) || !arg.match(/^-[^-]+/)) {
901 if (arg.match(negative)) {