Searched refs:toCheck (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | middleware.js | 34 const toCheck = [...(aliases[option] || []), option]; 38 return !toCheck.includes(m.option);
|
| D | usage.js | 431 let toCheck = null; 436 toCheck = [key].concat(aliases[key]); 437 if (!toCheck.some(k => groupedKeys.indexOf(k) !== -1)) {
|
| /plugin/dwtimeline/syntax/ |
| H A D | dwtimeline.php | 263 public function checkValues($toCheck, $allowed, $standard) argument 265 if (in_array($toCheck, $allowed, true)) { 266 return $toCheck;
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
| H A D | DigestMD5MessageFactory.php | 218 …$toCheck = isset($options['cipher']) ? (array) $options['cipher'] : ['3des', 'des', 'rc4', 'rc4-56… 221 foreach ($toCheck as $selection) {
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | yargs-parser.js | 852 const toCheck = [].concat(flags.aliases[key] || [], key); 854 const setAlias = toCheck.find(key => keys.includes(key)); 859 const toCheck = [].concat(flagsKeys.map(k => flags[k])); 860 return toCheck.some(function (flag) { 865 const toCheck = [].concat(...patterns); 866 return toCheck.some(function (pattern) {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | parser.js | 406 toCheck = [].concat(aliases[key] || [], key) 408 toCheck.forEach(function (key) {
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 841 const toCheck = [].concat(flags.aliases[key] || [], key); 843 const setAlias = toCheck.find(key => keys.includes(key)); 848 const toCheck = [].concat(flagsKeys.map(k => flags[k])); 849 return toCheck.some(function (flag) { 854 const toCheck = [].concat(...patterns); 855 return toCheck.some(function (pattern) {
|