diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/ru/web/xpath | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/ru/web/xpath')
-rw-r--r-- | files/ru/web/xpath/funkcje/floor/index.html | 21 | ||||
-rw-r--r-- | files/ru/web/xpath/funkcje/index.html | 6 | ||||
-rw-r--r-- | files/ru/web/xpath/index.html | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/files/ru/web/xpath/funkcje/floor/index.html b/files/ru/web/xpath/funkcje/floor/index.html new file mode 100644 index 0000000000..9679445bcf --- /dev/null +++ b/files/ru/web/xpath/funkcje/floor/index.html @@ -0,0 +1,21 @@ +--- +title: Floor +slug: Web/XPath/Funkcje/floor +translation_of: Web/XPath/Functions/floor +--- +<p>{{ XsltRef() }}</p> +<p><br> + Функция <code>floor</code> принимает десятичное число и возвращает наибольшое целое, меньшее или равное исходному.</p> +<h3 id="Syntax" name="Syntax">Синтаксис</h3> +<pre class="eval">floor( <em>number</em> ) +</pre> +<h3 id="Arguments" name="Arguments">Аргументы</h3> +<dl><dt><code><em>number</em></code> </dt><dd>Десятичное число<br> +</dd></dl> +<h3 id="Returns" name="Returns">Возвращаемое значение</h3> +<p>Ближайшее целое, меньшее или равное <code><em>number</em></code>.</p> +<h3 id="Defined" name="Defined">Определено</h3> +<p><a href="http://www.w3.org/TR/xpath#function-floor" class="external">XPath 1.0 4.4</a></p> +<h3 id="Gecko_support" name="Gecko_support">Поддержка Gecko</h3> +<p>Поддерживается</p> +<p>{{ languages( { "fr": "fr/XPath/Fonctions/floor", "ja": "ja/XPath/Functions/floor", "pl": "pl/XPath/Funkcje/floor", "en": "en/XPath/Fonctions/floor" } ) }}</p> diff --git a/files/ru/web/xpath/funkcje/index.html b/files/ru/web/xpath/funkcje/index.html new file mode 100644 index 0000000000..9755985bd5 --- /dev/null +++ b/files/ru/web/xpath/funkcje/index.html @@ -0,0 +1,6 @@ +--- +title: Funkcje +slug: Web/XPath/Funkcje +translation_of: Web/XPath/Functions +--- +<p>This page was auto-generated because a user created a sub-page to this page.</p> diff --git a/files/ru/web/xpath/index.html b/files/ru/web/xpath/index.html new file mode 100644 index 0000000000..d4e14363fd --- /dev/null +++ b/files/ru/web/xpath/index.html @@ -0,0 +1,6 @@ +--- +title: XPath +slug: Web/XPath +translation_of: Web/XPath +--- +<p>This page was auto-generated because a user created a sub-page to this page.</p> |