Lines Matching refs:alphabet
35 <file object>`. It only supports the Base64 standard alphabet, and it adds
58 alphabet for the ``+`` and ``/`` characters. This allows an application to e.g.
60 which the standard Base64 alphabet is used.
70 alternative alphabet used instead of the ``+`` and ``/`` characters.
76 in the normal base-64 alphabet nor the alternative alphabet are
78 these non-alphabet characters in the input result in a
84 Encode :term:`bytes-like object` *s* using the standard Base64 alphabet
91 Base64 alphabet and return the decoded :class:`bytes`.
97 URL- and filesystem-safe alphabet, which
99 standard Base64 alphabet, and return the encoded :class:`bytes`. The result
107 alphabet, which substitutes ``-`` instead of ``+`` and ``_`` instead of
108 ``/`` in the standard Base64 alphabet, and return the decoded
124 whether a lowercase alphabet is acceptable as input. For security purposes,
135 incorrectly padded or if there are non-alphabet characters present in the
172 lowercase alphabet is acceptable as input. For security purposes, the default
176 incorrectly padded or if there are non-alphabet characters present in the