mirror of
https://github.com/php/doc-ru.git
synced 2025-07-21 23:23:20 +00:00
Update to English constants.xml
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 09b23d2b26678e181f998905f3d901e22f43297a Maintainer: tmn Status: ready -->
|
||||
<!-- EN-Revision: 8f6fd5c55ab10709a4ff8daf6140dea422c1363c Maintainer: tmn Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<appendix xml:id="libxml.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
@ -8,7 +8,7 @@
|
||||
<varlistentry xml:id="constant.libxml-biglines">
|
||||
<term>
|
||||
<constant>LIBXML_BIGLINES</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -24,7 +24,7 @@
|
||||
<varlistentry xml:id="constant.libxml-compact">
|
||||
<term>
|
||||
<constant>LIBXML_COMPACT</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -41,7 +41,7 @@
|
||||
<varlistentry xml:id="constant.libxml-dtdattr">
|
||||
<term>
|
||||
<constant>LIBXML_DTDATTR</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -52,7 +52,7 @@
|
||||
<varlistentry xml:id="constant.libxml-dtdload">
|
||||
<term>
|
||||
<constant>LIBXML_DTDLOAD</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -63,7 +63,7 @@
|
||||
<varlistentry xml:id="constant.libxml-dtdvalid">
|
||||
<term>
|
||||
<constant>LIBXML_DTDVALID</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -79,12 +79,12 @@
|
||||
<varlistentry xml:id="constant.libxml-html-noimplied">
|
||||
<term>
|
||||
<constant>LIBXML_HTML_NOIMPLIED</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Устанавливает флаг HTML_PARSE_NOIMPLIED, который отключает
|
||||
автоматическое добавление недостающих html/body... элементов.
|
||||
автоматическое добавление недостающих HTML, BODY и других элементов.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
@ -96,7 +96,7 @@
|
||||
<varlistentry xml:id="constant.libxml-html-nodefdtd">
|
||||
<term>
|
||||
<constant>LIBXML_HTML_NODEFDTD</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -110,10 +110,21 @@
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.libxml-loaded-version">
|
||||
<term>
|
||||
<constant>LIBXML_LOADED_VERSION</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Версия модуля синтаксического анализатора ядра модуля libxml.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.libxml-noblanks">
|
||||
<term>
|
||||
<constant>LIBXML_NOBLANKS</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -124,7 +135,7 @@
|
||||
<varlistentry xml:id="constant.libxml-nocdata">
|
||||
<term>
|
||||
<constant>LIBXML_NOCDATA</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -135,7 +146,7 @@
|
||||
<varlistentry xml:id="constant.libxml-noemptytag">
|
||||
<term>
|
||||
<constant>LIBXML_NOEMPTYTAG</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -144,9 +155,9 @@
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
Эта настройка доступна на данный момент только в функциях
|
||||
<xref linkend="domdocument.save" /> и
|
||||
<xref linkend="domdocument.savexml" />.
|
||||
Эта настройка пока доступна только в функциях
|
||||
<xref linkend="domdocument.save"/>
|
||||
и <xref linkend="domdocument.savexml"/>
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
@ -154,7 +165,7 @@
|
||||
<varlistentry xml:id="constant.libxml-noent">
|
||||
<term>
|
||||
<constant>LIBXML_NOENT</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -170,7 +181,7 @@
|
||||
<varlistentry xml:id="constant.libxml-noerror">
|
||||
<term>
|
||||
<constant>LIBXML_NOERROR</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -181,7 +192,7 @@
|
||||
<varlistentry xml:id="constant.libxml-nonet">
|
||||
<term>
|
||||
<constant>LIBXML_NONET</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -192,7 +203,7 @@
|
||||
<varlistentry xml:id="constant.libxml-nowarning">
|
||||
<term>
|
||||
<constant>LIBXML_NOWARNING</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -203,7 +214,7 @@
|
||||
<varlistentry xml:id="constant.libxml-noxmldecl">
|
||||
<term>
|
||||
<constant>LIBXML_NOXMLDECL</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -219,7 +230,7 @@
|
||||
<varlistentry xml:id="constant.libxml-nsclean">
|
||||
<term>
|
||||
<constant>LIBXML_NSCLEAN</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -230,7 +241,7 @@
|
||||
<varlistentry xml:id="constant.libxml-parsehuge">
|
||||
<term>
|
||||
<constant>LIBXML_PARSEHUGE</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -248,7 +259,7 @@
|
||||
<varlistentry xml:id="constant.libxml-pedantic">
|
||||
<term>
|
||||
<constant>LIBXML_PEDANTIC</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -264,7 +275,7 @@
|
||||
<varlistentry xml:id="constant.libxml-xinclude">
|
||||
<term>
|
||||
<constant>LIBXML_XINCLUDE</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -275,7 +286,7 @@
|
||||
<varlistentry xml:id="constant.libxml-err-error">
|
||||
<term>
|
||||
<constant>LIBXML_ERR_ERROR</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -286,7 +297,7 @@
|
||||
<varlistentry xml:id="constant.libxml-err-fatal">
|
||||
<term>
|
||||
<constant>LIBXML_ERR_FATAL</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -297,7 +308,7 @@
|
||||
<varlistentry xml:id="constant.libxml-err-none">
|
||||
<term>
|
||||
<constant>LIBXML_ERR_NONE</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -308,7 +319,7 @@
|
||||
<varlistentry xml:id="constant.libxml-err-warning">
|
||||
<term>
|
||||
<constant>LIBXML_ERR_WARNING</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -319,7 +330,7 @@
|
||||
<varlistentry xml:id="constant.libxml-version">
|
||||
<term>
|
||||
<constant>LIBXML_VERSION</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
@ -341,7 +352,7 @@
|
||||
<varlistentry xml:id="constant.libxml-schema-create">
|
||||
<term>
|
||||
<constant>LIBXML_SCHEMA_CREATE</constant>
|
||||
(<type>int</type>)
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
Reference in New Issue
Block a user