.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Biber::Entry::Name 3pm" .TH Biber::Entry::Name 3pm 2023-07-25 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Biber::Entry::Name \- Biber::Entry::Name objects .SS new .IX Subsection "new" .Vb 1 \& Initialise a Biber::Entry::Name object, optionally with key=>value arguments. .Ve .SS notnull .IX Subsection "notnull" .Vb 1 \& Test for an empty object .Ve .SS was_stripped .IX Subsection "was_stripped" .Vb 1 \& Return boolean to tell if the passed field had braces stripped from the original .Ve .SS get_nameparts .IX Subsection "get_nameparts" .Vb 1 \& Get nameparts for a name .Ve .SS get_xdata .IX Subsection "get_xdata" .Vb 1 \& Get any xdata reference information for a name .Ve .SS get_namepart .IX Subsection "get_namepart" .Vb 1 \& Get a namepart by passed name .Ve .SS set_namepart .IX Subsection "set_namepart" .Vb 1 \& Set a namepart by passed name .Ve .SS get_namepart_initial .IX Subsection "get_namepart_initial" .Vb 1 \& Get a namepart initial by passed name .Ve .SS set_namepart_initial .IX Subsection "set_namepart_initial" .Vb 1 \& Set a namepart initial by passed name .Ve .SS "name_to_biblatexml {" .IX Subsection "name_to_biblatexml {" .Vb 1 \& Create biblatexml data for a name .Ve .SS name_part_to_bltxml .IX Subsection "name_part_to_bltxml" .Vb 1 \& Return BibLaTeXML data for a name .Ve .SS "name_to_bibjson {" .IX Subsection "name_to_bibjson {" .Vb 1 \& Create bibjson data for a name .Ve .SS name_part_to_bibjson .IX Subsection "name_part_to_bibjson" .Vb 1 \& Return bibjson data for a name .Ve .SS name_to_bbl .IX Subsection "name_to_bbl" .Vb 1 \& Return bbl data for a name .Ve .SS name_to_bblxml .IX Subsection "name_to_bblxml" .Vb 1 \& Return bblxml data for a name .Ve .SS name_to_bibtex .IX Subsection "name_to_bibtex" .Vb 1 \& Return standard bibtex data format for name .Ve .SS name_to_xname .IX Subsection "name_to_xname" .Vb 1 \& Return extended bibtex data format for name .Ve .SS dump .IX Subsection "dump" .Vb 1 \& Dump Biber::Entry::Name object .Ve .SH AUTHORS .IX Header "AUTHORS" Philip Kime \f(CW\*(C`\*(C'\fR .SH BUGS .IX Header "BUGS" Please report any bugs or feature requests on our Github tracker at . .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" Copyright 2009\-2012 François Charette and Philip Kime, all rights reserved. Copyright 2012\-2023 Philip Kime, all rights reserved. .PP This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. .PP This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.