「User Name」を含む例文一覧(2151)

1 2 3 4 5 6 7 8 9 10 11 .... 43 44 次へ>
  • User name:
    ユーザー名: - 研究社 英和コンピューター用語辞典
  • a user name
    ユーザー名 - Eゲイト英和辞典
  • FTP User Name
    FTP ユーザー名 - NetBeans
  • : User name for login
    :ログイン時のユーザ名 - PEAR
  • The name can be a host nameor a user name.
    引き数 name はホスト名かユーザ名である。 - XFree86
  • User name or comment field
    実名またはコメント - Python
  • sets the default value for name element to 'Joe User'.
    QuickForm には、デフォルト値( - PEAR
  • username: User name for login
    username:ログイン用ユーザ名です。 - PEAR
  • only a user name (or numeric user ID) is given, that user is made the
    ユーザ名 (もしくは数値の user ID) のみを指定した場合、 - JM
  • a name identifying a user
    ユーザーを識別する名前 - 研究社 英和コンピューター用語辞典
  • to verify the user name
    利用者名を検査する - コンピューター用語辞典
  • 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
  • File's user name, or numeric user ID if the user has no name.
    ファイルのユーザー名。 対応する名前が無い場合はユーザー ID の数値。 - JM
  • name pointed outside of user address space.
    において、nameがユーザアドレス空間の外を指した。 - JM
  • not a user name or password
    ユーザー名やパスワードではなく - Weblio Email例文集
  • (iv) the name and address of a trade name user.
    四 商号使用者の氏名及び住所 - 日本法令外国語訳データベースシステム
  • account the name of the user on the system.
    accountそのシステムでのユーザー名。 - JM
  • as follows: if only a user name (or numeric user ID) is given,
    ユーザー名 (もしくは数値の user ID) のみを指定した場合、 - JM
  • We need the user name and password to get beyond this page.
    ユーザー名とパスワードがいる - 映画・海外ドラマ英語字幕翻訳辞書
  • I memorized norman's user name.
    ノーマンのユーザー・ネームは憶えたから - 映画・海外ドラマ英語字幕翻訳辞書
  • owner may be either a user name or a numeric user ID.
    ownerはユーザー名でも数字のユーザー ID でもよい。 - JM
  • The value is the name of the wisher and the identifier is user.
    値はウィッシャーの名前で、識別子は「user」です。 - 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
  • 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
  • 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
  • Is that the name of the user
    これは ユーザーの名前でしょうか - 映画・海外ドラマ英語字幕翻訳辞書
  • the user name, that user is made the owner of the files and the group of the
    ファイルの所有権はそのユーザーになり、 - JM
  • the user to change the system user for string $system the new system user name
    システムのユーザを変更したい cvs ユーザ。 string$system 新しいシステムユーザ名。 - PEAR
  • role: The role the user has during package development. (Can be either lead, developer, helper.) name: The real name of the user.
    user: メンテナのユーザアカウント名 role: メンテナのパッケージ開発における役割(lead, developer, helper のいずれか) - PEAR
  • 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
  • Type the user name and password.
    ユーザー名とパスワードを入力します。 - NetBeans
  • email: The email address of the user.
    name: メンテナの本名 email: メンテナのメールアドレス - PEAR
  • 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 LOCATION MANAGEMENT DOMAIN NAME CONVERSION SYSTEM
    ユーザ位置管理ドメインネーム変換システム - 特許庁
  • the name of the user to add string $pass the password of the user to add
    追加するユーザの名前。 string$pass 追加するユーザのパスワード。 - PEAR
  • the name of the user to add string $pass the password of the user tot add
    追加するユーザの名前。 string$pass 追加するユーザのパスワード。 - PEAR
  • You are using the default root user name
    デフォルトの root ユーザー名を使用している - NetBeans
  • (i) Name of the pilot in command or the personal name or corporate name of the user of subject aircraft
    一 機長又は当該航空機の使用者の氏名若しくは名称 - 日本法令外国語訳データベースシステム
  • A terminal 111 transmits a user name to an ISP 151.
    端末111は、ISP 151へユーザ名を送信する。 - 特許庁
  • User name.
    ファイルメンバを保存した元のユーザのユーザ名です. - Python
  • Thestring displayed to prompt for a user name.
    "xlogin.Login.namePrompt"ユーザ名のプロンプトに表示する文字列。 - XFree86
  • If user names are given, the name of each user is printed before the
    ユーザー名が与えられると、そのユーザーのグループリストの前に - JM
  • Click Add Principal and enter user for the principal name.
    「主体を追加」をクリックし、「主体名」に「user」と入力します。 - NetBeans
  • The name (user) is the key to pick the data on the destination form.
    名前 (user) は、宛先フォームのデータを見つけるためのキーです。 - NetBeans
  • but the user name is omitted, only the group of the files is changed;
    ファイルのグループのみが変更される。 - JM
  • The login name of the user who checked in the revision.
    そのリビジョンをチェックインしたユーザ名です。 - JM
  • Also set User Name and Password to nbuser.
    また、ユーザー名とパスワードを「nbuser」に設定します。 - NetBeans
  • USER NAME DISPLAY METHOD AND SYSTEM THEREFOR
    ユーザ名称表示方法およびそのシステム - 特許庁
  • In this case, the user name and the server name for receiving mails, and a password are registered to each user.
    その際、メール受信用のユーザ名、サーバ名およびパスワードをユーザ毎に登録する。 - 特許庁
  • SYSTEM FOR AUTOMATICALLY ASSIGNING USER ACCOUNT NAME, METHOD THEREFOR, AND DEVICE AND PROGRAM FOR ACQUIRING USER ACCOUNT NAME
    ユーザアカウント名の自動割当システム、その方法、ユーザアカウント名取得装置およびプログラム - 特許庁
1 2 3 4 5 6 7 8 9 10 11 .... 43 44 次へ>

例文データの著作権について