Searched refs:shouldStripQuotes (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | yargs-parser.js | 503 function setArg(key, val, shouldStripQuotes = inputIsString) { argument 510 const value = processValue(key, val, shouldStripQuotes); 561 function processValue(key, val, shouldStripQuotes) { argument 563 if (shouldStripQuotes) {
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 533 function setArg(key, val, shouldStripQuotes = inputIsString) { 540 const value = processValue(key, val, shouldStripQuotes); 584 function processValue(key, val, shouldStripQuotes) { 585 if (shouldStripQuotes) {
|