1016万例文収録!

「キャレット」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > キャレットの意味・解説 > キャレットに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

キャレットを含む例文一覧と使い方

該当件数 : 22



例文

ただし、リストの先頭がキャレット例文帳に追加

character in that list; if the first character of the list  - JM

これは、キャレットを return の上に置いた場合も同じです。例文帳に追加

This should also happen if you place the caret on a return.  - NetBeans

フォーカスや選択範囲の変更に応じてシステムキャレットを移動する例文帳に追加

Move system caret with focus/selection changes  - 研究社 英和コンピューター用語辞典

screen自身も制御文字の出力にはキャレット表記を用いる。例文帳に追加

Screen will also print out control characters in caret notation.  - JM

例文

IDE でキャレットの位置が追跡され、その位置に応じて該当するコード部分が強調表示されます。例文帳に追加

The IDEtracks the position of the caret and, based on it, highlights some parts of the code. - NetBeans


例文

テキストキャレットをタグ内に移動すると、対応する終了タグが強調表示されます。例文帳に追加

Put your text caret in any tag to highlight its closing tag. - NetBeans

整形改行キーを押すと次の行の位置に従ってキャレットがインデントされます。例文帳に追加

FormattingPressing newline indents the caret based on where the next line is expected to be.  - NetBeans

制御文字は例えば^C のようにキャレットに続く文字として表示されます。例文帳に追加

Control characters are displayed as a caret followed by the character, for example as ^C. - Python

文字入力を続けていくとキャレットがクライアント表示領域から外れてしまうような課題に対して、キャレット移動にクライアント表示領域が適切に追従する。例文帳に追加

To address the problem that a caret deviates from a client display area during consecutive inputting of characters by enabling the client display area to follow the shifting of the caret. - 特許庁

例文

その結果、キャレットが画面内に収まらなくなった場合には(S108:NO)、キャレットが画面内に収まるようにテープイメージを移動させる(S109)。例文帳に追加

As a result, when a caret cannot be housed in an image screen (S108: NO), the tape image is moved so that the caret is housed in the image screen (S109). - 特許庁

例文

キャレット^ 文字は キーボードの Ctrlキーを意味しますので、 ^e はキーのコンビネーション Ctrl+e を押すという意味になります。例文帳に追加

The caret ^ character represents the Ctrl key on the keyboard, so ^e expands to the key combination Ctrl+e.  - FreeBSD

注意:nanoのヘルプテキストでは、Ctrlキーはキャレット(^)で表されています。 そのため、Ctrl+Wは^Wと表示され、その他も同様です。例文帳に追加

Note: In nano's help texts the Ctrl-key is represented by a caret (^), soCtrl+W is shown as ^W, and so on.  - Gentoo Linux

ソースがない Java クラス上に Java エディタのキャレットがある場合、「メンバー」と「階層」の検査アクションが機能するようになりました。例文帳に追加

Inspect Members and Hierarchy actions now work when the caret in the Java Editor is on a Java class for which there is no source available.  - NetBeans

出現箇所のマーク記号の上にキャレットを置くと、同じ変数または呼び出しが使用されているほかの箇所が強調表示されます。例文帳に追加

Mark OccurrencesPlacing the caret on a symbol highlights other uses of the same variable or call.  - NetBeans

また、関数のキーワードの上にキャレットを置くと、そのメソッドからの戻りがすべて強調表示されます (return、throw)。例文帳に追加

Furthermore, placing the caret on a function keyword will highlight all the returns from that method (return, throw).  - NetBeans

コントロールキーと組み合わせたキーの名前は、キャレットの後に対応するASCII 文字が続く 2 文字の文字列になります。例文帳に追加

The name of a control-key combination is a two-character string consisting of a caret followed by the corresponding printable ASCII character. - Python

文字キーが入力されると(S103:YES)、入力された文字が文字列のキャレット位置に挿入されるようにRAMに記憶する(S105)。例文帳に追加

When inputting a character key (S103: YES), an inputted character is stored in a RAM so as to be inserted into a caret position of a character string (S105). - 特許庁

古い端末では、アンダースコアがバックアロー (backarrow) と呼ばれる左向きの矢印で表示される、またキャレットが上向きの矢印で表示され、縦棒 (vertcal bar) では真ん中に穴がある。例文帳に追加

On older terminals, the underscore code is displayed as a left arrow, called backarrow, the caret is displayed as an up-arrow and the vertical bar has a hole in the middle.  - JM

例えば、予想出力のある行に数字の 1 が入っていて、実際の出力には l が入っている場合、不一致のおきているカラム位置を示すキャレットの入った行が一行挿入されます。例文帳に追加

For example, if a line of expected output contains digit 1 where actual output contains letter l,a line is inserted with a caret marking the mismatching column positions. - Python

もし c が制御文字 (0x00-0x1f) であれば、キャレット ("^") と、その後ろに続く c に対応した大文字からなる文字列になります。 c が ASCII 削除文字 (0x7f)であれば、文字列は '^?' になります。例文帳に追加

If the character is a control character (0x00-0x1f) the string consists of a caret ("^") followed by the corresponding uppercase letter.If the character is an ASCII delete (0x7f) the string is'^?'. - Python

文字列抽出部3は、アプリケーション2が表示させたウィンドウ上のキャレット位置近傍に画像を描画し、再描画された文字を抽出するようにしてもよい。例文帳に追加

A character string extracting part 3 can plot an image in the neighborhood of a caret position on a window displayed by the application 2, and extract the re-plotted characters. - 特許庁

例文

これらの項目の一覧を決定するため、コード補完機能では、補完が起動されたときの現在のコンテキスト (キャレットの位置) を使用します。 スマート補完機能の機能と詳細については、このあとの「スマート」が付く節を参照してください。例文帳に追加

To determine list of these items the code completion uses the current context(i.e. the position of caret) when completion is invoked.See other bullet points below starting with smart for more information and examples of the smart completion feature. - NetBeans

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
© 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 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS