Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f9b461e
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
9a84905
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
4d3d8ef
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
6099a8a
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
d337c55
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
8ed2ab9
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
859bb9c
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
445a50e
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
60bdfa9
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
67b781d
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
e89a39c
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
9b426a0
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
983aa85
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
d5ebb93
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
c363e00
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
3122603
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
b588184
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
2f5b2b4
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
1814356
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
417dffc
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
cfe209c
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
028bfd7
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
0633e12
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
cff7bb7
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
680d265
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
2897c57
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
162b4fa
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
645bb9a
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
d51e96d
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
268de05
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
fcad099
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
e73400b
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
057e99a
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
31652dd
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
2887009
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
369c2bf
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
4ca02e4
Sync codespell typo fixes in actively maintained PECL extensions
lacatoire Aug 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/gearman/gearmantask/create.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: cf0a919c126e45b5df583d188e77fa62015b714a Maintainer: tmn Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: tmn Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gearmantask.create">
<refentry xml:id="gearmantask.create" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>GearmanTask::create</refname>
<refpurpose>Создаёт задачу (устаревший метод)</refpurpose>
Expand Down
6 changes: 3 additions & 3 deletions reference/ibm_db2/functions/db2-escape-string.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 020edc73be983e8e2aca04782ff7c901da4afad7 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.db2-escape-string">
<refentry xml:id="function.db2-escape-string" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>db2_escape_string</refname>
<refpurpose>
Expand Down Expand Up @@ -64,7 +64,7 @@ if ($conn) {
$str[0] = "All characters: \x00 , \n , \r , \ , ' , \" , \x1a .";
$str[1] = "Backslash (\). Single quote ('). Double quote (\")";
$str[2] = "The NULL character \0 must be quoted as well";
$str[3] = "Intersting characters: \x1a , \x00 .";
$str[3] = "Interesting characters: \x1a , \x00 .";
$str[4] = "Nothing to quote";
$str[5] = 200676;
$str[6] = "";
Expand Down
2 changes: 1 addition & 1 deletion reference/imagick/examples.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3739933b8c796d45aad74410caebb2734dc00aa7 Maintainer: alien Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: alien Status: ready -->
<!-- Reviewed: no -->

<chapter xml:id="imagick.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down
6 changes: 3 additions & 3 deletions reference/imagick/imagick/brightnesscontrastimage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1ef9c7a76700b3e72844050d75e6ed1b870f9ca7 Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="imagick.brightnesscontrastimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand All @@ -15,10 +15,10 @@
<methodparam><type>float</type><parameter>contrast</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>channel</parameter><initializer>Imagick::CHANNEL_DEFAULT</initializer></methodparam>
</methodsynopsis>
<para>
<simpara>
Изменяет яркость и/или контраст изображения. Преобразовывает параметры яркости и контрастности
в наклон и пересечение и вызывает полиномическую функцию для применения к изображению.
</para>
</simpara>

</refsect1>

Expand Down
4 changes: 2 additions & 2 deletions reference/imagick/imagick/distortimage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1 Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.distortimage">
<refentry xml:id="imagick.distortimage" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>Imagick::distortImage</refname>
<refpurpose>Искажает изображение, используя различные методы искажения</refpurpose>
Expand Down
8 changes: 4 additions & 4 deletions reference/imagick/imagick/evaluateimage.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 65c4446ab35754d2f3cd8abec11302650a150bf9 Maintainer: zors1 Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: zors1 Status: ready -->
<!-- Reviewed: no -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.evaluateimage">
<refentry xml:id="imagick.evaluateimage" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>Imagick::evaluateImage</refname>
<refpurpose>Применяет выражение к изображению</refpurpose>
Expand All @@ -16,12 +16,12 @@
<methodparam><type>float</type><parameter>constant</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>channel</parameter><initializer>Imagick::CHANNEL_DEFAULT</initializer></methodparam>
</methodsynopsis>
<para>
<simpara>
Применяет к изображению арифметическое, реляционное или логическое выражение.
Используйте эти операторы для осветления или затемнения изображения, для
увеличения или уменьшения контрастности изображения или для создания
"негатива" изображения.
</para>
</simpara>
</refsect1>

<refsect1 role="parameters">
Expand Down
8 changes: 4 additions & 4 deletions reference/imagick/imagick/extentimage.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1 Maintainer: zors1 Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: zors1 Status: ready -->
<!-- Reviewed: no -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.extentimage">
<refentry xml:id="imagick.extentimage" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>Imagick::extentImage</refname>
<refpurpose>Устанавливает размер изображения</refpurpose>
Expand All @@ -25,7 +25,7 @@
</para>

<caution>
<para>
<simpara>
До ImageMagick 6.5.7-8 (1623) значение $x было положительным при сдвиге
влево и отрицательным при сдвиге вправо, а значение $y было положительным
при сдвиге изображения вверх и отрицательным при сдвиге изображения вниз.
Expand All @@ -35,7 +35,7 @@
сдвиге изображения вверх и положительным при сдвиге изображения вниз.
Где-то между ImageMagick 6.5.7-8 (1623) и ImageMagick 6.6.9-7 (1641) оси $x
и $y были возвращены обратно к функциональности до ImageMagick 6.5.7-8 (1623).
</para>
</simpara>
</caution>
</refsect1>

Expand Down
4 changes: 2 additions & 2 deletions reference/imagick/imagick/getimageproperties.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.getimageproperties">
<refentry xml:id="imagick.getimageproperties" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>Imagick::getImageProperties</refname>
<refpurpose>Возвращает свойства изображения</refpurpose>
Expand Down
10 changes: 5 additions & 5 deletions reference/imagick/imagick/sigmoidalcontrastimage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 52d113ac0ae010b8229ac7a7e98b837ff2c755b3 Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.sigmoidalcontrastimage" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xml:id="imagick.sigmoidalcontrastimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Imagick::sigmoidalContrastImage</refname>
<refpurpose>Регулирует контраст изображения</refpurpose>
Expand Down Expand Up @@ -51,9 +51,9 @@
<varlistentry>
<term><parameter>beta</parameter></term>
<listitem>
<para>
Где будет середина градиента. Это значение должно быть в диапазоне от 0 до 1 - вне зависимости от квантового значения ImageMagick.
</para>
<simpara>
Где будет середина градиента. Это значение должно быть в диапазоне от 0 до 1, умноженное на квантовое значение ImageMagick.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
Expand Down
4 changes: 2 additions & 2 deletions reference/imagick/imagick/trimimage.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1 Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.trimimage">
<refentry xml:id="imagick.trimimage" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>Imagick::trimImage</refname>
<refpurpose>Удаляет края с изображения</refpurpose>
Expand Down
4 changes: 2 additions & 2 deletions reference/imagick/imagickdraw/affine.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.affine">
<refentry xml:id="imagickdraw.affine" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ImagickDraw::affine</refname>
<refpurpose>Регулирует текущую матрицу аффинного преобразования</refpurpose>
Expand Down
4 changes: 2 additions & 2 deletions reference/imagick/imagickpixeliterator/resetiterator.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: fa0c88f1e36a3f28b4fcee0b2d1e188b54e0c44b Maintainer: alien Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: alien Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixeliterator.resetiterator">
<refentry xml:id="imagickpixeliterator.resetiterator" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ImagickPixelIterator::resetIterator</refname>
<refpurpose>Сбрасывает итератор пикселей</refpurpose>
Expand Down
2 changes: 1 addition & 1 deletion reference/memcached/memcached/ispersistent.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: a996df6b949ae2db2cf19a07e68ce367137d3ecb Maintainer: shein Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="memcached.ispersistent" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/bson/document/tophp.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-bson-document.tophp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/bson/objectid/tostring.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="mongodb-bson-objectid.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/bson/objectidinterface/tostring.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="mongodb-bson-objectidinterface.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/bson/timestamp/getincrement.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-bson-timestamp.getincrement" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/functions/bson/tophp.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mongodb.bson-tophp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/mongodb/driver/bulkwrite.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: lex Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: lex Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.mongodb-driver-bulkwrite" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: lex Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: lex Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-driver-manager.executebulkwrite" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: lex Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: lex Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-driver-manager.executecommand" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: lex Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: lex Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-driver-manager.executequery" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: lex Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: lex Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-driver-server.executebulkwrite" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: lex Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: lex Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-driver-server.executecommand" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/mongodb/driver/server/executequery.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-driver-server.executequery" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongodb-driver-session.committransaction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/mongodb/security.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9f4cb232d01a06077a2324e38f767d63f87f2e5f Maintainer: sergey Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="mongodb.security" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Безопасность</title>
Expand Down
6 changes: 3 additions & 3 deletions reference/oci8/functions/oci-get-implicit-resultset.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ed6de1ae20ce16c0c7be0b3fef282b6065bebfac Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.oci-get-implicit-resultset" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -14,13 +14,13 @@
<type class="union"><type>resource</type><type>false</type></type><methodname>oci_get_implicit_resultset</methodname>
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
<para>
<simpara>
Используется для выборки последовательных наборов результатов запроса после
выполнения хранимого или анонимного блока Oracle PL / SQL, когда этот блок возвращает
результаты запроса Oracle Database 12 (или новее) с помощью PL/SQL функции
<emphasis>DBMS_SQL.RETURN_RESULT</emphasis>. Это позволят
блокам PL/SQL возвращать результаты запроса.
</para>
</simpara>
<para>
Дочерний запрос может быть использован с любой извлекающей
функцией OCI8: <function>oci_fetch</function>, <function>oci_fetch_all</function>,
Expand Down
2 changes: 1 addition & 1 deletion reference/oci8/ini.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 5e41012cfdf8f2eff5fa56de446c7656afac536c Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<section xml:id="oci8.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
Expand Down
4 changes: 2 additions & 2 deletions reference/sqlsrv/constants.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 2471b0dc9ba5f9aff8b1b73060515dd9ce41b634 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sqlsrv.constants">
<appendix xml:id="sqlsrv.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&extension.constants;
<variablelist>
Expand Down
4 changes: 2 additions & 2 deletions reference/sqlsrv/functions/sqlsrv-close.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c758e862cf7648f657acb9e073bcc657f368a701 Maintainer: evvc Status: ready -->
<!-- EN-Revision: 6047c10c1f9c7f5f2cc76603807b14b3ac3637b0 Maintainer: evvc Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.sqlsrv-close">
<refentry xml:id="function.sqlsrv-close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>sqlsrv_close</refname>
<refpurpose>Закрывает открытое соединение и освобождает ресурсы, связанные с этим соединением</refpurpose>
Expand Down
Loading
Loading