Home
last modified time | relevance | path

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

/plugin/dwtimeline/syntax/
H A Ddwtimeline.php151 public function checkValues($toCheck,$allowed,$standard) argument
153 if (in_array($toCheck, $allowed, true)) {
154 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', 'rc4-40', ];
221 foreach ($toCheck as $selection) {