diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:07:59 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:07:59 +0100 |
commit | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch) | |
tree | 890e3e27131be010d82ef957fa68db495006cb0e /files/ja/namespace | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2 translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip |
unslug ja: move
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> |