Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtcTimeType.php35 public const REGEX_MAP = [
33 public const REGEX_MAP = [ global() define in FreeDSx\\Asn1\\Type\\UtcTimeType
H A DGeneralizedTimeType.php49 public const REGEX_MAP = [
47 public const REGEX_MAP = [ global() define in FreeDSx\\Asn1\\Type\\GeneralizedTimeType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php898 return $this->decodeTime('YmdH', GeneralizedTimeType::TIME_REGEX, GeneralizedTimeType::REGEX_MAP, $length);
908 return $this->decodeTime('ymdH', UtcTimeType::TIME_REGEX, UtcTimeType::REGEX_MAP, $length);