Searched refs:totalPages (Results 1 – 8 of 8) 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\\GoogleCloudVisionV1p3beta1AnnotateFileResponse79 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\\GoogleCloudVisionV1p4beta1AnnotateFileResponse79 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;
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;83 if ($this->currentPage < $this->totalPages) {175 $this->totalPages = $resultSet->count() > 0 ? \ceil($resultSet->getTotalHits() / $resultSet->count()) : 0;45 private $totalPages = 0; global() variable in Elastica\\Scroll