48件ヒット
[1-48件を表示]
(0.159秒)
ライブラリ
-
net
/ imap (36) -
win32
/ registry (12)
クラス
検索結果
先頭4件
-
Net
:: IMAP :: BodyTypeMultipart # disposition -> Net :: IMAP :: ContentDisposition | nil (27402.0) -
Content-Dispotition の値を返します。
...Content-Dispotition の値を返します。
Net::IMAP::ContentDisposition オブジェクトを返します。
@see 1806, 2183... -
Win32
:: Registry # disposition (27208.0) -
@todo
...@todo
キーの disposition 値を返します。
(REG_CREATED_NEW_KEY または REG_OPENED_EXISTING_KEY)... -
Net
:: IMAP :: ContentDisposition # param -> { String => String } | nil (12317.0) -
Content-Disposition フィールドのパラメータをハッシュテーブルで 返します。
...Content-Disposition フィールドのパラメータをハッシュテーブルで
返します。
ハッシュテーブルのキーは以下のような値を取ります。詳しくは
2183 などを見てください。
* "FILENAME"
* "CREATION-DATE"
* "MODIFICATION-DATE"
* "READ-DAT"... -
Net
:: IMAP :: ContentDisposition # dsp _ type -> String (9217.0) -
Content-Disposition フィールドのタイプを文字列で返します。
...Content-Disposition フィールドのタイプを文字列で返します。
"INLINE", "ATTACHMENT" などの文字列を返します。
詳しくは 2183 などを見てください。...