From professional translators, enterprises, web pages and freely available translation repositories.
a reference to the xslt parser.
a reference to the xslt parser.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
a reference to the xml parser to free.
解放したい xml パーサへのリファレンス。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
it was in reference to the myth of noah and...
ノアの箱舟に出てきたわね
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
a reference to the xml parser to get an option from.
オプションを取得する xml パーサへのリフィìンス。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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 回まで再帰を行います。
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.