svn: /phpdoc/ru/trunk/reference/ pdf/functions/pdf-shading-pattern.xml pdf/functions/pdf-shading.xml pdf/functions/pdf-shfill.xml pdf/functions/pdf-show-boxed.xml pdf/functions/pdf-show-xy.xml pdf/functions/pdf-show.xml pdf/functions/pdf-skew.xml pdf/functions/pdf-stringwidth.xml pdf/functions/pdf-stroke.xml pdf/functions/pdf-suspend-page.xml zip/configure.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Sat, 28 Mar 2020 06:44:58 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349542

Log:
docs(ru): New translation

Changed paths:
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-shading-pattern.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-shading.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-shfill.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-show-boxed.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-show-xy.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-show.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-skew.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-stringwidth.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-stroke.xml
    A   phpdoc/ru/trunk/reference/pdf/functions/pdf-suspend-page.xml
    U   phpdoc/ru/trunk/reference/zip/configure.xml
svn-diffs-349542.txt (text/x-diff, 23 KB)
Added: phpdoc/ru/trunk/reference/pdf/functions/pdf-shading-pattern.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-shading-pattern.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-shading-pattern.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-shading-pattern">
+ <refnamediv>
+  <refname>PDF_shading_pattern</refname>
+  <refpurpose>Определяет шаблон затенения</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>int</type><methodname>PDF_shading_pattern</methodname>
+    <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
+    <methodparam><type>int</type><parameter>shading</parameter></methodparam>
+    <methodparam><type>string</type><parameter>optlist</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Определяет шаблон затенения с использованием объекта затенения.
+  </para>
+  <para>
+   Для работы функции требуется PDF 1.4 или выше.
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-shading-pattern.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/pdf/functions/pdf-shading.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-shading.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-shading.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-shading">
+ <refnamediv>
+  <refname>PDF_shading</refname>
+  <refpurpose>Определяет смесь</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>int</type><methodname>PDF_shading</methodname>
+    <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
+    <methodparam><type>string</type><parameter>shtype</parameter></methodparam>
+    <methodparam><type>float</type><parameter>x0</parameter></methodparam>
+    <methodparam><type>float</type><parameter>y0</parameter></methodparam>
+    <methodparam><type>float</type><parameter>x1</parameter></methodparam>
+    <methodparam><type>float</type><parameter>y1</parameter></methodparam>
+    <methodparam><type>float</type><parameter>c1</parameter></methodparam>
+    <methodparam><type>float</type><parameter>c2</parameter></methodparam>
+    <methodparam><type>float</type><parameter>c3</parameter></methodparam>
+    <methodparam><type>float</type><parameter>c4</parameter></methodparam>
+    <methodparam><type>string</type><parameter>optlist</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Определяет смешение от текущего цвета заливки до другого цвета.
+  </para>
+  <para>
+   Для работы функции требуется PDF 1.4 или выше.
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-shading.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/pdf/functions/pdf-shfill.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-shfill.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-shfill.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-shfill">
+ <refnamediv>
+  <refname>PDF_shfill</refname>
+  <refpurpose>Заполняет область штриховкой</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>bool</type><methodname>PDF_shfill</methodname>
+    <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
+    <methodparam><type>int</type><parameter>shading</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Заполняет область штриховкой на основе объекта штриховки.
+  </para>
+  <para>
+    Для работы функции требуется PDF 1.4 или выше.
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-shfill.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/pdf/functions/pdf-show-boxed.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-show-boxed.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-show-boxed.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-show-boxed">
+ <refnamediv>
+  <refname>PDF_show_boxed</refname>
+  <refpurpose>Выводит текст в поле [устарело]</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>int</type><methodname>PDF_show_boxed</methodname>
+    <methodparam><type>resource</type><parameter>p</parameter></methodparam>
+    <methodparam><type>string</type><parameter>text</parameter></methodparam>
+    <methodparam><type>float</type><parameter>left</parameter></methodparam>
+    <methodparam><type>float</type><parameter>top</parameter></methodparam>
+    <methodparam><type>float</type><parameter>width</parameter></methodparam>
+    <methodparam><type>float</type><parameter>height</parameter></methodparam>
+    <methodparam><type>string</type><parameter>mode</parameter></methodparam>
+    <methodparam><type>string</type><parameter>feature</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Функция устарела с версии PDFlib 6, используйте
+   <function>PDF_fit_textline</function> для отдельных строк или
+   вместо этого используйте функции <function>PDF_*_textflow</function>
+   для многострочного форматирования.
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-show-boxed.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/pdf/functions/pdf-show-xy.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-show-xy.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-show-xy.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-show-xy">
+ <refnamediv>
+  <refname>PDF_show_xy</refname>
+  <refpurpose>Выводит текст в заданной позиции</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>bool</type><methodname>PDF_show_xy</methodname>
+    <methodparam><type>resource</type><parameter>p</parameter></methodparam>
+    <methodparam><type>string</type><parameter>text</parameter></methodparam>
+    <methodparam><type>float</type><parameter>x</parameter></methodparam>
+    <methodparam><type>float</type><parameter>y</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Печатает <parameter>text</parameter> текущим шрифтом. &return.success;
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-show-xy.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/pdf/functions/pdf-show.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-show.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-show.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-show">
+ <refnamediv>
+  <refname>PDF_show</refname>
+  <refpurpose>Вывести текст в текущей позиции</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>bool</type><methodname>PDF_show</methodname>
+    <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
+    <methodparam><type>string</type><parameter>text</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Печатает <parameter>text</parameter> текущим шрифтом и размером
+   в текущей позиции. &return.success;
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-show.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/pdf/functions/pdf-skew.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-skew.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-skew.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 336715 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-skew">
+ <refnamediv>
+  <refname>PDF_skew</refname>
+  <refpurpose>Наклоняет систему координат</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>bool</type><methodname>PDF_skew</methodname>
+    <methodparam><type>resource</type><parameter>p</parameter></methodparam>
+    <methodparam><type>float</type><parameter>alpha</parameter></methodparam>
+    <methodparam><type>float</type><parameter>beta</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Наклоняет систему координат в направлениях x и y на <parameter>alpha</parameter>
+   и <parameter>beta</parameter> соответственно. &return.success;
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-skew.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/pdf/functions/pdf-stringwidth.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-stringwidth.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-stringwidth.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-stringwidth">
+ <refnamediv>
+  <refname>PDF_stringwidth</refname>
+  <refpurpose>Возвращает ширину текста</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>float</type><methodname>PDF_stringwidth</methodname>
+    <methodparam><type>resource</type><parameter>p</parameter></methodparam>
+    <methodparam><type>string</type><parameter>text</parameter></methodparam>
+    <methodparam><type>int</type><parameter>font</parameter></methodparam>
+    <methodparam><type>float</type><parameter>fontsize</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Возвращает ширину <parameter>text</parameter> произвольным шрифтом.
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-stringwidth.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/pdf/functions/pdf-stroke.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-stroke.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-stroke.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-stroke">
+ <refnamediv>
+  <refname>PDF_stroke</refname>
+  <refpurpose>Обводка пути</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>bool</type><methodname>PDF_stroke</methodname>
+    <methodparam><type>resource</type><parameter>p</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Обводка пути текущим цветом и шириной линии, а затем очищает его.
+   &return.success;
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-stroke.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/pdf/functions/pdf-suspend-page.xml
===================================================================
--- phpdoc/ru/trunk/reference/pdf/functions/pdf-suspend-page.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pdf/functions/pdf-suspend-page.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 297028 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.pdf-suspend-page">
+ <refnamediv>
+  <refname>PDF_suspend_page</refname>
+  <refpurpose>Приостановляет страницу</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+   <methodsynopsis>
+    <type>bool</type><methodname>PDF_suspend_page</methodname>
+    <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
+    <methodparam><type>string</type><parameter>optlist</parameter></methodparam>
+   </methodsynopsis>
+  <para>
+   Приостановляет текущую страницу, чтобы впоследствии ее можно было возобновить с помощью
+   <function>PDF_resume_page</function>.
+  </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
+-->


Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-suspend-page.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
Modified: phpdoc/ru/trunk/reference/zip/configure.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/configure.xml	2020-03-28 06:35:16 UTC (rev 349541)
+++ phpdoc/ru/trunk/reference/zip/configure.xml	2020-03-28 06:44:58 UTC (rev 349542)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 346299 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349534 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <section xml:id="zip.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.