Home
last modified time | relevance | path

Searched refs:toCheck (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dmiddleware.js34 const toCheck = [...(aliases[option] || []), option];
38 return !toCheck.includes(m.option);
Dusage.js431 let toCheck = null;
436 toCheck = [key].concat(aliases[key]);
437 if (!toCheck.some(k => groupedKeys.indexOf(k) !== -1)) {
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php263 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 DDigestMD5MessageFactory.php218 …$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/
Dyargs-parser.js852 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/
Dparser.js406 toCheck = [].concat(aliases[key] || [], key)
408 toCheck.forEach(function (key) {
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs841 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) {