1153万例文収録!

「text type」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

text typeの部分一致の例文一覧と使い方

該当件数 : 315



例文

In the Arguments text field, type 1111 2222 3333. 例文帳に追加

「引数」テキストフィールドに「1111 2222 3333」を入力します。 - NetBeans

For the Database Name text field, type contact. 例文帳に追加

「データベース名」テキストフィールドに「contact」と入力します。 - NetBeans

The code presents an HTML form that enables entering the name and password of the user in the text fields. 例文帳に追加

form name=logon action=index.php method=POST Username: input type=text name=user/Password input type=password name=userpassword/input type=submit value=Edit My Wish List//formコードは、テキストフィールドにユーザーの名前とパスワードを入力できる HTML フォームを示します。 - NetBeans

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

例文

In the CSS File Name text field, type in stylesheet. 例文帳に追加

「CSS ファイル名」テキストフィールドに、「stylesheet」と入力します。 - NetBeans


例文

Type the text Maintains if EntryStation is operating and click OK. 例文帳に追加

「 Maintains if EntryStation is operating 」と入力し、「了解」をクリックします。 - NetBeans

In the Properties window, click in the Text field and type in some new text.例文帳に追加

「プロパティー」ウィンドウで、「テキスト」フィールドをクリックし、新しいテキストを入力します。 - NetBeans

Type the function name Customer::GetDiscount in the FunctionName text field. 例文帳に追加

「関数名」テキストフィールドに「Customer::GetDiscount」を入力します。 - NetBeans

In the New Property Pattern dialog box, type tripDataProvider in the Name text box, type TripDataProvider in the Type text box, and click OK. 例文帳に追加

「新規プロパティーパターン」ダイアログで、「名前」テキストボックスに「tripDataProvider」と入力し、「型」テキストボックスに「TripDataProvider」と入力して、「了解」をクリックします。 - NetBeans

例文

Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div The class "logon" is applied to the entire form, and the class "error" is applied to an error message within the form. 例文帳に追加

div class=logon input type=submit name=myWishList value=My Wishlist onclick=javascript:showHideLogonForm()/ form name=logon action=index.php method=POST style=visibility:?php if (logonSuccess) echo hidden; else echo visible;? Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div クラス「logon」がフォーム全体に適用され、クラス「error」がフォーム内のエラーメッセージに適用されます。 - NetBeans

例文

The index page should now appear as shown below.!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhttp://www.w3.org/TR/html4/loose.dtdhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleAuto-Completion using AJAX/title/headbodyh1Auto-Completion using AJAX/h1/body/html 例文帳に追加

index ページは次のようになります。 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhttp://www.w3.org/TR/html4/loose.dtdhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleAuto-Completion using AJAX/title/headbodyh1Auto-Completion using AJAX/h1/body/html - NetBeans

Link the stylesheet to your JSP pages by adding a reference between the head tags of both login.jsp and success.jsp:link rel=stylesheet type=text/css href=stylesheet.css例文帳に追加

login.jsp と success.jsp の両方の head タグ間に参照を追加して、JSP ページにスタイルシートを関連付けます。 link rel=stylesheet type=text/css href=stylesheet.css - NetBeans

The editor kit object 202 generates a text editor for the text element customized according to a text type during edition.例文帳に追加

エディタキットオブジェクトは、エディット中のテキストタイプに応じてカスタマイズされたテキスト要素用にテキストエディタを生成する。 - 特許庁

The response content type needs to be set to text/xml for cases where you want to exchange XML documents.例文帳に追加

XML ドキュメントを交換する場合は、応答の内容の種類を text/xml に設定します。 - NetBeans

Here, the type information presents types of the text information.例文帳に追加

ここでタイプ情報はテキスト情報のタイプを示す。 - 特許庁

An input field of the submit type with the text Go. 例文帳に追加

「Go」というテキストが付けられた「submit」型の入力フィールド。 - NetBeans

'example' = array( // table column definition 'type' = 'varchar', 'size' = 32, // form element definition 'qf_label' = 'Other Information', 'qf_type' = 'text', 'qf_vals' = array( 'a' = 'This is the letter "a"', 'b' = 'I choose "b"', 'c' = 'No, "c" is always the right answer' ) ) );}?Element HTML Attributes 例文帳に追加

要素の HTML 属性 - 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

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

Set the header, footer, and component type (such as Static Text, Text Field, or Button) for each column 例文帳に追加

ヘッダー、フッター、および各列のコンポーネントの種類 (静的テキスト、テキストフィールド、ボタンなど) の設定 - NetBeans

input.php contains a common class for all the elements of input type (text, password...).例文帳に追加

input.php には、(text, password 等の) 入力可能なタイプのすべての要素の共通クラスが記述されています。 - PEAR

Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh2Entry Form/h2form name=Name Input Form action=response.例文帳に追加

index.jsp ファイルは次のようになります。 - NetBeans

Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh1Entry Form/h1form name=Name Input Form action=response.例文帳に追加

index.jsp ファイルは次のようになります。 - NetBeans

Type in a message in the Describing Message text area. 例文帳に追加

「説明メッセージ」テキスト領域にメッセージを入力します。 - NetBeans

Copy the following code and paste it over the body tags in index.jsp:bodyform name="Test" method="post" action="SpellCheckServlet"pEnter the text you want to check:/ppptextarea rows="7" name="TextArea1" cols="40" ID="Textarea1"/textarea/ppinput type="submit" value="Spell Check" name="spellcheckbutton"/form/body 例文帳に追加

次のコードをコピーし、index.jsp の body タグにペーストします。 bodyform name=Test method=post action=SpellCheckServletpEnter the text you want to check:/ppptextarea rows=7 name=TextArea1 cols=40 ID=Textarea1/textarea/ppinput type=submit value=Spell Check name=spellcheckbutton/form/body - NetBeans

Concretely, the type of a text is specified (S20).例文帳に追加

具体的にはまず、原文の種類を特定する(S20)。 - 特許庁

An original text, the "Murasaki Diary" kurokawabon (a type of manuscript), is in the collection of the Imperial Household Agency. 例文帳に追加

底本、宮内庁蔵『紫日記』黒川本 - Wikipedia日英京都関連文書対訳コーパス

In the Class Name text field, type demo.Performance and then press Enter. 例文帳に追加

「クラス名」テキストフィールドに demo.Performance と入力し、Enter キーを押します。 - NetBeans

Type jrxml in the Item text box and click Add. 例文帳に追加

「項目」テキストボックスに「jrxml」と入力し、「追加」をクリックします。 - NetBeans

Type images in the Folder Name text box and press Enter. 例文帳に追加

「フォルダ名」テキストボックスに「images」と入力し、Enter キーを押します。 - NetBeans

Type TripReportByPerson.jrxml in the File Name text box and press Enter. 例文帳に追加

「ファイル名」テキストボックスに「TripReportByPerson.jrxml」と入力し、Enter キーを押します。 - NetBeans

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

Type Item in the Arguments text box and click OK.例文帳に追加

「引数」テキストボックスに「Item」と入力して、「了解」をクリックします。 - NetBeans

You'd plug it in, you'd type in it and green text would come out.例文帳に追加

電源を入れると タイプした字が緑色で表示され - 映画・海外ドラマ英語字幕翻訳辞書

To use international UTF-8 characters, insert the following element inside the head element, if it is not present.meta http-equiv="content-type" content="text/html; charset=UTF-8" 例文帳に追加

国際 UTF-8 文字を使用するには、次の要素を head 要素内に挿入します (存在しない場合)。 meta http-equiv=content-type content=text/html; charset=UTF-8 - NetBeans

Enter the following PHP code block inside the HTML input form, below the wisher's name input:Welcome!brform action=createNewWisher.php method=POST Your name: input type=text name=user/br/ 例文帳に追加

次の PHP コードブロックを、HTML 入力フォーム内の、ウィッシャーの名前入力の下に入力します。 Welcome!brform action=createNewWisher.php method=POST Your name: input type=text name=user/br/ - NetBeans

A portable book-type viewer is employed for reading the text.例文帳に追加

携帯用の書籍型ビューワが、テキストを読むのに用いられる。 - 特許庁

To provide text compression of an intelligent type in terms of language.例文帳に追加

言語的にインテリジェントな方式のテキスト圧縮を提供する。 - 特許庁

Type ItemTest in the Class text box, as shown in the next figure.例文帳に追加

次の図に示すように、「クラス」テキストボックスに「ItemTest」と入力します。 - NetBeans

Type in a checkin message in the Check in Message text area.例文帳に追加

「チェックインメッセージ」テキスト領域にチェックインメッセージを入力します。 - NetBeans

Note: The password type is a special type of a text field where characters are replaced with asterisks.The code presents an HTML form for a user to enter the name and password of the new wisher in the text fields. 例文帳に追加

コードは、ユーザーが新しいウィッシャーの名前とパスワードをテキストフィールドに入力するための HTML フォームを示します。 - NetBeans

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

Type Input in the JSP File Name text field and make sure that WEB-INF/docs/parameters is selected in the Folder text box.例文帳に追加

「JSP ファイル名」テキストフィールドに「Input」と入力し、「フォルダ」テキストボックスで必ず「WEB-INF/docs/parameters」を選択してください。 - NetBeans

Type Item in the Arguments text box, and click OK.The IDE creates a file named item.例文帳に追加

「引数」テキストボックスに「Item」と入力して、「了解」をクリックします。 - NetBeans

In the text fields following the checkbox, type the following: 例文帳に追加

チェックボックスのあとの各テキストフィールドに次の情報を入力します。 - NetBeans

In the Source Editor, change the content of the newly created page to the following:headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body 例文帳に追加

ソースエディタで新しく作成されたページの内容を次のように変更します。 headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body - NetBeans

In the Type Input text field, type hello and click Submit data.Your web browser displays the contents of the Output.jsp page,similar to the following. 例文帳に追加

「Type Input」テキストフィールドに「hello」と入力し、「Submit data」をクリックします。 Web ブラウザに次のような Output.jsp ページの内容が表示されます。 - NetBeans

A data text can be displayed on a screen and a supplementary data part can be related to an annotation tag present inside a text type data text.例文帳に追加

データ本文は画面上に表示可能であり、テキスト型データ本文内に存在する注釈タグに補足データ部が関連付け可能である。 - 特許庁

Advanced text input methods may be made recognize the type of input text expected to be received so that the input methods can recognize the input text with high accuracy.例文帳に追加

高度なテキスト・インプット・メソッドは、受け取りが要求される入力テキストを高い確度で認識できるように、そのタイプを認識可能になる。 - 特許庁

例文

A portable book-type viewer (266) is employed for reading the text.例文帳に追加

携帯型の書籍状のビューワ(266)が、テキストを読むのに用いられる。 - 特許庁




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
Copyright © Japan Patent office. All Rights Reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 - 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS