Lines Matching refs:padding
4112 Note that each base64-encoded digest has zero, one or two trailing padding
4113 (@samp{=}) bytes. The length of that padding is the checksum-bit-length
4116 @samp{=} padding renders a digest non-matching.
9597 @opindex block @r{(space-padding)}
9599 input newline with a space and truncating or padding input lines with
9643 @opindex sync @r{(padding with ASCII NULs)}
12979 to control the zero padding of the output with the @samp{#} and @samp{0}
15378 Use fill (padding) characters instead of timing for delays.
16556 @cindex numeric field padding
16557 @cindex padding of numeric fields
16558 @cindex fields, padding numeric
16606 Here are some examples of padding:
16937 the padding altogether:
18998 specific columns, maintaining proper line padding and alignment.
19019 @emph{Note}: Using non-default delimiter turns off automatic padding.
19040 the @samp{-} modifier will enable left-aligned @option{--padding} and the width
19041 modifier will enable right-aligned @option{--padding}. The @samp{0} width
19080 @item --padding=@var{n}
19081 @opindex --padding
19275 Output can be tweaked using @option{--padding} or @option{--format}:
19279 $ du -s * | numfmt --to=si --padding=10
19286 $ du -s * | numfmt --to=si --padding=-10
19300 $ du -s * | numfmt --to=si --padding="%-10f"
19404 Print all numbers with the same width, by padding with leading zeros.
19407 (To have other kinds of padding, use @option{--format}).