Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 179) sorted by relevance

12345678

/webtrees/app/Elements/
H A DAbstractElement.php94 public function canonical(string $value): string
112 protected function canonicalText(string $value): string
151 public function edit(string $id, string $name, string $value, Tree $tree): string
197 public function editHidden(string $id, string $name, string $value): string
211 public function editTextArea(string $id, string $name, string $value): string
223 public function escape(string $value): string
246 public function labelValue(string $value, Tree $tree): string
298 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\AbstractElement
332 protected function valueAutoLink(string $value): string
358 protected function valueFormatted(string $value, Tree $tree): string
[all …]
H A DSourcePublicationFacts.php41 public function canonical(string $value): string
56 public function edit(string $id, string $name, string $value, Tree $tree): string
69 public function value(string $value, Tree $tree): string argument
H A DSubmitterText.php37 public function canonical(string $value): string
52 public function edit(string $id, string $name, string $value, Tree $tree): string
65 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\SubmitterText
H A DTextFromSource.php42 public function canonical(string $value): string
57 public function edit(string $id, string $name, string $value, Tree $tree): string
70 public function value(string $value, Tree $tree): string argument
H A DAbstractEventElement.php39 public function canonical(string $value): string
60 public function edit(string $id, string $name, string $value, Tree $tree): string
85 public function value(string $value, Tree $tree): string argument
H A DMultimediaFileReference.php47 public function canonical(string $value): string
73 public function edit(string $id, string $name, string $value, Tree $tree): string
89 public function value(string $value, Tree $tree): string argument
H A DDateValue.php56 public function edit(string $id, string $name, string $value, Tree $tree): string
90 public function escape(string $value): string
104 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\DateValue
H A DNoteStructure.php49 public function edit(string $id, string $name, string $value, Tree $tree): string
104 public function labelValue(string $value, Tree $tree): string
181 public function value(string $value, Tree $tree): string argument
H A DXrefMedia.php50 public function edit(string $id, string $name, string $value, Tree $tree): string
77 public function labelValue(string $value, Tree $tree): string
113 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\XrefMedia
H A DXrefIndividual.php43 public function edit(string $id, string $name, string $value, Tree $tree): string
62 public function value(string $value, Tree $tree): string argument
H A DEventsRecorded.php102 public function canonical(string $value): string
123 public function edit(string $id, string $name, string $value, Tree $tree): string
156 public function value(string $value, Tree $tree): string argument
H A DWhereWithinSource.php51 public function edit(string $id, string $name, string $value, Tree $tree): string
64 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\WhereWithinSource
H A DNamePieceGiven.php46 public function edit(string $id, string $name, string $value, Tree $tree): string
63 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\NamePieceGiven
H A DXrefFamily.php44 public function edit(string $id, string $name, string $value, Tree $tree): string
63 public function value(string $value, Tree $tree): string argument
H A DAgeAtEvent.php63 public function canonical(string $value): string
84 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\AgeAtEvent
H A DXrefNote.php48 public function edit(string $id, string $name, string $value, Tree $tree): string
75 public function value(string $value, Tree $tree): string argument
H A DXrefSharedNote.php48 public function edit(string $id, string $name, string $value, Tree $tree): string
75 public function value(string $value, Tree $tree): string argument
H A DXrefLocation.php48 public function edit(string $id, string $name, string $value, Tree $tree): string
75 public function value(string $value, Tree $tree): string argument
H A DXrefSubmission.php48 public function edit(string $id, string $name, string $value, Tree $tree): string
75 public function value(string $value, Tree $tree): string argument
H A DXrefSubmitter.php48 public function edit(string $id, string $name, string $value, Tree $tree): string
75 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\XrefSubmitter
H A DXrefRepository.php53 public function edit(string $id, string $name, string $value, Tree $tree): string
80 public function value(string $value, Tree $tree): string argument
H A DCountOfMarriages.php58 public function value(string $value, Tree $tree): string argument
H A DGenerationsOfAncestors.php42 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\GenerationsOfAncestors
H A DGenerationsOfDescendants.php42 public function value(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\GenerationsOfDescendants
/webtrees/app/Contracts/
H A DElementInterface.php36 public function canonical(string $value): string;
64 public function edit(string $id, string $name, string $value, Tree $tree): string;
73 public function escape(string $value): string;
90 public function labelValue(string $value, Tree $tree): string;
116 public function value(string $value, Tree $tree): string; function

12345678