Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/util/
H A DGTUtil.php235 public static function decodeTime($time, $timezone = null) { function in GTUtil
/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);
919 protected function decodeTime(string $format, string $regex, array $matchMap, $length): array
879 protected function decodeTime(string $format, string $regex, array $matchMap, $length) : array global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php509 $current['content'] = self::decodeTime(substr($content, $content_pos), $tag);
758 $decoded['content'] = self::decodeTime($decoded['content'], $decoded['type']);
1276 private static function decodeTime($content, $tag) function in phpseclib3\\File\\ASN1
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php289 …$this->properties[self::REQUEST_TIME] = GTUtil::formatTime(GTUtil::decodeTime($tstInfo->getGenTime…