mirror of
https://github.com/php/doc-ru.git
synced 2025-08-15 23:42:35 +00:00
Обновление до английской версии
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: sergey Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: sergey Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="intlgregoriancalendar.getgregorianchange" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>IntlGregorianCalendar::getGregorianChange</refname>
|
||||
@ -10,9 +9,9 @@
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type class="union"><type>float</type><type>false</type></type><methodname>IntlGregorianCalendar::getGregorianChange</methodname>
|
||||
<void />
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>float</type><methodname>IntlGregorianCalendar::getGregorianChange</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
@ -30,7 +29,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Возвращает дату изменения&return.falseforfailure;.
|
||||
Возвращает дату изменения.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 0dad2268d5adb19f77270aa2a9515a4bfbca9b22 Maintainer: sergey Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: sergey Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="intlgregoriancalendar.isleapyear" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>IntlGregorianCalendar::isLeapYear</refname>
|
||||
@ -10,7 +9,7 @@
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>bool</type><methodname>IntlGregorianCalendar::isLeapYear</methodname>
|
||||
<methodparam><type>int</type><parameter>year</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 0dad2268d5adb19f77270aa2a9515a4bfbca9b22 Maintainer: sergey Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: sergey Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="intlgregoriancalendar.setgregorianchange" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>IntlGregorianCalendar::setGregorianChange</refname>
|
||||
@ -10,9 +9,9 @@
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>bool</type><methodname>IntlGregorianCalendar::setGregorianChange</methodname>
|
||||
<methodparam><type>float</type><parameter>date</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>timestamp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
@ -26,7 +25,7 @@
|
||||
&reftitle.parameters;
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>date</parameter></term>
|
||||
<term><parameter>timestamp</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 45b771b866e3c9cfbb5388a612d1c6d7be728863 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xml:id="intliterator.key" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
@ -10,8 +10,8 @@
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>string</type><methodname>IntlIterator::key</methodname>
|
||||
<void />
|
||||
<modifier>public</modifier> <type>mixed</type><methodname>IntlIterator::key</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 437bbf134e015c678f9d4b8a5b8da53429a9a12d Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<phpdoc:classref xml:id="class.intlrulebasedbreakiterator" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
@ -51,6 +51,7 @@
|
||||
</xi:include>
|
||||
|
||||
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intlrulebasedbreakiterator')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" />
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intlrulebasedbreakiterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
|
||||
|
||||
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: ae4aa7b90b58e43e38cc0660fc55e33002d4e749 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xml:id="intlrulebasedbreakiterator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
@ -9,11 +9,11 @@
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<constructorsynopsis>
|
||||
<modifier>public</modifier> <methodname>IntlRuleBasedBreakIterator::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>rules</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>areCompiled</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>compiled</parameter><initializer>&false;</initializer></methodparam>
|
||||
</constructorsynopsis>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -34,7 +34,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>areCompiled</parameter></term>
|
||||
<term><parameter>compiled</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 45b771b866e3c9cfbb5388a612d1c6d7be728863 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xml:id="intlrulebasedbreakiterator.getbinaryrules" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
@ -10,8 +10,8 @@
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>string</type><methodname>IntlRuleBasedBreakIterator::getBinaryRules</methodname>
|
||||
<void />
|
||||
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>IntlRuleBasedBreakIterator::getBinaryRules</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 45b771b866e3c9cfbb5388a612d1c6d7be728863 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xml:id="intlrulebasedbreakiterator.getrules" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
@ -10,8 +10,8 @@
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>string</type><methodname>IntlRuleBasedBreakIterator::getRules</methodname>
|
||||
<void />
|
||||
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>IntlRuleBasedBreakIterator::getRules</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 45b771b866e3c9cfbb5388a612d1c6d7be728863 Maintainer: rjhdby Status: ready --><!-- Reviewed: no -->
|
||||
<!-- EN-Revision: ecabddd456ec7f6a10192a4646b59b24ae9e2ee6 Maintainer: rjhdby Status: ready --><!-- Reviewed: no -->
|
||||
<refentry xml:id="intlrulebasedbreakiterator.getrulestatusvec" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>IntlRuleBasedBreakIterator::getRuleStatusVec</refname>
|
||||
@ -9,8 +9,8 @@
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>IntlRuleBasedBreakIterator::getRuleStatusVec</methodname>
|
||||
<void />
|
||||
<modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>IntlRuleBasedBreakIterator::getRuleStatusVec</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user