1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

status zeroの部分一致の例文一覧と使い方

該当件数 : 71



例文

An exit status of zero indicates success. 例文帳に追加

終了コード 0 は成功を示します。 - JM

A non-zero exit status indicates failure. 例文帳に追加

0 以外の終了コードは失敗を示します。 - JM

If the file cannot be read, a zero status is returned;otherwise, a nonzero status is returned. 例文帳に追加

ファイルを読み込むことができない場合、ステータスとして 0 が返される。 - XFree86

Otherwise, it returns a zero status. 例文帳に追加

そうでない場合、この関数はステータスとして 0 を返す。 - XFree86

例文

The exit status is zero if no pattern matches. 例文帳に追加

マッチするパターンが無ければ、終了ステータスは 0 になります。 - JM


例文

If its exit status is zero, the then list is executed. 例文帳に追加

この終了ステータスが 0 ならば、then listが実行されます。 - JM

It returns a nonzero status on success;otherwise, it returns a zero status. 例文帳に追加

この関数は成功時には 0 でないステータスを返し、そうでない場合はステータスとして 0 を返す。 - XFree86

It returns a nonzero status on success; otherwise,it returns a zero status. 例文帳に追加

この関数は成功時に 0 でないステーテスを返し、そうでない場合にはステータスとして 0 を返す。 - XFree86

"EXIT STATUS" For the shell's purposes, a command which exits with a zero exit status has succeeded. 例文帳に追加

終了ステータスシェルは、終了コード 0 で終了したコマンドは正常終了したとみなします。 - JM

例文

Otherwise,it returns a zero status. 例文帳に追加

この条件を満たさない場合は、この関数はステータスとして 0 を返す。 - XFree86

例文

The return status when listing options is zero if all optnames are enabled, non-zero otherwise. 例文帳に追加

オプションをリスト表示した時の返却ステータスは、全ての optnames が有効になっている場合は 0 となります。 - JM

A redirection error causes the command to exit with a non-zero status. 例文帳に追加

リダイレクションのエラーが起きると、コマンドは 0 でないステータスで終了します。 - JM

The exit status is zero if and only if all operations were successful. 例文帳に追加

全ての処理が成功した場合のみ、 終了ステータスが 0 になります。 - JM

If the value of the expression is non-zero, the return status is 0; otherwise the return status is 1. 例文帳に追加

式の値が 0 でない場合、返却ステータスは 0 になります。 そうでない場合、返されるステータスは 1 になります。 - JM

The exit status is zero if a timezone was successfully obtained from the user, non-zero otherwise. 例文帳に追加

ユーザからの入力によってタイムゾーンが正しく取得できた場合は 0 を返す。 それ以外の場合は 0 以外を返す。 - JM

In addition, zero or more file creation flags and file status flags can be bitwise- or 'd 例文帳に追加

さらに、flagsには、ファイル作成フラグ (file creation flag) とファイル状態フラグ(file status flag) を 0 個以上「ビット単位の OR (bitwise-or)」で指定することができる。 - JM

If there were no command substitutions, the command exits with a status of zero. 例文帳に追加

コマンド置換が行われなかった場合には、コマンドはステータス 0 で終了します。 - JM

Bash itself returns the exit status of the last command executed, unless a syntax error occurs, in which case it exits with a non-zero value. 例文帳に追加

文法エラーの場合には 0 でない値が終了ステータスとなります。 - JM

This function returns a nonzero status if initialization was successful; otherwise, it returns zero.例文帳に追加

この関数は初期化に成功すれば 0 でない値を返し、失敗すれば 0 を返す。 - XFree86

It returns a nonzero status if the client message is sent successfully; otherwise, it returns a zero status.例文帳に追加

この関数はクライアントメッセージの送信に成功した時に 0 でないステータスを返し、失敗した場合にはステータスとして 0 を返す。 - XFree86

It returns a nonzero status if the UnmapNotify event is successfully sent; otherwise, it returns a zero status.例文帳に追加

UnmapNotify イベントを正常に送信できた場合は、この関数は 0 でないステータスを返し、そうでない場合はステータスとして 0 を返す。 - XFree86

It returns a nonzero status if the request or event is successfully sent; otherwise, it returns a zero status.例文帳に追加

リクエストやイベントを正常に送信できた場合、この関数は 0 でないステータスを返し、そうでなければステータスとして 0 を返す。 - XFree86

A non-zero exit status can be in the range 1 to 255, and some commands use different non-zero status values to indicate the reason why the command failed. 例文帳に追加

非 0 の終了ステータスは 1 から 255 の範囲の値をとることができ、いくつかのコマンドではコマンドが失敗した理由を示すために複数の非 0 のステータス値が使用されている。 - JM

Otherwise,it sets neither of the return arguments and returns a zero status. 例文帳に追加

そうでない場合には、関数はいずれの引き数も設定せず、ステータスとして 0 を返す。 - XFree86

The return status is greater than zero if n is greater than $# or less than zero; otherwise 0. 例文帳に追加

nが$#より大きい場合や 0 より小さい場合には、返却ステータスは 0 より大きい数になります。 それ以外の場合には 0 になります。 - JM

XAddConnectionWatch returns a nonzero status if the procedure is successfully registered; otherwise, it returns zero.例文帳に追加

XAddConnectionWatchは手続きの登録に成功すれば 0 でないステータスを返し、そうでない場合には 0 を返す。 - XFree86

The exit status is the exit status of the last command executed, or zero if no condition tested true. 例文帳に追加

終了ステータスは最後に実行されたコマンドの終了ステータスですが、真と評価された条件が全く無い場合には 0 となります。 - JM

yearistype year type to check the type of a year: an exit status of zero is taken to mean that the year is of the given type; an exit status of one is taken to mean that the year is not of the given type. 例文帳に追加

+.5i yearistype year type返り値が 0 の場合は、その年は与えられたタイプに含まれ、返り値が 1 の場合は含まれないことになる。 - JM

If it was able to read and store the data in the XTextProperty structure, XGetTextProperty returns a nonzero status; otherwise, it returns a zero status.例文帳に追加

XTextProperty構造体のデータの取得や格納ができない場合、XGetTextPropertyは 0 でないステータスを返す。 それ以外の場合はステータスとして 0 が返される。 - XFree86

This function returns nonzero status if the format for the new white point is valid; otherwise, it returns zero.例文帳に追加

.LP新しい白色点に対するフォーマットが正しければ、この関数は 0 でないステータスを返す。 - XFree86

The exit status of select is the exit status of the last command executed in list , or zero if no commands were executed. 例文帳に追加

selectの終了ステータスは、list中で最後に実行したコマンドの終了ステータスですが、コマンドが全く実行されなかった場合には 0 となります。 - JM

An AND list has the form command1 && command2 command2 is executed if, and only if, command1 returns an exit status of zero. 例文帳に追加

AND リストはcommand1 && command2という形式であり、command1が終了ステータス 0 を返した場合に限りcommand2が実行されます。 - JM

If n is not given, all currently active child processes are waited for, and the return status is zero. 例文帳に追加

nが与えられていない場合には、現在アクティブな全ての子プロセスを wait し、返却ステータスは 0 となります。 - JM

The exit status of the while and until commands is the exit status of the last do list command executed, or zero if none was executed. 例文帳に追加

while コマンドと until コマンドの終了ステータスは、do list で実行された最後のコマンドの終了ステータスになりますが、コマンドが全く実行されなかった場合には 0 になります。 - JM

The until command is identical to the while command, except that the test is negated; the do list is executed as long as the last command in list returns a non-zero exit status. 例文帳に追加

dolistは、list中の最後のコマンドが0 以外の終了ステータスを返す限りずっと実行されます。 - JM

The host computer checks the status of this bit periodically and, if it is zero, reads out the key then restarts the search. 例文帳に追加

ホストコンピュータは定期的にこのビットの状態をチェックして、ゼロならキーを読み出して探索を再開させる。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』

If a command fails because of an error during expansion or redirection, the exit status is greater than zero. 例文帳に追加

展開やリダイレクションの際のエラーのためにコマンドが失敗した場合には、0 より大きい終了ステータスが返されます。 - JM

Thisfunction returns a nonzero status if names are returned for all of the atoms; otherwise, it returns zero.例文帳に追加

この関数は、全てのアトムに対する名前を返すことができる場合は 0 でない値を返し、そうでない場合は 0 を返す。 - XFree86

If insufficient memory is available for the list and its elements, XTextPropertyToStringList sets no return values and returns a zero status.例文帳に追加

リストとその要素に割り当てる十分なメモリがなかった場合、XTextPropertyToStringListは変数に内容を設定せず、ステータスとして 0 を返す。 - XFree86

When the life numbers of a plurality of players simultaneously become zero, when the game of the other player is over before a specified period of time has passed since the game of the player 1 has been over, and when a status value of the other player is approx. zero when a status value of the player 1 becomes zero, it is judged that the games are simultaneously over.例文帳に追加

複数のプレーヤのライフ数が同時に零になった場合、1のプレーヤがゲームオーバーになってから所与の期間経過前に他のプレーヤがゲームオーバーとなった場合、1のプレーヤのステータス値が零になった時に他のプレーヤのステータス値がほぼ零である場合に、同時ゲームオーバーになったと判断する。 - 特許庁

If any of the assignments attempts to assign a value to a readonly variable, an error occurs, and the command exits with a non-zero status. 例文帳に追加

読み込み専用の変数に対して代入をしようとするとエラーが発生し、そのコマンドは 0 でないステータスで終了します。 - JM

The optional argument arg can be an integer giving the exit status(defaulting to zero), or another type of object.例文帳に追加

オプション引数argには、終了ステータスとして整数(デフォルトは0)または整数以外の型のオブジェクトを指定することができます。 - Python

Furthermore, when the second prescribed monitoring time elapses, a game status recording section is initialized to set the number of credited tokens and the number of bet tokens to zero.例文帳に追加

さらに、所定の第二監視時間を経過したときに遊技状態記録部を初期化してクレジット数及びベット数を0とする。 - 特許庁

Otherwise, each elif list is executed in turn, and if its exit status is zero, the corresponding then list is executed and the command completes. 例文帳に追加

そうでなければ elif list がそれぞれ順番に実行され、この終了ステータスが 0 ならば、対応する then listが実行され、コマンドが終了します。 - JM

Shell builtin commands return a status of 0 (true) if successful, and non-zero (false) if an error occurs while they execute. 例文帳に追加

シェルの組み込みコマンドは、成功した場合にはステータス 0 (真) を返し、実行中にエラーが起こった場合には 0 でない値 (偽) を返します。 - JM

If it succeeds, it returns a nonzero status; otherwise,no name has been set for the window, and it returns zero. 例文帳に追加

成功時にはこの関数は 0 でないステータスを返す。 そうでない場合、ウィンドウに名前が設定されたことがあれば、この関数は0 を返す。 - XFree86

If insufficient memory is available for the new value string, XStringListToTextProperty does not set any fields in the XTextProperty structure and returns a zero status.例文帳に追加

新しい文字列に割り当てる十分なメモリがなかった場合、XStringListToTextPropertyはXTextProperty構造体のどのフィールドにも値を設定せず、ステータスとして 0 を返す。 - XFree86

The CPU 12 also erase, when a block all clusters of which are zero-cleared is present in reference to the status information, all data in the block concerned.例文帳に追加

CPU12は、また、ステータス情報を参照し、全クラスタがゼロクリア済みになったブロックがある場合は、そのブロック内の全データの消去を行う。 - 特許庁

A CPU 12 executes, when a cluster with invalid data is present in reference to status information stored in a main memory 13, zero clear of the cluster concerned.例文帳に追加

CPU12は、メインメモリ14に記憶されているステータス情報を参照し、データが無効になったクラスタがある場合は、そのクラスタのゼロクリアを実行する。 - 特許庁

例文

If expansion is attempted on an unset variable, the shell prints an error message, and, if not interactive, exits with a non-zero status. 例文帳に追加

設定が取り消されている変数を展開しようとした場合、シェルはエラーメッセージを出力します。 シェルが対話的でなければ、0 でないステータスで終了します。 - JM




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
原題:”Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design ”

邦題:『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』
This work has been released into the public domain by the copyright holder. This applies worldwide.

日本語版の著作権保持者は ©1999
山形浩生<hiyori13@alum.mit.edu>である。この翻訳は、全体、部分を問わず、使用料の支払いなしに複製が認められる。
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS