Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 107) sorted by relevance

12345

/webtrees/app/
H A DAge.php48 $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 DSession.php61 public static function start(ServerRequestInterface $request): void function in Fisharebest\\Webtrees\\Session
/webtrees/app/Http/RequestHandlers/
H A DDataFixUpdateAll.php83 $start = Validator::queryParams($request)->string('start', '');
86 if ($start === '' || $end === '') {
125 $start = $chunk->first()->xref;
130 'start' => $start,
H A DSetupWizard.php428 Session::start($request);
/webtrees/app/Services/
H A DDatatablesService.php54 $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 DRelationshipService.php293 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 DLifespansChartModule.php166 $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 DSlideShowModule.php89 $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 Dvendor.min.css6start;transition:opacity .1s ease-in-out,transform .1s ease-in-out}[dir=ltr] .form-floating>label{…
11start>:not(:last-child){margin-right:1em}[dir=ltr] div.dt-container div.dt-layout-end>:not(:first-…
H A Dminimal.min.css1 …solute;top:20px;white-space:nowrap}[dir] #childbox{padding:5px;text-align:start}[dir=ltr] #childbo…
H A Dfab.min.css1 …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 Ddefault.js20 …-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 DEncodingFactory.php76 foreach ($utf16 as $start => $encoding) {
77 if (str_starts_with($header, $start)) {
/webtrees/
H A DREADME.md116 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 DCONTRIBUTING.md21 ## How to start
23 You can start contributing by
H A DLICENSE.md633 to attach them to the start of each source file to most effectively
/webtrees/resources/views/modules/random_media/
H A Dconfig.phtml51 …art', 'options' => [I18N::translate('no'), I18N::translate('yes')], 'selected' => (int) $start]) ?>
/webtrees/app/Http/Middleware/
H A DUseSession.php61 Session::start($request);
/webtrees/public/ckeditor-4.15.1-custom/plugins/liststyle/dialogs/
H A Dliststyle.js7 …essKey:"I",elements:[{type:"hbox",widths:["25%","75%"],children:[{label:b.start,type:"text",id:"st…
/webtrees/resources/css/
H A Dadministration.css78 text-align: start;
H A Dminimal.css626 text-align: start;
H A Dfab.css554 text-align: start;
H A Dwebtrees.css749 text-align: start;
H A Dclouds.css795 text-align: start;
H A Dxenea.css742 text-align: start;

12345