-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new files, synced some files with EN, string.xml — partial sync
- Loading branch information
1 parent
7d0528d
commit 7a7721d
Showing
6 changed files
with
219 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- EN-Revision: e75557e268736a2a08a5cd17f50048e9db545e02 Maintainer: mproshchuk Status: ready --> | ||
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.roundingmode" role="enum"> | ||
<title>Перелічення RoundingMode</title> | ||
<titleabbrev>RoundingMode</titleabbrev> | ||
|
||
<partintro> | ||
<section xml:id="enum.roundingmode.intro"> | ||
&reftitle.intro; | ||
<simpara> | ||
Перелічення <enumname>RoundingMode</enumname> визначає, як має відбуватись | ||
округлення у функцій <function>round</function>, | ||
<function>bcround</function> і <methodname>BCMath::round</methodname>. | ||
</simpara> | ||
</section> | ||
|
||
<section xml:id="enum.roundingmode.synopsis"> | ||
&reftitle.enumsynopsis; | ||
|
||
<enumsynopsis> | ||
<enumname>RoundingMode</enumname> | ||
|
||
<enumitem> | ||
<enumidentifier>HalfAwayFromZero</enumidentifier> | ||
<enumitemdescription> | ||
Округлювати до найближчого цілого. Якщо дробова частина числа дорівнює | ||
<literal>5</literal>, число округлюється до більшого цілого. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>HalfTowardsZero</enumidentifier> | ||
<enumitemdescription> | ||
Округлювати до найближчого цілого. Якщо дробова частина числа дорівнює | ||
<literal>5</literal>, число округлюється до меншого цілого. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>HalfEven</enumidentifier> | ||
<enumitemdescription> | ||
Округлювати до найближчого цілого. Якщо дробова частина числа дорівнює | ||
<literal>5</literal>, число округлюється до парного цілого. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>HalfOdd</enumidentifier> | ||
<enumitemdescription> | ||
Округлювати до найближчого цілого. Якщо дробова частина числа дорівнює | ||
<literal>5</literal>, число округлюється до непарного цілого. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>TowardsZero</enumidentifier> | ||
<enumitemdescription> | ||
Округлити до найближчого меншого або рівного цілого числа. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>AwayFromZero</enumidentifier> | ||
<enumitemdescription> | ||
Округлити до найближчого більшого або рівного цілого числа. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>NegativeInfinity</enumidentifier> | ||
<enumitemdescription> | ||
Округлити до найбільшого цілого, що є менше або рівне. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>PositiveInfinity</enumidentifier> | ||
<enumitemdescription> | ||
Округлити до найменшого цілого, що є більше або рівне. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
</enumsynopsis> | ||
</section> | ||
</partintro> | ||
</reference> | ||
<!-- Keep this comment at the end of the file | ||
Local variables: | ||
mode: sgml | ||
sgml-omittag:t | ||
sgml-shorttag:t | ||
sgml-minimize-attributes:nil | ||
sgml-always-quote-attributes:t | ||
sgml-indent-step:1 | ||
sgml-indent-data:t | ||
indent-tabs-mode:nil | ||
sgml-parent-document:nil | ||
sgml-default-dtd-file:"~/.phpdoc/manual.ced" | ||
sgml-exposed-tags:nil | ||
sgml-local-catalogs:nil | ||
sgml-local-ecat-files:nil | ||
End: | ||
vim600: syn=xml fen fdm=syntax fdl=2 si | ||
vim: et tw=78 syn=sgml | ||
vi: ts=1 sw=1 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- EN-Revision: 550b9c3c31a66c18c9303794c12260bf5c684fed Maintainer: mproshchuk Status: ready --> | ||
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.random.intervalboundary" role="enum"> | ||
<title>Перелічення Random\IntervalBoundary</title> | ||
<titleabbrev>Random\IntervalBoundary</titleabbrev> | ||
|
||
<partintro> | ||
<section xml:id="enum.random.intervalboundary.intro"> | ||
&reftitle.intro; | ||
<simpara> | ||
Перелічення <enumname>Random\IntervalBoundary</enumname> визначає, чи | ||
належать проміжку його межі. | ||
</simpara> | ||
</section> | ||
|
||
<section xml:id="enum.random.intervalboundary.synopsis"> | ||
&reftitle.enumsynopsis; | ||
|
||
<enumsynopsis> | ||
<enumname>Random\IntervalBoundary</enumname> | ||
|
||
<enumitem> | ||
<enumidentifier>ClosedOpen</enumidentifier> | ||
<enumitemdescription> | ||
Напіввідкритий проміжок. | ||
Містить нижню межу, а верхню — ні. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>ClosedClosed</enumidentifier> | ||
<enumitemdescription> | ||
Закритий проміжок. | ||
Містить як і нижню, так і верхню межу. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>OpenClosed</enumidentifier> | ||
<enumitemdescription> | ||
Напіввідкритий проміжок. | ||
Містить верхню межу, а нижню — ні. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
<enumitem> | ||
<enumidentifier>OpenOpen</enumidentifier> | ||
<enumitemdescription> | ||
Відкритий проміжок. | ||
Жодна з меж йому не належить. | ||
</enumitemdescription> | ||
</enumitem> | ||
|
||
</enumsynopsis> | ||
</section> | ||
</partintro> | ||
</reference> | ||
<!-- Keep this comment at the end of the file | ||
Local variables: | ||
mode: sgml | ||
sgml-omittag:t | ||
sgml-shorttag:t | ||
sgml-minimize-attributes:nil | ||
sgml-always-quote-attributes:t | ||
sgml-indent-step:1 | ||
sgml-indent-data:t | ||
indent-tabs-mode:nil | ||
sgml-parent-document:nil | ||
sgml-default-dtd-file:"~/.phpdoc/manual.ced" | ||
sgml-exposed-tags:nil | ||
sgml-local-catalogs:nil | ||
sgml-local-ecat-files:nil | ||
End: | ||
vim600: syn=xml fen fdm=syntax fdl=2 si | ||
vim: et tw=78 syn=sgml | ||
vi: ts=1 sw=1 | ||
--> |