1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > user typeの意味・解説 > user typeに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 2699



例文

Type user as the user ID and user as the password. 例文帳に追加

「ユーザー ID」に「user」、パスワードに「user」と入力します。 - NetBeans

USER AUTHENTICATION TYPE VLAN例文帳に追加

ユーザ認証型VLAN - 特許庁

Try to set your bios entry to User Type HDD.例文帳に追加

BIOSの項目をUser Type HDDに設定してみましょう。 - Gentoo Linux

WIRELESS TYPE USER INTERFACE例文帳に追加

ワイヤレス式ユーザインタフェース - 特許庁

例文

TOUCH SENSOR TYPE USER INTERFACE例文帳に追加

タッチセンサ式ユーザインターフェース - 特許庁


例文

USER OPERATION TYPE PROCESSOR例文帳に追加

利用者操作型処理機 - 特許庁

On Windows, type the command mysqld-nt --user root --password=your_root_user_password 例文帳に追加

Windows で、コマンド「mysqld-nt --user root --password=ルートユーザーのパスワード - NetBeans

USER LOAD SYNCHRONOUS TYPE PLC例文帳に追加

ユーザ負荷同期型PLC - 特許庁

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

例文

LIGHTING TYPE USER INTERFACE例文帳に追加

点灯方式のユーザインターフェース - 特許庁

例文

The type of user-defined classes. 例文帳に追加

ユーザー定義のクラスの型です。 - Python

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

USER PARTICIPATION TYPE ADVERTISEMENT DISPLAY SYSTEM例文帳に追加

ユーザ参加型広告表示システム - 特許庁

USER SELECTION TYPE E-MAIL DISTRIBUTING SYSTEM例文帳に追加

ユーザ選択型メール配信システム - 特許庁

For User Name, type root, and for Password type your root user password. 例文帳に追加

「ユーザー名」に「root」と入力し、パスワードに「root」ユーザーのパスワードを入力します。 - NetBeans

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

USER ON-DEMAND TYPE TELECOMMUNICATION CONTROL SYSTEM例文帳に追加

ユーザオンデマンド型通信制御システム - 特許庁

In addition to the Save Type, the user must specify an Interact Style. 例文帳に追加

Save Type に加え、ユーザは Interact Style を指定しなければならない。 - XFree86

Type the user name and password. 例文帳に追加

ユーザー名とパスワードを入力します。 - NetBeans

USER OPERATION TYPE INFORMATION PROCESSOR例文帳に追加

利用者操作型情報処理装置 - 特許庁

HOUSING TYPE SEAT FOR WHEELCHAIR USER例文帳に追加

車椅子利用者用収納式シート - 特許庁

USER SPECIALIZATION TYPE INFORMATION GENERATION DEVICE例文帳に追加

利用者特化型情報生成装置 - 特許庁

QUESTION-ANSWERING TYPE USER IDENTIFICATION SYSTEM例文帳に追加

質問応答型利用者識別システム - 特許庁

type your user identification 例文帳に追加

自分のユーザ識別記号(ID)をタイプしなさい - コンピューター用語辞典

USER REQUEST TYPE FACSIMILE OUTPUT DEVICE例文帳に追加

ユーザ要求型ファクシミリ出力装置 - 特許庁

A user specification part 12 inputs the type of sentence specified by the user.例文帳に追加

ユーザ指定部12は、ユーザ指定の文種を入力する。 - 特許庁

The type of user-defined functions and lambdas. 例文帳に追加

ユーザー定義の関数またはlambdaの型です。 - Python

The type of instances of user-defined classes. 例文帳に追加

ユーザー定義のクラスのインスタンスの型です。 - Python

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

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

USER MANAGEMENT SYSTEM FOR MECHANICAL TYPE PARKING GARAGE例文帳に追加

機械式駐車場の利用者管理システム - 特許庁

USER ANTICIPATION TYPE BUILD-UP TYPE MERCHANDISE SELLING SYSTEM THROUGH INTERNET例文帳に追加

インターネットを介したユーザー参加型ビルドアップタイプ商品販売システム - 特許庁

func(arg, type,data), where arg is the user supplied argument, type is the particular type of callback, and data is the data returned for this type of callback.例文帳に追加

コールバックは以下のように呼び出されます: func(arg, type, data)、ここでargはユーザが与えた引数、typeはコールバックの特定のタイプ、dataはこのtypeのコールバックに渡されるデータです。 - Python

USER TASTE LEARNING TYPE DATA BASE RETRIEVING DEVICE例文帳に追加

利用者嗜好学習型データベース検索装置 - 特許庁

SYSTEM AND METHOD FOR VIRTUAL CONTROL OF USER OPERATION TYPE例文帳に追加

ユーザ操作型仮想制御システム及び方法 - 特許庁

NATURAL LANGUAGE DESCRIPTION-TYPE USER INTERFACE CONSTRUCTING DEVICE例文帳に追加

自然言語記述式ユーザーインターフェース構築装置 - 特許庁

In the Administrator user name field, type root. 例文帳に追加

「管理者のユーザー名」フィールドに「root」と入力します。 - NetBeans

The type of methods of user-defined class instances. 例文帳に追加

ユーザー定義のクラスのインスタンスのメソッドの型です。 - Python

The user traffic is also routed to the user equipment, based on the type of user equipment and the integration level.例文帳に追加

ユーザトラフィックもまた、ユーザ機器のタイプおよび統合レベルに基づいてユーザ機器へルーティングされる。 - 特許庁

A user hides himself in the inflated tent type appliance.例文帳に追加

そのテント型に膨張した中に身を隠します。 - 特許庁

A D type FF 5 latches an output of the D type FF by a user clock.例文帳に追加

D型FF5はD型FF4の出力をユーザクロックでラッチする。 - 特許庁

The user information includes, for example, type of physique, face, habit and taste of the user.例文帳に追加

ユーザ情報には、例えば、体型、顔、趣味、嗜好などの情報が含まれる。 - 特許庁

VPN USER MANAGEMENT SYSTEM, CONFERENCE TYPE APPROVAL SERVER, PROPORTIONAL DISTRIBUTION TYPE CHARGING SERVER, CONFERENCE TYPE APPROVAL PROGRAM, AND PROPORTIONAL DISTRIBUTION TYPE CHARGING PROGRAM例文帳に追加

VPN利用者管理システム、合議型承認サーバ、按分型課金サーバ、合議型承認プログラム、按分型課金プログラム - 特許庁

WAVELENGTH DISTRIBUTION TYPE COMMUNICATION METHOD, WAVELENGTH DISTRIBUTION TYPE NETWORK APPARATUS, AND USER APPARATUS例文帳に追加

波長分配型通信方法、波長分配型ネットワーク装置及びユーザ装置 - 特許庁

ON-DEMAND-TYPE RADIO TRANSMISSION/RECEPTION DEVICE FOR VEHICLE USER AND ON-DEMAND-TYPE RADIO TRANSMISSION/ RECEPTION METHOD FOR VEHICLE USER例文帳に追加

車利用者向けオンデマンド型ラジオ送受信装置および車利用者向けオンデマンド型ラジオ送受信方法 - 特許庁

IN-LINE DEVELOPING DEVICE FOR STRUCTURED-TYPE USER DEFINITION OPERATION例文帳に追加

構造型の利用者定義演算のインライン展開装置 - 特許庁

Type in developer and user support email addresses. 例文帳に追加

開発者とユーザーサポート電子メールアドレスを入力します。 - NetBeans

Omit the -p if the user does not have a password.Otherwise, when prompted, type the password. 例文帳に追加

ユーザーにパスワードがない場合は -p を省略します。 - NetBeans

The user terminal information includes a user terminal ID, the type of user interface function provided in the user terminal, and priority of each user interface function.例文帳に追加

ユーザ端末情報には,ユーザ端末ID,そのユーザ端末が備えるユーザインタフェース機能の種別,各ユーザインタフェース機能の優先度が含まれている。 - 特許庁

例文

To enable switching and setting a top boot type or a bottom boot type by a user even when a bottom boot type or a top boot type is switched after assembling products and after shipping to a user.例文帳に追加

製品のアセンブリ後にボトムブートタイプとトップブートタイプとを切り換えると共に、ユーザへの出荷後であっても、ユーザ側にてトップブートタイプとボトムブートタイプとを切り換えて設定する。 - 特許庁




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
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-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 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS