Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 9 of 9) sorted by relevance

/webtrees/app/Report/
H A DReportParserGenerate.php2630 * @param string $pid
2636 private function addDescendancy(&$list, $pid, $parents = false, $generations = -1): void argument
2638 $person = Registry::individualFactory()->make($pid, $this->tree);
2642 if (!isset($list[$pid])) {
2643 $list[$pid] = $person;
2645 if (!isset($list[$pid]->generation)) {
2646 $list[$pid]->generation = 0;
2654 if (isset($list[$pid]->generation)) {
2655 $list[$husband->xref()]->generation = $list[$pid]->generation - 1;
2662 if (isset($list[$pid]->generation)) {
[all …]
/webtrees/app/Http/RequestHandlers/
H A DEditFactAction.php85 foreach ($ca_individuals as $pid) {
86 if ($pid !== $xref) {
87 $individual = Registry::individualFactory()->make($pid, $tree);
H A DRedirectIndividualPhp.php47 $pid = Validator::queryParams($request)->isXref()->string('pid');
51 $individual = Registry::individualFactory()->make($pid, $tree);
H A DRedirectGedRecordPhp.php47 $pid = Validator::queryParams($request)->isXref()->string('pid');
51 $record = Registry::gedcomRecordFactory()->make($pid, $tree);
/webtrees/app/Module/
H A DInteractiveTreeModule.php228 $pid = Validator::queryParams($request)->string('pid');
229 $individual = Registry::individualFactory()->make($pid, $tree);
/webtrees/resources/js/
H A Dtreeview.js299 var pid = box.attr('abbr');
318 box.load(tv.ajaxDetails + '&pid=' + encodeURIComponent(pid), function () {
/webtrees/tests/app/Http/RequestHandlers/
H A DRedirectGedRecordPhpTest.php71 ['ged' => 'tree1', 'pid' => 'X123']
H A DRedirectIndividualPhpTest.php69 …$request = self::createRequest(RequestMethodInterface::METHOD_GET, ['ged' => 'tree1', 'pid' => 'X1…
/webtrees/resources/lang/fi/
H A Dmessages.po21986 #~ msgstr "Ylläpidä linkkejä"