Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DSearchService.php61 use const PHP_INT_MAX; alias
113 …archFamilyNames(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
196 …IndividualNames(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
245 …searchLocations(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
266 …ion searchMedia(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
286 …ion searchNotes(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
307 …archSharedNotes(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
328 …rchRepositories(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
349 …n searchSources(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
369 …chSourcesByName(array $trees, array $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
[all …]
H A DMediaFileService.php59 use const PHP_INT_MAX; alias
119 return PHP_INT_MAX;
H A DGedcomEditService.php57 use const PHP_INT_MAX; alias
283 $max = PHP_INT_MAX;
/webtrees/app/Module/
H A DFixWtObjeSortTag.php32 use const PHP_INT_MAX; alias
144 $sort1 = $sort1 === false ? PHP_INT_MAX : $sort1;
145 $sort2 = $sort2 === false ? PHP_INT_MAX : $sort2;
H A DLifespansChartModule.php60 use const PHP_INT_MAX; alias
315 }, PHP_INT_MAX);
H A DStatisticsChartModule.php818 $axis[PHP_INT_MAX] = I18N::digits($boundaries[count($boundaries) - 1]) . '–';
854 … $axis[PHP_INT_MAX] = I18N::translate('%s+', I18N::number($boundaries[count($boundaries) - 1]));
/webtrees/resources/views/
H A Dfact-gedcom-fields.phtml31 $private_level = PHP_INT_MAX;
49 $private_level = PHP_INT_MAX;
/webtrees/app/
H A DGedcomRecord.php60 use const PHP_INT_MAX; alias
654 $sort_x = array_search($x->tag(), $subtags, true) ?: PHP_INT_MAX;
655 $sort_y = array_search($y->tag(), $subtags, true) ?: PHP_INT_MAX;
679 $max = $max === 'M' ? PHP_INT_MAX : (int) $max;