Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1AnnotateFileResponse.php32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1AnnotateFileResponse
79 public function setTotalPages($totalPages) argument
81 $this->totalPages = $totalPages;
88 return $this->totalPages;
H A DGoogleCloudVisionV1p3beta1AnnotateFileResponse.php32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1AnnotateFileResponse
79 public function setTotalPages($totalPages) argument
81 $this->totalPages = $totalPages;
88 return $this->totalPages;
H A DGoogleCloudVisionV1p1beta1AnnotateFileResponse.php32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1AnnotateFileResponse
79 public function setTotalPages($totalPages) argument
81 $this->totalPages = $totalPages;
88 return $this->totalPages;
H A DGoogleCloudVisionV1p4beta1AnnotateFileResponse.php32 public $totalPages; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1AnnotateFileResponse
79 public function setTotalPages($totalPages) argument
81 $this->totalPages = $totalPages;
88 return $this->totalPages;
H A DAnnotateFileResponse.php32 public $totalPages; variable in Google\\Service\\Vision\\AnnotateFileResponse
79 public function setTotalPages($totalPages) argument
81 $this->totalPages = $totalPages;
88 return $this->totalPages;
/plugin/findologicxmlexport/
H A Dadmin.php93 $totalPages = count($pagesWithoutTitle[self::PAGES_NAME]);
102 self::TOTAL_PAGES_NAME => $totalPages,
104 self::PAGES_SKIPPED_NAME => ($totalPages - self::MAX_PAGES)
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig10 {% if totalPages > 0 %}
20 <span id="fl-legend-all">{{languageText['pagesWithoutTitle']}} ({{totalPages}}) </span>
24 {% if totalPages > 0 %}
45 {% if key < totalPages %}
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php48 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