Home
last modified time | relevance | path

Searched refs:result (Results 1 – 15 of 15) sorted by relevance

/webtrees/app/Report/
H A DRightToLeftSupport.php135 $result = '';
139 self::beginCurrentSpan($result);
166 self::breakCurrentSpan($result);
168 $result .= $element;
186 $result .= $entity;
202 $result .= self::$waitingText . $directive;
344 $result .= self::$waitingText;
351 self::finishCurrentSpan($result);
354 self::beginCurrentSpan($result);
358 $result .= self::$waitingText;
[all …]
/webtrees/tests/app/Services/
H A DSearchServiceTest.php37 $result = $search_service->searchFamilies([$tree], ['windsor']);
38 self::assertInstanceOf(Collection::class, $result);
40 $result = $search_service->searchFamilyNames([$tree], ['charles', 'diana']);
41 self::assertInstanceOf(Collection::class, $result);
43 $result = $search_service->searchIndividuals([$tree], ['windsor']);
44 self::assertInstanceOf(Collection::class, $result);
46 $result = $search_service->searchIndividualNames([$tree], ['windsor']);
47 self::assertInstanceOf(Collection::class, $result);
49 $result = $search_service->searchMedia([$tree], ['windsor']);
50 self::assertInstanceOf(Collection::class, $result);
[all …]
/webtrees/resources/views/modules/top10_pageviews/
H A Dlist.phtml13 <?php foreach ($results as $result) : ?>
15 <span class="badge bg-secondary"><?= I18N::number($result['count']) ?></span>
16 <a href="<?= e($result['record']->url()) ?>">
17 <?= $result['record']->fullName() ?>
/webtrees/tests/views/
H A DAbstractViewTest.php53 $result = [[]];
58 foreach ($result as $product) {
65 $result = $append;
68 return $result;
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php850 $result = $person->formatList();
852 $result = I18N::translate('This information is private and cannot be shown.');
857 $result = '<a href="' . e($person->url()) . '">' . $person->fullName() . '</a>';
864 $result = $this->calculateAge((int) $row->age);
866 $result = (string) floor($age / 365.25);
872 return $result;
1498 $result = $family->formatList();
1500 $result = I18N::translate('This information is private and cannot be shown.');
1505 $result = '<a href="' . e($family->url()) . '">' . $person->fullName() . '</a>';
1512 $result = $this->calculateAge((int) $row->age);
[all …]
H A DEventRepository.php252 $result = I18N::translate('This information is not available.');
258 $result = $record->formatList();
260 $result = I18N::translate('This information is private and cannot be shown.');
264 return $result;
H A DFamilyDatesRepository.php107 $result = I18N::translate('This information is not available.');
113 $result = $record->formatList();
115 $result = I18N::translate('This information is private and cannot be shown.');
119 return $result;
/webtrees/app/
H A DSoundex.php709 $result = []; // accumulate complete 6-digit D-M codes here
785 $result[] = substr($tempResult . '000000', 0, 6);
799 $result[] = substr($tempResult . '000000', 0, 6);
803 return $result;
/webtrees/app/Services/
H A DRelationshipService.php297 $result = $relationship->match($path_slice, $pattern_slice);
299 if ($result !== null) {
308 return array_merge($result_before, [$result], $result_after);
/webtrees/
H A DREADME.md222 The most likely result is an “access denied” message like this:
H A DLICENSE.md589 author or copyright holder as a result of your choosing to follow a
H A Dcomposer.lock1354 "illuminate/pagination": "Required to paginate the result set (^11.0).",
/webtrees/public/ckeditor-4.15.1-custom/
H A DLICENSE.md1046 Initial Developer or such Contributor as a result of warranty,
1069 the Initial Developer or such Contributor as a result of any such
H A DCHANGES.md646 …DITOR_dom_range.html#method-extractContents) method returns an incorrect result when multiple node…
983 ….ckeditor.com/ticket/13142): [Edge] Fixed: *Ctrl+A* and then *Backspace* result in an empty `<div>…
1194 * [#12503](https://dev.ckeditor.com/ticket/12503): [Blink/Webkit] Fixed: Incorrect result of Select…
1488 …ocs/ckeditor4/latest/api/CKEDITOR_editor.html#method-removeStyle) should result in a paragraph and…
H A Dckeditor.js747 …addEventListener("load",function(){c.data.dataValue='\x3cimg src\x3d"'+t.result+'" /\x3e';a.fire("…
879 c.onload=function(){a.loaded=a.total;a.data=c.result;a.changeStatus("loaded")};c.readAsDataURL(this…