.\" -*- 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::Names 3pm" .TH Biber::Entry::Names 3pm 2024-04-21 "perl v5.38.2" "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::Names \- Biber::Entry::Names objects .SS new .IX Subsection "new" .Vb 1 \& Initialize a Biber::Entry::Names object .Ve .SS notnull .IX Subsection "notnull" .Vb 1 \& Test for an empty object .Ve .SS names .IX Subsection "names" .Vb 2 \& Return ref to array of all Biber::Entry::Name objects \& in object .Ve .SS add_name .IX Subsection "add_name" .Vb 2 \& Add a Biber::Entry::Name object to the Biber::Entry::Names \& object .Ve .SS replace_name .IX Subsection "replace_name" .Vb 2 \& Replace a Biber::Entry::Name at a position (1\-based) \& with a provided one .Ve .SS splice .IX Subsection "splice" .Vb 2 \& Splice a Biber::Entry::Names object into a Biber::Entry::Names object at a \& position (1\-based) .Ve .SS set_morenames .IX Subsection "set_morenames" .Vb 1 \& Sets a flag to say that we had a "and others" in the data .Ve .SS get_morenames .IX Subsection "get_morenames" .Vb 1 \& Gets the morenames flag .Ve .SS count .IX Subsection "count" .Vb 1 \& Returns the number of Biber::Entry::Name objects in the object .Ve .SS is_nth_name .IX Subsection "is_nth_name" .Vb 1 \& Returns boolean to say of there is an nth name .Ve .SS nth_name .IX Subsection "nth_name" .Vb 2 \& Returns the nth Biber::Entry::Name object in the object or the last one \& if n > total names .Ve .SS first_n_names .IX Subsection "first_n_names" .Vb 2 \& Returns an array ref of Biber::Entry::Name objects containing only \& the first n Biber::Entry::Name objects or all names if n > total names .Ve .SS del_last_name .IX Subsection "del_last_name" .Vb 1 \& Deletes the last Biber::Entry::Name object in the object .Ve .SS last_name .IX Subsection "last_name" .Vb 1 \& Returns the last Biber::Entry::Name object in the object .Ve .SS get_xdata .IX Subsection "get_xdata" .Vb 1 \& Get any xdata reference information for a namelist .Ve .SS dump .IX Subsection "dump" .Vb 1 \& Dump a Biber::Entry::Names object for debugging purposes .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\-2024 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.