Searched refs:PHP_INT_MAX (Results 1 – 8 of 8) sorted by relevance
/webtrees/app/Services/ |
H A D | SearchService.php | 61 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 D | MediaFileService.php | 59 use const PHP_INT_MAX; alias 119 return PHP_INT_MAX;
|
H A D | GedcomEditService.php | 57 use const PHP_INT_MAX; alias 283 $max = PHP_INT_MAX;
|
/webtrees/app/Module/ |
H A D | FixWtObjeSortTag.php | 32 use const PHP_INT_MAX; alias 144 $sort1 = $sort1 === false ? PHP_INT_MAX : $sort1; 145 $sort2 = $sort2 === false ? PHP_INT_MAX : $sort2;
|
H A D | LifespansChartModule.php | 60 use const PHP_INT_MAX; alias 315 }, PHP_INT_MAX);
|
H A D | StatisticsChartModule.php | 818 $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 D | fact-gedcom-fields.phtml | 31 $private_level = PHP_INT_MAX; 49 $private_level = PHP_INT_MAX;
|
/webtrees/app/ |
H A D | GedcomRecord.php | 60 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;
|