From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/fa/glossary/element/index.html | 18 --------- files/fa/glossary/index.html | 45 ---------------------- files/fa/glossary/loop/index.html | 18 --------- files/fa/glossary/protocol/index.html | 25 ------------ .../prototype-based_programming/index.html | 16 -------- 5 files changed, 122 deletions(-) delete mode 100644 files/fa/glossary/element/index.html delete mode 100644 files/fa/glossary/index.html delete mode 100644 files/fa/glossary/loop/index.html delete mode 100644 files/fa/glossary/protocol/index.html delete mode 100644 files/fa/glossary/prototype-based_programming/index.html (limited to 'files/fa/glossary') diff --git a/files/fa/glossary/element/index.html b/files/fa/glossary/element/index.html deleted file mode 100644 index ac3e104ed2..0000000000 --- a/files/fa/glossary/element/index.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Element -slug: Glossary/Element -translation_of: Glossary/Element ---- -

هر اِلِمِنت(element) بخشی از یک صفحه‌ی وب است. در XML و HTML هر المنت می‌تواند حاوی نوعی data، یا چند خط متن، یا یک تصویر، یا حتی خالی باشد. یک المنت در حالت عادی با یک تگ آغازین(opening tag) و چند صفت(attribute) شروع می‌شود، متنی را در خود جای داده و سپس با تگ پایانی بسته(closing tag) می‌شود.

- -

مثال: در <p class="nice">Hello world!</p>، '<p class="nice">' همان تگ آغازین می‌باشد. 'class="nice"' یک صفت به همراه مقدار مخصوص به خود است. 'Hello world!' محتوای متنی این المنت است که داخل تگ آغازین و پایانی محصور شده. '</p>' تگ پایانی می‌باشد.

- -

المنت و تگ(tag) به دو مفهوم مجزا اشاره می‌کنند و کاملاً با هم متفاوتند. تگ‌ها، شروع و پایان هر المنت را نشان می‌دهند، در حالی که هر المنت بخشی از DOM (مجموعه‌ای از تمام المنت‌ها که browserها برای نمایش سایت از آن استفاده می‌کنند) می‌باشد.

- -

مطالب مرتبط

- - diff --git a/files/fa/glossary/index.html b/files/fa/glossary/index.html deleted file mode 100644 index 8e1c81312d..0000000000 --- a/files/fa/glossary/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Glossary -slug: Glossary -tags: - - Beginner - - Glossary - - Index - - Landing - - NeedsTranslation - - TopicStub -translation_of: Glossary ---- -
{{LearnBox({"title":"Learn a new term:"})}}
- -

Web technologies contain long lists of jargon and abbreviations that are used in documentation and coding. This glossary provides definitions of words and abbreviations you need to know to successfully understand and build for the web.

- -

Glossary of Terms

- -

{{GlossaryList({"split": "h3", "css": "multiColumnList"})}}

- -

Contribute to the glossary

- -

This glossary is a never ending work in progress. You can help improving it by writing new entries or by making the existing ones better. The easiest way to start is to hit the following link or to pick one of the suggested terms below.

- -

Add a new entry to the glossary

- -

{{GlossaryList({"terms":["at-rule", "ALPN", "Attack", "Byte-Order Mark", "client", "Character set", "cryptosystem", "debug", "digital signature", "execution", "flex-direction", "GLSL", "Interface", "Library", "Memory management", "routers", "Self-Executing Anonymous Function", "Stylesheet", "Vector image"], "filter": "notdefined", "css": "multiColumnList"})}}

- -

If you want to know more on how to contribute to the glossary, check out the glossary documentation status page.

- -

See also

- - - - diff --git a/files/fa/glossary/loop/index.html b/files/fa/glossary/loop/index.html deleted file mode 100644 index 5dd5de8f9a..0000000000 --- a/files/fa/glossary/loop/index.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: حلقه -slug: Glossary/loop -tags: - - حلقه -translation_of: Glossary/loop ---- -

حلقه در اصطلاح {{Glossary("برنامه نویسی کامپیوتر")}}، عبارت از سلسله دستوراتی است که به طور مداوم تکرار شده تا به یک قید یا شرط مشخص برسد. به طور مثال، مراحل گرفتن مقداری از داده ها و تغییر دادن آن، و سپس مطمئن شدن از اینکه قید یا {{Glossary("شرط")}} مشخص شده بررسی شده باشد، برای نمونه، وقتی یک شمارشگر به شماره تعیین شده برسد. 

- -

بیشتر بدانید

- -

معلومات عمومی

- - - -

 

diff --git a/files/fa/glossary/protocol/index.html b/files/fa/glossary/protocol/index.html deleted file mode 100644 index d3e1723ac9..0000000000 --- a/files/fa/glossary/protocol/index.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: پروتکل -slug: Glossary/Protocol -translation_of: Glossary/Protocol ---- -

پروتکل

- -

 

- -

.مجموعه ای از قوانینی که چگونگی ارتباط بین داده ها با کامپیوترها را تعریف میکند.

- -

        ارتباط میان دستگاه های ارتباطی زمانی صورت میگیرد که فرمت داده ها ی منتقل شده برای هر یک از این دستگاه ها قابل قبول باشد و مجموعه ی این قوانین پروتکل نام دارد

- -

 

- -

Learn more

- -

General Knowledge

- - - -

 

diff --git a/files/fa/glossary/prototype-based_programming/index.html b/files/fa/glossary/prototype-based_programming/index.html deleted file mode 100644 index 49c5a5a5b0..0000000000 --- a/files/fa/glossary/prototype-based_programming/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Prototype-based programming -slug: Glossary/Prototype-based_programming -translation_of: Glossary/Prototype-based_programming ---- -

Prototype-based programming نوعی از  {{Glossary("OOP", "برنامه نویسی شی گرایی")}} که در آن {{Glossary('Class', 'کلاسها')}} به صراحت تعریف نشده اند, بلکه با افزودن ویژگی ها و روش ها به نمونه ای از کلاس دیگر یا ، حتی با اضافه کردن آنها به یک شیء خالی مشتق می شوند.
-
- به زبان ساده تر: این نوع از سبک اجازه میدهد {{Glossary('object', 'شی')}} ایجاد شود، بدون تعریف {{Glossary('Class', 'کلاس')}}.

- -

Learn More

- -

General knowledge

- - -- cgit v1.2.3-54-g00ecf