svn: /phpdoc/ru/trunk/reference/ lapack/book.xml lapack/configure.xml lapack/constants.xml lapack/lapack.xml lapack/lapackexception.xml lapack/setup.xml luasandbox/configure.xml luasandbox/constants.xml luasandbox/luasandboxerror.xml luasandbox/luasandboxerrorerror.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Sun, 29 Mar 2020 11:49:25 +0000

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

Log:
docs(ru): New translation

Changed paths:
    A   phpdoc/ru/trunk/reference/lapack/book.xml
    A   phpdoc/ru/trunk/reference/lapack/configure.xml
    A   phpdoc/ru/trunk/reference/lapack/constants.xml
    A   phpdoc/ru/trunk/reference/lapack/lapack.xml
    A   phpdoc/ru/trunk/reference/lapack/lapackexception.xml
    A   phpdoc/ru/trunk/reference/lapack/setup.xml
    A   phpdoc/ru/trunk/reference/luasandbox/configure.xml
    A   phpdoc/ru/trunk/reference/luasandbox/constants.xml
    A   phpdoc/ru/trunk/reference/luasandbox/luasandboxerror.xml
    A   phpdoc/ru/trunk/reference/luasandbox/luasandboxerrorerror.xml
svn-diffs-349548.txt (text/x-diff, 25.8 KB)
Added: phpdoc/ru/trunk/reference/lapack/book.xml
===================================================================
--- phpdoc/ru/trunk/reference/lapack/book.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/lapack/book.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 324194 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<book xml:id="book.lapack" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Lapack</title>
+ <titleabbrev>Lapack</titleabbrev>
+
+ <preface xml:id="intro.lapack">
+  &reftitle.intro;
+  <para>
+   LAPACK написан на Fortran 90 и предоставляет процедуры для решения систем одновременных линейных уравнений, наименьших квадратов решений линейных систем уравнений, задач на собственные значения и сингулярных задач. Модуль оборачивает привязки LAPACKE C, чтобы обеспечить доступ к нескольким процессам, предоставляемым библиотекой. Большинство функций работают с массивами массивов, представляющих прямоугольные матрицы в мажорном порядке строк - поэтому матрица два на два [1 2; 3 4] будет массивом array(array(1, 2), array(3, 4))
+  </para>
+ </preface>
+
+ &reference.lapack.setup;
+ &reference.lapack.constants;
+
+ &reference.lapack.lapack;
+ &reference.lapack.lapackexception;
+
+</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/lapack/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/lapack/configure.xml
===================================================================
--- phpdoc/ru/trunk/reference/lapack/configure.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/lapack/configure.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 324194 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<section xml:id="lapack.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;lapack">&url.pecl.package;lapack</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/lapack/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/lapack/constants.xml
===================================================================
--- phpdoc/ru/trunk/reference/lapack/constants.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/lapack/constants.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 324194 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<appendix xml:id="lapack.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.constants;
+ &no.constants;
+</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/lapack/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/lapack/lapack.xml
===================================================================
--- phpdoc/ru/trunk/reference/lapack/lapack.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/lapack/lapack.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 324194 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.lapack" 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>Класс Lapack</title>
+ <titleabbrev>Lapack</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Lapack intro -->
+  <section xml:id="lapack.intro">
+   &reftitle.intro;
+   <para>
+    LAPACK написан на Fortran 90 и предоставляет процедуры для решения систем одновременных линейных уравнений, наименьших квадратов решений линейных систем уравнений, задач на собственные значения и сингулярных задач. Модуль оборачивает привязки LAPACKE C, чтобы обеспечить доступ к нескольким процессам, предоставляемым библиотекой. Большинство функций работают с массивами массивов, представляющих прямоугольные матрицы в мажорном порядке строк - поэтому матрица два на два [1 2; 3 4] будет массивом array(array(1, 2), array(3, 4)).
+   </para>
+   <para>Все функции вызываются статически, например, $eig = Lapack::eigenvalues($a);</para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="lapack.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>Lapack</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>Lapack</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.lapack')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ &reference.lapack.entities.lapack;
+
+</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/lapack/lapack.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/lapack/lapackexception.xml
===================================================================
--- phpdoc/ru/trunk/reference/lapack/lapackexception.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/lapack/lapackexception.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 330314 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.lapackexception" 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>Класс LapackException</title>
+ <titleabbrev>LapackException</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ lapackexception intro -->
+  <section xml:id="lapackexception.intro">
+   &reftitle.intro;
+   <para>
+    Выбрасывается исключение в случае возникновения ошибок в функциях LAPACK
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="lapackexception.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>lapackexception</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>lapackexception</classname>
+     </ooclass>
+
+     <ooclass>
+      <modifier>extends</modifier>
+      <classname>Exception</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
+
+    <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+
+ </partintro>
+
+</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/lapack/lapackexception.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/lapack/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/lapack/setup.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/lapack/setup.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 324194 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<chapter xml:id="lapack.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.setup;
+
+ <section xml:id="lapack.requirements">
+  &reftitle.required;
+  <para>
+   Для работы Lapack требуется библиотека LAPACK и LAPACKE.
+  </para>
+ </section>
+
+ <section xml:id="lapack.installation">
+  &reftitle.install;
+  <para>
+   Большинство дистрибутивных пакетов LAPACK не включают в себя lapacke, поэтому самый простой метод - это сборка из исходного кода:
+  </para>
+
+  <screen>
+  <![CDATA[
+  svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk lapack
+  cd lapack
+  mkdir build
+  cd build
+  cmake -D BUILD_SHARED_LIBS=ON -D LAPACKE=ON ../
+  make
+  sudo make install
+  ]]>
+    </screen>
+ </section>
+
+ <section xml:id="lapack.configuration">
+  &reftitle.runtime;
+  &no.config;
+ </section>
+
+ <section xml:id="lapack.resources">
+  &reftitle.resources;
+   &no.resource;
+ </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/lapack/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/luasandbox/configure.xml
===================================================================
--- phpdoc/ru/trunk/reference/luasandbox/configure.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/luasandbox/configure.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 347861 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<section xml:id="luasandbox.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;luasandbox">&url.pecl.package;luasandbox</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/luasandbox/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/luasandbox/constants.xml
===================================================================
--- phpdoc/ru/trunk/reference/luasandbox/constants.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/luasandbox/constants.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 347861 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<appendix xml:id="luasandbox.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.constants;
+ &no.constants;
+</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/luasandbox/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/luasandbox/luasandboxerror.xml
===================================================================
--- phpdoc/ru/trunk/reference/luasandbox/luasandboxerror.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/luasandbox/luasandboxerror.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 347861 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.luasandboxerror" 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>Класс LuaSandboxError</title>
+ <titleabbrev>LuaSandboxError</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ LuaSandboxError intro -->
+  <section xml:id="luasandboxerror.intro">
+   &reftitle.intro;
+   <para>
+    Базовый класс для исключений LuaSandbox
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="luasandboxerror.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>LuaSandboxError</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>LuaSandboxError</classname>
+     </ooclass>
+
+     <ooclass>
+      <modifier>extends</modifier>
+      <classname>Exception</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+    <classsynopsisinfo role="comment">Константы</classsynopsisinfo>
+    <fieldsynopsis>
+     <modifier>const</modifier>
+     <type>integer</type>
+     <varname linkend="luasandboxerror.constants.run">LuaSandboxError::RUN</varname>
+     <initializer>2</initializer>
+    </fieldsynopsis>
+    <fieldsynopsis>
+     <modifier>const</modifier>
+     <type>integer</type>
+     <varname linkend="luasandboxerror.constants.syntax">LuaSandboxError::SYNTAX</varname>
+     <initializer>3</initializer>
+    </fieldsynopsis>
+    <fieldsynopsis>
+     <modifier>const</modifier>
+     <type>integer</type>
+     <varname linkend="luasandboxerror.constants.mem">LuaSandboxError::MEM</varname>
+     <initializer>4</initializer>
+    </fieldsynopsis>
+    <fieldsynopsis>
+     <modifier>const</modifier>
+     <type>integer</type>
+     <varname linkend="luasandboxerror.constants.err">LuaSandboxError::ERR</varname>
+     <initializer>5</initializer>
+    </fieldsynopsis>
+
+    <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
+
+
+    <!--
+    <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.luasandboxerror')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+    -->
+
+    <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+<!-- {{{ LuaSandboxError constants -->
+  <section xml:id="luasandboxerror.constants">
+   &reftitle.constants;
+   <variablelist>
+
+    <varlistentry xml:id="luasandboxerror.constants.run">
+     <term><constant>LuaSandboxError::RUN</constant></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+
+    <varlistentry xml:id="luasandboxerror.constants.syntax">
+     <term><constant>LuaSandboxError::SYNTAX</constant></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+
+    <varlistentry xml:id="luasandboxerror.constants.mem">
+     <term><constant>LuaSandboxError::MEM</constant></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+
+    <varlistentry xml:id="luasandboxerror.constants.err">
+     <term><constant>LuaSandboxError::ERR</constant></term>
+     <listitem>
+      <para></para>
+     </listitem>
+    </varlistentry>
+
+   </variablelist>
+  </section>
+<!-- }}} -->
+
+
+ </partintro>
+
+ <!-- &reference.luasandbox.entities.luasandboxerror; -->
+
+</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/luasandbox/luasandboxerror.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/luasandbox/luasandboxerrorerror.xml
===================================================================
--- phpdoc/ru/trunk/reference/luasandbox/luasandboxerrorerror.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/luasandbox/luasandboxerrorerror.xml	2020-03-29 11:49:25 UTC (rev 349548)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 347861 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.luasandboxerrorerror" 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>Класс LuaSandboxErrorError</title>
+ <titleabbrev>LuaSandboxErrorError</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ LuaSandboxErrorError intro -->
+  <section xml:id="luasandboxerrorerror.intro">
+   &reftitle.intro;
+   <para>
+    Исключение выбрасывается, когда Lua обнаруживает ошибку в обработчике ошибок.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="luasandboxerrorerror.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>LuaSandboxErrorError</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>LuaSandboxErrorError</classname>
+     </ooclass>
+
+     <ooclass>
+      <modifier>extends</modifier>
+      <classname>LuaSandboxFatalError</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
+
+
+    <!--
+    <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.luasandboxerrorerror')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+    -->
+
+    <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ <!-- &reference.luasandbox.entities.luasandboxerrorerror; -->
+
+</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/luasandbox/luasandboxerrorerror.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
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.