Lines Matching refs:Field
4 \section{comment field and header specification} \label{vorbis:spec:comment}
14 The comment field is meant to be used much like someone jotting a
67 That is, comment fields consist of a field name and a corresponding value and
77 The field name is case-insensitive and may consist of ASCII 0x20
83 The field name is immediately followed by ASCII 0x3D ('=');
84 this equals sign is used to terminate the field name.
88 field contents to the end of the field.
91 \paragraph{Field names}
93 Below is a proposed, minimal list of standard field names with a
94 description of intended use. No single or group of field names is
103 The version field may be used to differentiate multiple
160 Field names should not be 'internationalized'; this is a
162 the world that doesn't speak English. Field \emph{contents},
166 We have the length of the entirety of the field and restrictions on
167 the field name so that the field name is bounded in a known way. Thus
168 we also have the length of the field contents.
170 Individual 'vendors' may use non-standard field names within
174 There is no vendor-specific prefix to 'nonstandard' field names.
179 Field names are not required to be unique (occur once) within a
223 Comment field 0 length (if [Number of comment fields] $>0$; 32 bit unsigned quantity specifying number of octets)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
229 Comment field 1 length (if [Number of comment fields] $>1$...)...