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/hi-in/glossary/ajax/index.html | 27 ---------------- files/hi-in/glossary/data_structure/index.html | 23 ------------- files/hi-in/glossary/domain/index.html | 17 ---------- files/hi-in/glossary/http/index.html | 21 ------------ files/hi-in/glossary/index.html | 45 -------------------------- files/hi-in/glossary/internet/index.html | 19 ----------- files/hi-in/glossary/javascript/index.html | 41 ----------------------- files/hi-in/glossary/locale/index.html | 17 ---------- 8 files changed, 210 deletions(-) delete mode 100644 files/hi-in/glossary/ajax/index.html delete mode 100644 files/hi-in/glossary/data_structure/index.html delete mode 100644 files/hi-in/glossary/domain/index.html delete mode 100644 files/hi-in/glossary/http/index.html delete mode 100644 files/hi-in/glossary/index.html delete mode 100644 files/hi-in/glossary/internet/index.html delete mode 100644 files/hi-in/glossary/javascript/index.html delete mode 100644 files/hi-in/glossary/locale/index.html (limited to 'files/hi-in/glossary') diff --git a/files/hi-in/glossary/ajax/index.html b/files/hi-in/glossary/ajax/index.html deleted file mode 100644 index b96759bfe7..0000000000 --- a/files/hi-in/glossary/ajax/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: AJAX -slug: Glossary/AJAX -translation_of: Glossary/AJAX ---- -

अतुल्यकालिक {{Glossary("JavaScript")}} तथा {{Glossary("XML")}} (AJAX) अधिक जटिल, गतिशील वेबपृष्ठों के निर्माण की एक प्रोग्रामिंग प्रथा है, जिसे एक तकनीक के रूप में जाना जाता है {{Glossary("XHR_(XMLHttpRequest)","XMLHttpRequest")}}.

- -

AJAX आपको क्या करने की अनुमति देता है, इसके कुछ हिस्सों को अपडेट करें {{Glossary("DOM")}} के {{Glossary("HTML")}} पूरे पृष्ठ को पुनः लोड करने के बजाय वेबपृष्ठ। AJAX आपको असिंक्रोनस रूप से काम करने देता है, जिसका अर्थ है कि आपका कोड चलना जारी है, जबकि आपके वेबपेज का वह भाग पुनः लोड करने की कोशिश कर रहा है (तुल्यकालिक रूप से जो आपके कोड को तब तक चलने से रोक देगा, जब तक कि आपके वेबपेज का हिस्सा पुनः लोड नहीं हो जाता)।

- -

इंटरैक्टिव वेबसाइटों और आधुनिक वेब मानकों के साथ, AJAX को धीरे-धीरे जावास्क्रिप्ट चौखटे और अधिकारी के भीतर कार्यों द्वारा प्रतिस्थापित किया जा रहा है {{domxref("Fetch API")}} मानक.

- -

और अधिक जानें

- -

सामान्य ज्ञान

- - - -

तकनीकी जानकारी

- - diff --git a/files/hi-in/glossary/data_structure/index.html b/files/hi-in/glossary/data_structure/index.html deleted file mode 100644 index 1b8ca40466..0000000000 --- a/files/hi-in/glossary/data_structure/index.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: डेटा संरचना -slug: Glossary/Data_structure -tags: - - कोडिंग स्क्रिप्टिंग - - डेटा संरचना - - शब्दावली -translation_of: Glossary/Data_structure -original_slug: Glossary/डेटा_संरचना ---- -

डेटा संरचना डेटा को व्यवस्थित करने का एक विशेष तरीका है, ताकि इसे कुशलता से उपयोग किया जा सके।

- -

अधिक जानेंEdit

- -

सामान्य ज्ञान

- - - -
-
-
diff --git a/files/hi-in/glossary/domain/index.html b/files/hi-in/glossary/domain/index.html deleted file mode 100644 index 19080060a8..0000000000 --- a/files/hi-in/glossary/domain/index.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Domain (डोमेन) -slug: Glossary/Domain -tags: - - इन्फ्रास्ट्रक्चर - - डोमेन - - नेटवर्किंग - - ब्राउज़र -translation_of: Glossary/Domain ---- -

Domain(डोमेन) यह संगणक संजाल का एक हिस्सा हैं जिसमें एक सत्ता है जो दत्ता-सामग्री संसाधन को संचलन मे रखता है, उदाहरण  एक वेबसाइट.

- -

और जानकारी के लिए

- - diff --git a/files/hi-in/glossary/http/index.html b/files/hi-in/glossary/http/index.html deleted file mode 100644 index 0f4764b38d..0000000000 --- a/files/hi-in/glossary/http/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: HTTP -slug: Glossary/HTTP -translation_of: Glossary/HTTP ---- -

हाइपरटेक्स्ट ट्रांसफर प्रोटोकॉल (HTTP) अंतर्निहित नेटवर्क है {{glossary("protocol")}} इस पर हाइपरमीडिया दस्तावेज़ों को स्थानांतरित करने में सक्षम बनाता है {{glossary("World Wide Web","Web")}}, आमतौर पर एक ब्राउज़र और सर्वर के बीच ताकि इंसान उन्हें पढ़ सकें। HTTP विनिर्देशन के वर्तमान संस्करण को HTTP / 2 कहा जाता है।

- -

के हिस्से के रूप में {{glossary("URI")}}, "http: //" को "स्कीमा" कहा जाता है और आमतौर पर एक पते की शुरुआत में खड़ा होता है, उदाहरण के लिए "https://developer.mozilla.org" में ब्राउज़र को इंगित करने के लिए HTTP प्रोटोकॉल का उपयोग करके दस्तावेज़ का अनुरोध करना। इस मामले में https HTTP प्रोटोकॉल के सुरक्षित संस्करण को संदर्भित करता है, {{glossary("SSL")}} (जिसे टीएलएस भी कहा जाता है)।

- -

HTTP शाब्दिक है (सभी संचार सादे पाठ में किया जाता है) और स्टेटलेस (कोई भी संचार पिछले संचार से अवगत नहीं है)। यह संपत्ति मनुष्यों के लिए वर्ल्ड वाइड वेब पर दस्तावेजों (वेब ​​साइटों) को पढ़ने के लिए आदर्श बनाती है। हालाँकि, HTTP को आधार के रूप में भी इस्तेमाल किया जा सकता है {{glossary("REST")}} सर्वर से सर्वर या के लिए वेब सेवाओं {{glossary("AJAX")}} उन्हें और अधिक गतिशील बनाने के लिए वेब साइटों के भीतर अनुरोध।

- -
-

और अधिक जानें

- - -
- -

 

diff --git a/files/hi-in/glossary/index.html b/files/hi-in/glossary/index.html deleted file mode 100644 index 8e1c81312d..0000000000 --- a/files/hi-in/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/hi-in/glossary/internet/index.html b/files/hi-in/glossary/internet/index.html deleted file mode 100644 index fb0f165b25..0000000000 --- a/files/hi-in/glossary/internet/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: इंटरनेट -slug: Glossary/Internet -translation_of: Glossary/Internet -original_slug: Glossary/इंटरनेट ---- -
 
- -
-
इंटरनेट इंटरनेट प्रोटोकॉल सुइट (भी नाम {{glossary("TCP")}} / {{glossary("IPv6","IP")}} अपने दो सबसे महत्वपूर्ण से {{glossary("protocol","protocols")}})
-
- -

Learn more

- -

Learn about it

- - diff --git a/files/hi-in/glossary/javascript/index.html b/files/hi-in/glossary/javascript/index.html deleted file mode 100644 index 6c74dad81b..0000000000 --- a/files/hi-in/glossary/javascript/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: JavaScript -slug: Glossary/JavaScript -translation_of: Glossary/JavaScript ---- -

जावास्क्रिप्ट (JS) एक प्रोग्रामिंग लैंग्वेज है जिसका इस्तेमाल ज्यादातर क्लाइंट साइड पर डायनामिकली स्क्रिप्ट वेबपेजों के लिए किया जाता है, लेकिन इसे अक्सर इस पर यूज किया जाता है {{Glossary("Server","server")}}-side, जैसे पैकेज का उपयोग कर Node.js.

- -

जावास्क्रिप्ट के साथ भ्रमित नहीं होना चाहिए {{interwiki("wikipedia", "Java_(programming_language)", "Java programming language")}}. "जावा" और "जावास्क्रिप्ट" दोनों ही अमेरिकी और अन्य देशों में ओरेकल के पंजीकृत या पंजीकृत ट्रेडमार्क हैं। हालाँकि, दो प्रोग्रामिंग भाषा उनके सिंटैक्स, शब्दार्थ और उपयोग में काफी भिन्न हैं।

- -

ब्रेंडन ईच (तब नेटस्केप कॉर्पोरेशन द्वारा नियोजित) द्वारा एक सर्वर-साइड भाषा के रूप में कल्पना की गई, जावास्क्रिप्ट जल्द ही सितंबर 1995 में नेटस्केप नेविगेटर 2.0 में आया। जावास्क्रिप्ट को तत्काल सफलता मिली और {{glossary("Microsoft Internet Explorer", "Internet Explorer 3.0")}} अगस्त 1996 में JScript नाम के तहत जावास्क्रिप्ट समर्थन की शुरुआत की।

- -

नवंबर 1996 में, नेटस्केप ने एक उद्योग मानक बनाने के लिए ईसीएमए इंटरनेशनल के साथ काम करना शुरू किया। तब से, मानकीकृत जावास्क्रिप्ट को ECMAScript कहा जाता है और ECMA-262 के तहत निर्दिष्ट किया जाता है, जिसका नवीनतम (नौ, ES2018) संस्करण जून 2018 में उपलब्ध है।

- -

जावास्क्रिप्ट का उपयोग ज्यादातर ब्राउज़र में किया जाता है, जिससे डेवलपर्स वेबपेज कंटेंट में हेरफेर कर सकते हैं {{Glossary("DOM")}}, के साथ डेटा में हेरफेर {{Glossary("AJAX")}} तथा {{Glossary("IndexedDB")}}, ग्राफिक्स के साथ ड्रा {{Glossary("canvas")}}, विभिन्न के माध्यम से ब्राउज़र चलाने वाले डिवाइस के साथ बातचीत करें {{Glossary("API","APIs")}}, इत्यादि। हाल ही में वृद्धि और प्रदर्शन में सुधार के कारण जावास्क्रिप्ट दुनिया की सबसे अधिक इस्तेमाल की जाने वाली भाषाओं में से एक है {{Glossary("API","APIs")}} ब्राउज़रों में उपलब्ध है।

- -

हाल ही में, जावास्क्रिप्ट की लोकप्रियता ने सफल Node.js प्लेटफॉर्म के माध्यम से और भी विस्तार किया है - ब्राउज़र के बाहर सबसे लोकप्रिय क्रॉस-प्लेटफ़ॉर्म जावास्क्रिप्ट रनटाइम वातावरण। Node.js डेवलपर्स को पीसी पर चीजों को स्वचालित करने और पूरी तरह कार्यात्मक बनाने के लिए स्क्रिप्टिंग भाषा के रूप में जावास्क्रिप्ट का उपयोग करने की अनुमति देता है {{Glossary("HTTP")}} तथा {{Glossary("Web Sockets")}} सर्वर.

- -

और अधिक जानें

- -

सामान्य ज्ञान

- - - -

जावास्क्रिप्ट सीखना

- - - -

तकनीकी संदर्भ

- - diff --git a/files/hi-in/glossary/locale/index.html b/files/hi-in/glossary/locale/index.html deleted file mode 100644 index 6ded585488..0000000000 --- a/files/hi-in/glossary/locale/index.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: लोकल -slug: Glossary/Locale -translation_of: Glossary/Locale -original_slug: Glossary/लोकल ---- -

लोकल भाषा- का एक सेट है या देश-आधारित प्राथमिकताएँ एक यूजर इंटरफेस के लिए.

- -

एक योजना है कि मेजबान सिस्टम की भाषा से अपने लोकेल सेटिंगमें खींचता है। अन्य बातों के अलावा, लोकल कागज प्रारूप का प्रतिनिधित्व , चलन, तारीख प्रारूप, और संलेख दिए गए क्षेत्र के अनुसार अंक देता है।

- -

और अधिक जानें

- -

सामान्य ज्ञान

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