diff options
Diffstat (limited to 'files/ja/namespace')
-rw-r--r-- | files/ja/namespace/index.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/files/ja/namespace/index.html b/files/ja/namespace/index.html deleted file mode 100644 index 25e647788f..0000000000 --- a/files/ja/namespace/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Namespace (名前空間) -slug: Namespace -tags: - - CodingScripting - - Glossary - - Operating System - - オペレーティングシステム -translation_of: Glossary/Namespace ---- -<p>名前空間はプログラム内でコンテキストを識別する、論理的なグループの名前です。同じコンテキスト内かつ同じスコープの範囲内では、識別子は実態を一意に指定しなくてはなりません。</p> - -<p>OS のディレクトリーは名前空間です。それぞれのファイルやサブディレクトリーは一意の名前を持たなくてはなりませんが、1 つのファイルが違うタイミングで同じ名前を使用することがあるかもしれません。</p> - -<h2 id="Learn_more" name="Learn_more">詳細情報</h2> - -<h3 id="General_knowledge" name="General_knowledge"><strong>基礎知識</strong></h3> - -<ul> - <li>Wikipedia 上の記事「{{Interwiki("wikipedia", "名前空間")}}」</li> -</ul> |