svn: /phpdoc/ru/trunk/ language-snippets.ent reference/yaf/yaf_application/clone.xml reference/yaf/yaf_application/sleep.xml reference/yaf/yaf_application/wakeup.xml reference/yaf/yaf_controller_abstract/clone.xml reference/yaf/yaf_dispatcher/sleep.xml reference/yaf/yaf_dispatcher/wakeup.xml reference/yaf/yaf_loader/clone.xml reference/yaf/yaf_loader/sleep.xml reference/yaf/yaf_loader/wakeup.xml reference/yaf/yaf_registry/clone.xml reference/yaf/yaf_request_http/clone.xml reference/yaf/yaf_sessi
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Mon, 20 Apr 2020 05:03:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349683
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/language-snippets.ent
D phpdoc/ru/trunk/reference/yaf/yaf_application/clone.xml
D phpdoc/ru/trunk/reference/yaf/yaf_application/sleep.xml
D phpdoc/ru/trunk/reference/yaf/yaf_application/wakeup.xml
D phpdoc/ru/trunk/reference/yaf/yaf_controller_abstract/clone.xml
D phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/sleep.xml
D phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/wakeup.xml
D phpdoc/ru/trunk/reference/yaf/yaf_loader/clone.xml
D phpdoc/ru/trunk/reference/yaf/yaf_loader/sleep.xml
D phpdoc/ru/trunk/reference/yaf/yaf_loader/wakeup.xml
D phpdoc/ru/trunk/reference/yaf/yaf_registry/clone.xml
D phpdoc/ru/trunk/reference/yaf/yaf_request_http/clone.xml
D phpdoc/ru/trunk/reference/yaf/yaf_session/clone.xml
D phpdoc/ru/trunk/reference/yaf/yaf_session/sleep.xml
D phpdoc/ru/trunk/reference/yaf/yaf_session/wakeup.xml
svn-diffs-349683.txt
(text/x-diff, 25.5 KB)
Modified: phpdoc/ru/trunk/language-snippets.ent =================================================================== --- phpdoc/ru/trunk/language-snippets.ent 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/language-snippets.ent 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- EN-Revision: 349345 Maintainer: rjhdby Status: ready --> +<!-- EN-Revision: 349678 Maintainer: rjhdby Status: ready --> <!-- Reviewed: yes --> <!-- $Revision$ --> @@ -1577,9 +1577,9 @@ <function>PharFileInfo::decompress</function>, и <function>PharFileInfo::compress</function>.</para></note>'> <!-- XML --> -<!ENTITY libxml.required '<para xmlns="http://docbook.org/ns/docbook">Для корректной работы этого расширения необходимо -PHP расширение <link linkend="book.libxml">libxml</link>. Это означает, что также необходима передача опции -<option role="configure">--enable-libxml</option>, хотя неявно это уже сделано, так как поддержка libxml по умолчанию включена.</para>'> +<!ENTITY libxml.required '<para xmlns="http://docbook.org/ns/docbook">Для корректной работы этого модуля необходим +PHP-модуль <link linkend="book.libxml">libxml</link>. Это означает, что также необходима передача опции +<option role="configure">--with-libxml</option>, или до PHP 7.4 <option role="configure">--enable-libxml</option>, хотя неявно это уже сделано, так как поддержка libxml по умолчанию включена.</para>'> <!-- XMLReader --> <!ENTITY xmlreader.libxml20620.note '<caution xmlns="http://docbook.org/ns/docbook"><para>Эта функция доступна только если Deleted: phpdoc/ru/trunk/reference/yaf/yaf_application/clone.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_application/clone.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_application/clone.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 327525 Maintainer: rjhdby Status: ready --> -<!-- Reviewed: yes Maintainer: sergey --> - -<refentry xml:id="yaf-application.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Application::__clone</refname> - <refpurpose>Yaf_Application нельзя клонировать</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Application::__clone</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_application/sleep.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_application/sleep.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_application/sleep.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 327525 Maintainer: rjhdby Status: ready --> -<!-- Reviewed: yes Maintainer: sergey --> - -<refentry xml:id="yaf-application.sleep" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Application::__sleep</refname> - <refpurpose>Yaf_Application нельзя сериализовывать</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Application::__sleep</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_application/wakeup.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_application/wakeup.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_application/wakeup.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 327525 Maintainer: rjhdby Status: ready --> -<!-- Reviewed: yes Maintainer: sergey --> - -<refentry xml:id="yaf-application.wakeup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Application::__wakeup</refname> - <refpurpose>Yaf_Application нельзя десериализовывать</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Application::__wakeup</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_controller_abstract/clone.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_controller_abstract/clone.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_controller_abstract/clone.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,57 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 327672 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-controller-abstract.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Controller_Abstract::__clone</refname> - <refpurpose>Yaf_Controller_Abstract не может быть клонирован</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>final</modifier> <modifier>private</modifier> <type>void</type><methodname>Yaf_Controller_Abstract::__clone</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/sleep.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/sleep.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/sleep.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 327525 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-dispatcher.sleep" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Dispatcher::__sleep</refname> - <refpurpose>Yaf_Dispatcherне может быть сериализован</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Dispatcher::__sleep</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/wakeup.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/wakeup.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_dispatcher/wakeup.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 327525 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-dispatcher.wakeup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Dispatcher::__wakeup</refname> - <refpurpose>Yaf_Dispatcher не может быть десериализован</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Dispatcher::__wakeup</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_loader/clone.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_loader/clone.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_loader/clone.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 317663 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-loader.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Loader::__clone</refname> - <refpurpose>Назначение __clone</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Loader::__clone</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - &warn.undocumented.func; - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_loader/sleep.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_loader/sleep.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_loader/sleep.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 317663 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-loader.sleep" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Loader::__sleep</refname> - <refpurpose>Назначение __sleep</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Loader::__sleep</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - &warn.undocumented.func; - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_loader/wakeup.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_loader/wakeup.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_loader/wakeup.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 317663 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-loader.wakeup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Loader::__wakeup</refname> - <refpurpose>Назначение __wakeup</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Loader::__wakeup</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - &warn.undocumented.func; - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_registry/clone.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_registry/clone.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_registry/clone.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,57 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 327673 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-registry.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Registry::__clone</refname> - <refpurpose>Назначение __clone</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Registry::__clone</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_request_http/clone.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_request_http/clone.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_request_http/clone.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 343784 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-request-http.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Request_Http::__clone</refname> - <refpurpose>Yaf_Request_Http не может быть клонирован</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Request_Http::__clone</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - &warn.undocumented.func; - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_session/clone.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_session/clone.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_session/clone.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 317663 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-session.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Session::__clone</refname> - <refpurpose>Назначение __clone</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Session::__clone</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - &warn.undocumented.func; - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_session/sleep.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_session/sleep.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_session/sleep.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 317663 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-session.sleep" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Session::__sleep</refname> - <refpurpose>Назначение __sleep</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Session::__sleep</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - &warn.undocumented.func; - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 ---> Deleted: phpdoc/ru/trunk/reference/yaf/yaf_session/wakeup.xml =================================================================== --- phpdoc/ru/trunk/reference/yaf/yaf_session/wakeup.xml 2020-04-19 14:57:15 UTC (rev 349682) +++ phpdoc/ru/trunk/reference/yaf/yaf_session/wakeup.xml 2020-04-20 05:03:05 UTC (rev 349683) @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 317663 Maintainer: sergey Status: ready --> -<!-- Reviewed: no --> - -<refentry xml:id="yaf-session.wakeup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <refnamediv> - <refname>Yaf_Session::__wakeup</refname> - <refpurpose>Назначение __wakeup</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <modifier>private</modifier> <type>void</type><methodname>Yaf_Session::__wakeup</methodname> - <void /> - </methodsynopsis> - <para> - - </para> - - &warn.undocumented.func; - - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - &no.function.parameters; - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - - </para> - </refsect1> - - -</refentry> - -<!-- 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 --->