Lines Matching refs:Validator
53 use Fisharebest\Webtrees\Validator; alias
136 $route = Validator::attributes($request)->route();
199 $tree = Validator::attributes($request)->tree();
219 $tree = Validator::attributes($request)->tree();
231 $filename = Validator::parsedBody($request)->string('filename');
232 …$format = Validator::parsedBody($request)->isInArray(['gedcom', 'zip', 'zipmedia', 'gedzip']…
233 … $privacy = Validator::parsedBody($request)->isInArray($privacy_options)->string('privacy');
234 …$encoding = Validator::parsedBody($request)->isInArray([UTF8::NAME, UTF16BE::NAME, ANSEL::NAME…
235 …$line_endings = Validator::parsedBody($request)->isInArray(['CRLF', 'LF'])->string('line_endings');
296 $tree = Validator::attributes($request)->tree();
315 $tree = Validator::attributes($request)->tree();
316 $xref = Validator::queryParams($request)->isXref()->string('xref');
334 $tree = Validator::attributes($request)->tree();
369 $tree = Validator::attributes($request)->tree();
370 $xref = Validator::queryParams($request)->isXref()->string('xref');
395 $tree = Validator::attributes($request)->tree();
396 $xref = Validator::parsedBody($request)->isXref()->string('xref');
397 $option = Validator::parsedBody($request)->string('option');
441 $tree = Validator::attributes($request)->tree();
442 $xref = Validator::queryParams($request)->isXref()->string('xref');
479 $tree = Validator::attributes($request)->tree();
480 $xref = Validator::parsedBody($request)->isXref()->string('xref');
481 $option = Validator::parsedBody($request)->string('option');
547 $tree = Validator::attributes($request)->tree();
548 $xref = Validator::queryParams($request)->isXref()->string('xref');
569 $tree = Validator::attributes($request)->tree();
570 $xref = Validator::queryParams($request)->isXref()->string('xref');
581 $tree = Validator::attributes($request)->tree();
582 $xref = Validator::queryParams($request)->isXref()->string('xref');
603 $tree = Validator::attributes($request)->tree();
604 $xref = Validator::queryParams($request)->isXref()->string('xref');
615 $tree = Validator::attributes($request)->tree();
616 $xref = Validator::queryParams($request)->isXref()->string('xref');
637 $tree = Validator::attributes($request)->tree();
638 $xref = Validator::queryParams($request)->isXref()->string('xref');
649 $tree = Validator::attributes($request)->tree();
650 $xref = Validator::queryParams($request)->isXref()->string('xref');
671 $tree = Validator::attributes($request)->tree();
672 $xref = Validator::queryParams($request)->isXref()->string('xref');
687 $tree = Validator::attributes($request)->tree();
688 $xref = Validator::queryParams($request)->isXref()->string('xref');
710 $tree = Validator::attributes($request)->tree();
711 $xref = Validator::parsedBody($request)->isXref()->string('xref');
712 $option = Validator::parsedBody($request)->string('option');
733 $tree = Validator::attributes($request)->tree();
734 $xref = Validator::queryParams($request)->isXref()->string('xref');
755 $tree = Validator::attributes($request)->tree();
756 $xref = Validator::queryParams($request)->isXref()->string('xref');