Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php61 private $publicationCellSize; variable in GTPublicationsFile
106 $publicationCellSize = GTUtil::readShort($this->content, self::PUBLICATION_CELL_SIZE_POS);
112 … if ($publicKeyBlockBegin != $publicationBlockBegin + ($publicationCellSize * $publicationCount)) {
134 $this->publicationCellSize = $publicationCellSize;
222 …l::readLong($this->content, $this->publicationBlockBegin + ($this->publicationCellSize * ($this->p…
242 $offset = $this->publicationBlockBegin + ($index * $this->publicationCellSize);
296 $offset += $this->publicationCellSize;