小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Weblio例文辞書 > text/plainの意味・解説 

text/plainとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio例文辞書での「text/plain」に類似した例文

text/plain

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「text/plain」を含む例文一覧

該当件数 : 13



例文

If no such header exists, return 'text/plain'.例文帳に追加

もしそのようなヘッダが存在しなければ、 'text/plain'を返します。 - Python

Make sure that the content type is set to "text/plain", and that the radiobutton for select from list is marked.例文帳に追加

contenttypeが"text/plain"になっていることを確認し、ラジオボタンでselectfromlistをマークします。 - Gentoo Linux

Note: A note about Mozilla/Firefox: Mozilla provides file names only with mime type text/plain only instead of text/uri-list.発音を聞く 例文帳に追加

注意Mozilla/Firefox についての注意: Mozilla は、ファイル名の MIME タイプに text/plain のみを使用し、text/uri-list は用いません。 - PEAR

Set the default content type. ctype should either be text/plain or message/rfc822, although this is not enforced.例文帳に追加

デフォルトの content-type を設定します。 ctype は text/plain あるいは message/rfc822である必要がありますが、強制ではありません。 - Python

If the Content-Type: header has an invalid type specification, RFC 2045 mandates that the default type be text/plain.例文帳に追加

もし Content-Type: ヘッダが適切でない content-type 書式だった場合、RFC 2045 はそれのデフォルトを text/plain として扱うよう定めています。 - Python

PLAIN The PLAIN authentication method sends the user's password in plain text.発音を聞く 例文帳に追加

PLAIN PLAIN 認証方式は、ユーザのパスワードを平文で送信します。 - PEAR

例文

Most messages have a default content type of text/plain, except for messages that are subparts of multipart/digest containers. Such subparts have a default content type of message/rfc822.例文帳に追加

ほどんどのメッセージではデフォルトの content-type はtext/plain ですが、メッセージが multipart/digest コンテナに含まれているときだけ例外的に message/rfc822 になります。 - Python

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「text/plain」を含む例文一覧

該当件数 : 13



例文

The contents of the uploaded file are stored together with some information about the file, including the file name, size, and MIME type (such as text/plain or image/jpeg).発音を聞く 例文帳に追加

アップロードされるファイルの内容は、ファイル名、サイズ、および MIME タイプ (text/plain や image/jpeg など) を含む、いくつかのファイル情報とともに格納されます。 - NetBeans

Here we set up the array of accepted file types: The widget shall accept files with MIME-Type text/html, text/plain and files ending with .dat.発音を聞く 例文帳に追加

ここで、有効なファイルタイプの配列を設定します。 ウィジェットが受け付けるファイルは、MIME タイプがtext/html か text/plain のもの、そして名前が .dat で終わるものです。 - PEAR

RFC 2045 defines a message's default type to be text/plain unless it appears inside a multipart/digest container, in which case it would be message/rfc822.例文帳に追加

RFC 2045 はメッセージのデフォルト content-type を、それが multipart/digest コンテナに現れているとき以外はtext/plain に規定しています。 あるメッセージがmultipart/digest コンテナ中にある場合、そのcontent-type は message/rfc822 になります。 - Python

The UploadedFile interface has methods for getting the name and size of the file, determining the file's MIME type (such as text/plain or image/jpeg), getting the file's contents as bytes or as a String, and writing the contents to disk.発音を聞く 例文帳に追加

UploadedFile インタフェースには、ファイルの名前とサイズを取得するメソッド、ファイルの MIME タイプ (text/plain、image/jpeg など) を判別するメソッド、ファイルの内容をバイトまたは String で取得するメソッド、および内容をディスクに書き込むメソッドがあります。 - NetBeans

Note: If you are using Outlook or Outlook Express, please change the file extension of the diff file to .txt, because Outlook's MIME-Type detection depends on the file extension and attachments with a MIME-Type not equal to text/plain will be rejected by our mailing list software.例文帳に追加

注意Outlook や Outlook Express を使っている場合は、diff ファイルの拡張子を.txt へ変更してください。 Outlook の MIME 形式の検出は、ファイルの拡張子を見ており、MIME 形式が text/plain でない添付ファイルはメーリングリストのソフトにより拒否されるためです。 - PEAR

例文

A message body is divided, the intranet information is buried in a message part of multiple parts (application/octet-stream or text/plain is added as a content type corresponding to the contents of the intranet information at the time) and multipart/mixed is set as information indicating that the burying is performed to the content type in a message header.例文帳に追加

メッセージボディを分割して、網内情報をそのマルチパート化したメッセージ部分に埋め込む(このとき、網内情報の内容に応じて、コンテントタイプとして、application/octet-stream又はtext/plainを付加する) とともに、メッセージヘッダ中のコンテントタイプに、その埋め込みが行われたことを示す情報としてmultipart/mixed を設定する。 - 特許庁

>>例文の一覧を見る

text/plainのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS