| 例文 |
user inputの部分一致の例文一覧と使い方
該当件数 : 9379件
USER INPUT RECOGNITION DEVICE例文帳に追加
ユーザ入力認識装置 - 特許庁
USER EVALUATION INPUT APPARATUS例文帳に追加
ユーザ評価入力装置 - 特許庁
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
The user input detecting element 84 detects a user input.例文帳に追加
ユーザ入力検出素子84は、ユーザ入力を検出する。 - 特許庁
User input information input by a user is input (steps S16 and S18).例文帳に追加
ユーザが入力したユーザ入力情報を入力する(ステップS16、18)。 - 特許庁
respond to user input 例文帳に追加
ユーザーからの入力に反応する - 研究社 英和コンピューター用語辞典
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
A user input interface generates a user command on the basis of input 38 of a user.例文帳に追加
ユーザ入力インターフェイスが、ユーザの入力38に基づいてユーザコマンドを発生する。 - 特許庁
An input/output interface receives user input.例文帳に追加
入力/出力インタフェイスは、ユーザ入力を受け取る。 - 特許庁
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
A user input part 101 accepts an input of retrieving conditions from a user.例文帳に追加
ユーザ入力部101は、ユーザからの検索条件などを入力する。 - 特許庁
A user input part 13 accepts an input of an authentication code from a user.例文帳に追加
ユーザ入力部13は、ユーザから認証コードの入力を受付ける。 - 特許庁
The input device receives instruction input by a user.例文帳に追加
入力装置は、ユーザによる指示入力を受け付ける。 - 特許庁
PRESENTATION OF DATA BASED ON USER INPUT例文帳に追加
ユーザ入力に基づくデータの提示 - 特許庁
When an updated user input to provide the section of the first user input is received, the user input is specified and executed on the basis of the first user input entry and the updated user input.例文帳に追加
最初のユーザ入力の部分を提供する更新ユーザ入力が受け取られると、最初のユーザ入力エントリ及び更新ユーザ入力に基づいて、ユーザ入力が特定され実行される。 - 特許庁
A user input interface generates user commands based on user inputs.例文帳に追加
ユーザ入力インターフェイスが、ユーザの入力に基づいてユーザコマンドを発生する。 - 特許庁
A user management information input means 10 specifies a user by prompting the user to input user management information characteristic of the user in response to a print command from the user.例文帳に追加
ユーザ管理情報入力手段10はユーザから印刷命令があるとユーザ固有のユーザ管理情報を入力させてユーザを特定する。 - 特許庁
INPUT DEVICE AND USER AUTHENTICATION METHOD例文帳に追加
入力装置およびユーザー認証方法 - 特許庁
To provide a user input device for communicating a user input to a computer.例文帳に追加
ユーザ入力をコンピュータに通信するためのユーザ入力装置を提供すること。 - 特許庁
INPUT DEVICE AND METHOD OF DETECTING USER INPUT WITH INPUT DEVICE例文帳に追加
入力デバイスおよび入力デバイスを用いてユーザ入力を検出する方法 - 特許庁
USER INPUT APPARATUS, DIGITAL CAMERA, INPUT CONTROL METHOD, AND INPUT CONTROL PROGRAM例文帳に追加
ユーザ入力装置、デジタルカメラ、入力制御方法、および入力制御プログラム - 特許庁
To prevent an input error by facilitating input operation by a user.例文帳に追加
ユーザの入力操作を簡略にし、入力ミスを防止する。 - 特許庁
DATA INPUT DEVICE AND USER INTERFACE SYSTEM例文帳に追加
データ入力装置とユーザインターフェイス方式 - 特許庁
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
An input user interface has an IF function to transfer data from an input device to a user input process module.例文帳に追加
入力ユーザインタフェースは、入力デバイスからユーザ入力処理モジュールにデータを転送するIF機能を備える。 - 特許庁
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
In this user authentication method, an input part 21 that is a user interface of a user authentication device 20 receives input of the authentication information.例文帳に追加
ユーザ認証装置20のユーザインタフェースである入力部21が、認証情報の入力を受け付ける。 - 特許庁
The selection instruction is input by the user.例文帳に追加
選択指示はユーザによって入力される。 - 特許庁
Validating and Converting User Input With JSF例文帳に追加
ユーザー入力と JSF の妥当性検査と変換 - NetBeans
Return value returns The input from the user.例文帳に追加
返り値 ユーザの入力内容を返します。 - PEAR
An input operation part 16 accepts a character input operation by the user.例文帳に追加
入力操作部16は、ユーザの文字入力操作を受け付ける。 - 特許庁
The input control unit 11 receives an operation input by a user.例文帳に追加
入力制御部11は、ユーザによる操作入力を受け付ける。 - 特許庁
| 例文 |
| 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 (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. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|