1016万例文収録!

「プログレス」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > プログレスの意味・解説 > プログレスに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

プログレスを含む例文一覧と使い方

該当件数 : 81



例文

例 38-13プログレスバーの例例文帳に追加

Some progress bar examples  - PEAR

パタ−プログレス装置例文帳に追加

PUTTING PROGRESS DEVICE - 特許庁

例 38-14単純なプログレスバーの例例文帳に追加

Simple progressbar example  - PEAR

2.8.1 プログレスバーオブジェクト例文帳に追加

2.8.1 ProgressBar Objects  - Python

例文

2.8.1 プログレスバーオブジェクト例文帳に追加

Subsections 2.8.1 ProgressBar Objects  - Python


例文

プログレスメーター表示システム例文帳に追加

PROGRESS METER DISPLAY SYSTEM - 特許庁

プログレスダイアログ中のプログレスボックスのテキストをnewstrに設定します。例文帳に追加

Sets the text in the progress box of the progress dialog tonewstr.  - Python

プログレスバーが不定量プログレスバーの場合、床屋の螺旋看板 (barbar pole)模様を 1 度「回転」させます。例文帳に追加

If the bar is indeterminate, this causes one``spin'' of the barber pole.  - Python

プログレスバー付きのモードレスダイアログを表示します。例文帳に追加

Displays a mode less progress-bar dialog. - Python

例文

定量プログレスバー (温度計スタイル) と不定量プログレスバー(床屋の螺旋看板スタイル) がサポートされています。例文帳に追加

Both determinate (thermometer style) and indeterminate(barber-pole style) progress bars are supported.  - Python

例文

プログレスバーの最大値 (整数型あるいは長整数型) です;プログレスバー (温度計, thermometer) では、curval がmaxval に等しい時に全量に到達します。例文帳に追加

The maximum value (of type integer or long integer) of the progressbar; the progress bar (thermometer style) is full when curvalequals maxval.  - Python

また、プリンタにおける印刷処理の進行状況を示すプログレスバー47が、プログレスバー40に並列に表示される。例文帳に追加

A progress bar 47 indicating the progress state of printing processing by the printer is displayed in parallel with the bar 40. - 特許庁

その後、別のブートスクリーンやプログレスバーに出迎えられます。例文帳に追加

You will then be greeted with a boot screen and progress bar.  - Gentoo Linux

フォワードプログレスがなければ、ARP は再びプローブを試みる。例文帳に追加

It first tries to ask a local arp daemon app_solicit  - JM

最初のパラメータ format stringは、プログレスバー全体のレイアウトを指定します。例文帳に追加

The first parameter, format string, defines the layout of the whole progress bar.  - PEAR

二番目の引数は、プログレスバーで使用する文字列です。例文帳に追加

The second argument is the string that is going to fill the progress bar.  - PEAR

三番目の引数は、プログレスバーの「空欄」の位置を埋める文字列です。例文帳に追加

The third argument is the string that fills the "empty" space in the progress bar.  - PEAR

五番目の引数は、プログレスバー全体が表す数値です。例文帳に追加

The fifth argument is the target number of the progress bar.  - PEAR

プログレスバーの現在の値 (整数型あるいは長整数型) です。例文帳に追加

The current value (of type integer or long integer) of the progressbar.  - Python

プログレスバーの通常のアクセスのメソッドによってcurvalを0とmaxvalの間にします。例文帳に追加

The normal access methods coerce curval between0 and maxval.  - Python

maxvalが0 の場合、不定量プログレスバー (床屋の螺旋看板, barbar pole)になります。例文帳に追加

If maxval is 0, the bar will be indeterminate (barber-pole). - Python

プログレスダイアログのタイトルバーのテキストをnewstrに設定します。例文帳に追加

Sets the text in the title bar of the progress dialog tonewstr.  - Python

プログレスバーのcurvalをnだけ増やします。 n を指定しなければ1だけ増やします。例文帳に追加

Increments the progress bar's curval by n, or by 1if n is not provided.  - Python

)変更内容を反映するようプログレスバーの表示を更新します。例文帳に追加

The progress bar is updated to reflect the change. - Python

大臣達は、次回の会合で、そのプログレスレポートに期待することとした。例文帳に追加

Ministers looked forward to a progress report at their next meeting.  - 財務省

プログレスビデオ編集システム及び磁気記録再生装置例文帳に追加

PROGRESS VIDEO EDITING SYSTEM AND MAGNETIC RECORDING AND REPRODUCING DEVICE - 特許庁

待ち時間は、プログレスバー46として操作画面41に表示される。例文帳に追加

Waiting time is displayed on an operation screen 41 as a progress bar 46. - 特許庁

Conkyは、テキスト、プログレスバー、そしてグラフの両方を使用して収集された情報を表示します。例文帳に追加

It displays the information it has gathered through the use of both text, progress bars, and graphs. - Gentoo Linux

任意の文字のほかに、置換用の変数を指定することができます。 %bar% が実際のプログレスバーです。例文帳に追加

It may contain any character and has some variables that get replaced: %bar% is the actual progress bar.  - PEAR

このプログレスバーの表示は、同期形式 (COMET) あるいは非同期形式 (AJAX)のいずれかで行います。例文帳に追加

Progress bar may be synchronous (COMET) or asynchronous (AJAX).  - PEAR

ProgressBarオブジェクトでは、モードレスなプログレスバーダイアログのサポートを提供しています。例文帳に追加

ProgressBar objects provide support for mode less progress-bardialogs. - Python

それ以外の場合、プログレスバーはProgressBar オブジェクトを廃棄するまで表示されたままになります。例文帳に追加

Otherwise, the bar remains visible until the ProgressBar object is discarded. - Python

特徴情報付プログレスバー構成情報生成機能を有するAV装置例文帳に追加

AV DEVICE HAVING FUNCTION OF GENERATING CONFIGURATION INFORMATION FOR PROGRESS BAR WITH FEATURE INFORMATION - 特許庁

さらに、この時間プログレスの上部には、具体的な撮影日時を表示する。例文帳に追加

In addition, a specific shooting time and date are displayed at the top of the time progress. - 特許庁

取得した広告コンテンツを、表示制御部52が取得して、プログレス表示画面に表示させる。例文帳に追加

The acquired advertisement contents are acquired by a display control part 52 and displayed on a progress display picture. - 特許庁

例えば、前記隠蔽手順においてはプログレス画面をフルスクリーン表示するとよい。例文帳に追加

For example, it is desirable that the progress screen is full-screen-displayed in the concealment procedure. - 特許庁

プログレスバーの最大値がゼロ以上の場合には定量インジケータに、そうでない場合は不定量インジケータになります。 バージョン 2.2 で 変更 された仕様:不定量プログレスバーのサポートを追加しました。例文帳に追加

The bar will be determinate if its maximum value is greater than zero; otherwise it will be indeterminate.Changed in version 2.2:Support for indeterminate-style progress bars was added. - Python

温度計バーの場合、変更内容を反映するよう表示を更新します。 変更によって定量プログレスバーから不定量プログレスバーへ、あるいはその逆への推移が起こります。例文帳に追加

The thermometer bar is updated to reflect the changes, including a change from indeterminate to determinate or vice versa. - Python

描画装置104は、サービスのダウンロードが開始されてから終了するまで、獲得されたプログレスメーターを構成する部品などでプログレスメーターを描画する。例文帳に追加

A plotting device 104 plots the progress meter by the acquired components constituting the progress meter or the like after the download of the service is started until it is ended. - 特許庁

偶数フィールドプログレス走査を行っても奇数フィールドプログレス走査を行っても或いは飛び越し走査を行っても高解像度でフリッカの少ないオーバレイ画像が表示できるフリッカ低減表示方式を提供する。例文帳に追加

To provide a flicker reduced display method capable of displaying an overlay picture with high resolution and less flicker, whether through even or odd field progressing scanning or interlaced scanning. - 特許庁

本発明は、タスク進捗度に線形的に相関付けられるプログレスインジケータとセキュリティ進捗度を正確に反映するプログレスインジケータとの間の中間領域を占める解決策を提供する。例文帳に追加

To provide a solution that occupies an intermediate region between a progress indicator that is linearly correlated with the task progress and a progress indicator that accurately reflects the security progress. - 特許庁

撮影画像とともに、全体の撮影ルートの移動距離のうちの割合を示す距離プログレスと、全体の時間に対する割合を示す時間プログレスとを表示する。例文帳に追加

The display controller displays a shot image, the distance progress showing the rate of the travel distance in the overall shooting route, and the time progress showing the rate relative to the whole time. - 特許庁

このとき、指定された区切り線のところまで距離プログレスが更新され、これに対応して、その指定された区切り線のところで撮影された時間まで時間プログレスも更新される。例文帳に追加

At this time, the distance progress is updated to the specified separating line, and accordingly the time progress is also updated to the time when the shooting is performed at the specified separating line. - 特許庁

以下の部分では、サスペンドや復帰中の素晴らしいグラフィカルプログレスバーであるfbsplashのサポートを含んだ、suspend2の設定について説明します。例文帳に追加

The following section discusses the setup of TuxOnIce including fbsplash support for a nice graphical progress bar during suspend and resume. - Gentoo Linux

この例では、5 個のパラメータを使用してプログレスバーのインスタンスを作成します。 使用するパラメータはformat string、bar string、empty string、console width およびtarget numberです。例文帳に追加

In the example we create the progress bar instance with five parameters: The format string, bar string, empty string, console width and the target number.  - PEAR

たとえば 115 KB の大きさのファイルのダウンロード時にプログレスバーを表示するなら、ここで 115 を指定します。例文帳に追加

For example, if you wanted to display a progress bar for a download of a file that is 115 KB big, you would pass 115 here.  - PEAR

プログレスバーの設定が終わったら、実際の作業 (ファイルのアップロードやダウンロード、何らかの計算など) をはじめることができます。例文帳に追加

After setting up the progress bar, you can start doing the real work - up- or downloading files, calculating something etc.  - PEAR

すべての要素 (progress, cells, labels)を html のプロパティでカスタマイズ可能 パーセント表示/ラベルの、プログレスメーターからのフローティング例文帳に追加

all elements (progress, cells, labels) are customizable by their html properties percent/labels are floating all around the progress meter  - PEAR

単一のファイルを処理する場合なら、プログレスバーや処理中メッセージを表示する必要は特にありません。例文帳に追加

For a single file, it's not necessary to have a progress bar or a message wait.  - PEAR

例文

実行中のインターフェイス (CLI あるいはウェブ) によって、プログレスバーや処理中メッセージを表示する方法は 2 通りあります。例文帳に追加

Depending of interface you're running (CLI or Web) you've two ways to display a progress bar or a message wait.  - PEAR

索引トップ用語の索引



  
Copyright(C) 財務省
※この記事は財務省ホームページの情報を転載しております。内容には仮訳のものも含まれており、今後内容に変更がある可能性がございます。
財務省は利用者が当ホームページの情報を用いて行う一切の行為について、何ら責任を負うものではありません。
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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-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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS