Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
a reference to the xslt parser.
a reference to the xslt parser.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
a reference to the xml parser to free.
解放したい xml パーサへのリファレンス。
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
it was in reference to the myth of noah and...
ノアの箱舟に出てきたわね
Dernière mise à jour : 2016-10-27
Fréquence d'utilisation : 1
Qualité :
a reference to the xml parser to get an option from.
オプションを取得する xml パーサへのリフィìンス。
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
this is done by making a local variable in a function and a variable in the calling scope reference to the same content.
リファレンスの第2の使用法は、変数のリファレンス渡しです。この場合、 関数でローカル変数が作成され、コール側の変数と同じ内容へのリファレ ンスとなります。例を示します。
for example, a true global variable imported inside a function scope with the global statement actually creates a reference to the global variable.
static変数は、再帰関数を実現する1つの手段としても使用されます。再帰 関数は、自分自身をコールする関数です。再帰関数を書くときには、無限 に再帰を行う可能性があるため、注意する必要があります。適当な方法に より再帰を確実に終了させる必要があります。次の簡単な関数は、中止す るタイミングを知るためにstatic変数 $count を用いて、 10 回まで再帰を行います。
switch back to the new spreadsheet. in the input line you will now see how $[officename] calc has added the reference to the formula for you.
新しい表計算ドキュメントに戻ります。 入力行では、$[officename] calc がどのように数式に参照を追加したかが分かります。
inserts a plug-in object into your document with a reference to the plug-in data. when the object is activated, the plug-in is automatically executed.
ドキュメントにプラグイン・オブジェクトを挿入してください。このオブジェクトにプラグインのデータへの参照があります。オブジェクトがアクティブになると、プラグインが起動します。
if you omit the call to the copy constructor in this example, both parameter and return_value would point to the same internal data, meaning that return_value would be an illegal additional reference to the same data structures.
if you omit the call to the copy constructor in this example, both parameter and return_value would point to the same internal data, meaning that return_value would be an illegal additional reference to the same data structures. whenever changes occurred in the data that parameter points to, return_value might be affected. thus, in order to create separate copies, the copy constructor must be used.