aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/namespace
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
commit6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch)
tree890e3e27131be010d82ef957fa68db495006cb0e /files/ja/glossary/namespace
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip
unslug ja: move
Diffstat (limited to 'files/ja/glossary/namespace')
-rw-r--r--files/ja/glossary/namespace/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ja/glossary/namespace/index.html b/files/ja/glossary/namespace/index.html
new file mode 100644
index 0000000000..25e647788f
--- /dev/null
+++ b/files/ja/glossary/namespace/index.html
@@ -0,0 +1,21 @@
+---
+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>