Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 97) sorted by relevance

1234

/webtrees/app/Factories/
H A DXrefFactory.php70 DB::table('individuals')->where('i_id', '=', $xref)->exists() ||
71 DB::table('families')->where('f_id', '=', $xref)->exists() ||
72 DB::table('sources')->where('s_id', '=', $xref)->exists() ||
73 DB::table('media')->where('m_id', '=', $xref)->exists() ||
74 DB::table('other')->where('o_id', '=', $xref)->exists() ||
75 DB::table('change')->where('xref', '=', $xref)->exists();
/webtrees/app/Http/RequestHandlers/
H A DMapDataImportAction.php168 $exists = $location->exists();
171 if ($options === 'update' && !$exists) {
176 if ($options === 'add' && $exists) {
180 if (!$exists) {
H A DSearchGeneralPage.php96 ->exists();
101 ->exists();
106 ->exists();
110 ->exists();
H A DTreePage.php64 ->exists();
H A DUserPage.php63 ->exists();
H A DMapDataSave.php81 if (!$exists_query->exists()) {
H A DUpgradeWizardStep.php190 $changes = DB::table('change')->where('status', '=', 'pending')->exists();
/webtrees/app/Services/
H A DHomePageService.php193 ->exists();
243 ->exists();
/webtrees/app/Module/
H A DSourceListModule.php113 ->exists();
H A DRepositoryListModule.php115 ->exists();
H A DLocationListModule.php102 ->exists();
H A DNoteListModule.php112 ->exists();
H A DSubmitterListModule.php125 ->exists();
H A DReviewChangesModule.php110 ->exists();
H A DMediaListModule.php136 ->exists();
H A DPlaceHierarchyListModule.php137 ->exists();
/webtrees/app/
H A DPlaceLocation.php114 public function exists(): bool function in Fisharebest\\Webtrees\\PlaceLocation
H A DTree.php346 ->exists();
/webtrees/resources/views/admin/
H A Dtrees.phtml69 …edcom_chunk')->where('gedcom_id', '=', $managed_tree->id())->where('imported', '=', 0)->exists() ?>
/webtrees/
H A DREADME.md150 file **data/offline.txt**. While this file exists, visitors will see a
/webtrees/resources/lang/en-GB/
H A Dmessages.po5430 msgid "Duplicate email address. A user with that email already exists."
5431 msgstr "Duplicate e-mail address. A user with that e-mail already exists."
5437 msgid "Duplicate username. A user with that username already exists. Please choose another username…
5438 msgstr "Duplicate username. A user with that username already exists. Please choose another usernam…
11502 msgid "Preferences exist for the module “%s”, but this module no longer exists."
11503 msgstr "Preferences exist for the module ‘%s’, but this module no longer exists."
14294 msgid "The family tree “%s” already exists."
14295 msgstr "The family tree ‘%s’ already exists."
14332 msgid "The file %s already exists. Use another filename."
14333 msgstr "The file %s already exists. Use another filename."
[all …]
/webtrees/resources/lang/en-AU/
H A Dmessages.po5430 msgid "Duplicate email address. A user with that email already exists."
5431 msgstr "Duplicate e-mail address. A user with that e-mail already exists."
5437 msgid "Duplicate username. A user with that username already exists. Please choose another username…
5438 msgstr "Duplicate username. A user with that username already exists. Please choose another usernam…
11502 msgid "Preferences exist for the module “%s”, but this module no longer exists."
11503 msgstr "Preferences exist for the module ‘%s’, but this module no longer exists."
14294 msgid "The family tree “%s” already exists."
14295 msgstr "The family tree ‘%s’ already exists."
14332 msgid "The file %s already exists. Use another filename."
14333 msgstr "The file %s already exists. Use another filename."
[all …]
/webtrees/resources/lang/ku/
H A Dmessages.po5429 msgid "Duplicate email address. A user with that email already exists."
5430 msgstr "Duplicate email address. A user with that email already exists."
5436 msgid "Duplicate username. A user with that username already exists. Please choose another username…
5437 msgstr "Duplicate username. A user with that username already exists. Please choose another usernam…
11501 msgid "Preferences exist for the module “%s”, but this module no longer exists."
11502 msgstr "Preferences exist for the module “%s”, but this module no longer exists."
14293 msgid "The family tree “%s” already exists."
14294 msgstr "The family tree “%s” already exists."
14331 msgid "The file %s already exists. Use another filename."
14332 msgstr "The file %s already exists. Use another filename."
[all …]
/webtrees/resources/lang/ka/
H A Dmessages.po5417 msgid "Duplicate email address. A user with that email already exists."
5424 msgid "Duplicate username. A user with that username already exists. Please choose another username…
11490 msgid "Preferences exist for the module “%s”, but this module no longer exists."
14287 msgid "The family tree “%s” already exists."
14325 msgid "The file %s already exists. Use another filename."
15519 …f the most common given names, %s is a number. Note that a separate translation exists when %s is 1
15526 …t of the most common surnames, %s is a number. Note that a separate translation exists when %s is 1
21714 #~ msgid "No map data exists for this individual"
22128 #~ msgid "This media file exists, but cannot be accessed."
/webtrees/resources/lang/uk/
H A Dmessages.po5448 msgid "Duplicate email address. A user with that email already exists."
5455 msgid "Duplicate username. A user with that username already exists. Please choose another username…
11522 msgid "Preferences exist for the module “%s”, but this module no longer exists."
14314 msgid "The family tree “%s” already exists."
14352 msgid "The file %s already exists. Use another filename."
15551 …f the most common given names, %s is a number. Note that a separate translation exists when %s is 1
15560 …t of the most common surnames, %s is a number. Note that a separate translation exists when %s is 1
22102 #~ msgid "No map data exists for this individual"
22798 #~ msgid "This media file exists, but cannot be accessed."

1234