Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeannotation.php60 public $pageIds; variable in Google\\Service\\Books\\Volumeannotation
207 public function setPageIds($pageIds) argument
209 $this->pageIds = $pageIds;
216 return $this->pageIds;
H A DAnnotation.php68 public $pageIds; variable in Google\\Service\\Books\\Annotation
257 public function setPageIds($pageIds) argument
259 $this->pageIds = $pageIds;
266 return $this->pageIds;
/plugin/spatialhelper/helper/
H A Dindex.php131 $pageIds = [];
135 $pageIds [] = $id;
142 $pageIds = $this->spatial_idx [$geohash];
143 $pageIds [] = $id;
163 $pageIds = $this->spatial_idx[$geohash];
164 $pageIds [] = $id;
168 $this->spatial_idx [$geohash] = $pageIds;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php180 $pageIds = $this->getPagesIds();
183 foreach ($pageIds as $page) {
/plugin/sphinxsearch/
H A DSphinxSearch.php179 $pageIds = $this->getPagesIds();
182 foreach ($pageIds as $page) {
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1026 public $pageIds; variable in Google_Annotation
1097 public function setPageIds(/* array(Google_string) */ $pageIds) { argument
1098 $this->assertIsArray($pageIds, 'Google_string', __METHOD__);
1099 $this->pageIds = $pageIds;
1102 return $this->pageIds;
3296 public $pageIds; variable in Google_Volumeannotation
3355 public function setPageIds(/* array(Google_string) */ $pageIds) { argument
3356 $this->assertIsArray($pageIds, 'Google_string', __METHOD__);
3357 $this->pageIds = $pageIds;
3360 return $this->pageIds;