Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php28 protected const MATCHING_RULE = '/^([a-zA-Z0-9\.]+)?(\:dn)?(\:([a-zA-Z0-9\.]+))?$/';
314 if (preg_match(self::MATCHING_RULE, $attribute, $matches) === 0) {
27 protected const MATCHING_RULE = '/^([a-zA-Z0-9\.]+)?(\:dn)?(\:([a-zA-Z0-9\.]+))?$/'; global() define in FreeDSx\\Ldap\\Search\\FilterParser