From 49480fd1cc43cad88bea216b4508ca6f8a19f313 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 16 Sep 2021 00:51:24 +0000 Subject: [CRON] sync translated content --- files/ru/_redirects.txt | 1 + files/ru/_wikihistory.json | 12 ++++----- files/ru/conflicting/web/api/file/name/index.html | 33 +++++++++++++++++++++++ files/ru/web/api/file/filename/index.html | 32 ---------------------- 4 files changed, 40 insertions(+), 38 deletions(-) create mode 100644 files/ru/conflicting/web/api/file/name/index.html delete mode 100644 files/ru/web/api/file/filename/index.html (limited to 'files/ru') diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index e9d4e75587..b61407949d 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -323,6 +323,7 @@ /ru/docs/Web/API/Element.insertAdjacentHTML /ru/docs/Web/API/Element/insertAdjacentHTML /ru/docs/Web/API/Element/accessKey /ru/docs/Web/API/HTMLElement/accessKey /ru/docs/Web/API/EventTarget.addEventListener /ru/docs/Web/API/EventTarget/addEventListener +/ru/docs/Web/API/File/fileName /ru/docs/conflicting/Web/API/File/name /ru/docs/Web/API/File_and_Directory_Entries_API/Введение /ru/docs/Web/API/File_and_Directory_Entries_API/Introduction /ru/docs/Web/API/Geolocation/Using_geolocation /ru/docs/Web/API/Geolocation_API /ru/docs/Web/API/Geolocation/Using_geolocation/Using_the_Geolocation_API /ru/docs/Web/API/Geolocation_API/Using_the_Geolocation_API diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 388b670bc8..d77429f430 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -7980,12 +7980,6 @@ "Lambrusco.pro" ] }, - "Web/API/File/fileName": { - "modified": "2019-03-23T22:09:17.877Z", - "contributors": [ - "Ferguse" - ] - }, "Web/API/File/getAsDataURL": { "modified": "2019-03-23T22:18:17.148Z", "contributors": [ @@ -24190,6 +24184,12 @@ "paulvoloschuk" ] }, + "conflicting/Web/API/File/name": { + "modified": "2019-03-23T22:09:17.877Z", + "contributors": [ + "Ferguse" + ] + }, "conflicting/Web/API/Geolocation": { "modified": "2019-03-23T22:43:32.725Z", "contributors": [ diff --git a/files/ru/conflicting/web/api/file/name/index.html b/files/ru/conflicting/web/api/file/name/index.html new file mode 100644 index 0000000000..957bf8e41e --- /dev/null +++ b/files/ru/conflicting/web/api/file/name/index.html @@ -0,0 +1,33 @@ +--- +title: File.fileName +slug: conflicting/Web/API/File/name +translation_of: Web/API/File/fileName +original_slug: Web/API/File/fileName +--- +

{{APIRef("File API")}}{{non-standard_header}}

+ +

{{deprecated_header(7.0)}}

+ +

Summary

+ +

Возвращает имя файла. В целях безопасности путь исключён из этого свойства.

+ +
Это свойство исключено. Используйте вместо него  {{domxref("File.name")}}.
+ +

Синтаксис

+ +
var name = instanceOfFile.fileName
+ +

Значение

+ +

Строка

+ +

Спецификация

+ +

Не является частью документации.

+ +

Смотреть ещё

+ + diff --git a/files/ru/web/api/file/filename/index.html b/files/ru/web/api/file/filename/index.html deleted file mode 100644 index 6b236d1cf1..0000000000 --- a/files/ru/web/api/file/filename/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: File.fileName -slug: Web/API/File/fileName -translation_of: Web/API/File/fileName ---- -

{{APIRef("File API")}}{{non-standard_header}}

- -

{{deprecated_header(7.0)}}

- -

Summary

- -

Возвращает имя файла. В целях безопасности путь исключён из этого свойства.

- -
Это свойство исключено. Используйте вместо него  {{domxref("File.name")}}.
- -

Синтаксис

- -
var name = instanceOfFile.fileName
- -

Значение

- -

Строка

- -

Спецификация

- -

Не является частью документации.

- -

Смотреть ещё

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