1153万例文収録!

「returns」に関連した英語例文の一覧と使い方(18ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

returnsを含む例文一覧と使い方

該当件数 : 6833



例文

Returns the undef value if no such parameter exists. 例文帳に追加

もしパラメータが存在しない場合は undef を返します。 - PEAR

Returns the values from the child tags from the first match of the XPath. 例文帳に追加

XPath で最初にマッチした子タグの値を返します。 - PEAR

If both arguments are omitted, returns 0j.例文帳に追加

全ての引数が省略された場合、0j を返します。 - Python

For strings, this returns the string itself. 例文帳に追加

文字列に対してはその文字列自体を返します。 - Python

例文

Returns NULL if an exception was raised by the codec.例文帳に追加

codec が例外を送出した場合にはNULL を返します。 - Python


例文

Returns the output speed of the terminal in bits per second. 例文帳に追加

端末の出力速度をビット/秒で返します。 - Python

Continue execution until the current function returns. 例文帳に追加

現在の関数が返るまで実行を継続します。 - Python

Returns the remainder from integer division.The sign of the result, if non-zero, is the same as that of the originaldividend. 例文帳に追加

整数除算の剰余を返します。 - Python

Returns the object from dictionary p which has a key key.例文帳に追加

辞書p 内で key をキーとするオブジェクトを返します。 - Python

例文

Returns True if year is a leap year, otherwiseFalse. 例文帳に追加

yearが閏年ならTrueを、そうでなければFalseを返します。 - Python

例文

Returns a month's calendar in a multi-line string. 例文帳に追加

月のカレンダーを複数行の文字列で返します。 - Python

Converts an IMAP4 INTERNALDATE string to Coordinated UniversalTime. Returns a 例文帳に追加

IMAP4 INTERNALDATE 文字列を標準世界時 (Coordinated Universal Time)に変換します。 - Python

This always returns false for recursive objects.例文帳に追加

再帰的なオブジェクトに対しては常にfalseを返します。 - Python

A factory function that returns a new semaphore object. 例文帳に追加

新しいセマフォ (semaphore) オブジェクトを返すファクトリ関数です。 - Python

Returns o on success, or NULL on failure. 例文帳に追加

成功すると o を返し、失敗すると NULL を返します。 - Python

Returns the greeting string sent by the POP3 server. 例文帳に追加

POP3サーバーから送られるグリーティングメッセージを返します。 - Python

Returns a new string object from format and args.Analogous to 例文帳に追加

新たな文字列オブジェクトを format と args から生成します。 - Python

Returns the current pack buffer as a string. 例文帳に追加

現在のパック処理用バッファを文字列で返します。 - Python

The ScreenCount macro returns the number of available screens.The ScreenOfDisplay macro returns a pointer to the screen of the specified display.例文帳に追加

マクロScreenCountは利用可能なスクリーンの数を返す。 マクロScreenOfDisplayは指定したディスプレイのスクリーンへのポインタを返す。 - XFree86

The WhitePixelOfScreen macro returns the white pixel value of the specified screen.例文帳に追加

マクロWhitePixelOfScreenは指定したスクリーンの白のピクセルを返す。 - XFree86

The VisualOfCCC macro returns the visual associated with the specified CCC.例文帳に追加

マクロVisualOfCCCは、指定した CCC に対応するビジュアルを返す。 - XFree86

The IsPrivateKeypadKey macro returns True if the specified KeySym is a vendor-private keypad key.例文帳に追加

マクロIsPFKeyは、指定した KeySym が PF キーならばTrueを返す。 - XFree86

If insufficient memory is available, XAllocClassHint returns NULL.例文帳に追加

十分なメモリが確保できない場合、XAllocClassHintは NULL を返す。 - XFree86

If insufficient memory is available, XAllocIconSize returns NULL.例文帳に追加

十分なメモリが確保できない場合、XAllocIconSizeは NULL を返す。 - XFree86

If insufficient memory is available, XAllocSizeHints returns NULL.例文帳に追加

十分なメモリが確保できない場合、XAllocSizeHintsは NULL を返す。 - XFree86

If insufficient memory is available, XAllocStandardColormap returns NULL.例文帳に追加

十分なメモリが利用できない場合、XAllocStandardColormapは NULL を返す。 - XFree86

If insufficient memory is available, XAllocWMHints returns NULL.例文帳に追加

十分なメモリが確保できない場合、XAllocWMHintsは NULL を返す。 - XFree86

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

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

The XGetFeedbackControl request returns a pointer to a list of XFeedbackStatestructures.例文帳に追加

XGetFeedbackControl リクエストは、XFeedbackState 構造体のリストへのポインタを返す。 - XFree86

It returns the largest size thatcan be displayed. 例文帳に追加

"Cursor" "limitations" この関数は表示できる最大のサイズを返す。 - XFree86

XSendEvent returns zero if the conversion to wire protocol format failed and returns nonzero otherwise.例文帳に追加

XSendEventは伝送プロトコルフォーマットへの変換に失敗した場合は 0 を返し、そうでなければ 0 以外の値を返す。 - XFree86

XtNew returns a pointer to the allocated storage. 例文帳に追加

.LPXtNew は割り当てられた記憶領域へのポインタを返す。 - XFree86

glXQueryExtensionsString only returns information about GLXextensions. 例文帳に追加

.P\\f3glXQueryExtensionsString\\fP が返すのは GLX の機能拡張についてだけである。 - XFree86

glXSwapBuffers performs an implicit glFlush before it returns. 例文帳に追加

.P\\f3glXSwapBuffers\\fP は復帰する前に暗黙的に \\f3glFlush\\fP を実行する。 - XFree86

Out of the returns in 2011, the direct investment returns remained at a remarkable level of 4.7011 trillion yen.例文帳に追加

2011 年には、所得の受取のうち、直接投資収益の受取は 4 兆7,011 億円と顕著に推移している。 - 経済産業省

These are not election returns; these are the percentage of people who are overweight.例文帳に追加

選挙結果ではなく 人口の肥満度です - 映画・海外ドラマ英語字幕翻訳辞書

Miss Irene, or Madame, rather, returns from her drive at seven. 例文帳に追加

アイリーン嬢、いや夫人は七時にドライブから戻る。 - Arthur Conan Doyle『シャーロック・ホームズの冒険』

they were disappointed by the poor returns on their stock portfolio 例文帳に追加

彼らは株式資産に対する利益に失望した - 日本語WordNet

it returns the remaining unslept time in remain . 例文帳に追加

でない場合には、remainに残りの停止時間が返される。 - JM

But early glibc2 is buggy and returns 0 there; glibc 2.1.1 is correct again. 例文帳に追加

しかし、初期の glibc2 ではバグがあり、常に 0 を返す。 - JM

returns the number of symbols available for query. 例文帳に追加

は、tableが NULL の場合、問い合わせできるシンボルの数を返す。 - JM

Returns the new file descriptor associated with the futex. 例文帳に追加

futex に関連づけられた新たなファイルディスクリプタを返す。 - JM

returns the supplementary group IDs of the calling process in list . 例文帳に追加

は呼び出し元プロセスの補助グループ (supplementary group) ID をlistに返す。 - JM

returns the name of the peer connected to socket s . 例文帳に追加

はソケット(socket)sに接続している相手の名前を返す。 - JM

returns non-zero on success, and 0 on error. 例文帳に追加

は、成功すると 0 以外を返し、エラーの場合 0 を返す。 - JM

returns 1 if x or y is NaN and 0 otherwise. 例文帳に追加

は x か y が NaN の場合 1 を、それ以外の場合 0 を返す。 - JM

function returns the natural logarithm of the absolute value of the Gamma function. 例文帳に追加

は、ガンマ関数の絶対値の自然対数を返す。 - JM

function returns a pointer to the encrypted memory area. 例文帳に追加

関数は、暗号化されたメモリエリアへのポインタを返す。 - JM

returns a pointer to the mapped area. 例文帳に追加

は成功するとマップされた領域へのポインタを返す。 - JM

例文

Returns miscellaneous information about the indicated module. 例文帳に追加

指定されたモジュールに関する様々な情報を返す。 - JM




  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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/ ).
  
この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
原題:”The Adventures of Sherlock Holmes”

邦題:『シャーロック・ホームズの冒険』
This work has been released into the public domain by the copyright holder. This applies worldwide.

Copyright(C)2006 coderati
本翻訳はこの版権表示を残す限り、訳者および著者にたいして許可をとったり使用料を支払ったりすることなく商業利用を含むあらゆる形で自由に利用・複製が認められます。
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS