| 例文 |
return valuesの部分一致の例文一覧と使い方
該当件数 : 134件
For usage in a real application, you should check the return values of getpwuid (3) 例文帳に追加
実際のアプリケーションではgetpwuid (3) - JM
The return value is a representation of up to 100 values used to represent the values 0 to 99.例文帳に追加
返される値は 0 から 99 までの 100 個の値の表現です。 - Python
The return values are constants that are defined by PEAR Auth. 例文帳に追加
返り値の定数は、PEAR Authで定義されています。 - PEAR
Return true for non-terminal token values. 例文帳に追加
非終端トークンの値に対して真を返します。 - Python
The values in the selected array match the return values of the selected items. 例文帳に追加
「selected」の配列の値は、選択されている項目の戻り値と一致します。 - NetBeans
A complementary compiler calculates the return level values for given return instructions and embeds those values in the return instructions at compile time.例文帳に追加
相補的なコンパイラは、所与の復帰命令に対する復帰レベル値を計算し、それらの値をコンパイル時に復帰命令に埋め込む。 - 特許庁
should return one of the following values: FTW_CONTINUE 例文帳に追加
は以下の値のいずれか一つを返す必要がある。 - JM
Return string-valued system configuration values. 例文帳に追加
文字列形式によるシステム設定値 (system configuration value)を返します。 - Python
The array contains values that match the return values of the selected items. 例文帳に追加
配列には、選択された項目の戻り値と一致する値が含まれます。 - NetBeans
The values in the selected array match the return values of the selected check boxes.例文帳に追加
「selected」の配列の値は、選択されているチェックボックスの戻り値と一致します。 - NetBeans
Successive invocations return the values of the remaining arguments. 例文帳に追加
続けて実行すると、残りの引き数がそれぞれ返る。 - JM
You pass in the return values of the items that you want preselected. 例文帳に追加
このとき、選択する項目の戻り値を渡します。 - NetBeans
Note that the accepted values for the option are "1", "yes", "true", and "on",which cause this method to return True, and "0", "no","false", and "off", which cause it to return False.例文帳に追加
option として受理できる値は、真 (True) としては"1"、 "yes"、 "true"、 "on" 、偽 (False) としては"0"、 "no"、 "false"、 "off" です。 - Python
We check the options and return only the values that _could_ have been 例文帳に追加
選択肢の内容を調べ、設定可能な値のみを返す - PEAR
The situation is slightly different for function return values. 例文帳に追加
関数の戻り値の場合には、状況は少し異なります。 - Python
The status and other return values are the same as for XReadBitmapFile.例文帳に追加
ステータスと値が返される変数についてはXReadBitmapFileと同じである。 - XFree86
Values specified in this XcmsColor structure remain unchanged on return.例文帳に追加
配列で指定した値は、返される時にも変更されない。 - XFree86
The selected property returns an object of the same type as the return values. 例文帳に追加
「selected」プロパティーには、戻り値と同じ型のオブジェクトが返されます。 - NetBeans
Return a tuple consisting of all of the above values in the aboveorder. 例文帳に追加
以上の全ての値を上の順に並べたタプルを返します。 - Python
major and minor do not return values if they are specifiedas NULL. 例文帳に追加
.P\\f2major\\fP と \\f2minor\\fP に \\f3NULL\\fP が指定されていると、これらに値は返されない。 - XFree86
Many system calls return 0 on success, but some can return non-zero values from a successful call. 例文帳に追加
多くのシステムコールは成功時に 0 を返すが、成功時に 0 以外の値を返すシステムコールもある。 - JM
header values to check against for caching use FALSE to return the header values from this download例文帳に追加
キャッシングのためにチェックするヘッダの値。 FALSEを使用すると、今回のダウンロード時のヘッダの値を返します。 - PEAR
'col' - return only the first column as a sequential array'row' - return only the first row as an associative array in which the keys are column names and the values are the column values.例文帳に追加
'row' - 最初の行のみを連想配列で返します。 カラム名が連想配列のキー、そしてカラムの値が連想配列の値となります。 - PEAR
To make values available to other pages, or to make values available to the same page, should the user return to it, you need to store the values. 例文帳に追加
ほかのページで値を有効にする、または同じページに戻ったときに値を有効にするには、値を保存する必要があります。 - NetBeans
The selected value returns an array of objects of the same type as the return values. 例文帳に追加
「selected」の値には、戻り値と同じ型のオブジェクトの配列が返されます。 - NetBeans
array of submitted values to search boolean $assoc whether to return the value as associative array 例文帳に追加
送信された値の配列。 boolean$assoc 結果を連想配列で返すかどうか。 - PEAR
On success, return a list of the values in object o. 例文帳に追加
成功するとオブジェクト o のキーに対応する値からなるリストを返します。 - Python
In all of these error cases,the functions do not set any return values. 例文帳に追加
以上のいずれのエラーの場合も関数は返り値を設定しない。 - XFree86
ForTestCase instances, this will always be 1, but this method is also implemented by the TestSuite class, which can return larger values.例文帳に追加
TestCaseインスタンスは常に1を返します。 TestSuiteクラスでは1以上を返します。 - Python
Both functions return a XCharStruct structure, whose members are set to the values as follows.例文帳に追加
どちらの関数もXCharStruct を返し、そのメンバは以下のように値が設定される。 - XFree86
Some ioctls take more arguments or return more values than a single structure. 例文帳に追加
いくつかの ioctl は複数の構造体の引き数を必要としたり、値を返したりします。 - JM
They have the same signature, same return values and throw the same errors. 例文帳に追加
つまり、ネイティブの関数と同じシグネチャを持ち、同じ値を返し、同じエラーを返します。 - PEAR
Both functions return an XCharStruct structure, whose members are set to the values as follows.例文帳に追加
どちらの関数もXCharStruct構造体を返し、そのメンバの値は以下のように設定される。 - XFree86
functions return non-negative double-precision floating-point values uniformly distributed between [0.0, 1.0). 例文帳に追加
は、区間 [0.0, 1.0) で一様分布する非負の倍精度浮動小数点実数値を返す。 関数lrand48 () - JM
| 例文 |
| 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 (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 - 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-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会員(無料)になると
|