| 例文 |
text inputの部分一致の例文一覧と使い方
該当件数 : 968件
!-- [snip] the beginning of the form --input type="text" name="fname" ... 例文帳に追加
!-- [省略] フォームここから --input type="text" name="fname" ... /!-- [省略] フォームここまで -- - PEAR
htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 例文帳に追加
htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 注: password 型は、文字がアスタリスクに置き換えられる、特殊なテキストフィールドの型です。 - NetBeans
Add a style attribute to the showWishList form:form name=wishList action=wishlist.php method=GET style=visibility:hiddenShow wish list of: input type=text name=user/ input type=submit value=Go //form 例文帳に追加
showWishList フォームに、次の style 属性を追加します。 form name=wishList action=wishlist.php method=GET style=visibility:hiddenShow wish list of: input type=text name=user/ input type=submit value=Go //form - NetBeans
TEXT INPUT ASSISTANCE APPARATUS AND TEXT INPUT ASSISTANCE PROGRAM例文帳に追加
文章入力補助装置、及び文章入力補助プログラム - 特許庁
HTML Form in index.php Enter the following code block into the body of index.php:form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form 例文帳に追加
index.php での HTML フォーム index.php の本文に次のコードブロックを入力します。 form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form - NetBeans
TEXT INPUT SYSTEM, TEXT INPUT METHOD, MENU SELECTION METHOD AND STORAGE MEDIUM例文帳に追加
テキスト入力システム、テキスト入力方法、メニュー選択方法及び記憶媒体 - 特許庁
PAUSE LOCATION PREDICTING DEVICE FOR INPUT TEXT例文帳に追加
入力テキストのポーズ位置予測装置 - 特許庁
TEXT INPUT DEVICE AND RECORDING MEDIUM例文帳に追加
文章入力装置及び記録媒体 - 特許庁
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 text is acquired from a text acquisition means, and regarded as an input text (1).例文帳に追加
次に、テキスト取得手段からテキストを取得し、該テキストを入力テキストと見做す(1)。 - 特許庁
TEXT INPUT DEVICE, TRANSLATION DEVICE INCLUDING THE SAME, TEXT INPUT METHOD AND COMPUTER PROGRAM例文帳に追加
テキスト入力装置、それを含む翻訳装置、テキスト入力方法及びコンピュータプログラム - 特許庁
textpad -- Text input widget for curses programs 例文帳に追加
6.16 curses.textpad -- curses プログラムのためのテキスト入力ウィジェット - Python
TEXT INPUT DEVICE WITH INDIVIDUAL ADAPTING FUNCTION例文帳に追加
個人適応機能付きテキスト入力装置 - 特許庁
IMPROVED TEXT INPUT FOR ELECTRONIC DEVICE例文帳に追加
電子デバイスの改善された文章入力 - 特許庁
6.16 curses. textpad -- Text input widget for curses programs 例文帳に追加
6.16 curses.textpad -- curses プログラムのためのテキスト入力ウィジェット - Python
To achieve conversion function to text data by converting input data into text data.例文帳に追加
入力データのテキスト化を行い、対テキスト変換機能を実現する。 - 特許庁
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
TEXT INPUT SUPPORT SYSTEM, TEXT INPUT SUPPORT DEVICE, REFERENCE INFORMATION CREATION DEVICE AND PROGRAM例文帳に追加
文章入力支援システム、文章入力支援装置、参照情報作成装置及びプログラム - 特許庁
CHARACTER AND TEXT UNIT INPUT CORRECTION SYSTEM例文帳に追加
キャラクタおよびテキスト単位入力訂正システム - 特許庁
METHOD AND DEVICE FOR GENERATING VOICE INPUT TEXT例文帳に追加
音声入力テキスト作成方法及び装置 - 特許庁
Next, a vocalization of the text input is captured.例文帳に追加
次に、テキスト入力の発声がキャプチャされる。 - 特許庁
INPUT PROGRAM FOR TEXT AND HANDWRITING DATA USING PEN INPUT DEVICE例文帳に追加
ペン入力デバイスを用いたテキストと手書きデータの入力プログラム - 特許庁
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
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
Information inputted from the text input terminal 5 is stored in a text data server 6 as text data.例文帳に追加
テキスト入力端末5から入力された情報は、テキストデータとしてテキストデータサーバ6に記憶される。 - 特許庁
TEXT GENERATION METHOD AND DEVICE BY WORD INPUT例文帳に追加
単語入力による文章作成方法と装置 - 特許庁
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
A language processing part 1 analyzes an input text, and generates language information corresponding to the input text.例文帳に追加
言語処理部1が入力テキストを解析し、その入力テキストに対応する言語情報を生成する。 - 特許庁
TEXT INPUT DEVICE AND CONNECTION TABLE GENERATION DEVICE例文帳に追加
テキスト入力装置及び接続表生成装置 - 特許庁
| 例文 |
| 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 - 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) 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|