1016万例文収録!

「"mime type"」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "mime type"に関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

"mime type"を含む例文一覧と使い方

該当件数 : 52



例文

text/html MIME type XHTML 1.0 Transitional doctype 例文帳に追加

MIME 型は text/html doctype は XHTML 1.0 Transitional - PEAR

type - Full MIME type of the non-text part 例文帳に追加

type - 非text型 subpart の MIME 形式 - Python

Detecting the MIME type of a file 例文帳に追加

ファイルの MIME タイプの検出 - PEAR

Example 65-1. Detecting the MIME type of a file 例文帳に追加

例 65-1ファイルの MIME タイプの検出 - PEAR

例文

maintype - Main MIME type of the non-text part 例文帳に追加

maintype - 非text型 subpart の MIME 主形式 (maintype) - Python


例文

subtype - Sub-MIME type of the non-text part 例文帳に追加

subtype - 非text型 subpart の MIME 副形式 (subtype) - Python

The first item is not so hard to implement; we do this by either checking the file extension, or using the MIME_Type package to get the mime type. 例文帳に追加

最初のほうを実装するのは、特に難しくはありません。 - PEAR

Getting infos about a MIME type--How to get more information about a MIME type 例文帳に追加

MIME タイプに関する情報の取得--MIME タイプについての情報を取得する方法 - PEAR

The name of a MIME type, or a component of a MIME type (the major or minor portion, taken alone).例文帳に追加

MIME タイプの名前か、 MIME タイプの要素(メジャータイプはマイナータイプのいずれか) の名前です。 - Python

例文

From the drop-down menu, select the text/html MIME type. 例文帳に追加

ドロップダウンメニューから、text/html MIME タイプを選択します。 - NetBeans

例文

Again, select the text/html MIME type for one of the customers. 例文帳に追加

顧客の 1 人の text/html MIME タイプを再選択します。 - NetBeans

Tools Options Editing Editor Settings mime-typeEditor 例文帳に追加

「ツール」「オプション」「編集」「エディタ設定」「mime-type エディタ」 - NetBeans

predMIME($mimes): Select files with a certain MIME type. 例文帳に追加

predMIME($mimes): 指定した MIME タイプのファイルを選択します。 - PEAR

the file must have a correct MIME type 例文帳に追加

ファイルの MIME 型が正しくなければなりません - PEAR

Detecting MIME types--How to determine the MIME type of a file 例文帳に追加

MIME タイプの検出--ファイルの MIME タイプを調べる方法 - PEAR

The MIME type of the given file will be echoed. 例文帳に追加

指定したファイルの MIME タイプが表示されます。 - PEAR

Load MIME type information from an open file. 例文帳に追加

MIME型情報を、オープンしたファイルからロードします。 - Python

When the MIME type of an index immediately before a registration target index is already registered with a MIME type list, the MIME type of the index immediately before the registration target index is registered with the MIME type list as the MIME type of the registration target index without obtaining the MIME type of the registration target index from a server.例文帳に追加

登録対象のインデックスの1つ前のインデックスのMIMEタイプがMIMEタイプリストに登録されている場合、登録対象のインデックスのMIMEタイプをサーバから取得することなく、1つ前のインデックスのMIMEタイプを登録対象のインデックスのMIMEタイプとして、MIMEタイプリストに登録する。 - 特許庁

either a string for single allowed MIME type, or an array of allowed MIME types 例文帳に追加

有効な MIME 型を表す文字列、あるいは複数の MIME 型の配列 - PEAR

If no matching MIME type can be found, (None, None) is returned.例文帳に追加

一致する MIME タイプが見つからなかった場合、(None, None) が返されます。 - Python

A Content-Type header will be present if the MIME type can be guessed.例文帳に追加

Content-type ヘッダは MIME タイプが推測可能なときにメタ情報に含められます。 - Python

NON-STANDARD MIME TYPE SUPPORT SYSTEM AND ITS METHOD FOR MOBILE TERMINAL例文帳に追加

携帯端末機の非標準MIMEタイプ支援システム及びその方法 - 特許庁

Depending on which mime type you selected (application/xml or application/json),the data displayed will be in either XML or JSON format, respectively.例文帳に追加

選択した MIME タイプ (application/xml または application/json) により、表示されるデータはそれぞれ XML または JSON 形式です。 - NetBeans

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

The MIME type inode/directory has to be used if the widget shall accept directories. 例文帳に追加

ディレクトリを有効にしたい場合は、MIME タイプinode/directory を使用する必要があります。 - PEAR

By default, only the plain MIME type will be returned, without any comments or parameters. 例文帳に追加

デフォルトでは、通常の MIME タイプのみを返します。 コメントやパラメータは返しません。 - PEAR

It returns true if the wildcard matches the MIME type, false if not. 例文帳に追加

指定した MIME タイプがワイルドカードにマッチする場合にtrue、マッチしない場合にfalse を返します。 - PEAR

The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension.例文帳に追加

mimetypes モジュールは、ファイル名あるいは URL と、ファイル名拡張子に関連付けられた MIME 型とを変換します。 - Python

Guess the extension for a file based on its MIME type, given by type.The return value is a string giving a filename extension, including the leading dot (".").例文帳に追加

戻り値は、先頭のドット (".")を含む、ファイル拡張子を与える文字列のリストです。 - Python

The MimeTypes class may be useful for applications which may want more than one MIME-type database:例文帳に追加

MimeTypes クラスは、1つ以上のMIME-型 データベースを必要とするアプリケーションに役に立つでしょう。 - Python

Once correctly configured, Netscape Navigator will activate the RX Plug-inwhenever you retrieve any document of the MIME type application/x-rx. 例文帳に追加

一度正しく設定すれば、Netscape Navigator はMIME タイプが application/x-rx の文書を取得すると常にRX プラグイン を起動する。 - XFree86

Consequently, MIME types can be quickly registered with the MIME type list.例文帳に追加

従って、MIMEタイプリストにMIMEタイプを迅速に登録することができる。 - 特許庁

To allow a MIME type to be properly reported to a reproducer for reproducing content.例文帳に追加

コンテンツを再生する再生装置に適切にMIMEタイプを通知することを可能とすること。 - 特許庁

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

The appliance authentication plug-in 8 can be specified by a prescribed MIME type, and the browser 9 starts the appliance authentication plug-in 8 when receiving an EMBED tag having the MIME type.例文帳に追加

機器認証プラグイン8は、所定のMIME型で特定することができ、ブラウザ9は、このMIME型を持ったEMBEDタグを受信すると機器認証プラグイン8を起動する。 - 特許庁

When the MIME TYPE indicates the RSS feed (YES in S3), attached information attached to the MIME TYPE is checked (S5) and the RSS feed is stored into a prescribed folder (S6).例文帳に追加

RSSフィードである場合(S3のYES)、MIME TYPEに付加された付加情報をチェックして(S5)、所定のフォルダに保存する(S6)。 - 特許庁

Depending on which mime type you selected (application/xml or application/json),the data displayed will be in either XML or JSON format, respectively.The Headers Tab displays the HTTP header information.例文帳に追加

選択した MIME タイプ (application/xml または application/json) により、表示されるデータはそれぞれ XML または 形式です。 「ヘッダー」タブは HTTP ヘッダー情報を表示します。 - NetBeans

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

However, if the subpart has noContent-Type: header, no charset parameter, or is not of the text main MIME type, then that item in the returned list will be failobj.例文帳に追加

しかし、その subpart が Content-Type: をもってないか、charset がないか、あるいは MIME maintype が text でないいずれかの場合には、リストの要素として failobj が返されます。 - Python

Other possible values might be 'compose' and 'edit', if you wanted to create a new body of the given MIME type or alter the existing body data.例文帳に追加

与えられた MIME 型をもつ新たなデータ本体を作成した場合や、既存のデータ本体を置き換えたい場合には、'view' の他に'compose' および 'edit' を取ることもできます。 - Python

Guess the extensions for a file based on its MIME type, given by type.The return value is a list of strings giving all possible filename extensions,including the leading dot (".").例文帳に追加

戻り値は、先頭のドット (".")を含む、可能なファイル拡張子すべてを与える文字列のリストです。 - Python

The RX Plug-in may be used with Netscape Navigator (3.0 or later) to interpretdocuments in the RX MIME type format and start remote applications.例文帳に追加

RX プラグイン は RX 文書を読み、この文書からアプリケーションが使おうとするサービスのリストを取得する。 - XFree86

When the MIME TYPE indicates no RSS feed (WEB content summary information) (NO in S3), an image representing no RSS feed is displayed (S4).例文帳に追加

RSSフィード(WEBコンテンツ要約情報)でなかった場合(S3のNO)、RSSでない旨の画面を表示する(S4)。 - 特許庁

To provide a non-standard MIME (multipurpose internet mail extensions) type support system and its method for a mobile terminal in which a java download function supporting only an existent standard MIME type is expanded to also support content download of a non-standard MIME type.例文帳に追加

既存の標準MIMEタイプのみを支援したジャバダウンロード機能を拡張して、非標準MIMEタイプのコンテンツダウンロードも支援し得る携帯端末機の非標準MIMEタイプ支援システム及びその方法を提供すること。 - 特許庁

A storage unit 17 of a mobile phone 10 stores a file of content data as a content file 17b, a file analysis unit 18 analyzes the file of content data stored as the content file 17b in the storage unit 17, and a MIME type setting unit 19 sets a MIME type of content data based on the analysis result of file by the file analysis unit 18.例文帳に追加

携帯電話機10の記憶部17が、コンテンツデータのファイルをコンテンツファイル17bとして記憶し、ファイル解析部18が、記憶部17にコンテンツファイル17bとして記憶されたコンテンツデータのファイルを解析し、MIMEタイプ設定部19が、ファイル解析部18によるファイルの解析結果に基づいて、コンテンツデータのMIMEタイプを設定する。 - 特許庁

It can filter traffic based on time,regular expressions on path/URI, source and destination IP addresses, domain,browser, authenticated user name, MIME type, and port number (protocol). 例文帳に追加

Squidは、時間やPathやURIの正規表現、送信元や送信先のIPアドレス、ドメイン、ブラウザ、ユーザ認証、MIMEタイプ、ポート番号(プロトコル)により通信をフィルタすることができます。 - Gentoo Linux

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

When acquiring an acquisition response (HTTP response) from a WEB server 41 (YES in S2), the MIME TYPE is checked and whether or not it is an RSS feed is checked (S3).例文帳に追加

WEBサーバ41から取得応答(HTTPレスポンス)を取得したら(S2のYES)、MIME TYPEをチェックして、RSSフィードか否かをチェックする(S3)。 - 特許庁

例文

Then, if the user encounters an email message or Web document with the MIME type video/mpeg,"%s" will be replaced by a filename (usually one belonging to a temporary file) and the xmpeg program can be automatically started to view the file. The mailcap format is documented in RFC 1524, ``A User AgentConfiguration Mechanism For Multimedia Mail Format Information,'' but is not an Internet standard.例文帳に追加

ユーザが email メッセージや Web ドキュメント上でその MIME タイプ video/mpeg に遭遇すると、"%s" はファイル名 (通常テンポラリファイルに属するものになります)に置き換えられ、ファイルを閲覧するために xmpeg プログラムが自動的に起動されます。 mailcap の形式は RFC 1524, ``A User AgentConfiguration Mechanism For Multimedia Mail Format Information'' で文書化されていますが、この文書はインターネット標準ではありません。 - Python

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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/ ).
  
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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS