/webtrees/app/Elements/ |
H A D | FamilyStatusText.php | 24 use function array_key_exists; alias 55 if (array_key_exists($upper, $this->values())) {
|
H A D | RoleInEvent.php | 24 use function array_key_exists; alias 54 if (array_key_exists($upper, $this->values())) {
|
H A D | AbstractElement.php | 28 use function array_key_exists; alias 159 if (!array_key_exists($value, $values)) {
|
/webtrees/app/ |
H A D | Container.php | 28 use function array_key_exists; alias 48 return array_key_exists($id, $this->container);
|
H A D | View.php | 28 use function array_key_exists; alias 247 while (!$explicit && array_key_exists($view_name, self::$replacements)) {
|
H A D | Fact.php | 29 use function array_key_exists; alias 660 if (!array_key_exists($atag, $factsort)) { 664 if (!array_key_exists($btag, $factsort)) {
|
H A D | Tree.php | 28 use function array_key_exists; alias 303 if (!array_key_exists($user->id(), $this->user_preferences)) {
|
H A D | Individual.php | 29 use function array_key_exists; alias 174 if (array_key_exists($n, $cache)) {
|
/webtrees/app/Http/RequestHandlers/ |
H A D | EditRecordPage.php | 31 use function array_key_exists; alias 82 'has_chan' => array_key_exists('CHAN', $subtags),
|
H A D | SearchAdvancedPage.php | 36 use function array_key_exists; alias 206 ->reject(fn (string $field): bool => array_key_exists($field, $fields))
|
H A D | CheckTree.php | 61 use function array_key_exists; alias 302 …} elseif (str_starts_with($mime, 'image/') && !array_key_exists($mime, ImageFactory::SUPPORTED_FOR…
|
/webtrees/resources/views/admin/ |
H A D | locations.phtml | 103 <?php if ($list_module !== null && array_key_exists($place->key, $active)) : ?> 127 <?php if (!array_key_exists($place->key, $active)) : ?>
|
/webtrees/app/Statistics/Repository/ |
H A D | PlaceRepository.php | 33 use function array_key_exists; alias 233 if (array_key_exists($country, $country_names)) {
|
H A D | IndividualRepository.php | 50 use function array_key_exists; alias 135 if (array_key_exists($given, $nameList)) {
|
/webtrees/app/Module/ |
H A D | PedigreeMapModule.php | 39 use function array_key_exists; alias 249 if (array_key_exists($sosa_child, $sosa_points)) {
|
H A D | StatisticsChartModule.php | 32 use function array_key_exists; alias 876 if (!array_key_exists($z, $z_axis)) { 904 if (!array_key_exists($value, $axis)) {
|
H A D | AbstractIndividualListModule.php | 42 use function array_key_exists; alias 176 if ($surname !== '' && !array_key_exists($surname, $all_surns)) {
|
/webtrees/app/Services/ |
H A D | RelationshipService.php | 32 use function array_key_exists; alias 2193 if (array_key_exists($path, $relationshipsCache)) {
|
/webtrees/ |
H A D | phpstan-baseline.neon | 664 message: '#^Parameter \#2 \$array of function array_key_exists expects array, mixed given\.$#' 3586 message: '#^Parameter \#2 \$array of function array_key_exists expects array, mixed given\.$#' 8932 message: '#^Parameter \#2 \$array of function array_key_exists expects array, mixed given\.$#' 10642 … message: '#^Parameter \#1 \$key of function array_key_exists expects int\|string, mixed given\.$#'
|