Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 25 of 107) sorted by relevance

12345

/webtrees/app/Module/
H A DSiteMapModule.php305 * @param int $limit
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);
353 * @param int $limit
[all …]
H A DModuleMapGeoLocationTrait.php96 'limit' => 50,
/webtrees/app/Services/
H A DSearchService.php109 * @param int $limit
113 …public function searchFamilyNames(array $trees, array $search, int $offset = 0, int $limit = PHP_I… argument
140 …is->paginateQuery($query, $this->familyRowMapper(), GedcomRecord::accessFilter(), $offset, $limit);
192 * @param int $limit
196 …public function searchIndividualNames(array $trees, array $search, int $offset = 0, int $limit = P… argument
210 …paginateQuery($query, $this->individualRowMapper(), GedcomRecord::accessFilter(), $offset, $limit);
241 * @param int $limit
245 …public function searchLocations(array $trees, array $search, int $offset = 0, int $limit = PHP_INT… argument
253 …->paginateQuery($query, $this->locationRowMapper(), GedcomRecord::accessFilter(), $offset, $limit);
262 * @param int $limit
[all …]
H A DRateLimitService.php55 * @param string $limit name of limit to enforce
59 public function limitRateForSite(int $num, int $seconds, string $limit): void argument
61 $history = Site::getPreference($limit);
65 Site::setPreference($limit, $history);
75 * @param string $limit name of limit to enforce
79 … public function limitRateForUser(UserInterface $user, int $num, int $seconds, string $limit): void argument
81 $history = $user->getPreference($limit);
85 $user->setPreference($limit, $history);
H A DTimeoutService.php70 * @param float $limit
74 public function isTimeLimitUp(float $limit = self::TIME_LIMIT): bool argument
78 return $now > $this->start_time + $limit;
H A DDatatablesService.php168 $query->skip($start)->limit($length);
/webtrees/app/Http/RequestHandlers/
H A DAbstractTomSelectHandler.php53 $limit = self::RESULTS_PER_PAGE + 1;
57 $results = $this->search($tree, $query, $offset, $limit, $at ? '@' : '');
80 * @param int $limit
85 …abstract protected function search(Tree $tree, string $query, int $offset, int $limit, string $at)… argument
H A DTomSelectPlace.php48 * @param int $limit
53 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
56 ->searchPlaces($tree, $query, $offset, $limit)
H A DTomSelectLocation.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchLocations([$tree], $search, $offset, $limit);
H A DTomSelectFamily.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchFamilyNames([$tree], $search, $offset, $limit);
H A DTomSelectRepository.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchRepositories([$tree], $search, $offset, $limit);
H A DTomSelectSource.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 … $results = $this->search_service->searchSourcesByName([$tree], $search, $offset, $limit);
H A DTomSelectNote.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchNotes([$tree], $search, $offset, $limit);
H A DTomSelectIndividual.php53 * @param int $limit
58 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
67 … $results = $this->search_service->searchIndividualNames([$tree], $search, $offset, $limit);
H A DTomSelectSubmission.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchSubmissions([$tree], $search, $offset, $limit);
H A DTomSelectMediaObject.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchMedia([$tree], $search, $offset, $limit);
H A DTomSelectSubmitter.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchSubmitters([$tree], $search, $offset, $limit);
H A DTomSelectSharedNote.php54 * @param int $limit
59 …protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collect… argument
68 $results = $this->search_service->searchSharedNotes([$tree], $search, $offset, $limit);
/webtrees/resources/views/modules/user_blog/
H A Dlist.phtml24 <?php if ($n === $limit && count($articles) > $limit) : ?>
56 <?php if (count($articles) > $limit) : ?>
/webtrees/resources/views/modules/gedcom_news/
H A Dlist.phtml24 <?php if ($n === $limit && count($articles) > $limit) : ?>
56 <?php if (count($articles) > $limit) : ?>
/webtrees/app/
H A DRelationship.php206 $limit = min(intdiv(count($nodes), 2), count($patterns));
208 for ($generations = 0; $generations < $limit; ++$generations) {
H A DNote.php100 …$this->addName(static::RECORD_TYPE, Str::limit($first_line, 100, I18N::translate('…')), $this->ged…
/webtrees/app/Statistics/Google/
H A DChartFamilyLargest.php66 ->limit($total);
/webtrees/app/Statistics/Repository/
H A DEventRepository.php231 ->limit(1)
H A DFamilyDatesRepository.php85 ->limit(1)

12345