Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtcTimeType.php25 public const TIME_REGEX = '~^
23 public const TIME_REGEX = '~^ global() define in FreeDSx\\Asn1\\Type\\UtcTimeType
H A DGeneralizedTimeType.php36 public const TIME_REGEX = '~^
34 public const TIME_REGEX = '~^ 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);