Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 19 of 19) sorted by relevance

/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst41 .. _argument-modifier:
68 .. _colon-modifier:
87 .. _display-modifier:
104 The display modifier is the opposite of the encoding modifier, and
125 The encoding modifier is the opposite of the display modifier, and
129 .. _gettext-modifier:
195 .. _key-modifier:
253 The no-quotes modifier (and its twin, the 'quotes' modifier) affect
281 The plural modifier is meant to work with the gettext modifier ({g:})
301 The quotes modifier (and its twin, the 'no-quotes' modifier) affect
[all …]
H A Dxolint.rst20 'Unknown long name for role/modifier'
23 The message "Unknown long name for role/modifier" can be caused by code like:
36 are only valid for fields with the {h:} modifier.
184 'Field has humanize modifier but no format string'
187 The message "Field has humanize modifier but no format string" can be caused by code like:
203 'Field has hn-* modifier but not 'h' modifier'
206 The message "Field has hn-* modifier but not 'h' modifier" can be caused by code like:
219 are only valid for fields with the {h:} modifier.
H A Dhowto.rst345 - The "{g:}" modifier looks for a translation of the field.
346 - The "{p:}" modifier looks for a pluralized version of the field.
373 since the "g" modifier will need the untranslated value as the key for
381 "{p:}" modifier with the "{g:}" modifier. The base singular and plural
H A Dxopo.rst7 suitable for use with the "{G:}" modifier. This means that when the
H A Dformat-strings.rst22 '{' [ role | modifier ]* [',' long-names ]* ':' [ content ]
H A Doptions.rst51 no-humanize Ignore the {h:} modifier (TEXT, HTML)
78 :ref:`humanize-modifier` for details).
H A Dfield-formatting.rst21 '%' format-modifier * format-character
23 The format-modifier can be:
41 width for a string argument. This modifier cannot be given for non-string
H A Dfaq.rst176 fields (:ref:`encoding-modifier`) to make the data useful.
H A Dfield-roles.rst245 Note that the sense of the 'w' modifier is reversed for units;
H A Dapi.rst327 field definitions that use the "k" modifier. The key attribute has
365 output styles and modifier flags and enables them for a specific
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_01.T.out5 testing argument modifier my-box.example.com...
6 testing argument modifier with encoding to .example.com...
H A Dtest_01.H.out1modifier </div><div class="data" data-tag="host">my-box</div><div class="text">.</div><div class="…
H A Dtest_01.HP.out36 <div class="text">testing argument modifier </div>
43 <div class="text">testing argument modifier with encoding to </div>
H A Dtest_01.HIPx.out36 <div class="text">testing argument modifier </div>
43 <div class="text">testing argument modifier with encoding to </div>
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dmatrix-keymap.yaml18 cases where there is a modifier key such as a Fn key. Proposed names
20 word for the modifier other from "Fn".
H A Dnvidia,tegra20-kbc.txt27 matrix-keyboard-controller spec but to be used when the KEY_FN modifier
/f-stack/tools/ifconfig/
H A Difconfig.c376 char *formatstr, *category, *modifier; in setformat() local
380 modifier = strchr(category, ':'); in setformat()
381 if (modifier == NULL || modifier[1] == '\0') { in setformat()
388 modifier[0] = '\0'; in setformat()
389 modifier++; in setformat()
392 f_addr = strdup(modifier); in setformat()
394 f_ether = strdup(modifier); in setformat()
396 f_inet = strdup(modifier); in setformat()
398 f_inet6 = strdup(modifier); in setformat()
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md99 This command can be augmented with the `-v` modifier.
119 This modifier does nothing if `zstd` is compiled without multithread support.
/f-stack/app/nginx-1.16.1/
H A DCHANGES4657 *) Feature: now a location's modifier may be used without space before
8001 *) Feature: the new "break" modifier of the "rewrite" directive allows
8017 *) Bugfix: the location configuration with "=" modifier may be used in
8214 *) Feature: the "^~" modifier in the location directive.