mirror of
https://github.com/php/doc-tr.git
synced 2026-03-23 23:02:09 +01:00
too many changes. delete!
This commit is contained in:
@@ -1,214 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 37280533a76693adac626a37ffc8daa2276400ce Maintainer: haluk Status: ready -->
|
||||
<appendix xml:id="intl.constants" xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="constant.intl-icu-version">
|
||||
<term>
|
||||
<constant>INTL_ICU_VERSION</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Noktalı ondalık gösterimle geçerli UCU kütüphanesi sürümü.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.intl-max-locale-len">
|
||||
<term>
|
||||
<constant>INTL_MAX_LOCALE_LEN</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
PHP kodunda yerel uzunluğunu 80 olarak sınırlar. Bundan daha uzun yerel
|
||||
isimleri kabul edilmez.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-default">
|
||||
<term>
|
||||
<constant>IDNA_DEFAULT</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
IDN işlevleri için girdideki tanımsız kodların işleme sokulması engellenir
|
||||
ve girdinin alan adlarıyla ilgili ASCII kurallarına uygunluğu sınanmaz.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-allow-unassigned">
|
||||
<term>
|
||||
<constant>IDNA_ALLOW_UNASSIGNED</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
IDN işlevleri için girdideki tanımsız kodların işleme sokulmasına izin
|
||||
verilir.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-use-std3-rules">
|
||||
<term>
|
||||
<constant>IDNA_USE_STD3_RULES</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Girdinin alan adlarıyla ilgili ASCII kurallarına uygunluğu sınanır.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-check-bidi">
|
||||
<term>
|
||||
<constant>IDNA_CHECK_BIDI</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Girdinin BiDi kurallarıyla uyumlu olup olmadığı sınanır.
|
||||
Bu sınamayı zaten yapan IDNA2003 gerçekleniminde yoksayılır.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-check-contextj">
|
||||
<term>
|
||||
<constant>IDNA_CHECK_CONTEXTJ</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Girdinin CONTEXTJ kurallarıyla uyumlu olup olmadığı sınanır.
|
||||
Bu sınama IDNA2008 için yeni olup IDNA2003 gerçekleniminde yoksayılır.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-nontransitional-to-ascii">
|
||||
<term>
|
||||
<constant>IDNA_NONTRANSITIONAL_TO_ASCII</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>idn_to_ascii</function> işlevinde geçişsiz işlem için bir
|
||||
seçenek. Geçişli işlem öntanımlı olarak etkindir. Bu seçenek IDNA2003
|
||||
gerçekleniminde yoksayılır.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-nontransitional-to-unicode">
|
||||
<term>
|
||||
<constant>IDNA_NONTRANSITIONAL_TO_UNICODE</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>idn_to_utf8</function> işlevinde geçişsiz işlem için bir
|
||||
seçenek. Geçişli işlem öntanımlı olarak etkindir. Bu seçenek IDNA2003
|
||||
gerçekleniminde yoksayılır.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.intl-idna-variant-2003">
|
||||
<term>
|
||||
<constant>INTL_IDNA_VARIANT_2003</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>idn_to_utf8</function> ve <function>idn_to_ascii</function>
|
||||
işlevinde IDNA 2003 algoritması kullanılır. Bu öntanımlıdır. Bu sabit
|
||||
ve öntanımlılığın PHP 7.2.0 itibariyle kullanımı önerilmemektedir.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.intl-idna-variant-uts46">
|
||||
<term>
|
||||
<constant>INTL_IDNA_VARIANT_UTS46</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>idn_to_utf8</function> ve <function>idn_to_ascii</function>
|
||||
işlevinde UTS #46 algoritması kullanılır. ICU 4.6 ve sonrasında
|
||||
kullanılabilir.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.idna-error-empty-label">
|
||||
<term>
|
||||
<constant>IDNA_ERROR_EMPTY_LABEL</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_LABEL_TOO_LONG</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_DOMAIN_NAME_TOO_LONG</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_LEADING_HYPHEN</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_TRAILING_HYPHEN</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_HYPHEN_3_4</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_LEADING_COMBINING_MARK</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_DISALLOWED</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_PUNYCODE</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_LABEL_HAS_DOT</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_INVALID_ACE_LABEL</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_BIDI</constant> (<type>int</type>)
|
||||
</term>
|
||||
<term>
|
||||
<constant>IDNA_ERROR_CONTEXTJ</constant> (<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>idn_to_utf8</function> ve <function>idn_to_ascii</function>
|
||||
işlevinden UTS #46 algoritmasınca döndürülen bir bit kümesiyle bildirilen
|
||||
hatalar.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</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
|
||||
-->
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user