returnsを含む例文一覧と使い方
該当件数 : 6833件
Without any argument, it returns the table schema that the object deals with. 例文帳に追加
引数なしの場合、オブジェクトが扱うテーブルスキーマを返します。 - PEAR
Opens a file, locks it exclusively and returns the filehandle 例文帳に追加
ファイルをオープンして排他的にロックし、そのファイルハンドルを返します。 - PEAR
If the user cancelled the dialog, this method returns FALSE. 例文帳に追加
ユーザがダイアログをキャンセルした場合は、このメソッドは FALSE を返します。 - PEAR
Adds a sub part to the current MIME part and returns a reference to it Parameter 例文帳に追加
現在の MIME パートにサブパートを加え、そのリファレンスを返します。 - PEAR
Returns true if netmask is valid, false if not. 例文帳に追加
ネットマスクが有効な場合、true を返し、そうでなければ false を返します。 - PEAR
Returns the whole article from the currently selected newsgroup Parameter 例文帳に追加
現在選択されているニュースグループの記事全体を返します。 - PEAR
Returns the whole body of an article from the currently selected newsgroup Parameter 例文帳に追加
現在選択されているニュースグループの記事本文を返します。 - PEAR
Returns the whole header of an article in the currently selected newsgroup Parameter 例文帳に追加
現在選択されているニュースグループの記事のヘッダを返します。 - PEAR
Returns an array of update preferences for the current package. 例文帳に追加
現在のパッケージについての更新設定を配列で返します。 - PEAR
returns An array of php function available in version(s) given例文帳に追加
指定したバージョンで使用できる PHP の関数の配列を返します。 - PEAR
Returns a list of options available in the specified section. 例文帳に追加
sectionで指定したセクションで利用できるオプションのリストを返します。 - Python
Returns compression type ('NONE' is the only supported type). 例文帳に追加
圧縮形式を返します('NONE'だけがサポートされている形式です)。 - Python
Returns compression type.Supported compression types are 'ULAW', 'ALAW' and 'NONE'. 例文帳に追加
圧縮形式を返します。 'ULAW'、'ALAW'、'NONE'がサポートされている形式です。 - Python
This method returns the number of samples buffered on the playbackside. 例文帳に追加
このメソッドは再生側でバッファリングされるサンプル数を返します。 - Python
Exception raised when a curses library function returns an error. 例文帳に追加
curses ライブラリ関数がエラーを返した際に送出される例外です。 - Python
Returns the attribute value for displaying text in the specified color.例文帳に追加
指定された色の表示テキストにおける属性値を返します。 - Python
Returns the value of the string capability corresponding to the terminfo capability name capname.例文帳に追加
terminfo 機能名 capname に対応する機能値を文字列値で返します。 - Python
Returns the name of the file specified by p as a string object.例文帳に追加
p に指定したファイルの名前を文字列オブジェクトで返します。 - Python
It then returns the numbers of matching messages.This is an "IMAP4rev1" extension command.例文帳に追加
次に、合致したメッセージの数を返します。 "IMAP4rev1" 拡張命令です。 - Python
If pos is out of bounds, returns NULL and sets an IndexError exception.例文帳に追加
pos が範囲を超えている場合、 NULL を返してIndexError 例外をセットします。 - Python
Returns a list of the objects in list containing the objectsbetween low and high. 例文帳に追加
list 内の、low から high の 間の オブジェクトからなるリストを返します。 - Python
Returns 1 for ``Yes'', 0for ``No'' and -1 for ``Cancel''. 例文帳に追加
ユーザが ``Yes''を押した場合には1 を、``No'' ならば0 を、``Cancel'' ならば-1 を返します。 - Python
Returns the name of a shared object file for the given file name basename. 例文帳に追加
basenameに対応する共有オブジェクトファイルのファイル名を返します。 - Python
If access is not specified, Windows mmap returns a write-throughmapping.例文帳に追加
accessが指定されない場合、Windowsのmmapは書き込み可能マップを返します。 - Python
Returns -1 on failure. start is the index at which the search begins, and defaults to zero.例文帳に追加
startは探索を始めたい場所のインデックスで、デフォルトは0です。 - Python
This function returns a new module object with name name. 例文帳に追加
この関数はnameという名前の新しいモジュールオブジェクトを返します。 - Python
Returns the decimal value assigned to the Unicode characterunichr as integer. 例文帳に追加
Unicode 文字 unichr に割り当てられている十進数を、整数で返します。 - Python
Returns the digit value assigned to the Unicode characterunichr as integer. 例文帳に追加
Unicode 文字 unichr に割り当てられている二進数を、整数で返します。 - Python
Returns the next random floating point number in the range [0.0 ... 1.0). 例文帳に追加
範囲 [0.0 ... 1.0) から次の浮動小数点数の乱数 N を返します。 - Python
Returns the absolute value of o, or NULL on failure. 例文帳に追加
成功すると o の絶対値を返し、失敗すると NULL を返します。 - Python
Returns the string representation on success, NULL on failure.例文帳に追加
成功すると文字列表現を返し、失敗すると NULL を返します。 - Python
Returns the audio format that the device was set to, which may not be the requested format.例文帳に追加
実際にデバイスに設定されたオーディオ形式を返します。 - Python
It returns false (zero) if an invalid argument list was passed.例文帳に追加
この関数は不正な引数リストを渡すと偽 (ゼロ) を返します。 - Python
Returns 1/0 depending on whether ch is a titlecase character. 例文帳に追加
ch がタイトルケース文字 (titlecase character) かどうかに応じて 1 または 0 を返します。 - Python
Returns 1/0 depending on whether ch is a decimal character. 例文帳に追加
ch が 10 進の数字文字かどうかに応じて 1 または 0 を返します。 - Python
Returns 1/0 depending on whether ch is a digit character. 例文帳に追加
ch が 2 進の数字文字かどうかに応じて 1 または 0 を返します。 - Python
Returns the character ch converted to a single digit integer.Returns -1 if this is not possible. 例文帳に追加
ch を一桁の 2 進整数に変換したものを返します。 - Python
The XGetKeyboardControlfunction returns the current control values for the keyboard to the XKeyboardState structure.例文帳に追加
関数XGetKeyboardControlはキーボードの現在の制御値をXKeyboardState構造体に返す。 - XFree86
The XCreatePixmapCursor function creates a cursor and returns the cursor ID associated with it.例文帳に追加
関数XCreatePixmapCursorはカーソルを生成し、これに対応するカーソルIDを返す。 - XFree86
If the predicate procedure finds no match, XCheckIfEvent returns False, and the output buffer will have been flushed.例文帳に追加
)述語手続きがマッチしなかった場合は、XCheckIfEventはFalseを返す。 - XFree86
The XGetPixelfunction returns the specified pixel from the named image. 例文帳に追加
関数XGetPixelは指定したイメージの指定した位置のピクセル値を返す。 - XFree86
If noKeySym is defined for the KeyCode of the event, XLookupKeysym returns NoSymbol.例文帳に追加
イベントの KeyCode に対する KeySym が定義されていなければ、XLookupKeysymはNoSymbolを返す。 - XFree86
XOpenOM returns NULL if no output method could be opened.例文帳に追加
XOpenOMは出力メソッドを開くことができなかった場合、NULL を返す。 - XFree86
If the file cannot be opened for writing, it returns BitmapOpenFailed.例文帳に追加
書き込むファイルを開けなかった場合は、この関数はBitmapOpenFailedを返す。 - XFree86
The XGetDeviceFocusrequest returns the focus window and the current focus state. 例文帳に追加
XGetDeviceFocusリクエストはフォーカスウィンドウとその現在のフォーカス状態を返す。 - XFree86
XGetPointerMapping returns the number of physical buttons actually on the pointer.例文帳に追加
XGetPointerMappingはポインタに実際に付いている物理的なボタンの数を返す。 - XFree86
If no string exists for that quark, XrmQuarkToString returns NULL.例文帳に追加
そのクォークに対する文字列が存在しない場合、XrmQuarkToStringは NULL を返す。 - XFree86
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 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 © 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|