Searched refs:totalPages (Results 1 – 9 of 9) sorted by relevance
32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1AnnotateFileResponse79 public function setTotalPages($totalPages) argument81 $this->totalPages = $totalPages;88 return $this->totalPages;
32 public $totalPages; variable in Google\\Service\\Vision\\AnnotateFileResponse79 public function setTotalPages($totalPages) argument81 $this->totalPages = $totalPages;88 return $this->totalPages;
32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1AnnotateFileResponse79 public function setTotalPages($totalPages) argument81 $this->totalPages = $totalPages;88 return $this->totalPages;
32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1AnnotateFileResponse79 public function setTotalPages($totalPages) argument81 $this->totalPages = $totalPages;88 return $this->totalPages;
32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1AnnotateFileResponse79 public function setTotalPages($totalPages) argument81 $this->totalPages = $totalPages;88 return $this->totalPages;
93 $totalPages = count($pagesWithoutTitle[self::PAGES_NAME]);102 self::TOTAL_PAGES_NAME => $totalPages,104 self::PAGES_SKIPPED_NAME => ($totalPages - self::MAX_PAGES)
10 {% if totalPages > 0 %}20 <span id="fl-legend-all">{{languageText['pagesWithoutTitle']}} ({{totalPages}}) </span>24 {% if totalPages > 0 %}45 {% if key < totalPages %}
48 private $totalPages = 0; variable in Elastica\\Scroll83 if ($this->currentPage < $this->totalPages) {175 …$this->totalPages = $resultSet->count() > 0 ? \ceil($resultSet->getTotalHits() / $resultSet->count…
83 $totalPages = $free[1] + $active[1] + $inactive[1] + $wired[1]; variable86 if ($totalPages > 0) {87 $stats['memory'] = ($usedPages / $totalPages) * 100;