Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ExclusionRule.php29 public $matchingType; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2ExclusionRule
64 public function setMatchingType($matchingType) argument
66 $this->matchingType = $matchingType;
73 return $this->matchingType;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php209 $matchingType = null;
220 $matchingType = $child;
233 if ($matchingType !== null && !$matchingType instanceof OctetStringType) {
240 $matchingType = ($matchingType !== null) ? $matchingType->getValue() : null;
245 $matchingType,