diff options
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/_redirects.txt | 13 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 112 | ||||
-rw-r--r-- | files/ru/web/api/atob/index.html (renamed from files/ru/web/api/windoworworkerglobalscope/atob/index.html) | 3 | ||||
-rw-r--r-- | files/ru/web/api/btoa/index.html (renamed from files/ru/web/api/windoworworkerglobalscope/btoa/index.html) | 4 | ||||
-rw-r--r-- | files/ru/web/api/caches/index.html (renamed from files/ru/web/api/windoworworkerglobalscope/caches/index.html) | 3 | ||||
-rw-r--r-- | files/ru/web/api/cleartimeout/index.html (renamed from files/ru/web/api/windoworworkerglobalscope/cleartimeout/index.html) | 3 | ||||
-rw-r--r-- | files/ru/web/api/fetch/index.html (renamed from files/ru/web/api/windoworworkerglobalscope/fetch/index.html) | 3 | ||||
-rw-r--r-- | files/ru/web/api/setinterval/index.html (renamed from files/ru/web/api/windoworworkerglobalscope/setinterval/index.html) | 3 | ||||
-rw-r--r-- | files/ru/web/api/settimeout/index.html (renamed from files/ru/web/api/windoworworkerglobalscope/settimeout/index.html) | 4 |
9 files changed, 80 insertions, 68 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 3a867ba603..8dbb1dd636 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -365,9 +365,16 @@ /ru/docs/Web/API/WebRTC_API/протоколы /ru/docs/Web/API/WebRTC_API/Protocols /ru/docs/Web/API/WebRTC_API/связь /ru/docs/Web/API/WebRTC_API/Connectivity /ru/docs/Web/API/WindowBase64/Base64_encoding_and_decoding /ru/docs/Glossary/Base64 -/ru/docs/Web/API/WindowBase64/btoa /ru/docs/Web/API/WindowOrWorkerGlobalScope/btoa -/ru/docs/Web/API/WindowTimers.setTimeout /ru/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout -/ru/docs/Web/API/WindowTimers/setTimeout /ru/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout +/ru/docs/Web/API/WindowBase64/btoa /ru/docs/Web/API/btoa +/ru/docs/Web/API/WindowOrWorkerGlobalScope/atob /ru/docs/Web/API/atob +/ru/docs/Web/API/WindowOrWorkerGlobalScope/btoa /ru/docs/Web/API/btoa +/ru/docs/Web/API/WindowOrWorkerGlobalScope/caches /ru/docs/Web/API/caches +/ru/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout /ru/docs/Web/API/clearTimeout +/ru/docs/Web/API/WindowOrWorkerGlobalScope/fetch /ru/docs/Web/API/fetch +/ru/docs/Web/API/WindowOrWorkerGlobalScope/setInterval /ru/docs/Web/API/setInterval +/ru/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout /ru/docs/Web/API/setTimeout +/ru/docs/Web/API/WindowTimers.setTimeout /ru/docs/Web/API/setTimeout +/ru/docs/Web/API/WindowTimers/setTimeout /ru/docs/Web/API/setTimeout /ru/docs/Web/API/console.timeEnd /ru/docs/Web/API/Console/timeEnd /ru/docs/Web/API/document.activeElement /ru/docs/Web/API/Document/activeElement /ru/docs/Web/API/document.createComment /ru/docs/Web/API/Document/createComment diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 1e12d65056..633ebd6995 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -11658,62 +11658,6 @@ "kenrick95" ] }, - "Web/API/WindowOrWorkerGlobalScope/atob": { - "modified": "2019-03-23T22:02:40.728Z", - "contributors": [ - "HawkeyePierce89", - "hunty" - ] - }, - "Web/API/WindowOrWorkerGlobalScope/btoa": { - "modified": "2019-09-17T16:11:11.862Z", - "contributors": [ - "SerzN1", - "uleming" - ] - }, - "Web/API/WindowOrWorkerGlobalScope/caches": { - "modified": "2020-10-29T09:02:45.566Z", - "contributors": [ - "ScratchFilin", - "evilwithin93rus" - ] - }, - "Web/API/WindowOrWorkerGlobalScope/clearTimeout": { - "modified": "2020-10-15T22:33:31.469Z", - "contributors": [ - "andzion105" - ] - }, - "Web/API/WindowOrWorkerGlobalScope/fetch": { - "modified": "2020-10-15T22:06:28.491Z", - "contributors": [ - "BadLame", - "dasha_hshr" - ] - }, - "Web/API/WindowOrWorkerGlobalScope/setInterval": { - "modified": "2020-11-18T12:13:20.493Z", - "contributors": [ - "kosarev_va", - "WhiteApfel", - "lilka9", - "AliaksandrZahorski" - ] - }, - "Web/API/WindowOrWorkerGlobalScope/setTimeout": { - "modified": "2020-11-18T12:03:29.649Z", - "contributors": [ - "kosarev_va", - "YozhEzhi", - "AliaksandrZahorski", - "akaguny", - "marat-curious", - "neustroev.artyom", - "fscholz", - "ichent" - ] - }, "Web/API/Worker": { "modified": "2019-03-23T22:47:25.398Z", "contributors": [ @@ -11959,6 +11903,40 @@ "t1gor" ] }, + "Web/API/atob": { + "modified": "2019-03-23T22:02:40.728Z", + "contributors": [ + "HawkeyePierce89", + "hunty" + ] + }, + "Web/API/btoa": { + "modified": "2019-09-17T16:11:11.862Z", + "contributors": [ + "SerzN1", + "uleming" + ] + }, + "Web/API/caches": { + "modified": "2020-10-29T09:02:45.566Z", + "contributors": [ + "ScratchFilin", + "evilwithin93rus" + ] + }, + "Web/API/clearTimeout": { + "modified": "2020-10-15T22:33:31.469Z", + "contributors": [ + "andzion105" + ] + }, + "Web/API/fetch": { + "modified": "2020-10-15T22:06:28.491Z", + "contributors": [ + "BadLame", + "dasha_hshr" + ] + }, "Web/API/notification": { "modified": "2019-03-23T22:43:07.772Z", "contributors": [ @@ -11969,6 +11947,28 @@ "fsanano" ] }, + "Web/API/setInterval": { + "modified": "2020-11-18T12:13:20.493Z", + "contributors": [ + "kosarev_va", + "WhiteApfel", + "lilka9", + "AliaksandrZahorski" + ] + }, + "Web/API/setTimeout": { + "modified": "2020-11-18T12:03:29.649Z", + "contributors": [ + "kosarev_va", + "YozhEzhi", + "AliaksandrZahorski", + "akaguny", + "marat-curious", + "neustroev.artyom", + "fscholz", + "ichent" + ] + }, "Web/API/window/requestAnimationFrame": { "modified": "2020-10-15T21:21:09.538Z", "contributors": [ diff --git a/files/ru/web/api/windoworworkerglobalscope/atob/index.html b/files/ru/web/api/atob/index.html index 689abf3503..931c4deb95 100644 --- a/files/ru/web/api/windoworworkerglobalscope/atob/index.html +++ b/files/ru/web/api/atob/index.html @@ -1,7 +1,8 @@ --- title: WindowOrWorkerGlobalScope.atob() -slug: Web/API/WindowOrWorkerGlobalScope/atob +slug: Web/API/atob translation_of: Web/API/WindowOrWorkerGlobalScope/atob +original_slug: Web/API/WindowOrWorkerGlobalScope/atob --- <div>{{APIRef("HTML DOM")}}</div> diff --git a/files/ru/web/api/windoworworkerglobalscope/btoa/index.html b/files/ru/web/api/btoa/index.html index 24f0c7ab38..12080d8fa6 100644 --- a/files/ru/web/api/windoworworkerglobalscope/btoa/index.html +++ b/files/ru/web/api/btoa/index.html @@ -1,8 +1,8 @@ --- title: WindowBase64.btoa() -slug: Web/API/WindowOrWorkerGlobalScope/btoa +slug: Web/API/btoa translation_of: Web/API/WindowOrWorkerGlobalScope/btoa -original_slug: Web/API/WindowBase64/btoa +original_slug: Web/API/WindowOrWorkerGlobalScope/btoa --- <div>{{APIRef("HTML DOM")}}</div> diff --git a/files/ru/web/api/windoworworkerglobalscope/caches/index.html b/files/ru/web/api/caches/index.html index 107d43f6a4..78e2f33014 100644 --- a/files/ru/web/api/windoworworkerglobalscope/caches/index.html +++ b/files/ru/web/api/caches/index.html @@ -1,7 +1,8 @@ --- title: WindowOrWorkerGlobalScope.caches -slug: Web/API/WindowOrWorkerGlobalScope/caches +slug: Web/API/caches translation_of: Web/API/WindowOrWorkerGlobalScope/caches +original_slug: Web/API/WindowOrWorkerGlobalScope/caches --- <div>{{APIRef()}}{{SeeCompatTable}}</div> diff --git a/files/ru/web/api/windoworworkerglobalscope/cleartimeout/index.html b/files/ru/web/api/cleartimeout/index.html index aeedb7435c..e19fc0fe1b 100644 --- a/files/ru/web/api/windoworworkerglobalscope/cleartimeout/index.html +++ b/files/ru/web/api/cleartimeout/index.html @@ -1,7 +1,8 @@ --- title: WindowOrWorkerGlobalScope.clearTimeout() -slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout +slug: Web/API/clearTimeout translation_of: Web/API/WindowOrWorkerGlobalScope/clearTimeout +original_slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout --- <div>{{APIRef("HTML DOM")}}</div> diff --git a/files/ru/web/api/windoworworkerglobalscope/fetch/index.html b/files/ru/web/api/fetch/index.html index 22b188e0bd..788b9c3f69 100644 --- a/files/ru/web/api/windoworworkerglobalscope/fetch/index.html +++ b/files/ru/web/api/fetch/index.html @@ -1,11 +1,12 @@ --- title: WindowOrWorkerGlobalScope.fetch() -slug: Web/API/WindowOrWorkerGlobalScope/fetch +slug: Web/API/fetch tags: - Справка - запрос - метод translation_of: Web/API/WindowOrWorkerGlobalScope/fetch +original_slug: Web/API/WindowOrWorkerGlobalScope/fetch --- <div>{{APIRef("Fetch API")}}</div> diff --git a/files/ru/web/api/windoworworkerglobalscope/setinterval/index.html b/files/ru/web/api/setinterval/index.html index c77c422bf1..81df340981 100644 --- a/files/ru/web/api/windoworworkerglobalscope/setinterval/index.html +++ b/files/ru/web/api/setinterval/index.html @@ -1,7 +1,8 @@ --- title: WindowOrWorkerGlobalScope.setInterval() -slug: Web/API/WindowOrWorkerGlobalScope/setInterval +slug: Web/API/setInterval translation_of: Web/API/WindowOrWorkerGlobalScope/setInterval +original_slug: Web/API/WindowOrWorkerGlobalScope/setInterval --- <div>{{APIRef("HTML DOM")}}</div> diff --git a/files/ru/web/api/windoworworkerglobalscope/settimeout/index.html b/files/ru/web/api/settimeout/index.html index dbc08996a2..d35da11a1c 100644 --- a/files/ru/web/api/windoworworkerglobalscope/settimeout/index.html +++ b/files/ru/web/api/settimeout/index.html @@ -1,8 +1,8 @@ --- title: WindowTimers.setTimeout() -slug: Web/API/WindowOrWorkerGlobalScope/setTimeout +slug: Web/API/setTimeout translation_of: Web/API/WindowOrWorkerGlobalScope/setTimeout -original_slug: Web/API/WindowTimers/setTimeout +original_slug: Web/API/WindowOrWorkerGlobalScope/setTimeout --- <div>{{ APIRef() }}</div> |