svn: /phpdoc/ru/trunk/reference/yac/ book.xml configure.xml constants.xml ini.xml setup.xml yac.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Fri, 17 Apr 2020 08:59:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349667
Log:
docs(ru): New translation
Changed paths:
A phpdoc/ru/trunk/reference/yac/book.xml
A phpdoc/ru/trunk/reference/yac/configure.xml
A phpdoc/ru/trunk/reference/yac/constants.xml
A phpdoc/ru/trunk/reference/yac/ini.xml
A phpdoc/ru/trunk/reference/yac/setup.xml
A phpdoc/ru/trunk/reference/yac/yac.xml
svn-diffs-349667.txt
(text/x-diff, 17.8 KB)
Added: phpdoc/ru/trunk/reference/yac/book.xml
===================================================================
--- phpdoc/ru/trunk/reference/yac/book.xml (rev 0)
+++ phpdoc/ru/trunk/reference/yac/book.xml 2020-04-17 08:59:10 UTC (rev 349667)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 349582 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<book xml:id="book.yac" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Yac</title>
+ <titleabbrev>Yac</titleabbrev>
+
+ <preface xml:id="intro.yac">
+ &reftitle.intro;
+ <para>
+ Yac (Yet Another cache) - это свободный от блокировок кеш пользовательских данных с общей памятью, который можно использовать для замены APC и локального кеширования в памяти.
+ </para>
+ </preface>
+
+ &reference.yac.setup;
+ &reference.yac.constants;
+ <!-- &reference.yac.examples; -->
+ &reference.yac.yac;
+
+</book>
+
+<!-- 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
+-->
Property changes on: phpdoc/ru/trunk/reference/yac/book.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/yac/configure.xml
===================================================================
--- phpdoc/ru/trunk/reference/yac/configure.xml (rev 0)
+++ phpdoc/ru/trunk/reference/yac/configure.xml 2020-04-17 08:59:10 UTC (rev 349667)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 349560 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<section xml:id="yac.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.install;
+
+ <para>
+ &pecl.info;
+ <link xlink:href="&url.pecl.package;yac">&url.pecl.package;yac</link>
+ </para>
+
+
+</section>
+
+
+<!-- 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
+-->
Property changes on: phpdoc/ru/trunk/reference/yac/configure.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/yac/constants.xml
===================================================================
--- phpdoc/ru/trunk/reference/yac/constants.xml (rev 0)
+++ phpdoc/ru/trunk/reference/yac/constants.xml 2020-04-17 08:59:10 UTC (rev 349667)
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 349560 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<appendix xml:id="yac.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.constants;
+ &extension.constants;
+ <para>
+ <variablelist>
+ <varlistentry xml:id="constant.yac-version">
+ <term>
+ <constant>YAC_VERSION</constant>
+ (<type>string</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-max-key-len">
+ <term>
+ <constant>YAC_MAX_KEY_LEN</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Максимальная длина ключа может быть 48 байтов.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-max-value-raw-len">
+ <term>
+ <constant>YAC_MAX_VALUE_RAW_LEN</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-max-raw-compressed-len">
+ <term>
+ <constant>YAC_MAX_RAW_COMPRESSED_LEN</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-serializer-php">
+ <term>
+ <constant>YAC_SERIALIZER_PHP</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Использовать php serialize в качестве сериализатора
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-serializer-json">
+ <term>
+ <constant>YAC_SERIALIZER_JSON</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Использовать json в качестве сериализатора (требуется --enable-json)
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-serializer-igbinary">
+ <term>
+ <constant>YAC_SERIALIZER_IGBINARY</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Использовать igbinary в качестве сериализатора (требуется --enable-igbinary)
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-serializer-msgpack">
+ <term>
+ <constant>YAC_SERIALIZER_MSGPACK</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Использовать msgpack в качестве сериализатора (требуется --enable-msgpack)
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.yac-serializer">
+ <term>
+ <constant>YAC_SERIALIZER</constant>
+ (<type>string</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Какой сериализатор используется в yac
+ </simpara>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+</appendix>
+
+<!-- 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
+-->
Property changes on: phpdoc/ru/trunk/reference/yac/constants.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/yac/ini.xml
===================================================================
--- phpdoc/ru/trunk/reference/yac/ini.xml (rev 0)
+++ phpdoc/ru/trunk/reference/yac/ini.xml 2020-04-17 08:59:10 UTC (rev 349667)
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 349560 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<section xml:id="yac.configuration" xmlns="http://docbook.org/ns/docbook">
+ &reftitle.runtime;
+ &extension.runtime;
+ <para>
+ <table>
+ <title>&ConfigureOptions; Yac</title>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>&Name;</entry>
+ <entry>&Default;</entry>
+ <entry>&Changeable;</entry>
+ <entry>&Changelog;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><link linkend="ini.yac.compress-threshold">yac.compress_threshold</link></entry>
+ <entry>-1</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.yac.debug">yac.debug</link></entry>
+ <entry>0</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.yac.enable">yac.enable</link></entry>
+ <entry>1</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.yac.enable-cli">yac.enable_cli</link></entry>
+ <entry>0</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.yac.keys-memory-size">yac.keys_memory_size</link></entry>
+ <entry>4M</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.yac.serializer">yac.serializer</link></entry>
+ <entry>php</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.yac.values-memory-size">yac.values_memory_size</link></entry>
+ <entry>64M</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </para>
+
+ &ini.descriptions.title;
+
+ <para>
+ <variablelist>
+ <varlistentry xml:id="ini.yac.compress-threshold">
+ <term>
+ <parameter>yac.compress_threshold</parameter>
+ <type>integer</type>
+ </term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.yac.debug">
+ <term>
+ <parameter>yac.debug</parameter>
+ <type>integer</type>
+ </term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.yac.enable">
+ <term>
+ <parameter>yac.enable</parameter>
+ <type>integer</type>
+ </term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.yac.enable-cli">
+ <term>
+ <parameter>yac.enable_cli</parameter>
+ <type>integer</type>
+ </term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.yac.keys-memory-size">
+ <term>
+ <parameter>yac.keys_memory_size</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.yac.serializer">
+ <term>
+ <parameter>yac.serializer</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.yac.values-memory-size">
+ <term>
+ <parameter>yac.values_memory_size</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </para>
+</section>
+
+<!-- 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
+-->
Property changes on: phpdoc/ru/trunk/reference/yac/ini.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/yac/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/yac/setup.xml (rev 0)
+++ phpdoc/ru/trunk/reference/yac/setup.xml 2020-04-17 08:59:10 UTC (rev 349667)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 349569 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<chapter xml:id="yac.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.setup;
+
+ <section xml:id="yac.requirements">
+ &reftitle.required;
+ <para>
+
+ </para>
+ </section>
+
+ <!-- {{{ Installation -->
+ <section xml:id="yac.installation">
+ &reftitle.install;
+ <para>
+ &pecl.moved;
+ </para>
+ <para>
+ &pecl.info;
+ <link xlink:href="&url.pecl.package;yac">&url.pecl.package;yac</link>.
+ </para>
+ <para>
+ &pecl.windows.download.avail;
+ </para>
+ </section>
+ <!-- }}} -->
+
+ <!-- {{{ Configuration -->
+ &reference.yac.ini;
+ <!-- }}} -->
+
+ <section xml:id="yac.resources">
+ &reftitle.resources;
+ <para>
+
+ </para>
+ </section>
+
+</chapter>
+
+<!-- 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
+-->
Property changes on: phpdoc/ru/trunk/reference/yac/setup.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/yac/yac.xml
===================================================================
--- phpdoc/ru/trunk/reference/yac/yac.xml (rev 0)
+++ phpdoc/ru/trunk/reference/yac/yac.xml 2020-04-17 08:59:10 UTC (rev 349667)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 349570 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.yac" 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">
+
+ <title>Класс Yac</title>
+ <titleabbrev>Yac</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Yac intro -->
+ <section xml:id="yac.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="yac.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Yac</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Yac</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+ <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
+ <fieldsynopsis>
+ <modifier>protected</modifier>
+ <varname linkend="yac.props.prefix">_prefix</varname>
+ </fieldsynopsis>
+
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yac')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yac')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+
+<!-- {{{ Yac properties -->
+ <section xml:id="yac.props">
+ &reftitle.properties;
+ <variablelist>
+ <varlistentry xml:id="yac.props.prefix">
+ <term><varname>_prefix</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+<!-- }}} -->
+
+
+ </partintro>
+
+ &reference.yac.entities.yac;
+
+</phpdoc:classref>
+
+<!-- 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
+-->
Property changes on: phpdoc/ru/trunk/reference/yac/yac.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property