Lines Matching refs:request
41 * @param ServerRequestInterface $request
45 public function handle(ServerRequestInterface $request): ResponseInterface argument
47 $tree = Validator::attributes($request)->tree();
49 $delete_default_resn_id = Validator::parsedBody($request)->array('delete');
55 $xrefs = Validator::parsedBody($request)->array('xref');
56 $tag_types = Validator::parsedBody($request)->array('tag_type');
57 $resns = Validator::parsedBody($request)->array('resn');
108 $hide_live_people = Validator::parsedBody($request)->string('HIDE_LIVE_PEOPLE');
109 …$keep_alive_years_birth = Validator::parsedBody($request)->integer('KEEP_ALIVE_YEARS_BIRTH', 0…
110 …$keep_alive_years_death = Validator::parsedBody($request)->integer('KEEP_ALIVE_YEARS_DEATH', 0…
111 $max_alive_age = Validator::parsedBody($request)->integer('MAX_ALIVE_AGE');
112 … $require_authentication = Validator::parsedBody($request)->string('REQUIRE_AUTHENTICATION');
113 $show_dead_people = Validator::parsedBody($request)->string('SHOW_DEAD_PEOPLE');
114 $show_living_names = Validator::parsedBody($request)->string('SHOW_LIVING_NAMES');
115 …$show_private_relationships = Validator::parsedBody($request)->string('SHOW_PRIVATE_RELATIONSHIPS'…
129 $all_trees = Validator::parsedBody($request)->boolean('all_trees', false);
130 $new_trees = Validator::parsedBody($request)->boolean('new_trees', false);