Lines Matching full:modifier

33 a comma.  For example, the modifier string "Lwc" (or "L,white,colon")
36 modifier string "Vkq" (or ":key,quote") means the field has a value
41 .. _argument-modifier:
43 The Argument Modifier ({a:})
48 The argument modifier indicates that the content of the field
61 The argument modifier allows field names for value fields to be passed
63 snprintf. For many field roles, the argument modifier is not needed,
68 .. _colon-modifier:
70 The Colon Modifier ({c:})
75 The colon modifier appends a single colon to the data value::
82 The colon modifier is only used for the TEXT and HTML output
83 styles. It is commonly combined with the space modifier ('{w:}').
87 .. _display-modifier:
89 The Display Modifier ({d:})
94 The display modifier indicated the field should only be generated for
104 The display modifier is the opposite of the encoding modifier, and
108 .. _encoding-modifier:
110 The Encoding Modifier ({e:})
115 The display modifier indicated the field should only be generated for
125 The encoding modifier is the opposite of the display modifier, and
129 .. _gettext-modifier:
131 The Gettext Modifier ({g:})
137 The gettext modifier is used to translate individual fields using the
148 See :ref:`gettext-role`, :ref:`plural-modifier`, and
152 .. _humanize-modifier:
154 The Humanize Modifier ({h:})
159 The humanize modifier is used to render large numbers as in a
166 The humanize modifier only affects display styles (TEXT and HMTL).
168 the function of the humanize modifier.
172 "`hn-space`" modifier places a space between the number and any
174 "`hn-decimal`" modifier will add a decimal point and a single tenths
176 modifier will use 1000 as divisor instead of 1024, following the
195 .. _key-modifier:
197 The Key Modifier ({k:})
202 The key modifier is used to indicate that a particular field helps
217 Currently the key modifier is only used when generating XPath value
224 The Leaf-List Modifier ({l:})
229 The leaf-list modifier is used to distinguish lists where each
246 .. _no-quotes-modifier:
248 The No-Quotes Modifier ({n:})
253 The no-quotes modifier (and its twin, the 'quotes' modifier) affect
266 .. _plural-modifier:
268 The Plural Modifier ({p:})
274 The plural modifier selects the appropriate plural form of an
281 The plural modifier is meant to work with the gettext modifier ({g:})
282 but can work independently. See :ref:`gettext-modifier`.
284 When used without the gettext modifier or when the message does not
289 When used with the gettext modifier, the ngettext(3) function is
294 .. _quotes-modifier:
296 The Quotes Modifier ({q:})
301 The quotes modifier (and its twin, the 'no-quotes' modifier) affect
318 .. _trim-modifier:
320 The Trim Modifier ({t:})
325 The trim modifier removes any leading or trailing whitespace from
334 .. _white-space-modifier:
336 The White Space Modifier ({w:})
341 The white space modifier appends a single space to the data value::
348 The white space modifier is only used for the TEXT and HTML output
349 styles. It is commonly combined with the colon modifier ('{c:}').
352 Note that the sense of the 'w' modifier is reversed for the units role