1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 6833



例文

For non-POSIX platforms, currently just returns sys. 例文帳に追加

POSIX でないプラットフォームでは、今のところ単にsys.platformが返されます。 - Python

Returns a tuple of that information, unless the parse fails, in which case a 2-tuple of('', '') is returned.例文帳に追加

失敗した場合は 2要素のタプル ('', '') を返します。 - Python

Load hotshot data from filename. Returns an instanceof the pstats.Stats class. 例文帳に追加

filename から hotshot データを読み込み、pstats.Stats クラスのインスタンスを返します。 - Python

Returns a normalized locale code for the given locale name. 例文帳に追加

与えたロケール名を規格化したロケールコードを返します。 - Python

例文

The function returns an FSSpec object pointing to the application.例文帳に追加

この関数はアプリケーションを指すFSSpecオブジェクトを返します。 - Python


例文

An error raised when a NIS function returns an error code. 例文帳に追加

NIS 関数がエラーコードを返した場合に送出されます。 - Python

Returns the numeric value assigned to the Unicode characterunichr as float. 例文帳に追加

Unicode 文字 unichr に割り当てられている数値を、float 型で返します。 - Python

Returns the bidirectional category assigned to the Unicode characterunichr as string. 例文帳に追加

Unicode 文字 unichr に割り当てられた、双方向カテゴリを返します。 - Python

Waits for and returns the status code of the child process. 例文帳に追加

子プロセスの状態コード出力を待機して返します。 - Python

例文

Returns the length of the string in string object string. 例文帳に追加

文字列オブジェクト string 内の文字列値の長さを返します。 - Python

例文

Returns a NUL-terminated representation of the contents of string.例文帳に追加

string の中身を NUL 文字終端された表現で返します。 - Python

Returns 1/0 depending on whether ch is a lowercase character. 例文帳に追加

ch が小文字かどうかに応じて 1 または 0 を返します。 - Python

Returns 1/0 depending on whether ch is an uppercase character.例文帳に追加

ch が大文字かどうかに応じて 1 または 0 を返します。 - Python

Returns 1/0 depending on whether ch is a numeric character. 例文帳に追加

ch が数字文字かどうかに応じて 1 または 0 を返します。 - Python

Returns the character ch converted to a decimal positive integer.例文帳に追加

ch を 10 進の正の整数に変換したものを返します。 - Python

Returns the referenced object from a weak reference, ref. 例文帳に追加

弱参照 ref が参照しているオブジェクトを返します。 - Python

Returns the current unpack position in the data buffer. 例文帳に追加

データバッファ中の現在のアンパック処理位置を返します。 - Python

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

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

The BlackPixel macro returns the black pixelvalue for the specified screen. 例文帳に追加

マクロBlackPixelは指定したスクリーンの黒色のピクセル値を返す。 - XFree86

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

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

The ProtocolRevision macro returns the minor protocol revision number of the X server.例文帳に追加

マクロProtocolRevisionは X サーバのプロトコルのマイナーリビジョン番号を返す。 - XFree86

The DefaultColormapOfScreenmacro returns the default colormap of the specified screen. 例文帳に追加

マクロDefaultColormapOfScreenは指定したスクリーンのデフォルトのカラーマップを返す。 - XFree86

The DisplayHeight macro returns the height of the specified screen in pixels.例文帳に追加

マクロDisplayHeightは指定したスクリーンの高さをピクセル数で返す。 - XFree86

The IsKeypadKey macro returns True if the specified KeySym is a keypad key.例文帳に追加

マクロIsKeypadKeyは、指定した KeySym がキーパッドのキーならばTrueを返す。 - XFree86

Specifies and returns the values actually used in the colormap.例文帳に追加

あるいは、カラーマップで実際に使用される値が返される。 - XFree86

Description The XCreateGC function creates a graphics context and returns a GC.例文帳に追加

説明関数XCreateGCはグラフィックスコンテクストを生成し、GC を返す。 - XFree86

It returns Success on successful completion of the request.例文帳に追加

この関数はリクエストの正常終了時には Successを返す。 - XFree86

The XGetAtomName function returns the name associated with the specified atom.例文帳に追加

関数XGetAtomNameは指定したアトムに対応する名前を返す。 - XFree86

If successful, it returns a pointer to an XDevice structure.例文帳に追加

成功した場合、関数は XDevice 構造体へのポインタを返す。 - XFree86

XOpenIM returns NULL if no input method could be opened.例文帳に追加

XOpenIMは、入力メソッドを開くことができなければ NULL を返す。 - XFree86

This function returns NULL if it succeeds; otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加

この関数は成功時には NULL を返す。 そうでない場合には、取得に失敗した最初の引き数の名前を返す。 - XFree86

XGetImage returns the depth of the image to the depth member of the XImage structure.例文帳に追加

XGetImageはXImage構造体の depth メンバにイメージの深さを返す。 - XFree86

The XGetDeviceButtonMappingrequest returns the current mapping of the specified device. 例文帳に追加

XGetDeviceButtonMappingリクエストは指定したデバイスの現在のマッピングを返す。 - XFree86

XGetDeviceButtonMapping returns the number of physical buttons actually on the device.例文帳に追加

XGetDeviceButtonMappingは、デバイス上の実際の物理的なボタン数を返す。 - XFree86

If the specified KeySym is not defined, XKeysymToString returns a NULL.例文帳に追加

指定した KeySym が定義されていない場合、XKeysymToStringは NULL を返す。 - XFree86

The XcmsSetWhiteAdjustProcfunction first sets the white point adjustment procedure and client data in the specified CCC with the newly specified procedure and client data and then returns the old procedure.例文帳に追加

そうでない場合には 0 を返す。 - XFree86

Description TheXtAppAddTimeOut function creates a timeout and returns an identifier for it.例文帳に追加

説明関数XtAppAddTimeOutはタイムアウトを生成し、その ID を返す。 - XFree86

Description XvQueryEncodings(3X)returns encoding information about an adaptor.例文帳に追加

説明XvQueryEncodings(3X) はアダプタについてのエンコーディング情報を返す。 - XFree86

Errors glXQueryVersion returns False if it fails, True otherwise. 例文帳に追加

エラー\\f3glXQueryVersion\\fP は失敗すれば \\f3False\\fP を返し、成功すれば \\f3True\\fP を返す。 - XFree86

The writer returns to this subject in chapter seven.例文帳に追加

著者は第7章で再びこの問題を論じている - Eゲイト英和辞典

She returns to the charge again and again, till at last she gets it. 例文帳に追加

彼女は幾度もねだってとうとう目的を遂げる - 斎藤和英大辞典

The peasant goes out early in the morning, and returns home late in the evening. 例文帳に追加

百姓は霜を踏んで出で月を踏んで帰る - 斎藤和英大辞典

An electron returns to the electronic ground state from an excited state. 例文帳に追加

電子は、励起状態から電子基底状態に戻る。 - 科学技術論文動詞集

Wakata Returns to Earth After 188 Days in Space例文帳に追加

若田さんが188日間の宇宙滞在の後,地球に帰還 - 浜島書店 Catch a Wave

Yamahoko Procession Returns to Original Format例文帳に追加

山(やま)鉾(ほこ)巡(じゅん)行(こう)が本来の姿に戻る - 浜島書店 Catch a Wave

The movable type token dispensing device returns to an original posture and an original position after replenishing tokens.例文帳に追加

メダル補充の後は、元の姿勢および位置に戻る。 - 特許庁

Let's wait here until he returns.例文帳に追加

彼がここに戻ってくるまで、私たちはここで待ちましょう。 - Weblio Email例文集

I will conduct agency functions for business record keeping and tax returns. 例文帳に追加

記帳業務と税務申告の代理業務を行います。 - Weblio Email例文集

It is necessary that you do tax returns once a year. 例文帳に追加

あなたは年に一度確定申告をする必要があります。 - Weblio Email例文集

例文

I will tell him to call you once he returns. 例文帳に追加

彼が戻って来たらあなたに電話をするように伝えます。 - Weblio Email例文集




  
Copyright © Japan Patent office. All Rights Reserved.
  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編
  
科学技術論文動詞集
Copyright(C)1996-2026 JEOL Ltd., All Rights Reserved.
  
Eゲイト英和辞典
Copyright © Benesse Holdings, Inc. All rights reserved.
  
浜島書店 Catch a Wave
Copyright © 1995-2026 Hamajima Shoten, Publishers. All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS