diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:24:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:24:59 +0100 |
commit | 772b3cc462ebbd939d77fbdc35173b7c9bb5670c (patch) | |
tree | a5ccab6bafbf375a8f57bdb406878db630329fe0 /files/ja/glossary/namespace/index.html | |
parent | aaeeb9abf350ff53bc52223c6a2f6a15d755ae07 (diff) | |
parent | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (diff) | |
download | translated-content-772b3cc462ebbd939d77fbdc35173b7c9bb5670c.tar.gz translated-content-772b3cc462ebbd939d77fbdc35173b7c9bb5670c.tar.bz2 translated-content-772b3cc462ebbd939d77fbdc35173b7c9bb5670c.zip |
Merge pull request #30 from fiji-flo/unslugging-ja
Unslugging ja
Diffstat (limited to 'files/ja/glossary/namespace/index.html')
-rw-r--r-- | files/ja/glossary/namespace/index.html | 22 |
1 files changed, 22 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..ffdfa4ae5d --- /dev/null +++ b/files/ja/glossary/namespace/index.html @@ -0,0 +1,22 @@ +--- +title: Namespace (名前空間) +slug: Glossary/Namespace +tags: + - CodingScripting + - Glossary + - Operating System + - オペレーティングシステム +translation_of: Glossary/Namespace +original_slug: 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> |