Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPageInfo.php25 public $resultsPerPage; variable in Google\\Service\\YouTube\\PageInfo
34 public function setResultsPerPage($resultsPerPage) argument
36 $this->resultsPerPage = $resultsPerPage;
43 return $this->resultsPerPage;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php69 public function search($start, $resultsPerPage = 10) argument
71 $this->_resultsPerPage = $resultsPerPage;
82 $this->_sphinx->SetLimits($start, $resultsPerPage + 100, 1000);
/plugin/sphinxsearch/
H A DSphinxSearch.php70 public function search($start, $resultsPerPage = 10) argument
72 $this->_resultsPerPage = $resultsPerPage;
81 $this->_sphinx->SetLimits($start, $resultsPerPage+100, 1000);
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2995 public $resultsPerPage; variable in Google_PageInfo
2997 public function setResultsPerPage( $resultsPerPage) { argument
2998 $this->resultsPerPage = $resultsPerPage;
3001 return $this->resultsPerPage;