Lines Matching full:format
2 .. index:: Format Strings
5 Format Strings
8 libxo uses format strings to control the rendering of data into the
9 various output styles. Each format string contains a set of zero or
12 zero, one, or two format descriptors. The modifiers tell libxo what
13 the field is and how to treat it, while the format descriptors are
14 formatting instructions using printf-style format strings, telling
15 libxo how to format the field. The field description is placed inside
17 ("/") before each format descriptors. Text may be intermixed with
18 field descriptions within the format string.
23 [ '/' field-format [ '/' encoding-format ]] '}'
26 enable optional behaviors. The contents, field-format, and
27 encoding-format are used in varying ways, based on the role. These
33 in-stock field has a "%u" format that will parse the next argument