Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php53 const TIME_SIZE = 8; define in GTPublicationsFile
533 $hashAlgorithm = GTHashAlgorithm::getByGtid($this->content[$offset + self::TIME_SIZE]);
535 … $bytes = array_slice($this->content, $offset, self::TIME_SIZE + 1 + $hashAlgorithm->getLength());
550 $offset += self::TIME_SIZE;