GLOBALS - 日本語 への翻訳

英語 での Globals の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The globals() and locals()
Globals()およびlocals()関数は、それぞれ現在のグローバルおよびローカルな辞書を返すので、それらをeval()
If no other references to such globals exist, this may help in assuring that imported modules are still available at the time when the__del__() method is called.
そのようなグローバル変数他からの参照が存在しない場合、__del__()メソッドが呼ばれた時点で、インポートされたモジュールがまだ利用可能であることを保証するのに役立つかもしれません。
The default is"true".$allow_super_globals is a boolean flag which controls if the PHP super globals can be accessed by the template.
デフォルトは"true"です。$allow_super_globalsはbooleanのフラグで、テンプレートからPHPのスーパーグローバル変数にアクセスできるかどうかを指定します。
If the globals dictionary is present and lacks‘__builtins__', the current globals are copied into globals before expression is parsed.
Globals辞書が与えられ、'__builtins__'が欠けている場合、expressionが解析される前に現在のグローバル変数がglobalsにコピーされます。
Exactly what constitutes a naming context is language specific; within C the contexts are individual blocks(com pound statements), procedures, data structures(for naming fields), or the entire program(globals).
C言語では、コンテキストは個々のブロック(複合文)、手続き、データ構造(名前を持つフィールドのため)、プログラム全体(グローバル)である
To show the origin of a component: 1. In the Globals section of a schema box, or in the Input or Output section of an MFD file box, respectively, right-click a component and select Show component origin from the context menu.2.
コンポーネントの原点を表示する方法:1.スキーマボックスのグローバルなセクション内で、MFDファイルボックスの入力、または、出力セクション内でコンポーネントを右クリックし、コンテキストメニューから「コンポートの原点の表示」を選択します。
Due to the use of sub-classing, extensive and sometimes confusing use of Stacked Object Proxy globals, and issues with configuration organization, attempts to refactor or redesign the existing Pylons framework core weren't working out.
サブクラスの使用、広範囲で使用され、時に混乱の原因となるStackedObjectProxyグローバル変数の使用、そして設定構成の問題により、既存のPylonsコアに対するリファクタリングや再設計の試みは、うまくいきませんでした。
These pages also get access to the same privileged JavaScript APIs that are available to your extension's background scripts, but they are in their own tab and they have their own JavaScript event queue, their own globals.
拡張機能に含められたHTMLページは拡張機能がバックグラウンドで動作するのと同じ特権を持ったJavaScriptのAPIを利用できますが、これらのページはそれぞれのタブ、JavaScriptイベントキュー、グローバル変数を持ちます。
other globals referenced by the__del__() method may already have been deleted or in the process of being torn down(e.g. the import machinery shutting down).
が呼び出される際には、__del__()メソッドが参照している他のグローバル変数はすでに削除されていたり、削除中(例えば、import機構のシャットダウン中)かもしれません。
And super-global variables$GLOBALS.
グローバル変数やスーパーグローバル変数$GLOBALS
If register_globals= on then the variables$DOCUMENT_ROOT and$GLOBALS['DOCUMENT_ROOT'] will also exist.
Register_globals=onの場合は$DOCUMENT_ROOTも$GLOBALS['DOCUMENT_ROOT']も存在します。
GLOBALS['TSFE']->content outputs the content correctly into the saved docx so that the docx can be opened with wordpad correctly.
GLOBALS['TSFE']->contentはコンテンツを正しく出力しますintosaveddocxを使用して、docxをワードパッドで正しく開くことができます。
Info-f g77 M GLOBALS$ info-f g77 M CMPAMBIG Another difference is that this version of egcs does not supply any shared version of"libf2c.
Info-fg77MGLOBALS$info-fg77MCMPAMBIGもう一つの注意事項は、このバージョンではシェアード版の"libf2c"をサポートしてない点です。
In the scope of a function or method, you may access the global variable$foo by either directly accessing$GLOBALS['foo'] or by using global$foo;
関数やメソッドのスコープでグローバル変数$fooにアクセスするには、直接$GLOBALS['foo']にアクセスするか、あるいはglobal$foo;
Assets Globals→.
アセットグローバル→。
Modern code has few or no globals.
現代のコードはほとんどもしくは全くグローバル変数を持ちません。
Remember that at module level, globals and locals are the same dictionary.
モジュールレベルでは、グローバルとローカルは同じ辞書です。
Python guarantees that globals whose name begins with a single underscore are deleted from their module before other globals are deleted;
Pythonは、単一のアンダースコアで始まる名前のグローバルオブジェクトは、他のグローバル変数が削除される前にモジュールから削除されることを保証します;
Globals and thread-locals are simple enough to model as residing at the bottom of the stack though we must be careful with mutable globals..
グローバル変数やスレッドローカル変数は、単純にスタックの底に存在すると考えることができます。(ただし、可変なグローバル変数に注意が必要です)。
Starting with version 1.5, Python guarantees that globals whose name begins with a single underscore are deleted from their module before other globals are deleted;
バージョン1.5からは、単一のアンダースコアで始まるようなグローバル変数は、他のグローバル変数が削除される前にモジュールから削除されるようにPython側で保証しています;
結果: 147, 時間: 0.0313

異なる言語での Globals

トップ辞書のクエリ

英語 - 日本語