1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 6833



例文

Returns the days of the week using the order defined in the decorated calendar object. 例文帳に追加

orderedWeekdays($format='long') デコレート対象のカレンダーオブジェクトで定義されている順番で、曜日を返します。 - PEAR

prevWeekDay($format='int') Returns the previous weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

prevWeekDay($format='int') 週の前日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

thisWeekDay($format='int') Returns the current weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

thisWeekDay($format='int') 週の当日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

nextWeekDay($format='int') Returns the next weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

nextWeekDay($format='int') 週の翌日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

例文

returns False if the user cancelled input, the text (string) otherwise.例文帳に追加

ユーザが入力をキャンセルした場合は FALSE、それ以外の場合はテキスト (文字列) を返します。 - PEAR


例文

Returns TRUE if checkbox has a "checked" attribute, FALSE otherwise. 例文帳に追加

チェックボックスに "checked" 属性が設定されている場合に TRUE、それ以外の場合に FALSE を返します。 - PEAR

Returns an array of registered validation rules.Throws throwsno exceptions thrown 例文帳に追加

登録された検証規則の配列を返します。 例外・エラー 例外はスローされません。 - PEAR

Note that the encode// function returns an associative array containing two// elements, body and headers. 例文帳に追加

encode 関数は、// body と headers の 2 つの要素を持つ連想配列を返すことに// 注意しましょう。 - PEAR

Optional - count of tries before mail returns to queue for later delivery. 例文帳に追加

オプション -あとで送信するためメールをキューに戻す前に試みる回数を指定します - PEAR

例文

Returns all message headers in a certain range of the current selected newsgroup Parameter 例文帳に追加

現在選択されているニュースグループの、指定した範囲の記事のヘッダを返します。 - PEAR

例文

This package is not documented yet.Return value returns the current page number例文帳に追加

このパッケージに関する文書は、未作成です。 返り値 現在のページ番号を返します。 - PEAR

It returns true if the wildcard matches the MIME type, false if not. 例文帳に追加

指定した MIME タイプがワイルドカードにマッチする場合にtrue、マッチしない場合にfalse を返します。 - PEAR

This function returns an array containing the set of items that are provided by the RSS document. 例文帳に追加

この関数は、RSSドキュメントが提供する項目セットを含む配列を返します。 - PEAR

This function returns an array containing the set of images that are provided by the RSS document. 例文帳に追加

この関数は、RSSドキュメントが提供するイメージのセットを含む配列を返します。 - PEAR

Returns TRUE if the given namespace is overloaded, FALSE otherwise.例文帳に追加

指定した名前空間がオーバーロードされている場合に TRUE、そうでない場合に FALSEを返します。 - PEAR

Returns a file-like object which can be used to write to thebody of the message. 例文帳に追加

メッセージ本体を書くのに使うことができるファイルのようなオブジェクトを返します。 - Python

If the format string is empty, it returns None; if it contains exactly one format unit, it returns whatever object is described by that format unit.例文帳に追加

書式化文字列が空の場合、None を返します; 書式化単位が厳密に一つだけ入っている場合、書式化単位で指定されている何らかのオブジェクト単体を返します。 - Python

This method returns the same thing as iter(f).New in version 2.1. 例文帳に追加

個のメソッドは iter(f) と同じ結果を返します。 バージョン 2.1 で 新たに追加 された仕様です。 - Python

Returns true if the panel is hidden (not visible), false otherwise. 例文帳に追加

パネルが隠れている (不可視である) 場合に真を返し、そうでない場合偽を返します。 - Python

Returns the key next key/value pair in a database traversal. 例文帳に追加

データベースの順方向探索において、次のよりも後に来るキー/値のペアを返します。 - Python

Returns a value equal to "Emin - prec + 1" which is the minimumexponent value for subnormal results. 例文帳に追加

"Emmin - prec + 1" に等しい値を返します。 演算結果の劣化が起こる桁の最小値です。 - Python

Returns IMAP namespaces as defined in RFC2342.New in version 2.3. 例文帳に追加

RFC2342で定義されるIMAP名前空間を返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

function(text,state), for state in 0, 1, 2, ...,until it returns a non-string value. 例文帳に追加

function(text, state)の形式で、関数が文字列でない値を返すまで state を0, 1, 2, ..., にして呼び出します。 - Python

This function returns a tuple of three values that give information about the exception that is currently being handled.例文帳に追加

この関数は、現在処理中の例外を示す三つの値のタプルを返します。 - Python

Returns the o converted to a long integer object on success,or NULL on failure. 例文帳に追加

成功するとo を長整数に変換したものを返し、失敗すると NULL を返します。 - Python

When o is non-NULL, returns a type object corresponding to the object type of object o.例文帳に追加

o が NULLでない場合、オブジェクトo のオブジェクト型に相当する型オブジェクトを返します。 - Python

Returns the number of samples that are in the hardware buffer yet to be played.例文帳に追加

ハードウェアバッファ上に残っていてまだ再生されていないサンプル数を返します。 - Python

Returns the number of samples that could be queued into the hardware buffer to be played without blocking.例文帳に追加

ブロックを起こさずにハードウェアの再生キューに書き込めるサンプル数を返します。 - Python

This method returns a list of strings, one for each (non-system)method supported by the XML-RPC server. 例文帳に追加

XML-RPCサーバがサポートするメソッド名(system以外)を格納する文字列のリストを返します。 - Python

This function takes a null-terminated character string as argument and returns an integer.例文帳に追加

この関数は null で終端されたキャラクタ文字列を引数にとり、整数を返します。 - Python

Returns true if the object o is a string object, but not an instance of a subtype of the string type.New in version 2.2.例文帳に追加

o が文字列型で、かつ文字列型のサブタイプでないときに真を返します。 - Python

This returns NULL if the code cannot be parsed or compiled.例文帳に追加

コードがパースできなかったりコンパイルできなかったりした場合に、これはNULL を返します。 - Python

The ProtocolVersion macro returns the major version number (11) of the X protocol associated with the connected display.例文帳に追加

マクロProtocolVersionは接続先のディスプレイにおける X プロトコルのメジャーバージョン番号(11)を返す。 - XFree86

The DoesSaveUnders macro returns a Boolean value indicating whether the screen supports save unders.例文帳に追加

マクロDoesSaveUndersはスクリーンがセーブアンダー機能をサポートしているかどうかを示す真偽値を返す。 - XFree86

The MaxCmapsOfScreenmacro returns the maximum number of installed colormaps supported by the specified screen.例文帳に追加

マクロMaxCmapsOfScreenは指定したスクリーンがサポートする、インストールできるカラーマップの最大数を返す。 - XFree86

The MinCmapsOfScreen macro returns the minimum number of installed colormaps supported by the specified screen.例文帳に追加

マクロMinCmapsOfScreenは指定したスクリーンがサポートする、インストールできるカラーマップの最小数を返す。 - XFree86

The XGetClassHintfunction returns the class hint of the specified window to the members of the supplied structure.例文帳に追加

関数XGetClassHintは、指定したウィンドウのクラスヒントを、与えられた構造体のメンバに返す。 - XFree86

The XIMOfIC function returns the input methodassociated with the specified input context. 例文帳に追加

関数XIMOfICは指定した入力コンテクストに関連付けられている入力メソッドを返す。 - XFree86

For each input device available to the server, the XListInputDevices request returns an XDeviceInfo structure.例文帳に追加

サーバが利用可能な各入力デバイスについて、XListInputDevices リクエストは XDeviceInfo 構造体を返す。 - XFree86

XQueryTree returns zero if it fails and nonzero if it succeeds.例文帳に追加

XQueryTreeは問い合わせに失敗した場合に 0 を返し、成功の場合には 0 でない値を返す。 - XFree86

Otherwise,it sets neither of the return arguments and returns a zero status. 例文帳に追加

そうでない場合には、関数はいずれの引き数も設定せず、ステータスとして 0 を返す。 - XFree86

If database contains NULL, XrmParseCommand creates a new database and returns a pointer to it.例文帳に追加

引き数 databaseが NULL ならば、新しいデータベースが作成され、それを指すポインタが返される。 - XFree86

If database contains NULL, XrmQPutResource creates a new database and returns a pointer to it.例文帳に追加

.LP引き数 database が NULL の場合、XrmQPutResourceは新しいデータベースを生成し、それを指すポインタを返す。 - XFree86

If database contains NULL,XrmPutStringResource creates a new database and returns a pointer to it.例文帳に追加

.LP引き数 database が NULL の場合、XrmPutStringResourceは新しいデータベースを生成し、それを指すポインタを返す。 - XFree86

If database contains NULL, XrmQPutStringResource creates a new database and returns a pointer to it.例文帳に追加

.LP引き数 database が NULL の場合、XrmQPutStringResourceは新しいデータベースを生成し、それを指すポインタを返す。 - XFree86

If database contains NULL, XrmPutLineResource creates a new database and returns a pointer to it.例文帳に追加

.LP引き数 database が NULL の場合、XrmPutLineResourceは新しいデータベースを生成し、それを指すポインタを返す。 - XFree86

XtGetSelectionRequestmay only be called from within an XtConvertSelectionProc procedure and returns a pointer to the SelectionRequest event that caused the conversion procedure to be invoked.例文帳に追加

この関数は、変換手続きを呼び出させたSelectionRequestイベントへのポインタを返す。 - XFree86

Children of primitivewidgets are always unmanaged; thus, XtMakeGeometryRequest always returns XtGeometryYes when called by a child of a primitive widget.例文帳に追加

したがって、基本ウィジェットの子に呼び出されたときにはXtMakeGeometryRequestは常にXtGeometryYesを返す。 - XFree86

Description The XtMalloc functions returns a pointer to a block of storage of at least the specified size bytes.例文帳に追加

説明XtMalloc 関数は指定したバイトサイズの記憶領域ブロックへのポインタを返す。 - XFree86

例文

People choose their form of employment taking into account these risks and returns.例文帳に追加

人々は、このようなリスクとリターンを勘案しながら、就業形態を選択する。 - 経済産業省




  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS