「Entity」を含む例文一覧(3394)

<前へ 1 2 .... 40 41 42 43 44 45 46 47 48 .... 67 68 次へ>
  • (5) With respect to the application of the Civil Code or other laws and regulations to an incorporated foundation after the entity conversion in accordance with the provisions of paragraph (1), the approval set forth in paragraph (2) shall be deemed to be the permission to establish an incorporated foundation.
    5 第一項の規定による組織変更後の財団法人に係る民法その他の法令の適用については、第二項の認可は、財団法人の設立許可とみなす。 - 日本法令外国語訳データベースシステム
  • To enable easy, rapid and convenient web navigation by providing a virtual linkage between a physical location or an entity in three dimension(3D) and the associated web representation.
    三次元(3D)での物理的な場所又は物理的なエンティティとそれに関連するウェブ表現との間の仮想的な連結を提供して容易かつ迅速で便利なウェブナビゲーションを可能にすること。 - 特許庁
  • Responsive to receiving a term/phrase from an entity, the term/phrase is evaluated in view of terms/phrases in the term clusters to identify one or more related term suggestions.
    あるエンティティから用語/フレーズを受信するのに応答して、この用語クラスタ中の用語/フレーズに鑑みてこの用語/フレーズを評価して、1つまたは複数の関連語提案を識別する。 - 特許庁
  • Article 90 (1) The members of a converting Mutual Company shall receive allocation of the Converted Stock Company's shares or monies as stipulated in the Entity Conversion plan.
    第九十条 組織変更をする相互会社の社員は、組織変更計画の定めるところにより、組織変更後株式会社の株式又は金銭の割当てを受けるものとする。 - 日本法令外国語訳データベースシステム
  • Article 91 (1) A converting Mutual Company shall, as a matter to be prescribed by the articles of incorporation pursuant to the provision of Article 86, paragraph (4), item (ii), determine the amount of surplus in Entity Conversion.
    第九十一条 組織変更をする相互会社は、第八十六条第四項第二号の定款で定める事項として、組織変更剰余金額を定めなければならない。 - 日本法令外国語訳データベースシステム
  • (2) The amount of surplus in Entity Conversion shall be the total amount calculated for all withdrawn members as specified by a Cabinet Office Ordinance in accordance with a Cabinet Office Ordinance set forth in paragraph (2) of the preceding Article.
    2 組織変更剰余金額は、退社員の全体について、前条第二項の内閣府令に準じて内閣府令で定めるところにより計算した金額の総額とする。 - 日本法令外国語訳データベースシステム
  • Article 93 (1) A converting Mutual Company shall notify the following matters to the persons who intend to offer a subscription for Shares Issued on Entity Conversion:
    第九十三条 組織変更をする相互会社は、組織変更時発行株式の引受けの申込みをしようとする者に対し、次に掲げる事項を通知しなければならない。 - 日本法令外国語訳データベースシステム
  • Article 118 Neither an officer nor a staff member of an Information Management Entity nor a person who held one of those positions shall divulge confidential information that comes to be known to them in relation to the Information Management Business.
    第百十八条 情報管理センターの役員若しくは職員又はこれらの職にあった者は、情報管理業務に関して知り得た秘密を漏らしてはならない。 - 日本法令外国語訳データベースシステム
  • In CustomerDetails.java, modify the generated persist method shown above to refer to our entity object.When you are finished, the modified code should look like the following(the code shown in bold indicates the changed lines):
    CustomerDetails.java で、前述の生成済み persist メソッドがエンティティーオブジェクトを参照するように変更します。 完了後、変更したコードは次のようになります (太字で表示されたコードが変更された行)。 - NetBeans
  • Check that the persistence unit is using the Java Transaction API and that the Table Generation Strategy is set to Createso that the tables based on our entity classes are created when the application is deployed.
    持続性ユニットが Java Transaction API を使用していること、アプリケーション配備時にエンティティークラスに基づいた表が作成されるように「Table Generation Strategy」が「作成」に設定されていることを確認します。 - NetBeans
  • Entity classes are a special type of class that enable you to interact with databases through Java code.Entity classes use Java annotations to map class fields to database columns.
    エンティティークラスは、Java コードを使用したデータベースとの対話を可能にする特殊な種類のクラスです。 エンティティークラスは Java の注釈を使用して、クラスのフィールドをデータベースの列にマッピングします。 - NetBeans
  • To display the Google maps of the actual addresses of the customers, create an instance of Customer for each entity in the database and set the address equal to a concatenation of address variables for each Customer.
    顧客の実際の住所の Google マップを表示するには、データベースの各エンティティーに Customer のインスタンスを作成し、各 Customer の address 変数を連続したものに相当する住所を設定します。 - NetBeans
  • When you create the Java Web application in the New Project wizard as described in Generating Entity Classes from a Database, after you select the server, click Next instead of Finish.
    サーバーを選択し、エンティティークラスのデータベースまたは最初からの生成で説明されているように「新規プロジェクト」ウィザードで Java Web アプリケーションを作成して、「完了」ではなく「次へ」をクリックします。 - NetBeans
  • Both of these differences are due to the Spring framework handling transactions and entity management, whereas in the other project the IDE had to create a class that used javax.transaction.UserTransaction and javax.persistence.EntityManager.
    これらの相違はともにトランザクションとエンティティー管理を処理する Spring Framework によるものです。 これに対して、ほかのプロジェクトでは、IDE が javax.transaction.UserTransaction と javax.persistence.EntityManager を使用するクラスを作成する必要がありました。 - NetBeans
  • Entity Class Using Java Persistence in your project greatly simplifies application development by removing the need for configuring deployment descriptors to provide object-relational mapping information for persistent fields or properties.
    プロジェクトで Java Persistence を使用すると、持続フィールドまたはプロパティー向けのオブジェクトリレーショナルマッピング情報を提供する配備記述子の設定が不要になり、アプリケーション開発が大幅に簡素化されます。 - NetBeans
  • Check that the persistence unit is using the Java Transaction APIand that the Table Generation Strategy is set to Createso that the tables based on our entity classes are created when the application is deployed.
    持続性ユニットが Java Transaction API を使用していること、アプリケーション配備時にエンティティークラスに基づいた表が作成されるように「表生成の方針」が「作成」に設定されていることを確認します。 - NetBeans
  • Entity classes are a special type of classthat enable you to interact with databases through Java code.Entity classes use Java annotations to map class fields to database columns.
    エンティティークラスは、Java コードを使用したデータベースとの対話を可能にする特殊な種類のクラスです。 エンティティークラスでは Java の注釈を使用して、クラスのフィールドがデータベースの列にマッピングされます。 - NetBeans
  • Includes checks to verify that the current entity is correct in order to prevent errors if a user deviates from the normal page flow(for example, when working in multiple browser tabs)
    ユーザーが通常のページフローから外れてしまった場合 (複数のブラウザタブを操作している場合など) にエラーを防止するため、現在のエンティティーが正しいことを確認するチェックが含まれます。 - NetBeans
  • b. Matters that are closely related to the decision of whether an entity is an affiliate, decision on the scope of consolidation or the necessity to apply the equity method, determination of whether a party is a related party and other decisions involved in preparing the financial statements.
    b. 関係会社の判定、連結の範囲の決定、持分法の適用の要否、関連当事者の判定その他財務諸表の作成における判断に密接に関わる事項 - 金融庁
  • On the other hand, a credit rating which is determined in Japan even if it is determined by a foreign entity, is not under the category of a non-Japan-related rating.
    外国法人である信用格付業者に対する検査に当たっては、当該外国法人の国内における営業所又は事務所に対し臨店検査を実施することを原則とする。 - 金融庁
  • A configuration system assists setting, organization and a change of control, and uses the process plant item expressing an entity inside the process plant to display the activity inside the process plant.
    コンフィギュレーションシステムは、制御の設定、編成、および変更を補助し、プロセスプラント内のアクティビティを表示するために、プロセスプラント内のエンティティを表現するプロセスプラントアイテムを用いる。 - 特許庁
  • Each cell constituting the audio entity information VOB #1 is divided by programs #1 to #3 having units of tracks 260 like one musical piece, and programs #1 to #3 are managed by two PGCs #1 and #2.
    このようなオーディオ実体情報VOB#1を構成する各セルを、1曲等のトラック260の単位を有するプログラム#1〜#3により区分し、2つのPGC#1及びPGC#2により、それぞれプログラム#1〜#3を管理する。 - 特許庁
  • The expandability is ensured by treating a relation between elements of the knowledge structure by use of classes, and the operation in script creation is safely maintained even for data with an enormous entity.
    クラスを用いて知識構造の要素間の関係を取り扱うことにより拡張性を確保し、実体が巨大なデータであってもスクリプト生成における動作を安全に維持する。 - 特許庁
  • To provide a miniaturized actuator and electric toothbrush by attaining back-and-forth rotating motion of the electric toothbrush or the like without using a drive transmitting mechanism which constitutes a separate entity from a drive source.
    電動歯ブラシ等の往復回転運動を、駆動源とは別体の駆動伝達機構を用いることなく達成できるので、小型化されたアクチュエータ及び電動歯ブラシを実現すること。 - 特許庁
  • To reduce a data capacity consumed by information needed to access entity data moved to another storage in the data capacity of the storage of a data migration origin compared with a conventional system.
    データマイグレーション元のストレージのデータ容量のうち、他のストレージに移動された実体データへのアクセスに必要な情報によって消費されるデータ容量を従来システムに比して削減する。 - 特許庁
  • The method includes steps of: performing an RRC Connection procedure; and resetting or re-establishing a lower layer protocol entity for SRBs (Signalling Radio Bearers) when a cell re-selection occurs.
    方法は、RRC接続プロセスを実行する段階と、セル再選択の発生時にSRB(シグナリング無線ベアラ)に対応する下位層プロトコルエンティティーをリセットか再確立する段階とを含む。 - 特許庁
  • The mobile terminal can transmit to the network entity for allocating resources scheduling information via the scheduled common channel, in response to the resource allocation message.
    移動端末は、リソース割当てメッセージに応答して、リソース割当ての役割を担うネットワークエンティティに、スケジュールされた共有チャネルを介してスケジューリング情報を送信することができる。 - 特許庁
  • To provide an architecture for manufacturing a console-based game system in a manner enabling the console-based game system to be certified to a remote entity for online participation.
    コンソールベースのゲームシステムをオンライン参加のために遠隔のエンティティに対して認証できるようにする仕方でコンソールベースのゲームシステムを製造するためのアーキテクチャを提供すること。 - 特許庁
  • Each infrastructure entity in system 2 includes an intra-system TFO frame generator G_2, an intra-system TFO frame extractor E_2 and a TFO frame extractor E_1 of system 1.
    システム2の各インフラストラクチャエンティティは、システム内のTFOフレーム生成器G_2、システム内のTFOフレーム抽出器E_2、およびシステム1のTFOフレーム抽出器E_1を含む。 - 特許庁
  • For space spreading, the transmission entity uses different pseudo-random steering vectors across the subbands and uses different steering vectors across the packets for each subband.
    空間拡散に関しては、該送信エンティティは、サブバンド全体において異なる疑似ランダムステアリングベクトルを使用し、各サブバンドに対する該パケット全体において異なるステアリングベクトルを使用する。 - 特許庁
  • The secure virtual private network includes two or more linked entities having Internet connectability where each entity has links with at least one or more devices on the VPN.
    セキュア仮想プライベートネットワークは、各エンティティがVPN上の少なくとも1つの他のデバイスとのリンクを有するインターネット接続性を備えた2つ又はそれ以上のリンクされたエンティティからなる。 - 特許庁
  • To provide a medium access control (MAC) architecture which allows the scheduling entity to initiate new transmissions at any time and to reinitiate previously unsuccessful transmissions at any time.
    メディアアクセス制御(MAC)アーキテクチャにより、スケジューリングエンティティを、いつでも新たな伝送を開始出来、前に不成功だった伝送を任意の時点で再び開始することが出来るようにする。 - 特許庁
  • In order to obtain transmission diversity, a transmission entity uses different pseudo-random steering vectors across subbands, and uses the same steering vector across packets for each subband.
    送信ダイバーシティを得るために、送信エンティティは、サブバンド全体において異なる疑似ランダムステアリングベクトルを使用し、各サブバンドに対するパケット全体において同じステアリングベクトルを使用する。 - 特許庁
  • To provide an XML single data entity creation processor applicable to a plurality of XML vocabularies only by preparing a simple setting file without redeveloping software.
    ソフトウェアの再開発をすることなく簡単な設定ファイルを用意するだけで複数のXMLボキャブラリに対応が可能な、XML単一データ実体作成処理装置を提供する。 - 特許庁
  • To provide a file system capable of flexibly performing entity file region management and easily performing file access setting of a client and access control from the client.
    実体ファイルの領域管理を柔軟に行うことが可能で、クライアントのファイルアクセス設定、およびクライアントからのアクセス制御を容易に行うことが可能なファイルシステムを提供する。 - 特許庁
  • Furthermore, it can be seen that looking at the ratio of the amount of fixed asset investment by investment entity, regional enterprises, centering on state-owned enterprises, continue to account for a significant ratio (Figure 1-3-26).
    また、投資主体別の固定資産投資額の割合を見ても国有企業を中心とする地場企業が依然として大きな割合を占めていることが分かる(第1-3-26図)。 - 経済産業省
  • Since the launch of the WTO, the number of member countries and regions has increased from 76 in 1995 to 152 as of May 2008, as the WTO has transformed itself into a much more globalized entity in the 21st century.
    加えて、WTOの立ち上げ後、加盟国・地域も1995年に76か国・地域だったものが、今世紀に入り、さらにグローバルな体制へと変化し、2008年5月現在の加盟国数は152の国・地域である。 - 経済産業省
  • In many cases, a protagonist (Shite) plays the role of a supernatural entity like god, revenant, long-nosed goblin, or demon and occasionally, he does play some flesh-and-blood roles such as Benkei in the Noh play "Ataka".
    多くの場合、シテが演じるのは神や亡霊、天狗、鬼など超自然的な存在であるが、生身の人間を演じることも無いわけではない(「安宅」における弁慶など)。 - Wikipedia日英京都関連文書対訳コーパス
  • In March 2005, before the Supreme Court decision, Shinzaburo established a separate entity, Ichizawa Hanpu kakosho Ltd. (584 Shinno-cho, Higashiyama Ward, Kyoto City, Kyoto Prefecture; the president Yuki NISHIMURA).
    信三郎は、最高裁判決より前の2005年3月に別会社の有限会社一澤帆布加工所(京都府京都市東山区進之町584、西村結城代表取締役)を設立。 - Wikipedia日英京都関連文書対訳コーパス
  • Non-validating processors may skip entities if they have not seen the declarations (because, for example, the entity was declared in an external DTD subset).
    パーサはエンティティをスキップするたびにこのメソッドを呼び出します。 妥当性検査をしないプロセッサは(外部 DTD サブセットで宣言されているなどの理由で)宣言が見当たらないエンティティをスキップします。 - Python
  • When receiving financial information from a financial information broadcasting device 10, an entity 20 applies a prescribed process to this financial information to obtain new financial information.
    エンティティ20は、金融情報報道装置10から金融情報を取得すると、その金融情報に所定の加工を施すことによって、新たな金融情報を取得する。 - 特許庁
  • To exclude the overlapped description of a data operation, and to attain various kinds of detail analysis related with the data operation at the time of supporting the design of a system for executing the data processing of entity.
    エンティティのデータ処理を実行するシステムの設計支援において、データ操作の重複記述を排除し、かつ、データ操作に関するさまざまな詳細分析を可能にする。 - 特許庁
  • Data following a format, such as a certificate identifier and a user identifier are stored in the IDC and a ciphered template is stored in a mode which can be decoded by an entity performing identification.
    IDCは証明書識別子、ユーザ識別子等、フォーマットに従ったデータが格納され、認証実行エンティテイで復号可能な態様で暗号化テンプレートが格納されている。 - 特許庁
  • The risk distribution calculation means 12 calculates the risks in a ratio minimizing a risk after risk distribution whose upper limit is the meteorological risk of the business entity having the lowest meteorological risk.
    リスク分散算定手段12は、気象リスクの最も小さい事業主体の気象リスクを上限としたときのリスク分散後リスクが最小となる比率に応じてリスク量を算定する。 - 特許庁
  • An entity desiring issue of its own specific secret key transmits its own password to the center by the public key system through the access to a home page via a server or directly by an electronic mail.
    自身固有の秘密鍵の発行を希望するエンティティは、ホームページにアクセスしてサーバを介して、または,電子メールにて直接的に、自身のパスワードを公開鍵方式でセンタへ送付する。 - 特許庁
  • The processing device on the semantic information network creates the commission processing filter indicating a condition for receiving a processing commission event, and transmits the created commission processing filter to a network entity.
    意味情報ネットワーク上の処理装置は、処理委託イベントを受信する条件を示す委託処理フィルタを作成し、作成した委託処理フィルタを、ネットワークエンティティに送信する。 - 特許庁
  • In addition, it is important that there is an entity that arranges the occasions to make adjustment among relevant parties while the necessity of collaboration is simultaneously recognized in order to make the collaboration a success.
    また、連携を成功させるためには、協働の必要性を認識すると同時に、関係者間の調整を行っていく場を整備していく主体の存在が重要である。 - 経済産業省
  • In regard to websites designated for children, their faculty of judgment should be taken into consideration in order to determine whether or not the business entity "falsifies the fact or purpose of acquiring personal information".
    子どもを対象としたウェブサイトについては、「取得の事実や取得目的を偽っている」か否かを判断する上で、対象年齢の子どもの判断能力も勘案する必要がある。 - 経済産業省
  • (Examples) 1. Where a consumer in Japan purchased goods from a foreign business entity on the internet, will the consumer protection laws and regulations in Japan applicable to the consumer?
    (例)1.我が国の消費者が海外の事業者との間においてインターネット上で物品を購入した場合、我が国の消費者保護法規の適用を受けることができるか - 経済産業省
  • The principle described in (I) above, will also apply to cases such as a consumer whose permanent residence is in Japan downloads and purchases music data from a foreign business entity on the internet.
    以上のことは、我が国に常居所を有する消費者が海外の事業者からインターネット上で音楽データをダウンロードすることによって購入した場合においても同様である。 - 経済産業省
<前へ 1 2 .... 40 41 42 43 44 45 46 47 48 .... 67 68 次へ>

例文データの著作権について