/webtrees/app/ |
H A D | Age.php | 48 $start = $x->minimumDate(); 51 [$this->years, $this->months, $this->days] = $start->ageDifference($end); 53 $this->total_days = $end->minimumJulianDay() - $start->minimumJulianDay(); 56 if ($start->day() === 0 || $end->day() === 0) { 60 if ($start->month() === 0 || $end->month() === 0) { 65 $this->is_exact = $start->day() !== 0 && $end->day() !== 0;
|
H A D | Session.php | 61 public static function start(ServerRequestInterface $request): void function in Fisharebest\\Webtrees\\Session
|
/webtrees/app/Http/RequestHandlers/ |
H A D | DataFixUpdateAll.php | 83 $start = Validator::queryParams($request)->string('start', ''); 86 if ($start === '' || $end === '') { 125 $start = $chunk->first()->xref; 130 'start' => $start,
|
H A D | SetupWizard.php | 428 Session::start($request);
|
/webtrees/app/Services/ |
H A D | DatatablesService.php | 54 $start = Validator::queryParams($request)->integer('start', 0); 101 $data = $collection->slice($start, $length); 130 $start = Validator::queryParams($request)->integer('start', 0); 168 $query->skip($start)->limit($length);
|
H A D | RelationshipService.php | 293 for ($start = $count - $length; $start >= 0; $start--) { 295 $path_slice = array_slice($nodes, $start * 2, $length * 2 + 1); 296 $pattern_slice = array_slice($pattern, $start, $length); 300 $nodes_before = array_slice($nodes, 0, $start * 2 + 1); 301 $pattern_before = array_slice($pattern, 0, $start); 304 $nodes_after = array_slice($nodes, ($start + $length) * 2); 305 $pattern_after = array_slice($pattern, $start + $length);
|
/webtrees/app/Module/ |
H A D | LifespansChartModule.php | 166 $start = Validator::parsedBody($request)->string('start', ''); 170 $start_date = new Date($start); 340 * @param Date $start 346 protected function findIndividualsByDate(Date $start, Date $end, Tree $tree): array argument 356 ->where('d_julianday2', '>=', $start->minimumJulianDay())
|
H A D | SlideShowModule.php | 89 $start = Validator::queryParams($request)->boolean('start', $default_start); 171 'start_automatically' => $start, 279 $start = $this->getBlockSetting($block_id, 'start', '0'); 309 'start' => $start,
|
/webtrees/public/css/ |
H A D | vendor.min.css | 6 …start;transition:opacity .1s ease-in-out,transform .1s ease-in-out}[dir=ltr] .form-floating>label{… 11 …start>:not(:last-child){margin-right:1em}[dir=ltr] div.dt-container div.dt-layout-end>:not(:first-…
|
H A D | minimal.min.css | 1 …solute;top:20px;white-space:nowrap}[dir] #childbox{padding:5px;text-align:start}[dir=ltr] #childbo…
|
H A D | fab.min.css | 1 …solute;top:20px;white-space:nowrap}[dir] #childbox{padding:5px;text-align:start}[dir=ltr] #childbo…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastefromword/filter/ |
H A D | default.js | 20 …-roman":b.attributes.start=g.toArabic(g.getSubsectionSymbol(a[c]))-c;break;case "lower-alpha":case… 21 …e "decimal":b.attributes.start=parseInt(g.getSubsectionSymbol(a[c]),10)-c||1}"1"==b.attributes.sta… 28 …(f.attributes.value,10));null===c&&(c=void 0!==a.attributes.start?parseInt(a.attributes.start,10):… 29 …f);g.forEach(m,function(b){var d=b.attributes.type,h=parseInt(b.attributes.start,10)||1,m=c(f,b)+1;
|
/webtrees/app/Factories/ |
H A D | EncodingFactory.php | 76 foreach ($utf16 as $start => $encoding) { 77 if (str_starts_with($header, $start)) {
|
/webtrees/ |
H A D | README.md | 116 4. The **webtrees** setup wizard will start automatically. 120 If you have a GEDCOM file, you can import it into the tree. If not, just start 138 will receive notification when a new version is available and an option to start 192 necessary to delete your GEDCOM file or database from **webtrees** and start 207 It will start again when you return to the Family Tree management page.
|
H A D | CONTRIBUTING.md | 21 ## How to start 23 You can start contributing by
|
H A D | LICENSE.md | 633 to attach them to the start of each source file to most effectively
|
/webtrees/resources/views/modules/random_media/ |
H A D | config.phtml | 51 …art', 'options' => [I18N::translate('no'), I18N::translate('yes')], 'selected' => (int) $start]) ?>
|
/webtrees/app/Http/Middleware/ |
H A D | UseSession.php | 61 Session::start($request);
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 7 …essKey:"I",elements:[{type:"hbox",widths:["25%","75%"],children:[{label:b.start,type:"text",id:"st…
|
/webtrees/resources/css/ |
H A D | administration.css | 78 text-align: start;
|
H A D | minimal.css | 626 text-align: start;
|
H A D | fab.css | 554 text-align: start;
|
H A D | webtrees.css | 749 text-align: start;
|
H A D | clouds.css | 795 text-align: start;
|
H A D | xenea.css | 742 text-align: start;
|