「base64 encoding」を含む例文一覧(14)

  • ENCODING of 7BIT, 8BIT, BASE64, QUOTED-PRINTABLE
    ENCODINGは 7BIT, 8BIT, BASE64, QUOTED-PRINTABLE。 - PEAR
  • Encodes the payload into base64 form and sets the Content-Transfer-Encoding: header to base64.
    ペイロードを base64 形式でエンコードし、Content-Transfer-Encoding: ヘッダをbase64 に変更します。 - Python
  • Valid values for encoding include'base64', 'quoted-printable', 'uuencode','x-uuencode', 'uue', 'x-uue', '7bit', and '8bit'.
    encoding に許される値は、'base64', 'quoted-printable', 'uuencode','x-uuencode', 'uue', 'x-uue', '7bit', および'8bit'です。 - Python
  • The LOGIN authentication method encrypts the user's password using the Base64 encoding scheme.
    LOGIN 認証方式は、ユーザのパスワードを Base64符号化方式で暗号化します。 - PEAR
  • base64 Base 64 encoding is performed transparently to the caller when using this type.
    この実装では、int のほうを正式名とみなしています。 base64 この型を使用すると、Base64 エンコーディングが透過的に行われます。 - PEAR
  • The drawback of base64 encoding is that it renders the text non-human readable.
    base64 形式の欠点は、これが人間にはまったく読めないテキストになってしまうことです。 - Python
  • Return the length of the encoded header string, properly calculating for quoted-printable or base64 encoding.
    エンコードされたヘッダ文字列の長さを返します。 - Python
  • The encoded form of the file is expanded by 37% for UU encoding and by 35% for base64 encoding (3 bytes become 4 plus control information).
    エンコードされた形式では、UU エンコードの場合 37%、base64 エンコードの場合 35% サイズが大きくなる(3 バイトのデータが 4 バイト + 制御情報になる)。 - JM
  • If some other encoding is used, or Content-Transfer-Encoding: header is missing, or if the payload has bogus base64 data, the payload is returned as-is (undecoded).
    これ以外のエンコーディングが使われている場合、Content-Transfer-Encoding: ヘッダがない場合、あるいは曖昧なbase64データが含まれる場合は、ペイロードはそのまま (デコードされずに) 返されます。 - Python
  • Write the XML-RPC base 64 encoding of this binary item to the out stream object.
    バイナリ値をbase64でエンコードし、出力ストリームオブジェクト outに出力します。 - Python
  • If the character set must be encoded before it can be used in an email header, this attribute will be set to Charset.QP (forquoted-printable), Charset.BASE64 (for base64 encoding), or Charset.SHORTEST for the shortest of QP or BASE64 encoding.Otherwise, it will be None.
    この文字セットが電子メールヘッダに使われる前にエンコードされる必要がある場合、この属性は Charset.QP (quoted-printable エンコーディング)、Charset.BASE64 (base64 エンコーディング)、あるいは最短の QP または BASE64 エンコーディングである Charset.SHORTEST に設定されます。 そうでない場合、この値は None になります。 - Python
  • The legacy interface provides for encoding and decoding to and from file-like objects as well as strings, but only using the Base64 standard alphabet.The modern interface provides:
    一方、レガシーなインターフェイスは、文字列とともにファイル風のオブジェクトに対するエンコード / デコードを提供しますが、Base64 標準のアルファベット集合しか使いません。 - Python
  • The quoted-printable encoding is designed for data where there are relatively few nonprintable characters; the base64 encoding scheme available via the
    quoted-printable 円コーディングは比較的印字不可能な文字の少ないデータのために設計されています; 画像ファイルを送るときのように印字不可能な文字がたくさんある場合には、 - Python
  • This standard defines the Base16, Base32, and Base64algorithms for encoding and decoding arbitrary binary strings into text strings that can be safely sent by email, used as parts of URLs,or included as part of an HTTP POST request.
    この RFC 標準では Base16, Base32 および Base64 が定義されており、これはバイナリ文字列とテキスト文字列とをエンコードあるいはデコードするためのアルゴリズムです。 変換されたテキスト文字列は email で確実に送信したり、URL の一部として使用したり、HTTP POST リクエストの一部に含めることができます。 - Python

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  • JM
    Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
    The contents of this document are licensed under the GNU Free Documentation License.
    Copyright (C) 1999 JM Project All rights reserved.
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.