Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php62 private $publicationCount; variable in GTPublicationsFile
107 $publicationCount = GTUtil::readInt($this->content, self::PUBLICATION_COUNT_POS);
112 … if ($publicKeyBlockBegin != $publicationBlockBegin + ($publicationCellSize * $publicationCount)) {
135 $this->publicationCount = $publicationCount;
222 …tent, $this->publicationBlockBegin + ($this->publicationCellSize * ($this->publicationCount - 1)));
237 $high = $this->publicationCount - 1;
281 return $this->publicationCount;
294 for ($i = 0; $i < $this->publicationCount; $i++) {