Searched refs:bools (Results 1 – 7 of 7) sorted by relevance
/plugin/asciidocjs/node_modules/minimist/ |
D | index.js | 27 bools: {}, property 40 flags.bools[key] = true; 48 return flags.bools[x]; 77 || flags.bools[key] 108 if (o[lastKey] === undefined || flags.bools[lastKey] || typeof o[lastKey] === 'boolean') { 132 Object.keys(flags.bools).forEach(function (key) { 155 if (flags.bools[key]) { 168 && !flags.bools[key] 221 && !flags.bools[key]
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
D | parser.js | 12 var flags = { arrays: {}, bools: {}, strings: {}, counts: {}, normalize: {}, configs: {} } property 19 flags.bools[key] = true 56 Object.keys(flags.bools).forEach(function (key) { 111 && !checkAllAliases(key, flags.bools) 134 && !checkAllAliases(key, flags.bools) 200 && !checkAllAliases(key, flags.bools) 259 if (checkAllAliases(key, flags.bools) || checkAllAliases(key, flags.counts)) {
|
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
D | yargs-parser.js | 73 bools: Object.create(null), property 104 flags.bools[key] = true; 235 !checkAllAliases(key, flags.bools) && 264 !checkAllAliases(key, flags.bools) && 303 checkAllAliases(next, flags.bools) === false) { 332 !checkAllAliases(key, flags.bools) && 349 checkAllAliases(arg.slice(1), flags.bools)) { 465 if (checkAllAliases(key, flags.bools) && !(/^(true|false)$/.test(next))) { 567 if (checkAllAliases(key, flags.bools) || checkAllAliases(key, flags.counts)) { 590 …if (!checkAllAliases(key, flags.strings) && !checkAllAliases(key, flags.bools) && !Array.isArray(v… [all …]
|
/plugin/asciidocjs/node_modules/yargs-parser/build/ |
D | index.cjs | 161 bools: Object.create(null), 177 boolean: 'bools', 190 flags.bools[key] = true; 301 !checkAllAliases(key, flags.bools) && 328 !checkAllAliases(key, flags.bools) && 364 checkAllAliases(next, flags.bools) === false) { 390 !checkAllAliases(key, flags.bools) && 407 checkAllAliases(arg.slice(1), flags.bools)) { 501 if (checkAllAliases(key, flags.bools) && !(/^(true|false)$/.test(next))) { 588 if (checkAllAliases(key, flags.bools) || checkAllAliases(key, flags.counts)) { [all …]
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
D | index.js | 77 self.boolean = function (bools) { argument 78 options.boolean.push.apply(options.boolean, [].concat(bools))
|
D | CHANGELOG.md | 129 …8409a3a63dcaf99d917fe4dfcfaa1de236d) fixed bug with boolean parsing, when bools separated by = see… 322 …b.com/bcoe/yargs/commit/53f7bc626b9875f2abdfc5dd7a80bde7f14143a3) fix for bools doubling up, passe…
|
/plugin/mermaid/ |
D | mermaid.min.js | 1976 …bools:{enums:["yes","no"],multiple:!0},lineStyle:{enums:["solid","dotted","dashed"]},lineCap:{enum…
|