1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

子指の部分一致の例文一覧と使い方

該当件数 : 8041



例文

はstreamで示されるストリームのエラーをテストし、セットされていれば 0 以外の数を返す。例文帳に追加

tests the error indicator for the stream pointed to by stream , returning non-zero if it is set.  - JM

新しいストリームのファイル位置はfdに属している値に設定される。例文帳に追加

The file position indicator of the new stream is set to that belonging to fd ,  - JM

関数はstreamによって定されたストリームにおいて、ファイル位置表示(file position indicator) をセットする。例文帳に追加

function sets the file position indicator for the stream pointed to by stream .  - JM

関数はstreamによって定されたストリームにおける、ファイル位置表示の現時点での値を与える。例文帳に追加

function obtains the current value of the file position indicator for the stream pointed to by stream .  - JM

例文

fork (2) が行われた後、定された範囲のページをプロセスが利用できないようにする。例文帳に追加

Do not make the pages in this range available to the child after a fork (2).  - JM


例文

コマンド修飾はエディタコマンドのような対話的なコマンドでも定されることがあります。例文帳に追加

Command modifiers may also be specified in conjunction with interactive commands such as editor commands.  - JM

引き数は (型の格上げの後は) 変換が表す型と正確に対応しなければならない。例文帳に追加

The arguments must correspond properly (after type promotion) with the conversion specifier.  - JM

pidで定されたプロセスに接続 (attach) し、それを呼び出し元のプロセスのプロセスとしてトレースできるようにする。例文帳に追加

Attaches to the process specified in pid ,  - JM

代入抑制文字を使って抑制することができるのだが、この変換は変換では「ない」。例文帳に追加

assignment-suppression character.  - JM

例文

が返される。 読み込みエラーの場合には、そのストリームのエラーがセットされ( ferror (3)例文帳に追加

is also returned if a read error occurs, in which case the error indicator for the stream (see ferror (3))  - JM

例文

後者は、C89 で定義されたの振る舞いを変更するものなので、バグとみなされるかもしれない。例文帳に追加

The latter may be considered to be a bug, as it changes the behavior of specifiers defined in C89.  - JM

は、識別がshmidの共有メモリ・セグメントに対してcmdで示した制御命令を実行する。例文帳に追加

performs the control operation specified by cmd on the shared memory segment whose identifier is given in shmid .  - JM

「修飾」を置くことによって別書式を使用するように定することができる。例文帳に追加

modifier to indicate that an alternative format should be used.  - JM

の場合だけである)。 オプションの10進数の幅はフラグの後ろに置くことができる(フラグはなくてもよい)。例文帳に追加

An optional decimal width specifier may follow the (possibly absent) flag.  - JM

定したプロセスが存在しないか、呼び出し元プロセスのプロセスでない( SIGCHLD例文帳に追加

does not exist or is not a child of the calling process.  - JM

アラーム時要素は、入れにされたスコープの締切期限または期間を定します。例文帳に追加

The On Alarm element specifies the deadline for or the duration of the nested Scope. - NetBeans

ディレクトリパスを配備記述定して、場所を動的に変更する方法もあります。例文帳に追加

Another alternative is to put the directory path in the deployment descriptor so that you can change the location dynamically.  - NetBeans

注: loop 相互作用演算は、結合フラグメントがループを表すことを定します。例文帳に追加

Note: A loop Interaction Operator designates that the Combined Fragment represents a loop.  - NetBeans

uri には、フルパスから「拡張を除いたもの」を定する必要があることに注意しましょう。例文帳に追加

Note that the uri must contain the full path MINUS THE EXTENSION.  - PEAR

getChildren は直下ののみを取得します。 getSubBranch は定したノード以下のすべてのノードを返します。例文帳に追加

getChildren only queries the immediate children getSubBranch returns all nodes below the given nodeParameter  - PEAR

変数を表示するための PHP コードを作成します。 オプションで修正定できます。例文帳に追加

creates PHP code to echo a variable, with optional modifier.  - PEAR

注意ファイルの拡張定しなかった場合、自動的に追加されることはありません。例文帳に追加

Note: File extensions are not appended if left out.  - PEAR

複数を定するには、それぞれの定数あるいはビット値をor演算で連結します。例文帳に追加

One can also combine the respective constants or bitwise values together with the or operator.  - PEAR

リクエスト13147を実装し、ディレクトリのパース時に拡張定できるようにしました (CLI)。例文帳に追加

Implement request 13147 : add filter file extension option on parsing directory (CLI)  - PEAR

他のパラメータは4文字のを名前にしたキーワード引数として渡されます。例文帳に追加

The other parameters are passed as keyword arguments, with the 4-character designator as name. - Python

この関数は異なるファイル記述で先読みチェックを行うように定することができます。例文帳に追加

This function allows specifying a different file descriptor for typeahead checking. - Python

global 文は、列挙した識別をグローバル変数として解釈するよう定することを意味します。例文帳に追加

It means that the listed identifiers are to be interpreted as globals. - Python

先頭を表す "firs" や中央を表す"midd" のように、数値でない絶対位置を表すクラスです。例文帳に追加

Non-numeric absolute positions, such as "firs", first, or "midd",middle.  - Python

このクラスのサブクラスのインスタンスは AppleScript オブジェクトと同じになります。例文帳に追加

Instances of subclasses of this class are equivalent to AppleScript ObjectSpecifiers. - Python

SMTPHandler のインスタンスは定された電メールアドレスにエラーメッセージを送信します。例文帳に追加

SMTPHandler instances send error messages to a designated email address. - Python

bufsize パラメタが存在する場合、プロセスへの/からの I/O バッファのサイズを定します。例文帳に追加

If the bufsize parameter is specified, it specifies the size of the I/O buffers to/from the child process. - Python

url 中にフラグメントがない場合、そのままの url と空文字列を返します。例文帳に追加

If there is no fragment identifier in url, returns url unmodified and an empty string. - Python

関数XInternAtomsは定した名前の配列に対応するアトム識別の配列を返す。例文帳に追加

The XInternAtoms function returns the atom identifiers associated with the specified names. - XFree86

定されたメニューは、smeBSBObject のポップアップ時の親のでなければならない点に注意すること。例文帳に追加

Note that the named menu must be a child of the popup parent of the smeBSBObject. - XFree86

システム側の printf が XPG3 の位置に対応していれば、このオプションはかなり柔軟に利用できる。例文帳に追加

If your printf supports XPG3 positionsspecifier, this can be quite flexible.  - XFree86

血脈相承(けちみゃくそうじょう)は、仏教で師から弟へと法(仏教)が伝えられることをす。例文帳に追加

According to Buddhism, Kechimyaku Sojo means the handing down of law (dharma) from a mentor to a disciple.  - Wikipedia日英京都関連文書対訳コーパス

また、中野三敏からは、これは『荘(書物)』に由来するものではないか、という摘もなされている。例文帳に追加

Also, Mitsutoshi NAKANO pointed out that this was derived from "Soshi (a book)."  - Wikipedia日英京都関連文書対訳コーパス

蕉門十哲(しょうもんじってつ)とは、松尾芭蕉の弟の中で、特に優れた高弟10人をしていう。例文帳に追加

Shomon Jittetsu refers to the 10 particularly excellent pupils among the ones under Basho MATSUO.  - Wikipedia日英京都関連文書対訳コーパス

またこの美的性質は方の演技においても稀に感得されることがあると摘している。例文帳に追加

Moreover, he pointed out this aesthetic character is also felt occasionally in the performing techniques of the Noh players.  - Wikipedia日英京都関連文書対訳コーパス

素拍(しらびょうし)とも書き、この場合は無伴奏の即興の舞をす。例文帳に追加

It is also written as "plain rhythm" and in this case, it means an improvised dance without any accompaniment.  - Wikipedia日英京都関連文書対訳コーパス

重信(久馬助)が旗本となり、家光ら将軍家弓術南役となる。例文帳に追加

His only son Shigenobu (Kyumanosuke) became a direct retainer of the shogun and the family archery instructor for Iemitsu and others.  - Wikipedia日英京都関連文書対訳コーパス

1961年に柳家一兆に入門、兄弟の花房蝶二から導を受ける。例文帳に追加

In 1961, he became a pupil of Itcho YANAGIYA, and began to be guided by a senior pupil Choji HANABUSA.  - Wikipedia日英京都関連文書対訳コーパス

現在は「香橙(xiāngchéng)」が柚す言葉であり、なぜその語彙が変化したのかは不明である。例文帳に追加

Currently, '' (pronounced 'xiāngchéng' in Chinese) indicates the yuzu citron, but it isn't known why the word has changed.  - Wikipedia日英京都関連文書対訳コーパス

また、江戸時代に官学となった朱学系の思想的影響も受けていると摘されることがある。例文帳に追加

It is also said that Neo-Confucianism, legitimate thought in the Edo period, has exerted ideological influence on the iemoto system  - Wikipedia日英京都関連文書対訳コーパス

流派により宗家自ら師範となる場合、弟に門下生の導を委ねる場合とがある。例文帳に追加

In some schools, Soke herself or himself teaches disciples directly, and in other schools, Soke leaves the educational activities to high ranking disciples.  - Wikipedia日英京都関連文書対訳コーパス

供の遊びにも、数拳によく似た遊びがある(→手を用いた遊び数字を定する遊び)。例文帳に追加

There are games for children similar to kazuken (the game that points out the number using hands).  - Wikipedia日英京都関連文書対訳コーパス

(親)に固めの為の角が入っておらず、皮革が2枚以上重ねてあるのみである。例文帳に追加

The boshi (thumb) has no tsuno inside to be reinforced, and there is just more than two sheets of leather on it.  - Wikipedia日英京都関連文書対訳コーパス

「三ツガケ」と言えば堅帽で控え付きのものをし、初心者はまず三ツガケをあてがわれる。例文帳に追加

Mitsugake' refers to kataboshi with a hikae and a beginner uses mitsugake at first.  - Wikipedia日英京都関連文書対訳コーパス

堅帽は弦を掛ける段差を付ける為に親の爪大程の牛革が入れられている。例文帳に追加

Kataboshi has a thumbnail sized cowhide inside to make a bump where a string is set.  - Wikipedia日英京都関連文書対訳コーパス

例文

威勢ばかりで中身の伴わないことをす「張の虎」ということわざの語源となっている。例文帳に追加

It is used as the root of an expression, 'hariko no tora' (papier-mache tigers of which neck swing), which means a person who is in high spirits but superficial.  - Wikipedia日英京都関連文書対訳コーパス

索引トップ用語の索引



  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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 (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.
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS