1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 6833



例文

A script runs from an application bundle either when it has been started with pythonw instead of python or when running as an applet.On Mac OS 9 the method always returns True.例文帳に追加

Mac OS 9 上ではこの関数はつねに True を返します。 - Python

This function returns a Python object representation of the data in the AppleEvent descriptor x.例文帳に追加

この関数は、Apple Eventディスクリプタ x のデータのPythonオブジェクト表現を返します。 - Python

Reverse the samples in a fragment and returns the modified fragment. 例文帳に追加

データ内のサンプルの順序を逆転し、変更されたデータを返します。 - Python

Returns weekday of first day of the month and number of days in month, for the specified year and month. 例文帳に追加

yearとmonthで指定された月の一日の曜日と日数を返します。 - Python

例文

Returns a flattened list of the child nodes in the order they occur.例文帳に追加

子ノードをこれらが出てきた順で平らなリスト形式にして返します。 - Python


例文

Returns the name of the object files for the given source files. source_filenames should be a list of filenames. 例文帳に追加

指定されたソースファイルに対応するオブジェクトファイル名を返します。 - Python

Returns a handle for a scaled version of this font.Calls fmscalefont(fh, factor). 例文帳に追加

このフォントを拡大/縮小したハンドルを返します。 fmscalefont(fh, factor)を呼び出します。 - Python

format. It returns a tuple (data, width, height,bytesperpixel).例文帳に追加

形式のイメージが含まれた文字列で、この関数はタプル(data, width, height,bytesperpixel)を返します。 - Python

Returns a single line, starting at the current file position and up to the next newline.例文帳に追加

現在のファイル位置から次の新しい行までの、1行を返します。 - Python

例文

This function opens the audio device and returns a Sun audio device object.例文帳に追加

この関数はオーディオデバイスを開き、Sunオーディオデバイスのオブジェクトを返します。 - Python

例文

Returns the character decomposition mapping assigned to the Unicode character unichr as string.例文帳に追加

Unicode 文字 unichr に割り当てられた、文字分解マッピングを、文字列型で返します。 - Python

Returns the result of adding o1 and o2, or NULL on failure.例文帳に追加

成功するとo1 と o2 を加算した結果を返し、失敗すると NULL を返します。 - Python

Returns the bitwise negation of o on success, or NULL on failure.例文帳に追加

成功すると o のビット単位反転 (bitwise negation) を返し、失敗すると NULL を返します。 - Python

exit(2)system call, otherwise it returns False.Availability: Unix. 例文帳に追加

exit(2) システムコールで終了した場合に真を返します。 利用できる環境: Unix。 - Python

Returns true if ob is a slice object; ob must not be NULL.例文帳に追加

ob がスライスオブジェクトの場合に真を返します;ob は NULL であってはなりません。 - Python

Returns a new string object with the value v on success, and NULL on failure.例文帳に追加

v を値に持つ文字列オブジェクトを返します。 失敗すると NULLを返します。 - Python

The default implementation of this method returns the first line of the test method's docstring, if available, or None.例文帳に追加

デフォルトでは、テストメソッドのdocstringの先頭の一行、またはNoneを返します。 - Python

Takes a pointer to a tuple object, and returns the size of that tuple.例文帳に追加

タプルオブジェクトへのポインタを引数にとり、そのタプルのサイズを返します。 - Python

Checks whether element is contained in container and returns true or false accordingly.例文帳に追加

element が container 内にあるか調べ、その結果に応じて真または偽を返します。 - Python

Description GLwCreateMDrawingArea creates an instance of a GLwMDrawingArea widget and returns the associated widget ID.例文帳に追加

説明GLwCreateMDrawingArea は GLwMDrawingArea ウィジェットのインスタンスを生成し、それに対応する ID を返す。 - XFree86

It also returns a pointer to a list of host structures that were allocated by the function.例文帳に追加

この関数は割り当てたホスト構造体のリストへのポインタを返す。 - XFree86

The XGetGCValues function returns the components specified by valuemask for the specified GC.例文帳に追加

関数XGetGCValuesは、指定した GC の指定した valuemask で指定されるコンポーネントを返す。 - XFree86

Returns the timing values and dot clocks for all of the availablevideo modes. monitor例文帳に追加

modesinfo 2i可能なビデオモード全てに対するタイミング値とドットクロックが返される。 - XFree86

Otherwise, when a visual is not found, XMatchVisualInfo returns zero.例文帳に追加

そうでない場合、つまりビジュアルが見つからなかった場合は、XMatchVisualInfoは 0 を返す。 - XFree86

On systems that do not support threads, this function always returns zero.例文帳に追加

スレッドをサポートしていないシステムの場合、この関数は必ず 0 を返す。 - XFree86

The XGetAtomNames function returns the names associated with the specified atoms.例文帳に追加

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

Description The XLoadFont function loads the specified font and returns its associated font ID.例文帳に追加

説明関数XLoadFontは指定したフォントをロードし、対応するフォントIDを返す。 - XFree86

The XDisplayOfIM function returns the display associated with the specified input method.例文帳に追加

関数XDisplayOfIMは指定した入力メソッドに関連付けられたディスプレイを返す。 - XFree86

The XLocaleOfIM function returns the locale associated with the specified input method.例文帳に追加

関数XLocaleOfIMは指定した入力メソッドに関連付けられたロケールを返す。 - XFree86

The XDisplayOfOM function returns the display associated with the specified output method.例文帳に追加

関数XDisplayOfOMは、指定した出力メソッドに関連付けられたディスプレイを返す。 - XFree86

If insufficient workingstorage is allocated, it returns BitmapNoMemory. 例文帳に追加

十分な作業領域を割り当てられなかった場合にはBitmapNoMemoryが返される。 - XFree86

The XResourceManagerString function returns the RESOURCE_MANAGER property from the server's root window of screen zero,which was returned when the connection was opened using XOpenDisplay.例文帳に追加

これはXOpenDisplayで接続をオープンした時に返された値である。 - XFree86

glXQueryServerString only returns information aboutGLX extensions supported by the server. 例文帳に追加

.P\\f3glXQueryServerString\\fP はサーバがサポートしている GLX 機能拡張に関する情報だけを返す。 - XFree86

When the valve element returns into the valve closed state from the open state, the valve element returns into the valve closed state while being engaged with the detection rod held by the valve opening time holding means, and the detection rod returns into the original valve closed time position.例文帳に追加

弁体が開放状態から閉弁状態に戻る際には、開弁時保持手段に保持された検知棒を係合しながら弁体が閉弁状態に戻り、検知棒は元の閉弁時の位置に戻る。 - 特許庁

This week, the show returns from a hiatus to a new time slot.例文帳に追加

今週、この番組は休止状態から新しい時間帯に移った。 - 旅行・ビジネス英会話翻訳例文

According to the latest returns, the balance of trade is turning in our favour. 例文帳に追加

最近の調査によれば輸出入の差は好望を呈しつつあり - 斎藤和英大辞典

Lucius, an ancient Roman architect, returns to present-day Japan again!例文帳に追加

古代ローマの設計技師ルシウスが再び現代の日本に戻って来る! - 浜島書店 Catch a Wave

When no transmission operation is made (NO: s8), the processing returns to the step s5 and when the transmission operation is made (YES: s8), the processing returns to the step s1 after the transmission of the input result (s9).例文帳に追加

送信操作でなければ(s8:NO)、s5に、送信操作であれば(s8:YES)入力結果を送信後(s9)s1に戻る。 - 特許庁

To support the cumbersome process of filing fixed asset tax returns by automatically creating information for the filing of fixed asset tax returns for rental businesses.例文帳に追加

レンタルビジネスにおける固定資産税申告のための情報を自動的に生成することにより、煩雑な固定資産税の申告を支援する。 - 特許庁

The bank server 4 returns balance information about the requester's account, and the real estate registration server 5 returns real estate registration information about the requester (S7).例文帳に追加

銀行サーバ4は依頼人の口座の残高情報を返信し、不動産登記サーバ5は依頼人の不動産登記情報を返信する(S7)。 - 特許庁

When the voice terminal on the call-incoming side returns a response signal, the voice terminal on the call-originating side returns to processing of the call control procedure and establishes a call to start a normal speech.例文帳に追加

着信側音声端末が応答信号を返すと、呼制御手順の処理に戻り、呼を確立し、通常の通話開始する。 - 特許庁

The XListProperties function returns a pointer to an array of atom properties that are defined for the specified window or returns NULL if no properties were found.例文帳に追加

関数XListPropertiesは指定されたウィンドウに対して定義されているアトムプロパティの配列へのポインタを返す。 プロパティが見つからなかった場合には NULL を返す。 - XFree86

The surface reflects the radiation heat, and returns the heat in the high temperature gas passage 120.例文帳に追加

表面は、放射熱を反射して高温ガス流路(120)内に戻す。 - 特許庁

The service provision server 70 returns a service ID to the client device 10.例文帳に追加

サービス提供サーバ70は、サービスIDをクライアント装置10に返信する。 - 特許庁

Then, the movable pulley 4 moves in an opposite direction and returns to its original position.例文帳に追加

その後、可動プーリ4が逆方向に移動し、もとの位置に復帰する。 - 特許庁

The service providing server 70 returns the service data to the client device 10.例文帳に追加

サービス提供サーバ70は、サービスデータをクライアント装置10に返信する。 - 特許庁

When the approval propriety decision wait (site) is else present, a process returns to S102, and S102-S106 are repeated.例文帳に追加

他に承認可否判断待ち(サイト)があれば、S102に戻り、S102〜S106を繰り返す。 - 特許庁

We will not accept any returns for reasons such as "The product looks different from the photos". 例文帳に追加

「商品がイメージと異なる」等の理由による返品はご遠慮下さい。 - Weblio Email例文集

We won't accept any returns or exchanges unless the products are faulty. 例文帳に追加

商品に欠陥や不具合がない限り、返品や交換は致しかねます。 - Weblio Email例文集

例文

After a great conflict within himself, Conor returns to his children. 例文帳に追加

心の内の激しい葛(かっ)藤(とう)の末,コナーは子どもたちの元へ戻る。 - 浜島書店 Catch a Wave




  
浜島書店 Catch a Wave
Copyright © 1995-2026 Hamajima Shoten, Publishers. All rights reserved.
  
旅行・ビジネス英会話翻訳例文
Copyright (c) 株式会社 高電社 All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., 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