Skip to content

Commit

Permalink
update for sync with English docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgun committed Aug 31, 2024
1 parent 21034f8 commit 368755b
Show file tree
Hide file tree
Showing 20 changed files with 102 additions and 173 deletions.
2 changes: 1 addition & 1 deletion reference/pdo/constants.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 47551a95525f8e2ecc8f89f623c82c3962b5e4cf Maintainer: nilgun Status: ready -->
<!-- EN-Revision: cb14980cc2b64fdb2f04d8d49e09f8d374815c35 Maintainer: nilgun Status: ready -->
<appendix xml:id="pdo.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
Expand Down
4 changes: 2 additions & 2 deletions reference/pdo_mysql/constants.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- EN-Revision: 497c40ac164d5873fd87f622dfdeb5206392b446 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: cb14980cc2b64fdb2f04d8d49e09f8d374815c35 Maintainer: nilgun Status: ready -->
<section xml:id="pdo-mysql.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&pdo.driver-constants;
Expand Down Expand Up @@ -243,7 +243,7 @@ foreach ($unbufferedResult as $row) {
<listitem>
<para>
Sunucu SSL sertifikasının doğrulanmasını devre dışı bırakmanın
bir yolunu sağlar.
bir yolunu sağlar. Bu seçenek yalnızca mysqlnd ile kullanılabilir.
</para>
<para>
&version.exists.asof; 7.0.18 ve PHP 7.1.4.
Expand Down
6 changes: 3 additions & 3 deletions reference/pdo_mysql/reference.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 54217f14f9ddeb734c7d439f44ce7491f66cc587 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: ed851c6bbc75edca2706ea43f224278dd0538a6f Maintainer: nilgun Status: ready -->
<reference xml:id="ref.pdo-mysql" xmlns="http://docbook.org/ns/docbook">
<?phpdoc extension-membership="bundledexternal" ?>
<title>MySQL (PDO_MYSQL) İşlevleri</title>
Expand Down Expand Up @@ -36,8 +36,8 @@
<filename>my.cnf</filename>'de
<literal>default_authentication_plugin=mysql_native_password</literal>
ayarını yaparak bunu değiştirin.
<emphasis>caching_sha2_password</emphasis> eklentisi gelecekteki PHP
sürümlerinin birinde muhtemelen desteklenecektir. O zamana dek, bunu
<emphasis>caching_sha2_password</emphasis> eklentisi PHP 7.4.4 itibariyle
desteklenmektetir. PHP 7.4.4 öncesinde, bunu
destekleyen <link linkend="book.mysql-xdevapi">mysql_xdevapi</link>
eklentisi kullanılabilir.
</para>
Expand Down
17 changes: 1 addition & 16 deletions reference/sockets/setup.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14dc7c47365f2b71f6c907a5ba5bccf42534d5a9 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: nilgun Status: ready -->
<chapter xml:id="sockets.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

<!-- {{{ Requirements -->
<section xml:id="sockets.requirements">
&reftitle.required;
&no.requirement;
</section>
<!-- }}} -->

<!-- {{{ Installation -->
&reference.sockets.configure;
<!-- }}} -->

<!-- {{{ Configuration -->
<section xml:id="sockets.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->

<!-- {{{ Resources -->
<section xml:id="sockets.resources">
&reftitle.resources;
Expand Down
8 changes: 1 addition & 7 deletions reference/sqlite3/setup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: d53376863ca956f3c3dccacb548b6e8494af92ad Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: nilgun Status: ready -->
<chapter xml:id="sqlite3.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

Expand All @@ -20,11 +19,6 @@
&reference.sqlite3.ini;
<!-- }}} -->

<section xml:id="sqlite3.resources">
&reftitle.resources;
&no.resource;
</section>

</chapter>

<!-- Keep this comment at the end of the file
Expand Down
9 changes: 1 addition & 8 deletions reference/ssh2/setup.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e83ad8ecd4d98c6df0003a5f091322e7ef1de54c Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: nilgun Status: ready -->
<chapter xml:id="ssh2.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

Expand Down Expand Up @@ -38,13 +38,6 @@
&reference.ssh2.installation;
<!-- }}} -->

<!-- {{{ Configuration -->
<section xml:id="ssh2.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->

<!-- {{{ Resources -->
<section xml:id="ssh2.resources">
&reftitle.resources;
Expand Down
6 changes: 3 additions & 3 deletions reference/stream/book.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: a3bb15df3f8dd9657471db4d4f1ecd67a7c552e9 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 98d4a70aac9e7e3663282507f2f9ce014227e39d Maintainer: nilgun Status: ready -->
<book xml:id="book.stream" xmlns="http://docbook.org/ns/docbook">
<title>Akımlar</title>
<titleabbrev>Stream</titleabbrev>
Expand All @@ -10,8 +10,8 @@
Akımlar, ortak bir işlev ve kullanım kümesini paylaşan dosya, ağ, veri
sıkıştırması ve bunlarla ilgili diğer işlemleri genelleştirmenin bir
yoludur. En basit tanımıyla, bir
<literal>akım</literal> akışkan bir davranış gösteren bir özkaynak
nesnesidir. Yani, akımlar doğrusal anlamda okunup yazılabilir ve akım
<literal>akım</literal> akışkan bir davranış gösteren <type>resource</type>
türünde bir nesnesidir. Yani, akımlar doğrusal anlamda okunup yazılabilir ve akım
içindeki keyfi konumlara gitmek (<function>fseek</function>) mümkün
olabilir.
</simpara>
Expand Down
18 changes: 1 addition & 17 deletions reference/stream/setup.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 652367cc9d51966f31e0b85874a325ead7087c31 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: nilgun Status: ready -->
<chapter xml:id="stream.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

<section xml:id="stream.requirements">
&reftitle.required;
&no.requirement;
</section>

<section xml:id="stream.installation">
&reftitle.install;
&no.install;
</section>

<section xml:id="stream.configuration">
&reftitle.runtime;
&no.config;
</section>

<section xml:id="stream.resources">
<title>Akım Sınıfları</title>
<simpara>
Expand Down
11 changes: 5 additions & 6 deletions reference/strings/book.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 523a0692f739594aaea8aa3f226f0f4e78b5ae67 Maintainer: nilgun Status: ready -->
<book xml:id="book.strings" xmlns="http://docbook.org/ns/docbook">
<?phpdoc extension-membership="core" ?>
<title>Dizgeler</title>
Expand All @@ -10,15 +9,15 @@
&reftitle.intro;
<para>
Bu işlevlerin hepsi dizgelerde çeşitli yollarla değişiklik yapmak için
kullanılır. Daha özelleştirilmiş işlevleri düzenli ifadeler ve
<link linkend="book.url">URL işlevleri</link> bölümlerinde
bulabilirsiniz.
kullanılır. Daha özelleştirilmiş işlevler <link linkend="book.pcre">düzenli
ifadeler</link> ve <link linkend="book.url">URL işlevleri</link> bölümlerinde
bulunabilir.
</para>
<para>
Dizgelerin davranışları, özellikle de çift tırnak, tek tırnak ve önceleme
dizilimleri kullanımları hakkında bilgi edinmek için
<link linkend="language.types">Türler</link> bölümündeki
<link linkend="language.types.string">strings</link> belgesine bakınız.
<link linkend="language.types.string">strings</link> belgesine bakılabilir.
</para>
</preface>

Expand Down
8 changes: 4 additions & 4 deletions reference/strings/functions/strstr.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 71b1e926631d5f5bec9b2e2685553453349ae799 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: c276fff86c44bc92a9f9105aa66342a731ac78d8 Maintainer: nilgun Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strstr">
<refnamediv>
<refname>strstr</refname>
Expand All @@ -21,14 +21,14 @@
<note>
<para>
İşlev harf büyüklüğüne duyarlıdır. Harf büyüklüğüne duyarsız arama yapmak
için <function>stristr</function> işlevini kullanınız.
için <function>stristr</function> işlevikullanılmalıdır
</para>
</note>
<note>
<para>
İstediğiniz sadece <parameter>samanlık</parameter> içinde
İstenen sadece <parameter>samanlık</parameter> içinde
<parameter>iğne</parameter> var mı diye bakmaksa daha hızlı ve daha az
bellek harcayan <function>strpos</function> işlevini kullanın.
bellek harcayan <function>strpos</function> işlevi kullanılmalıdır.
</para>
</note>
</refsect1>
Expand Down
27 changes: 26 additions & 1 deletion reference/strings/functions/strtok.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d335ba69a16f4013280de8e3e71d9ba19fe3cb3c Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 443d81b33e6537a000cc235c2a11748ba8d56232 Maintainer: nilgun Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strtok" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>strtok</refname>
Expand Down Expand Up @@ -82,6 +82,31 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
<parameter>ayraçlar</parameter> belirtilmemişse artık
<constant>E_WARNING</constant> yayımlanıyor.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
Expand Down
17 changes: 1 addition & 16 deletions reference/strings/setup.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 36a894a62760104ad57aaf761a8a56e478353e87 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: nilgun Status: ready -->
<chapter xml:id="strings.setup">
&reftitle.setup;

<section xml:id="strings.requirements">
&reftitle.required;
&no.requirement;
</section>

<section xml:id="strings.installation">
&reftitle.install;
&no.install;
Expand All @@ -18,16 +13,6 @@
</simpara>
</section>

<section xml:id="strings.configuration">
&reftitle.runtime;
&no.config;
</section>

<section xml:id="strings.resources">
&reftitle.resources;
&no.resource;
</section>

</chapter>

<!-- Keep this comment at the end of the file
Expand Down
24 changes: 1 addition & 23 deletions reference/tcpwrap/setup.xml
Original file line number Diff line number Diff line change
@@ -1,34 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: nilgun Status: ready -->
<chapter xml:id="tcpwrap.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

<!-- {{{ Requirements -->
<section xml:id="tcpwrap.requirements">
&reftitle.required;
&no.requirement;
</section>
<!-- }}} -->

<!-- {{{ Installation -->
&reference.tcpwrap.configure;
<!-- }}} -->

<!-- {{{ Configuration -->
<section xml:id="tcpwrap.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->

<!-- {{{ Resources -->
<section xml:id="tcpwrap.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->

</chapter>

<!-- Keep this comment at the end of the file
Expand Down
6 changes: 5 additions & 1 deletion reference/tidy/constants.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: cc0784145dc4c98afa73b59c9f1502c28b361d6e Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 423252b252bbb0d54ed044b279caa7938f755226 Maintainer: nilgun Status: ready -->
<appendix xml:id="tidy.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
Expand Down Expand Up @@ -39,6 +39,10 @@
<entry><constant>TIDY_TAG_ACRONYM</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-address">
<entry><constant>TIDY_TAG_ADDRESS</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-align">
<entry><constant>TIDY_TAG_ALIGN</constant></entry>
<entry></entry>
Expand Down
9 changes: 1 addition & 8 deletions reference/tidy/setup.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: f4c6da6b22bb587767cbdaa8ca003bc4aadd18f3 Maintainer: nilgun Status: ready -->
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: nilgun Status: ready -->
<chapter xml:id="tidy.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

Expand All @@ -21,13 +21,6 @@

&reference.tidy.ini;

<!-- {{{ Resources -->
<section xml:id="tidy.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->

</chapter>

<!-- Keep this comment at the end of the file
Expand Down
5 changes: 2 additions & 3 deletions reference/tidy/tidy/errorbuffer.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 04f10f9f8df60beadd833d6f48a4f01e835cdcaa Maintainer: nilgun Status: ready -->
<!-- EN-Revision: c01482dee9b58cf0b8a2e6760a70cd775758b342 Maintainer: nilgun Status: ready -->
<refentry xml:id="tidy.props.errorbuffer" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidy::$errorBuffer</refname>
Expand All @@ -9,8 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>&style.oop; (özellik):</para>
<fieldsynopsis><modifier>public</modifier>
<type>string</type><varname linkend="tidy.props.errorbuffer">tidy-&gt;errorBuffer</varname></fieldsynopsis>
<fieldsynopsis><modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><varname linkend="tidy.props.errorbuffer">tidy-&gt;errorBuffer</varname></fieldsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>tidy_get_error_buffer</methodname>
Expand Down
4 changes: 2 additions & 2 deletions reference/tidy/tidynode/getparent.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 2b84fa46e30d9611e9b5d3af877a7e9ab5c7411a Maintainer: nilgun Status: ready -->
<!-- EN-Revision: e2ef65e2161fa2f3e3bf0e7c3c3f317a8e3bbe6c Maintainer: nilgun Status: ready -->
<refentry xml:id="tidynode.getparent" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidyNode::getParent</refname>
Expand Down Expand Up @@ -61,7 +61,7 @@ $num = 0;
$node = $tidy->html()->child[0]->child[0];
var_dump($node->getparent()->name);
var_dump($node->getParent()->name);
?>
]]>
</programlisting>
Expand Down
Loading

0 comments on commit 368755b

Please sign in to comment.