例文 (390件) |
function returnの部分一致の例文一覧と使い方
該当件数 : 390件
This function should return an array of this format for all packages that have a release within the constraint defined by the "state" parameter: array( array( 'package' = 'packagename', 'version' = 'release version', 'state' = 'release stability', 'filesize' = 'size of the .tgz file to download', ), // etc.); 例文帳に追加
この関数は、パラメータ "state" で指定した条件を満たすリリースを、すべてのパッケージについて以下の形式の配列で返します。 - PEAR
Return a new method object, with func being any callable object; this is the function that will be called when the method is called.例文帳に追加
任意の呼び出し可能オブジェクトfunc を使った新たなメソッドオブジェクトを返します; 関数 func は、メソッドが呼び出された時に呼び出されるオブジェクトです。 - Python
Return the ``login name'' of the user.Availability: Unix, Windows. This function checks the environment variables LOGNAME,USER, LNAME and USERNAME, in order, and returns the value of the first one which is set to a non-emptystring.例文帳に追加
有効性:Unix、Windowsこの関数は環境変数LOGNAME USER LNAME USERNAMEの順序でチェックして、最初の空ではない文字列が設定された値を返します。 - Python
Return True if pathname path is a mount point: a point ina file system where a different file system has been mounted. The function checks whether path's parent,例文帳に追加
パス名pathがマウントポイントmount point(ファイルシステムの中で異なるファイルシステムがマウントされているところ)なら、Trueを返します:この関数はpathの親ディレクトリである - Python
To execute operation confirmation of a spring return function without having an effect on other equipment having a common power supply or without having to go to an installation site.例文帳に追加
電源が共通とされた他の機器に影響を及ぼすことなく、また設置現場に行くことなく、スプリングリターン機能の動作確認を行えるようにする。 - 特許庁
To provide a sheet with concealing function for a return-paid card which can guarantee confidentiality of the information filled in the respective information areas when returned for reply.例文帳に追加
返信時において各情報領域に記載された情報の秘密性を担保することができる隠蔽機能付き往復通信用葉書シートを提供する。 - 特許庁
The control unit 6 may interrupt the electromagnetic clutch 4 at its own timing to notify the remote monitoring device 300 of the operation confirmed result of the spring return function.例文帳に追加
制御部6が独自のタイミングで電磁クラッチ4を断とし、スプリングリターン機能の動作確認結果を遠隔監視装置300へ通知するようにしてもよい。 - 特許庁
Next, in S6, the process proceeds to S2 according to function assigning processing to an autofocus ON/OFF operation of a command signal of a return switch, and focus control is executed.例文帳に追加
次に、S6でリターンスイッチの指令信号の自動合焦オンオフ操作などへの機能割当処理に従ってS2に進み、フォーカス制御を実行する。 - 特許庁
In addition, respective input/ output parts are connected, and thereby the input/output parts adjust mutually, and return the processing result of the processable function unit to the host.例文帳に追加
また、それぞれの入出力部を接続することにより、入出力部は相互に調整し合い、処理可能な機能ユニットの処理結果をホストに返す。 - 特許庁
To provide a heating apparatus capable of realizing a non-return type excessive temperature rise prevention function at a low cost in a circuit configuration of a temperature measurement part.例文帳に追加
温度測定部の回路構成において非復帰形の温度過昇防止機能を安価にて実現する加熱機器を提供することを目的としている。 - 特許庁
In the case Δt>10 min is established, it is judged as the discontinuity, the correction of the means II is released so as to return to the developing contrast potential of the means I by the process of a function B.例文帳に追加
Δt>10分のとき不連続と判断し、手段IIの補正を解除し、関数Bの手順で手段Iの現像コントラスト電位に戻す。 - 特許庁
To provide the transmission and reception branching filter which effectively use the function of a BPF, improves return loss characteristics, and can be reduced in manufacture cost.例文帳に追加
BPFの機能を有効に活かし、リターンロス特性を向上させることができ、製造コストを低減することができる送受分波器を提供する。 - 特許庁
This function should return an array of this format for all packages that match the constraints defined above: array( array( 'name' = 'packagename', 'category' = 'category name', 'license' = 'release license', 'summary' = 'package summary', 'description' = 'package description', 'stable' = 'latest release version that matches constraints', 'unstable' = 'latest unstable release version or false if stable_only', 'state' = 'release state of latest release that matches constraints', 'deps' = array( // same format as for package.info ) ), // etc.); 例文帳に追加
この関数は、上で示した条件を満たすすべてのパッケージをこのような形式の配列で返します。 - PEAR
Otherwise, it must be one of 'snapshot', 'devel', 'alpha', 'beta', or 'stable', and the function should return the newest release that is more stable than state. 例文帳に追加
それ以外の場合は'snapshot'、'devel'、'alpha'、'beta' あるいは 'stable' のいずれかを指定する必要があり、この関数は state よりも安定しているリリースの中で最新のものを返します。 - PEAR
For example, if you are trying to delete three files and the first one can't be deleted, the next two files will be deleted but the function will return FALSE. 例文帳に追加
例えば、3 つのファイルを削除する処理で最初のファイルの削除に失敗したとしても、残りの 2 つは削除されます。 しかし、関数の返り値はFALSEとなります。 - PEAR
Note that the integer returned does not have to be in ASCII range: function keys, keypad keys and so on return numbershigher than 256.例文帳に追加
返される整数は ASCII の範囲の値となるわけではない ので注意してください: ファンクションキー、キーパッド上のキー等は 256 よりも大きな数字を返します。 - Python
Return a list of source lines and starting line number for an object.The argument may be a module, class, method, function, traceback, frame,or code object. 例文帳に追加
オブジェクトのソース行のリストと開始行番号を返します。 引数にはモジュール・クラス・メソッド・関数・トレースバック・フレーム・コードオブジェクトを指定する事ができます。 - Python
Each call to the function should return one line of input as a string. The second parameter, tokeneater, must also be a callable object.例文帳に追加
この関数は呼び出しのたびに入力内の一行を文字列で返さなければなりません。 二番目のパラメータtokeneaterも呼び出し可能オブジェクトでなければなりません。 - Python
The terms to the issuer include providing capital to the issuer in exchange for a return that is a function of future sales over a specified period of time.例文帳に追加
発行者への条件は、指定された期間にわたる将来の売上高の関数であるリターンと引き換えに、発行者への資本の提供を含む。 - 特許庁
The microcomputer 21 has a function as a measuring means for measuring vehicle behavior characteristic during steering return while including a database 36 in which a behavior characteristic to be a reference during steering return is registered.例文帳に追加
また、マイコン21は、ステアリング戻し時における車両の挙動特性を測定する測定手段としての機能を有するとともに、ステアリング戻し時において基準とすべき挙動特性が登録されたデータベース36を備える。 - 特許庁
To return an energy saving mode to a usual mode normally if there is not trouble with a function requested by an external equipment having requested the return to the usual mode even if either an image scanner or a printer engine is error state and is transferred into the energy saving mode.例文帳に追加
イメージスキャナ、プリンタエンジンのどちらかがエラー状態で省エネルギーモードに移行しても、通常モードへの復帰を要求した外部機器が要求する機能に支障がなければ正常に通常モードに復帰できるようにする。 - 特許庁
To provide a liquid filling and packaging structure capable of holding a non-self-standing flexible packaging bag having a film-like non-return nozzle having excellent self-seal non-return function characteristics and liquid-dripping controllability in a required service mode.例文帳に追加
セルフシール逆止機能特性と液切れ性とに優れたフィルム状逆止ノズルを備える非自立型のフレキシブル包装袋を、所要の使用形態になるように保持することができる液状物充填包装構造体を提案する。 - 特許庁
To provide an actuator operation circuit capable of flow-controlling the flow rate taking the load pressure state of return pressure oil from a single-action cylinder into consideration by a directional control valve providing a lock valve function and a flow-regulation valve function.例文帳に追加
ロック弁機能や流量制御弁機能を持たせた方向制御弁により、単動シリンダからの戻り圧油の負荷圧状態を考慮して流量制御できるようにしたアクチュエータ操作回路を提供する。 - 特許庁
To provide a sash wheel device with a pad having a return prevention function for surely stopping a sliding door at the stop position and a dirt entry prevention function for preventing the defective running of the sliding door from occurring due to the entry of dirt.例文帳に追加
引戸を停止位置で確実に停止させる戻り防止機能と、ゴミの噛み込みによる引戸の走行トラブルの発生を防止できるゴミ噛み逃げ機能とを併せ持つパットを備えた戸車装置を提供する。 - 特許庁
To attain much electric power saving while having an automatic return function from an electric power saving state to a normal state in a display device having a electric power saving function based on the synchronizing signal of an inputted video signal.例文帳に追加
入力した映像信号の同期信号に基づく省電力機能を有する表示装置において,省電力状態から通常状態への自動復帰機能を有しつつ,より省電力化を図ること。 - 特許庁
When inserted, a needle of the plug is pushed to the protrusion in the inner wall of the jack and at disengagement the protrusion can return to the original position by a spring, thus the above switch function can achieve its function.例文帳に追加
プラグの可動子は嵌合時にジャックの内壁で押される凸部を設けてあり、また嵌合していない時は凸部が元の位置に戻ることが出来るようにバネが組込まれているので上記スイッチ機能が達成できる。 - 特許庁
A controller C exerts a function for distributing return oil from a cylinder 1 into a flow rate guiding the return oil to a tank through a switch control valve 4, and a flow rate guiding the return oil to a hydraulic motor for electric generator through a pilot selector valve 14, when generating electricity by utilizing inertial energy or positional energy of the cylinder 1.例文帳に追加
コントローラCは、シリンダ1の慣性エネルギーあるいは位置エネルギーを利用して発電しようとするとき、シリンダ1からの戻り油を、切換制御弁4を介してタンクに導く流量と、パイロット切換弁14を介して上記発電機用油圧モータに導く流量とに振り分ける機能を発揮する。 - 特許庁
To provide a storage medium processing device with a storage medium authentication return function automatically recognizing the vacant state of a seat, capable of preventing the theft of a storing medium by making it impossible to return the storing medium, and making it possible to easily return the storing medium after sitting on the seat.例文帳に追加
離席状態を自動的に認識し、記憶媒体の返却を不能にして記憶媒体の盗難を防止することができ、着席後における記憶媒体の返却を容易に可能とすることができる記憶媒体認証返却機能付き記憶媒体処理装置を提供することを目的とする。 - 特許庁
The means of this invention is solved by a virtual message exchange system constituted by incorporating automatic analyzing function for electronic mail from a user side and an automatic generating and replying function for return mail from a server side in a network system.例文帳に追加
本発明の手段はネットワ−クシステム中にユ−ザ−側からの電子メ−ルの自動解析機能と、サ−バ−側からの返信メ−ル自動作成返答機能を組み込ませた仮想電文交換システムにより解決する。 - 特許庁
call the given function with given arguments only if there is no cache about it ; else, the output of the function is read from the cache then send to the browser and the return value if read also from the cache and returned. 例文帳に追加
もしキャッシュがなければ、引数と共に与えられた関数をコールします ;もしくは、関数の出力がキャッシュから読み込まれた場合はブラウザに送信し、また、値がキャッシュから読み込まれ返された場合、その値を返します。 - PEAR
Then, when the object function is executed by a CPU, the change of the value of a return address 12 stored in the stack area 11 is detected, and when it is detected that the value has changed, execution of the object function is stopped.例文帳に追加
そして、対象関数がCPUにより実行された場合に、スタック領域11に記憶されているリターンアドレス12の値の変化を検知し、値が変化したことを検知した場合に、当該対象関数の実行を停止する。 - 特許庁
To promptly return a spool to a steady state during full-stroke operation of an operation lever without damaging a reducing function of hydraulic reaction force of the operation lever by action of a hydraulic chamber.例文帳に追加
油圧室の作用による操作レバーの油圧反力の低減機能を損なうことなく、操作レバーのフルストローク操作時に、スプールを迅速に定常状態に復帰させる。 - 特許庁
When the user selects to execute the hardware reset function, data and preset values in a memory are deleted to return the computer system to a default condition.例文帳に追加
ユーザがハードウェアリセット機能の実行を選択した場合には、コンピュータシステムをデフォルト状態に戻すように、メモリのデータ及び予め定められた値は消去される。 - 特許庁
A power-saving mode control unit 15 controls shift of the function operation sections 3 to 13 into a power-saving mode, whereas it controls return of the power saving mode to a normal mode.例文帳に追加
省電力モード制御部15は、機能動作部3〜13を省電力モードに移行制御する一方、省電力モードから通常モードに復帰制御する。 - 特許庁
The function call/return instructions, which are not typical but atypical, can cause an abnormal end or wrong result when the program is reverse-compiled.例文帳に追加
関数呼出/復帰命令を定型的ではなく、非定型定とすることで、プログラムの逆コンパイル時に、異常終了または誤った結果を引き起こさせることが可能となる。 - 特許庁
To prevent reduction in return quantity of freezer oil to a compressor in accordance with stoppage of cooling function of an evaporator connected to a refrigerant suction port side of an ejector.例文帳に追加
エジェクタの冷媒吸引口側に接続される蒸発器の冷却機能の停止に伴って、圧縮機への冷凍機油の戻り量が減少することを防止する。 - 特許庁
To provide a vibration type part feeder provided with a return function of parts by arranging two troughs in parallel to improve a conveyance property and accuracy in the alignment of parts.例文帳に追加
2つのトラフを並列に配置して部品のリターン機能を付与した振動式部品供給装置において、部品の搬送性および整列精度を向上させることである。 - 特許庁
A business value evaluating function 122 obtains NPV, a risk and a return of the object business on the basis of a financial exponent of the object business read from the memory device.例文帳に追加
また記憶装置11から読み出した対象事業の財務指数から、事業価値評価機能122が対象事業のNPV、リスク及びリターンを求める。 - 特許庁
Extraction means 12 extracts the symbol included in at least one of a return value and an argument, when each of multiple times of calls of a function is performed.例文帳に追加
抽出手段12は、複数回の関数の呼び出しそれぞれが行われるとき、戻り値および引数の少なくとも一方に含まれる記号を抽出する。 - 特許庁
To provide a return to origin mechanism of a simple composition smoothly and positively returning mutual positional deviation between a body and a base caused by a compliance function to an origin.例文帳に追加
コンプライアンス機能によって生じたボディとベースとの間の相互の位置ずれを、滑らかに且つ確実に原点復帰させる、簡単な構成の原点復帰機構を提供する。 - 特許庁
The attachment control unit 45 execute a safety function normally incorporated for sure accident prevention, safety return process, or a test not specified by law.例文帳に追加
付属制御部45は、法令では定められていないが確実な事故防止、安全な復帰処理またはテストのために通常盛り込まれている保安機能を実行する。 - 特許庁
To make a security system effectively function by sending a random data to an ID generating IC when resetting from an energy saving mode and comparing the return data with the expected value.例文帳に追加
省エネモードからの復帰時にID生成用ICにランダムのデータを送出し、リターンデータを期待値と比較することにより有効にセキュリティシステムが機能するようにする。 - 特許庁
The beam splitter 6 has a function to pass illumination light from the micro lens disc 2 toward the pinhole disc 3 and separate return light having passed through a pinhole 31.例文帳に追加
ビームスプリッタ6は、マイクロレンズディスク2からピンホールディスク3に向かう照明光を通過させるとともに、ピンホール31を通過した戻り光を分離する機能を有する。 - 特許庁
This include file contains statistic retrieval return codes, structure layout for the request/response header, and message IDs for the statistic retrieval function. 例文帳に追加
これには次のようなファイルが含まれる.そのファイルは統計的検索復帰コード, 要求応答ヘッダー用の構造レイアウト, および統計的検索機能用のメッセージIDを含む. - コンピューター用語辞典
The PEAR installer is specialized enough that a generic listing of parameters and return values is entirely unnecessary: the installer knows exactly what xml-rpc function package.info version 1.0 requires and what it returns. 例文帳に追加
PEAR インストーラは、一般的なパラメータや返り値のリストが必要ないほど専門化されており、xml-rpm 関数 package.info バージョン 1.0 が何を必要として何を返すのかを正確に知っています。 - PEAR
Such types should define this function; it should return 1 for a collectible instance, and 0 for a non-collectible instance. The signature is例文帳に追加
こうした型では、このフィールドに関数を定義しなければなりません; 関数はインスタンスが収集可能の場合には 1 を、収集不能の場合には 0 を返さねばなりません。 シグネチャは - Python
To provide an umbrella type valve that can be installed to a valve seat simply and certainly without using any jig and improve a function as a non-return valve.例文帳に追加
何らの治具を用いることなく弁座への組付けを簡易かつ確実にでき、しかも、逆流防止弁としての機能を増長できる傘形弁を提供する。 - 特許庁
To provide a method for creating a financial product that provides a return that is a function of future sales/revenues, preferably gross sales/revenue, over a specified period of time.例文帳に追加
本発明は、指定された期間にわたる将来の売上高/収益、好ましくは総売上高/収益、の関数であるリターンを提供する金融商品に関する。 - 特許庁
To provide a flexible packaging bag capable of exhibiting a desired self-seal non-return checking function, even when a film-like non-return checking nozzle part and a bag body part are integrally formed for both front-back sides with one piece of single layer plastic film respectively.例文帳に追加
フィルム状逆止ノズルの部分と袋本体の部分とを、表裏ともそれぞれ一枚ものの単層のプラスチックフィルムにて一体に形成した場合においても所望のセルフシール逆止機能を示すことのできるフレキシブル包装袋を提案すること。 - 特許庁
In the heating cooker, swing speed of the infrared sensor 6 is increased and measurement points are shifted between forward and return passages, and data of adjacent measurement points in the forward passage are averaged and are handled as data of measurement points in the return passage, thus increasing the number of measurement points and enhancing a temperature detection function.例文帳に追加
赤外線センサー6のスイング速度を速めながらも、往路と復路とで測定点をずらし、且つ往路の隣り合う測定点のデータを平均して、復路の測定点のデータとして扱うことで、測定点が多くなり、温度検知機能が高まる。 - 特許庁
例文 (390件) |
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 - 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/ ). |
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. |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|