Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 91) sorted by relevance

1234

/webtrees/app/Schema/
H A DMigration0.php45 $table->primary('setting_name');
53 $table->primary(['gedcom_id', 'setting_name']);
74 $table->primary(['user_id', 'setting_name']);
88 $table->primary(['user_id', 'gedcom_id', 'setting_name'], $key);
166 $table->primary(['i_id', 'i_file']);
178 $table->primary(['f_id', 'f_file']);
201 $table->primary(['pl_p_id', 'pl_gid', 'pl_file']);
240 $table->primary(['m_file', 'm_id']);
251 $table->primary(['gedcom_id', 'record_type']);
262 $table->primary(['o_id', 'o_file']);
[all …]
/webtrees/app/Module/
H A DFixPrimaryTag.php134 $primary = strtoupper($fact->value()) !== 'N';
137 $this->updateMediaLinks($individual, $record->xref(), $primary);
147 * @param bool $primary
149 private function updateMediaLinks(Individual $individual, string $xref, bool $primary): void argument
163 } elseif ($primary) {
/webtrees/resources/css/
H A Dcolors.css54 /* fit primary and secondary menus on mobile devices */
80 * | +---wt-primary-navigation
98 .wt-header-wrapper, .btn-primary {
104 .btn-primary,
105 .btn-primary:focus {
109 .btn-primary:hover {
129 .wt-primary-navigation {
403 .btn-primary.focus, .btn-primary:focus {
H A Dminimal.css71 * | +---wt-primary-navigation
143 .wt-primary-navigation {
H A Dfab.css73 * | +---wt-primary-navigation
153 .wt-primary-navigation {
H A Dwebtrees.css71 * | +---wt-primary-navigation
160 .wt-primary-navigation {
H A Dclouds.css75 * | +---wt-primary-navigation
168 .wt-primary-navigation {
H A Dxenea.css71 * | +---wt-primary-navigation
162 .wt-primary-navigation {
/webtrees/app/Services/
H A DGedcomImportService.php759 $primary = $match[1] ?? '';
802 if ($primary !== '') {
803 $gedcom .= "\n1 _PRIM " . $primary;
/webtrees/public/css/
H A Dvendor.min.css6primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107…
H A Dcolors.min.css1primary-navigation{flex:1 0 auto;order:3}.wt-genealogy-menu{display:flex;flex-wrap:wrap}[dir] .wt-…
H A Dminimal.min.css1 …-user-menu .nav-link{padding:.5rem}.wt-primary-navigation{flex:0 1 100vw;max-width:100vw;order:4}[…
H A Dfab.min.css1 …r-menu .dropdown-toggle:after{display:none}.wt-primary-navigation{flex:0 0 100%;order:4}[dir] .wt-
H A Dwebtrees.min.css1 …dropdown-toggle:after{display:none}.wt-primary-navigation{flex:0 0 100vw;max-width:100vw;order:5}[…
H A Dxenea.min.css1 …dropdown-toggle:after{display:none}.wt-primary-navigation{flex:0 1 100vw;max-width:100vw;order:4}[…
H A Dclouds.min.css1 …r] .wt-user-menu .dropdown-item{padding-left:1rem;padding-right:1rem}.wt-primary-navigation{flex:1…
/webtrees/public/ckeditor-4.15.1-custom/
H A DLICENSE.md1376 Copyright Holder. This restriction only applies to the primary font name as
/webtrees/resources/lang/ku/
H A Dmessages.po19941 msgid "primary evidence"
19942 msgstr "primary evidence"
21216 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…
21217 #~ msgstr "Source citations can include fields to record the quality of the data (primary, secondar…
/webtrees/resources/lang/en-GB/
H A Dmessages.po19942 msgid "primary evidence"
19943 msgstr "primary evidence"
22512 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…
22513 #~ msgstr "Source citations can include fields to record the quality of the data (primary, secondar…
/webtrees/resources/lang/en-AU/
H A Dmessages.po19942 msgid "primary evidence"
19943 msgstr "primary evidence"
22506 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…
22507 #~ msgstr "Source citations can include fields to record the quality of the data (primary, secondar…
/webtrees/resources/lang/ko/
H A Dmessages.po19916 msgid "primary evidence"
21192 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…
/webtrees/resources/lang/hi/
H A Dmessages.po19946 msgid "primary evidence"
21500 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…
/webtrees/resources/lang/fa/
H A Dmessages.po19961 msgid "primary evidence"
21472 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…
/webtrees/resources/lang/kk/
H A Dmessages.po19941 msgid "primary evidence"
21891 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…
/webtrees/resources/lang/uk/
H A Dmessages.po19971 msgid "primary evidence"
22510 #~ msgid "Source citations can include fields to record the quality of the data (primary, secondary…

1234