Lines Matching refs:hn
19 h humanize (hn) Format large numbers in human-readable style
20 \ hn-space Humanize: Place space between numeric and unit
21 \ hn-decimal Humanize: Add a decimal digit, if number < 10
22 \ hn-1000 Humanize: Use 1000 as divisor instead of 1024
164 "hn" can be used as an alias for "humanize".
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
175 digit when the number is less than 10 (ex: "4.4K"). The "`hn-1000`"
181 xo_emit("{h:input/%u}, {h,hn-space:output/%u}, "
182 "{h,hn-decimal:errors/%u}, {h,hn-1000:capacity/%u}, "
183 "{h,hn-decimal:remaining/%u}\n",