Lines Matching refs:offset
306 * @param int $offset
310 private function sitemapRecords(Tree $tree, string $type, int $limit, int $offset): Collection argument
314 $records = $this->sitemapFamilies($tree, $limit, $offset);
318 $records = $this->sitemapIndividuals($tree, $limit, $offset);
322 $records = $this->sitemapMedia($tree, $limit, $offset);
326 $records = $this->sitemapNotes($tree, $limit, $offset);
330 $records = $this->sitemapRepositories($tree, $limit, $offset);
334 $records = $this->sitemapSources($tree, $limit, $offset);
338 $records = $this->sitemapSubmitters($tree, $limit, $offset);
354 * @param int $offset
358 private function sitemapFamilies(Tree $tree, int $limit, int $offset): Collection argument
363 ->skip($offset)
372 * @param int $offset
376 private function sitemapIndividuals(Tree $tree, int $limit, int $offset): Collection argument
381 ->skip($offset)
390 * @param int $offset
394 private function sitemapMedia(Tree $tree, int $limit, int $offset): Collection argument
399 ->skip($offset)
408 * @param int $offset
412 private function sitemapNotes(Tree $tree, int $limit, int $offset): Collection argument
418 ->skip($offset)
427 * @param int $offset
431 private function sitemapRepositories(Tree $tree, int $limit, int $offset): Collection argument
437 ->skip($offset)
446 * @param int $offset
450 private function sitemapSources(Tree $tree, int $limit, int $offset): Collection argument
455 ->skip($offset)
464 * @param int $offset
468 private function sitemapSubmitters(Tree $tree, int $limit, int $offset): Collection argument
474 ->skip($offset)