svn: /phpdoc/ru/trunk/reference/pdf/functions/ pdf-curveto.xml pdf-delete-pvf.xml pdf-delete-table.xml pdf-delete-textflow.xml pdf-encoding-set-char.xml pdf-end-document.xml pdf-end-font.xml pdf-end-glyph.xml pdf-end-item.xml pdf-end-page-ext.xml pdf-end-page.xml pdf-end-pattern.xml pdf-end-template.xml pdf-endpath.xml pdf-fill-imageblock.xml pdf-fill-pdfblock.xml pdf-fill-stroke.xml pdf-fill-textblock.xml pdf-fill.xml pdf-fit-image.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Fri, 27 Mar 2020 06:57:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349528
Log:
docs(ru): New translation
Changed paths:
A phpdoc/ru/trunk/reference/pdf/functions/pdf-curveto.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-pvf.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-table.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-textflow.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-encoding-set-char.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-document.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-font.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-glyph.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-item.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-page-ext.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-page.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-pattern.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-end-template.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-endpath.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-imageblock.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-pdfblock.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-stroke.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-textblock.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-fill.xml
A phpdoc/ru/trunk/reference/pdf/functions/pdf-fit-image.xml
svn-diffs-349528.txt
(text/x-diff, 42 KB)
Added: phpdoc/ru/trunk/reference/pdf/functions/pdf-curveto.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-curveto.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-curveto.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,49 @@ +<?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-curveto"> + <refnamediv> + <refname>PDF_curveto</refname> + <refpurpose>Рисует кривую Безье</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_curveto</methodname> + <methodparam><type>resource</type><parameter>p</parameter></methodparam> + <methodparam><type>float</type><parameter>x1</parameter></methodparam> + <methodparam><type>float</type><parameter>y1</parameter></methodparam> + <methodparam><type>float</type><parameter>x2</parameter></methodparam> + <methodparam><type>float</type><parameter>y2</parameter></methodparam> + <methodparam><type>float</type><parameter>x3</parameter></methodparam> + <methodparam><type>float</type><parameter>y3</parameter></methodparam> + </methodsynopsis> + <para> + Рисует кривую Безье из текущей точки, используя еще 3 контрольные точки. + &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-curveto.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-delete-pvf.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-pvf.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-pvf.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-delete-pvf"> + <refnamediv> + <refname>PDF_delete_pvf</refname> + <refpurpose>Удаляет виртуальный файл PDFlib</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>int</type><methodname>PDF_delete_pvf</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>string</type><parameter>filename</parameter></methodparam> + </methodsynopsis> + <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 +--> Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-pvf.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-delete-table.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-table.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-table.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-delete-table"> + <refnamediv> + <refname>PDF_delete_table</refname> + <refpurpose>Удаляет табличный объект</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_delete_table</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>int</type><parameter>table</parameter></methodparam> + <methodparam><type>string</type><parameter>optlist</parameter></methodparam> + </methodsynopsis> + <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 +--> Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-table.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-delete-textflow.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-textflow.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-textflow.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-delete-textflow"> + <refnamediv> + <refname>PDF_delete_textflow</refname> + <refpurpose>Удаляет текстовый объект</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_delete_textflow</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>int</type><parameter>textflow</parameter></methodparam> + </methodsynopsis> + <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 +--> Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-delete-textflow.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-encoding-set-char.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-encoding-set-char.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-encoding-set-char.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-encoding-set-char"> + <refnamediv> + <refname>PDF_encoding_set_char</refname> + <refpurpose>Добавляет имя глифа и/или значение Юникода</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_encoding_set_char</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>string</type><parameter>encoding</parameter></methodparam> + <methodparam><type>int</type><parameter>slot</parameter></methodparam> + <methodparam><type>string</type><parameter>glyphname</parameter></methodparam> + <methodparam><type>int</type><parameter>uv</parameter></methodparam> + </methodsynopsis> + <para> + Добавляет имя глифа и/или значение Unicode в пользовательскую кодировку. + </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-encoding-set-char.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-end-document.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-document.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-document.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-end-document"> + <refnamediv> + <refname>PDF_end_document</refname> + <refpurpose>Закрывает файл PDF</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_document</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>string</type><parameter>optlist</parameter></methodparam> + </methodsynopsis> + <para> + Закрывает созданный файл PDF и применяет различные параметры. + </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-end-document.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-end-font.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-font.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-font.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,42 @@ +<?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-end-font"> + <refnamediv> + <refname>PDF_end_font</refname> + <refpurpose>Завершает определение шрифта Type 3</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_font</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + </methodsynopsis> + <para> + Завершает определение шрифта Type 3. + </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-end-font.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-end-glyph.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-glyph.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-glyph.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,42 @@ +<?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-end-glyph"> + <refnamediv> + <refname>PDF_end_glyph</refname> + <refpurpose>Завершает определение глифа для шрифта Type 3</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_glyph</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + </methodsynopsis> + <para> + Завершает определение глифа для шрифта Type 3. + </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-end-glyph.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-end-item.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-item.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-item.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-end-item"> + <refnamediv> + <refname>PDF_end_item</refname> + <refpurpose>Закрывает элемент структуры или другой элемент содержимого</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_item</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>int</type><parameter>id</parameter></methodparam> + </methodsynopsis> + <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 +--> Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-end-item.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-end-page-ext.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-page-ext.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-page-ext.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-end-page-ext"> + <refnamediv> + <refname>PDF_end_page_ext</refname> + <refpurpose>Завершает страницу</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_page_ext</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>string</type><parameter>optlist</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-end-page-ext.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-end-page.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-page.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-page.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,42 @@ +<?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-end-page"> + <refnamediv> + <refname>PDF_end_page</refname> + <refpurpose>Завершает страницу</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_page</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-end-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 Added: phpdoc/ru/trunk/reference/pdf/functions/pdf-end-pattern.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-pattern.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-pattern.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,42 @@ +<?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-end-pattern"> + <refnamediv> + <refname>PDF_end_pattern</refname> + <refpurpose>Завершает рисунок</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_pattern</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-end-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-end-template.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-end-template.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-end-template.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,42 @@ +<?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-end-template"> + <refnamediv> + <refname>PDF_end_template</refname> + <refpurpose>Завершает шаблон</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_end_template</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-end-template.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-endpath.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-endpath.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-endpath.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,42 @@ +<?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-endpath"> + <refnamediv> + <refname>PDF_endpath</refname> + <refpurpose>Завершает текущий путь</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_endpath</methodname> + <methodparam><type>resource</type><parameter>p</parameter></methodparam> + </methodsynopsis> + <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 +--> Property changes on: phpdoc/ru/trunk/reference/pdf/functions/pdf-endpath.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-fill-imageblock.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-imageblock.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-imageblock.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,49 @@ +<?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-fill-imageblock"> + <refnamediv> + <refname>PDF_fill_imageblock</refname> + <refpurpose>Заполняет блок изображения переменными данными</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>int</type><methodname>PDF_fill_imageblock</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>int</type><parameter>page</parameter></methodparam> + <methodparam><type>string</type><parameter>blockname</parameter></methodparam> + <methodparam><type>int</type><parameter>image</parameter></methodparam> + <methodparam><type>string</type><parameter>optlist</parameter></methodparam> + </methodsynopsis> + <para> + Заполняет блок изображения переменными данными в соответствии с его свойствами. + </para> + <para> + Функция доступна только на сервере персонализации PDFlib (PPS). + </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-fill-imageblock.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-fill-pdfblock.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-pdfblock.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-pdfblock.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,49 @@ +<?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-fill-pdfblock"> + <refnamediv> + <refname>PDF_fill_pdfblock</refname> + <refpurpose>Заполняет блок PDF переменными данными</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>int</type><methodname>PDF_fill_pdfblock</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>int</type><parameter>page</parameter></methodparam> + <methodparam><type>string</type><parameter>blockname</parameter></methodparam> + <methodparam><type>int</type><parameter>contents</parameter></methodparam> + <methodparam><type>string</type><parameter>optlist</parameter></methodparam> + </methodsynopsis> + <para> + Заполняет блок PDF переменными данными в соответствии с его свойствами. + </para> + <para> + Функция доступна только на сервере персонализации PDFlib (PPS). + </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-fill-pdfblock.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-fill-stroke.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-stroke.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-stroke.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-fill-stroke"> + <refnamediv> + <refname>PDF_fill_stroke</refname> + <refpurpose>Заполняет и обводит путь</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_fill_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-fill-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-fill-textblock.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-textblock.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-fill-textblock.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -0,0 +1,49 @@ +<?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-fill-textblock"> + <refnamediv> + <refname>PDF_fill_textblock</refname> + <refpurpose>Заполняет текстовый блок переменными данными</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>int</type><methodname>PDF_fill_textblock</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>int</type><parameter>page</parameter></methodparam> + <methodparam><type>string</type><parameter>blockname</parameter></methodparam> + <methodparam><type>string</type><parameter>text</parameter></methodparam> + <methodparam><type>string</type><parameter>optlist</parameter></methodparam> + </methodsynopsis> + <para> + Заполняет текстовый блок переменными данными в соответствии с его свойствами. + </para> + <para> + Функция доступна только на сервере персонализации PDFlib (PPS). + </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-fill-textblock.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-fill.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-fill.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-fill.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-fill"> + <refnamediv> + <refname>PDF_fill</refname> + <refpurpose>Заполняет текущий путь</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_fill</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-fill.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-fit-image.xml =================================================================== --- phpdoc/ru/trunk/reference/pdf/functions/pdf-fit-image.xml (rev 0) +++ phpdoc/ru/trunk/reference/pdf/functions/pdf-fit-image.xml 2020-03-27 06:57:15 UTC (rev 349528) @@ -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-fit-image"> + <refnamediv> + <refname>PDF_fit_image</refname> + <refpurpose>Размещает изображение или шаблон</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>PDF_fit_image</methodname> + <methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam> + <methodparam><type>int</type><parameter>image</parameter></methodparam> + <methodparam><type>float</type><parameter>x</parameter></methodparam> + <methodparam><type>float</type><parameter>y</parameter></methodparam> + <methodparam><type>string</type><parameter>optlist</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-fit-image.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