returnsを含む例文一覧と使い方
該当件数 : 6833件
Returns textual representation of the next month of the decorated calendar object prevDayName($format='long') 例文帳に追加
nextMonthName($format='long') デコレート対象のカレンダーオブジェクトの、翌月のテキスト表現を返します。 - PEAR
Returns textual representation of the previous day of the decorated calendar object thisDayName($format='long') 例文帳に追加
prevDayName($format='long') デコレート対象のカレンダーオブジェクトの、前日のテキスト表現を返します。 - PEAR
Returns textual representation of the day of the decorated calendar object nextDayName($format='long') 例文帳に追加
thisDayName($format='long') デコレート対象のカレンダーオブジェクトの、当日のテキスト表現を返します。 - PEAR
Returns textual representation of the next day of the decorated calendar object orderedWeekdays($format='long') 例文帳に追加
nextDayName($format='long') デコレート対象のカレンダーオブジェクトの、翌日のテキスト表現を返します。 - PEAR
On reaching the end of the collection,returns false and resets the collection for further iteratations.Synopsis 例文帳に追加
最後の要素に達した後は、false を返してコレクションをリセットする概要 - PEAR
Returns the portion of the full label text that is currently not being shown. 例文帳に追加
ラベルのテキスト全体のうち、現在表示されていない部分を返します。 - PEAR
returns string with element name, false if not found Throws例文帳に追加
要素名をあらわす文字列、あるいは見つからなかった場合に false を返します。 - PEAR
This function performs the decoding and returns a structure containing the message data. 例文帳に追加
この関数は、メッセージデータの構造内容のデコードを実行、結果を返します。 - PEAR
This method returns the 2-letter country code for the given IP address. 例文帳に追加
このメソッドは、指定した IP アドレスに対応する 2 文字の国コードを返します。 - PEAR
Returns (a certain range of) the overview of the currently selected newsgroup. 例文帳に追加
現在選択されているニュースグループの(指定した範囲の)概要を返します。 - PEAR
Returns the whole body of an article in the current selected newsgroup from the webserver 例文帳に追加
サーバから、現在選択されているニュースグループの記事本文を返します。 - PEAR
Returns the whole body of an article in the current selected newsgroup from the webserver Parameter 例文帳に追加
サーバから、現在選択されているニュースグループの記事本文を返します。 - PEAR
Returns a list of all avaible newsgroups from the connected news server Parameter 例文帳に追加
接続されているニュースサーバから、有効なニュースグループの一覧を返します。 - PEAR
This package is not documented yet.Return value returnsamount of clients 例文帳に追加
このパッケージに関する文書は、未作成です。 返り値 returnsクライアント数例外・エラー - PEAR
This package is not documented yet.Return value returns the number of columns例文帳に追加
このパッケージに関する文書は、未作成です。 返り値 カラムの数を返します。 - PEAR
100-XML parse errors Returns 100 plus the XML parser error code for the fault that occurred. 例文帳に追加
100- XML parse errors 発生した障害の XML パーサエラーコードに 100 を加えたものを返します。 - PEAR
If this method is not overridden, it prints an error message and returns.例文帳に追加
このメソッドがオーバーライドされていないなら、エラーメッセージを表示して戻ります。 - Python
Returns a new instance of MimeWriter which represents an individual part in a multipart message.例文帳に追加
マルチパートメッセージの個々のパートを表す、 MimeWriterの新しいインスタンスを返します。 - Python
Encodes a Unicode objects using Raw-Unicode-Escape and returns the result as Python string object.例文帳に追加
Raw-Unicode-Escape で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Decodes the object input and returns a tuple (output object,length consumed). 例文帳に追加
オブジェクト input をデコードし、(出力オブジェクト, 消費した長さ) のタプルを返します。 - Python
Returns the length of the list object in list; this is equivalent to "len(list)" on a list object.例文帳に追加
リストオブジェクトlist の長さを返します; リストオブジェクトにおける "len(list)" と同じです。 - Python
Returns the number of keys in object o on success, and-1 on failure. 例文帳に追加
成功するとオブジェクト o 中のキーの数を返し、失敗すると -1 を返します。 - Python
On error, sets the appropriate exception(EOFError or TypeError) and returns NULL. 例文帳に追加
エラーが生じた場合、適切な例外 (EOFError またはTypeError) を送出して NULLを返します。 - Python
Returns three lists of file names: match, mismatch,errors. match contains the list of files match in both directories, mismatch includes the names of those that don't,and errros lists the names of files which could not be compared.例文帳に追加
ファイル名からなる 3つのリスト: match、mismatch、errors を返します。 - Python
Returns the comment string associated with this font.Raises an exception if there is none.Calls fmgetcomment(fh). 例文帳に追加
コメント文字列が何もなければ例外を返します。 fmgetcomment(fh)を呼び出します。 - Python
Thisfunction returns a tuple as described above on success, or None.例文帳に追加
識別可能なら上記のタプルを返し、識別できない場合はNoneを返します。 - Python
Returns the result of subtracting o2 from o1, or NULL on failure.例文帳に追加
成功するとo1 から o2 を減算した結果を返し、失敗すると NULL を返します。 - Python
Returns the result of multiplying o1 and o2, or NULL on failure.例文帳に追加
成功するとo1 と o2 を乗算した結果を返し、失敗すると NULL を返します。 - Python
Returns the result of dividing o1 by o2, or NULL on failure.例文帳に追加
成功すると o1 を o2 で除算した結果を返し,失敗すると NULL を返します。 - Python
Returns the remainder of dividing o1 by o2, or NULL on failure.例文帳に追加
成功すると o1 を o2 で除算した剰余を返し、失敗すると NULL を返します。 - Python
Returns -1 on error, 0 if the result is false, 1 otherwise.例文帳に追加
比較結果が真ならば 1 を、偽ならば 0 を、エラーが発生すると -1 を返します。 - Python
Returns 1 if the object o is considered to be true, and0 otherwise. 例文帳に追加
o が真を表すとみなせる場合には 1 を、そうでないときには 0 を返します。 - Python
Returns 0 if the object o is considered to be true, and1 otherwise. 例文帳に追加
o が真を表すとみなせる場合には 0 を、そうでないときには 1 を返します。 - Python
Set the current numeric umask and returns the previous umask.Availability: Unix, Windows. 例文帳に追加
現在の数値 umask を設定し、以前の umask 値を返します。 利用できる環境: Unix、Windows - Python
It returns a documentation string describing the use of that method. If no such string is available, an empty string is returned.例文帳に追加
文書文字列を取得できない場合は空文字列を返します。 - Python
Returns a one-line description of the test, or None if no description has been provided.例文帳に追加
テストの説明を一行分、または説明がない場合にはNoneを返します。 - Python
Returns a new string object from format and args; this is analogous to例文帳に追加
新たな文字列オブジェクトを format および args から生成して返します; このメソッドは - Python
Returns the size of the object. o has to be a PyUnicodeObject (not checked).例文帳に追加
オブジェクトのサイズを返します。 o はPyUnicodeObject でなければなりません (チェックはしません)。 - Python
The XListDepths function returns the array of depths that are available on the specified screen.例文帳に追加
関数XListDepthsは、指定したスクリーンで利用できる深さを配列として返す。 - XFree86
The CellsOfScreen macro returns the number of colormapcells in the default colormap of the specified screen. 例文帳に追加
マクロCellsOfScreenは指定したスクリーンのデフォルトカラーマップ内のカラーマップセルの数を返す。 - XFree86
The ScreenWhitePointOfCCC macro returns the screen white point of the screen associated with the specified CCC.例文帳に追加
マクロScreenWhitePointOfCCCは、指定した CCC に対応するスクリーンのスクリーン白色点を返す。 - XFree86
The BitmapPad macro returns the number of bits that each scanline must be padded.例文帳に追加
マクロBitmapPadは各スキャンラインの隙間に詰めなければならないビットの数を返す。 - XFree86
The XGetRGBColormaps function returns the RGB colormap definitionsstored in the specified property on the named window. 例文帳に追加
XGetRGBColormapsは、指定したウィンドウの指定したプロパティ内の RGB カラーマップ定義を返す。 - XFree86
Description The XAllocWMHints function allocates and returns a pointer to a XWMHints structure.例文帳に追加
説明関数XAllocWMHintsはXWMHints構造体を割り当て、この構造体へのポインタを返す。 - XFree86
The XEqualRegionfunction returns True if the two regions have the same offset, size,and shape. 例文帳に追加
関数XEqualRegionは、2 つのリージョンが同じオフセット、大きさ、形を持つときにTrueを返す。 - XFree86
XEventsQueued always returns immediately without I/O if there are events already in the queue.例文帳に追加
XEventsQueuedは、既にキュー内にイベントがあれば、入出力なしで即座に復帰する。 - XFree86
This function returns a nonzero status if initialization of the structure is successful.例文帳に追加
この関数は構造体の初期化に成功すれば 0 でないステータスを返す。 - XFree86
If the specified KeySym is not defined for any KeyCode, XKeysymToKeycode returns zero.例文帳に追加
指定した KeySym がどの KeyCode に対しても定義されていない場合には、XKeysymToKeycodeは 0 を返す。 - XFree86
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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会員(無料)になると
|