Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 1 – 19 of 19) sorted by relevance

/webtrees/app/Elements/
H A DFamilyStatusText.php24 use function array_key_exists; alias
55 if (array_key_exists($upper, $this->values())) {
H A DRoleInEvent.php24 use function array_key_exists; alias
54 if (array_key_exists($upper, $this->values())) {
H A DAbstractElement.php28 use function array_key_exists; alias
159 if (!array_key_exists($value, $values)) {
/webtrees/app/
H A DContainer.php28 use function array_key_exists; alias
48 return array_key_exists($id, $this->container);
H A DView.php28 use function array_key_exists; alias
247 while (!$explicit && array_key_exists($view_name, self::$replacements)) {
H A DFact.php29 use function array_key_exists; alias
660 if (!array_key_exists($atag, $factsort)) {
664 if (!array_key_exists($btag, $factsort)) {
H A DTree.php28 use function array_key_exists; alias
303 if (!array_key_exists($user->id(), $this->user_preferences)) {
H A DIndividual.php29 use function array_key_exists; alias
174 if (array_key_exists($n, $cache)) {
/webtrees/app/Http/RequestHandlers/
H A DEditRecordPage.php31 use function array_key_exists; alias
82 'has_chan' => array_key_exists('CHAN', $subtags),
H A DSearchAdvancedPage.php36 use function array_key_exists; alias
206 ->reject(fn (string $field): bool => array_key_exists($field, $fields))
H A DCheckTree.php61 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 Dlocations.phtml103 <?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 DPlaceRepository.php33 use function array_key_exists; alias
233 if (array_key_exists($country, $country_names)) {
H A DIndividualRepository.php50 use function array_key_exists; alias
135 if (array_key_exists($given, $nameList)) {
/webtrees/app/Module/
H A DPedigreeMapModule.php39 use function array_key_exists; alias
249 if (array_key_exists($sosa_child, $sosa_points)) {
H A DStatisticsChartModule.php32 use function array_key_exists; alias
876 if (!array_key_exists($z, $z_axis)) {
904 if (!array_key_exists($value, $axis)) {
H A DAbstractIndividualListModule.php42 use function array_key_exists; alias
176 if ($surname !== '' && !array_key_exists($surname, $all_surns)) {
/webtrees/app/Services/
H A DRelationshipService.php32 use function array_key_exists; alias
2193 if (array_key_exists($path, $relationshipsCache)) {
/webtrees/
H A Dphpstan-baseline.neon664 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\.$#'