Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「return statement」に関連した英語例文の一覧と使い方 - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「return statement」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > return statementの意味・解説 > return statementに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

return statementの部分一致の例文一覧と使い方

該当件数 : 76



例文

6.7 The return statement 例文帳に追加

6.7 return 文 - Python

Code Sample 2: Return Statement 例文帳に追加

コード例 2:return 文 - NetBeans

"return statement" POSIX bc requires parentheses around the return expression. 例文帳に追加

"return 文"POSIX bc では、return 文の周りに括弧が必要です。 - JM

Modify the return statement of the toString method to return String. 例文帳に追加

String.valueOf(clientPK) を返すように toString メソッドの return 文を変更します。 - NetBeans

例文

Modify the return statement of the toString method to return the full address:return line1 + ", " + line2 + ", " + city + ", " + region + ", " + country + ", " + postalCode; 例文帳に追加

完全な住所を返すように toString メソッドの return 文を変更します。 return line1 + , + line2 + , + city + , + region + , + country + , + postalCode; - NetBeans


例文

There are two versions of the return statement. The first form, "return", returns the value 0 to the calling expression. 例文帳に追加

return 文には 2 つの形式があり、ひとつめの形式 "return" は、呼び出し元に値 0 を返します。 - JM

When the code block executes a return statement, this specifies the return value of the function call.例文帳に追加

コードブロックで return 文が実行される際に、関数呼び出しの戻り値 (return value) が決定されます。 - Python

Replace the return statement in the method with the following code shown in bold. 例文帳に追加

メソッド内の return 文を次のコード (ボールド部分) に置き換えます。 - NetBeans

Replace the return statement in the method with the following code shown in bold: 例文帳に追加

メソッド内の return 文を次のコード (太字部分) に置き換えます。 - NetBeans

例文

This allows a function to terminate and return 0 without an explicit return statement. 例文帳に追加

これにより、明示的に return 文を置かなくても、関数は終了して値 0 を返します。 - JM

例文

Change the method's return statement to return the name that you assigned to the connecting line, such as alertOutcome. 例文帳に追加

接続線に付けた名前 (「alertOutcome」など) を返すようにメソッドの return 文を変更します。 - NetBeans

a tax statement filed under a Japanese tax return system called 'siroiroshinkoku' 例文帳に追加

白色申告という申告制度による税金の申告 - EDR日英対訳辞書

SYSTEM FOR BLUE RETURN ACCOUNT STATEMENT PREPARATION JOB THROUGH COMMUNICATION LINE例文帳に追加

通信回線を介する青色申告決算書作成業務システム - 特許庁

If the finally clause raises another exception or executes a return or break statement, the saved exception is lost.例文帳に追加

finally 節で別の例外が送出されたり、return やbreak 節が実行された場合、保存されていた例外は失われます。 - Python

When a return, break or continue statement is executed in the try suite of a try...finallystatement, the finally clause is also executed `on the way out.'例文帳に追加

try...finally 文の try スイート内でreturn、 break、または continue 文が実行された場合、finally 節も `抜け出る途中に (on the way out)'実行されます。 - Python

Currently, control ``flows off the end'' except in the case of an exception or the execution of a return,continue, or break statement.例文帳に追加

現在、制御が ``末尾に到達する'' のは、例外が発生したり、return、continue、または break 文が実行される場合を除きます。 - Python

return leaves the current function call with the expression list (or None) as return value.When return passes control out of a try statement with a finally clause, that finally clause is executed before really leaving the function.例文帳に追加

return を使うと、式リスト (または None) を戻り値として、現在の関数呼び出しから抜け出します。 return によって、finally 節をともなう try 文の外に処理が引き渡されると、実際に関数から抜ける前に finally 節が実行されます。 - Python

Drag the return string from the concat method onto the paramA under outputVar resultType.This concatenates the string Hello to the input and copies the statement into the output. 例文帳に追加

連結メソッドから return 文字列を「outputVar」「resultType」の下の paramA までドラッグします。 これにより、文字列 Hello が入力に連結され、文が出力へコピーされます。 - NetBeans

the SQL query or the statement to prepare mixed $col which column to return (integer [column number, starting at 0] or string [column name]) 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 mixed$col どのカラムを返すか (integer [0 から始まるカラム番号]あるいは string [カラム名])。 - PEAR

(iv) Where the initial return form contains no statement of the tax amount payable upon filing said return form, despite the fact that such payable tax amount exists 例文帳に追加

四 先の納税申告書に当該申告書の提出により納付すべき税額を記載しなかつた場合において、その納付すべき税額があるとき。 - 日本法令外国語訳データベースシステム

When the function executes a return statement or falls off the end, a StopIteration exception is raised and the iterator will have reached the end of the set of values to be returned.例文帳に追加

関数が return 文を実行するか、関数を最後まで実行し終えると、StopIteration 例外が送出され、イテレータが返す値の集合はそこで終わります。 - Python

When submitting tax return forms for income taxes, please attach your statement of earnings for earned income.例文帳に追加

所得税の確定申告書を提出する際には、給与所得の源泉徴収票を添付して下さい。 - Weblio英語基本例文集

Any function exit in the middle of the function (such as a return statement in C) will generate a jump to the exit code at the end of the function. 例文帳に追加

関数の途中で関数を抜けるコードは全て、関数の最後の終了コードへのジャンプとして生成されます。 - JM

(4) Even where a resident has not filed a final return form for the year for which he/she seeks deduction pursuant to the provision of paragraph (1) or paragraph (2) or has filed a final return form without a statement made therein or written statement attached thereto regarding the whole or part of the amount to be deducted, the district director may, when he/she finds any unavoidable reason for the resident's failure to file a necessary final return form, make a necessary statement therein or attach a necessary written statement thereto, apply the provision of paragraph (1) or paragraph (2) to any amount for which the statement or written statement set forth in the said paragraph has not been made or attached, only if a document containing the statement set forth in the said paragraph and a written statement set forth in the said paragraph are submitted. 例文帳に追加

4 税務署長は、第一項若しくは第二項の規定による控除を受けようとする年分の確定申告書の提出がなかつた場合又は当該控除をされるべきこととなる金額の全部若しくは一部についての前項の記載若しくは明細書の添付がない確定申告書の提出があつた場合においても、その提出又は記載若しくは添付がなかつたことについてやむを得ない事情があると認めるときは、同項の記載をした書類及び同項の明細書の提出があつた場合に限り、同項の記載又は明細書の添付がなかつた金額につき第一項又は第二項の規定を適用することができる。 - 日本法令外国語訳データベースシステム

The distribution according to disaster contents is acquired from symbols indicated in return mail corresponding to itemized statement of the disaster investigation special mail.例文帳に追加

災害調査特別メールの箇条書きに対応して返信メールに記載された記号から被災内容別の分布を把握する。 - 特許庁

To create a profit and loss statement, a balance sheet, calculation of consumption tax and a tax return from daily sales.例文帳に追加

日々の売上げから損益計算書や貸借対照表、消費税の算出から確定申告書の作成ができることが課題である。 - 特許庁

DEVICE FOR PREPARING ACCOUNT TITLE DETAIL ESTIMATE SHEET AND SUMMARY STATEMENT OF CORPORATION BUSINESS FOR CORPORATION TAX RETURN LINKED WITH SALES AND PURCHASE MANAGEMENT SYSTEM例文帳に追加

販売・仕入管理システム連動の法人税申告用の勘定科目内訳明細書及び法人事業概況説明書の作成装置。 - 特許庁

(b) Where a statement exists such as "For corrections, please return to the previous page by clicking on the .back button. of the browser". 例文帳に追加

イ)申込みの最終段階の画面上において、「修正したい部分があれば、ブラウザの戻るボタンで前のページに戻って下さい」といった説明がなされている場合。 - 経済産業省

a balance sheet and a profit and loss statement for its business in Japan or its assets in Japan (for a corporation filing a blue return that conducts a business both in and outside Japan, said balance sheet and profit and loss statement and a balance sheet and a profit and loss statement for the entirety of said business) 例文帳に追加

国内において行う事業又は国内にある資産に係る貸借対照表及び損益計算書(国内及び国外の双方にわたつて事業を行う青色申告法人にあつては、当該貸借対照表及び損益計算書のほか、当該事業の全体に係る貸借対照表及び損益計算書とする。) - 日本法令外国語訳データベースシステム

return the document to the person from whom the document was received, with a statement indicating in what way the document does not comply, or is not in accordance; or 例文帳に追加

書類を提供した者に対し,当該書類が如何なる点で遵守していないか又は従っていないかを示す陳述書を添えて,当該書類を返却すること,又は - 特許庁

Subsequently, a statement of an agency commission, receipt adjustment, a surrender return commission or the like is prepared and reported to the agency and the like for processing, while an insurance certificate is sent to the contractor 12.例文帳に追加

次いで、特約店手数料、収納精算、解約返戻手数料等の精算書を作成し、特約店等に報告し処理する一方、加入証書を契約者12に発送する。 - 特許庁

(2) If the document does not comply with the requirements in Schedule 7 the Registrar may return the document to the person from whom it was received with a statement setting out the requirements that have not been complied with.例文帳に追加

(2) 書類が附則 7の要件を満たしていない場合は、登録官は提出人に対し、満たされていない要件を指摘した陳述書を付して、その書類を返却することができる。 - 特許庁

(1) When supervisors have received the original of a statement of deposit submitted by a Financial Instruments Business Operator after it has deposited a new deposit for operation in order to replace the existing deposit, they shall implement the procedures for the certification of the return of the original of the statement of deposit in their custody, in accordance with the format specified in the Attached List of Formats V-I and return it the Financial Instruments Business Operator. 例文帳に追加

(1)金融商品取引業者が既に供託している供託物の差し替えを行うため、新たに供託をした後、当該供託書正本を届け出てきた場合は、既に受理保管していた供託書正本について、別紙様式Ⅴ-1による供託書正本の下付証明を行うとともに、既に受理保管していた供託書正本を金融商品取引業者に返還する。 - 金融庁

(1) When supervisors have received the original of a statement of deposit submitted by investment advisory/agency business operators after they have deposited a new deposit for operation in order to replace the existing deposit, the supervisors shall implement the procedures for the certification of the return of the original of the statement of deposit in their custody, in accordance with the format specified in the Attached List of Formats V-I, and return it to the business operators. 例文帳に追加

(1)投資助言・代理業者が既に供託している供託物の差し替えを行うため、新たに供託をした後、当該供託書正本を届け出てきた場合は、既に受理保管していた供託書正本について、別紙様式V-1による供託書正本の下付証明を行うとともに、既に受理保管していた供託書正本を投資助言・代理業者に返還する。 - 金融庁

(7) Even where a domestic corporation has filed a final return form, etc. without the document or written statement set forth in the preceding paragraph attached thereto or failed to preserve the documents on the calculation set forth in the said paragraph, the district director may, when he/she finds any unavoidable reason for the domestic corporation's failure to attach a necessary document or written statement or preserve the necessary documents on the calculation, apply the provision of paragraph (2), only if the said document and written statement as well as the said documents on the calculation are submitted. 例文帳に追加

7 税務署長は、前項の書面若しくは明細書の添付のない確定申告書等の提出があり、又は同項の書類を保存していなかつた場合においても、その添付又は保存がなかつたことについてやむを得ない事情があると認めるときは、当該書面及び明細書並びに書類の提出があつた場合に限り、第二項の規定を適用することができる。 - 日本法令外国語訳データベースシステム

The request by the applicant or patent owner shall contain a written statement that he authorizes any person to use the invention under the conditions of a non-exclusive license in return for equitable license remuneration. 例文帳に追加

出願人又は特許所有者による請求には,公正なライセンス対価を得て非排他的ライセンスの条件に基づく当該発明の実施を何人に対しても許可する旨の陳述書を含めなければならない。 - 特許庁

(6) Even where a domestic corporation has filed a final return form, etc. or a consolidated final return form prescribed in paragraph (1) without the application or written statement attached thereto as set forth in the preceding paragraph regarding the whole or part of the necessary matters including [1] the amount to be included in the amount of deductible expense pursuant to the said paragraph, [2] the taxed amount of retained income or individually taxed amount of retained income and [3] any other matters specified by an Ordinance of the Ministry of Finance, the district director may, when he/she finds any unavoidable reason for the domestic corporation's failure to make a necessary application or attach a necessary written statement as set forth in the said paragraph, apply the provision of paragraph (1) to any amount for which the application or written statement has not been made or attached, only if such application and written statement are submitted. 例文帳に追加

6 税務署長は、第一項の規定により損金の額に算入されるべきこととなる金額又は課税済留保金額若しくは個別課税済留保金額その他財務省令で定める事項の全部又は一部につき前項の記載又は明細書の添付がない確定申告書等又は同項に規定する連結確定申告書の提出があつた場合においても、同項の記載又は明細書の添付がなかつたことについてやむを得ない事情があると認める場合において、これらの明細書の提出があつたときは、その記載又は明細書の添付がなかつた金額につき第一項の規定を適用することができる。 - 日本法令外国語訳データベースシステム

(6) Even where a consolidated corporation has filed a consolidated final return form, etc. or a final return form prescribed in paragraph (1) without the application or written statement attached thereto as set forth in the preceding paragraph regarding the whole or part of the necessary matters including [1] the amount to be included in the amount of deductible expense pursuant to paragraph (1), [2] the individually taxed amount of retained income or taxed amount of retained income and [3] any other matters specified by an Ordinance of the Ministry of Finance, the district director may, when he/she finds any unavoidable reason for the consolidated corporation's failure to make a necessary application or attach a necessary written statement as set forth in the said paragraph, apply the provision of paragraph (1) to any amount for which the application or written statement has not been made or attached, only if such application and written statement are submitted. 例文帳に追加

6 税務署長は、第一項の規定により損金の額に算入されるべきこととなる金額又は個別課税済留保金額若しくは課税済留保金額その他財務省令で定める事項の全部又は一部につき前項の記載又は明細書の添付がない連結確定申告書等又は同項に規定する確定申告書の提出があつた場合においても、同項の記載又は明細書の添付がなかつたことについてやむを得ない事情があると認める場合において、これらの明細書の提出があつたときは、その記載又は明細書の添付がなかつた金額につき第一項の規定を適用することができる。 - 日本法令外国語訳データベースシステム

(6) Even where a consolidated corporation has filed a consolidated final return form, etc. without the document or written statement set forth in the preceding paragraph attached thereto or failed to preserve the documents on the calculation set forth in the said paragraph, the district director may, when he/she finds any unavoidable reason for the consolidated corporation's failure to attach a necessary document or written statement or preserve the necessary documents on the calculation, apply the provision of paragraph (2), only if the said document and written statement as well as the said documents on the calculation are submitted. 例文帳に追加

6 税務署長は、前項の書面若しくは明細書の添付のない連結確定申告書等の提出があり、又は同項の書類を保存していなかつた場合においても、その添付又は保存がなかつたことについてやむを得ない事情があると認めるときは、当該書面及び明細書並びに書類の提出があつた場合に限り、第二項の規定を適用することができる。 - 日本法令外国語訳データベースシステム

Only by inputting the daily sales amounts, purchase, costs and debit assets in a register connected to an information processor (personal computer), the profit and loss statement, the balance sheet, the calculation of consumption tax and the tax return can be created.例文帳に追加

情報処理装置(パソコン)に接続されたレジスターから日々の売上金額を入力し、仕入、経費、借方資産の入力するだけで、損益計算書や貸借対照表、消費税の算出および確定申告書の作成ができる。 - 特許庁

(7) Even where the trust corporation for a special purpose trust has filed a final return form without the application or written statement set forth in the preceding paragraph attached thereto or failed to preserve the documents on the calculation set forth in the said paragraph, the district director may, when he/she finds any unavoidable reason for the trust corporation's failure to make a necessary application, attach a necessary written statement or preserve the necessary documents on the calculation, apply the provision of paragraph (1). 例文帳に追加

7 税務署長は、前項の記載若しくは明細書の添付がない確定申告書の提出があつた場合又は同項の書類の保存がない場合においても、その記載若しくは明細書の添付又は書類の保存がなかつたことについてやむを得ない事情があると認めるときは、第一項の規定を適用することができる。 - 日本法令外国語訳データベースシステム

(f) Statement that, where there has been rescission of the contract referred to in (a) or (b), if the Service Provider has already received any money in association with said Specified Continuous Service Contract, it shall promptly return the full amount to the person who receives offer of Specified Continuous Services 例文帳に追加

ヘ イ又はロの契約の解除があつた場合において、当該特定継続的役務提供契約に関連して金銭を受領しているときは、役務提供事業者は、特定継続的役務の提供を受ける者に対し、速やかに、その全額を返還すること。 - 日本法令外国語訳データベースシステム

(l) Statement that, where there has been rescission of the contract referred to in (g), if the person who sold the Related Goods has already received any money in association with said Sales Contract on Related Goods, it shall promptly return the full amount to the person who receives offer of Specified Continuous Services 例文帳に追加

ヲ トの契約の解除があつた場合において、当該関連商品販売契約に関連して金銭を受領しているときは、関連商品の販売を行つた者は、特定継続的役務の提供を受ける者に対し、速やかに、その全額を返還すること。 - 日本法令外国語訳データベースシステム

(g) Statement that, where there has been rescission of the contract referred to in (a) or (b), if the seller has already received any money in association with said Specified Continuous Service Contract, it shall promptly return the full amount to the purchaser of the rights to receive offer of the Specified Continuous Services 例文帳に追加

ト イ又はロの契約の解除があつた場合において、当該特定権利販売契約に関連して金銭を受領しているときは、販売業者は、特定継続的役務の提供を受ける権利を購入する者に対し、速やかに、その全額を返還すること。 - 日本法令外国語訳データベースシステム

(m) Statement that, where there has been rescission of the contract referred to in (h), if the person who sold the Related Goods has already received any money in association with said Sales Contract on Related Goods, it shall promptly return the full amount to the purchaser of the rights to receive offer of the Specified Continuous Services 例文帳に追加

ワ チの契約の解除があつた場合において、当該関連商品販売契約に関連して金銭を受領しているときは、関連商品の販売を行つた者は、特定継続的役務の提供を受ける権利を購入する者に対し、速やかに、その全額を返還すること。 - 日本法令外国語訳データベースシステム

(23) With respect to the application of the provisions of Article 267(2) of the Order for Enforcement of the Income Tax Act in the case where a resident who has, in a given year, interest income from interest (excluding interest subject to the provisions of Article 3-3(1) of the Act) on general foreign-issued company bonds, submits a final return form prescribed in Article 267(2) of the said Act, the term "written statement" in paragraph (2) of the said Article shall be deemed to be replaced with "written statement or any other document specified by an Ordinance of the Ministry of Finance." 例文帳に追加

23 その年において一般民間国外債の利子(法第三条の三第一項の規定の適用があるものを除く。)に係る利子所得を有する居住者が所得税法施行令第二百六十七条第二項に規定する確定申告書を提出する場合における同項の規定の適用については、同項中「明細書」とあるのは、「明細書その他財務省令で定める書類」とする。 - 日本法令外国語訳データベースシステム

(34) With respect to the application of the provisions of Article 267, paragraph (2) of the Order for Enforcement of the Income Tax Act in the case where a resident who has, in a given year, interest income from interest (excluding interest subject to the provisions of Article 3-3, paragraph (1) of the Act) on general foreign private bonds, submits a final return form prescribed in Article 267, paragraph (2) of said Act, the term "written statement" in paragraph (2) of said Article shall be deemed to be replaced with "written statement or any other document specified by Ordinance of the Ministry of Finance." 例文帳に追加

34 その年において一般民間国外債の利子(法第三条の三第一項の規定の適用があるものを除く。)に係る利子所得を有する居住者が所得税法施行令第二百六十七条第二項に規定する確定申告書を提出する場合における同項の規定の適用については、同項中「明細書」とあるのは、「明細書その他財務省令で定める書類」とする。 - 日本法令外国語訳データベースシステム

The revisions require all trustees of occupational pension funds to disclose in their Statement of Investment Principles (SIP; the statement must cover the types of investment, the balance between investments, risk, return and realization) the following two points: (i) the extent (if at all) to which social, environmental or ethical considerations are taken into account by trustees in the selection, retention, and realization of investment; and (ii) the policy (if any) directing the exercise of the rights (including voting rights) attached to investments.例文帳に追加

改正の内容は、職業年金受託者が投資の姿勢やリスク、収益等を開示する投資方針(SIP:Statement of Investment Principles)において、①投資銘柄の選択、保有、売却において社会面・環境面に対する考慮を行っているか、行っているとしたらどの程度か、②投資に付随する権利(議決権を含む)行使について規定する方針があるか、あればどのようなものか、という2点を開示することを要求するものである。 - 経済産業省

To provide a direct entry type account book with which profit and loss of every month are recognized and even non professional man can prepare an income tax blue form return profit and loss statement and a balance sheet, easily and quickly recognize a management state of every month and easily plan a management policy.例文帳に追加

毎月の損益が把握でき、素人であっても所得税青色申告損益計算書および貸借対照表を作成することができ、しかも毎月の経営状態を早く把握しやすくして経営方針を立てやすくするようにした直接記帳式会計簿を提供することを目的としている。 - 特許庁

例文

(f) Statement that, where there has been rescission of the contract referred to in (a) or (b), if the charge for the goods or the rights or the consideration for the services has already been paid, or if a transaction fee has already been provided, the person conducting such Multilevel Marketing shall promptly return the full amount to the New Multilevel Marketing Distributor 例文帳に追加

ヘ イ又はロの契約の解除があつた場合において、当該契約に係る商品若しくは権利の代金若しくは役務の対価の支払又は取引料の提供が行われているときは、連鎖販売業を行う者は、連鎖販売加入者に対し、速やかに、その全額を返還すること。 - 日本法令外国語訳データベースシステム




  
Copyright © Japan Patent office. All Rights Reserved.
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
Copyright(C) 2025 金融庁 All Rights Reserved.
  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS