svn: /phpdoc/fa/trunk/reference/ bc/book.xml bc/functions/bcpow.xml bc/ini.xml bcompiler/book.xml bzip2/book.xml cairo/cairoextend.xml tokyo_tyrant/examples.xml xslt/reference.xml yaz/ini.xml zip/book.xml zlib/constants.xml zlib/functions/gzcompress.xml

[email protected] (Pedram Salehpoor) Tue, 03 Apr 2012 18:47:43 +0000
Newsgroups php.doc.fa
Message-ID <[email protected]>
psalehpoor                               Tue, 03 Apr 2012 18:47:43 +0000

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

Log:
some updates

Changed paths:
    U   phpdoc/fa/trunk/reference/bc/book.xml
    U   phpdoc/fa/trunk/reference/bc/functions/bcpow.xml
    U   phpdoc/fa/trunk/reference/bc/ini.xml
    U   phpdoc/fa/trunk/reference/bcompiler/book.xml
    U   phpdoc/fa/trunk/reference/bzip2/book.xml
    U   phpdoc/fa/trunk/reference/cairo/cairoextend.xml
    U   phpdoc/fa/trunk/reference/tokyo_tyrant/examples.xml
    U   phpdoc/fa/trunk/reference/xslt/reference.xml
    U   phpdoc/fa/trunk/reference/yaz/ini.xml
    U   phpdoc/fa/trunk/reference/zip/book.xml
    U   phpdoc/fa/trunk/reference/zlib/constants.xml
    U   phpdoc/fa/trunk/reference/zlib/functions/gzcompress.xml
svn-diffs-324751.txt (text/x-diff, 12.2 KB)
Modified: phpdoc/fa/trunk/reference/bc/book.xml
===================================================================
--- phpdoc/fa/trunk/reference/bc/book.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/bc/book.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 313269 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
-<!-- Purpose: mathcrypto.math -->
 <!-- Membership: bundled -->

 <book xml:id="book.bc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/fa/trunk/reference/bc/functions/bcpow.xml
===================================================================
--- phpdoc/fa/trunk/reference/bc/functions/bcpow.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/bc/functions/bcpow.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 303202 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="function.bcpow" xmlns="http://docbook.org/ns/docbook">
@@ -70,6 +70,28 @@
   </example>
  </refsect1>

+  <refsect1 role="notes">
+  &reftitle.notes;
+  <note>
+   <para>
+    <function>bcpow</function> ممکن است تعداد ارقام کمتری نسبت به پارامتر
+    <parameter>scale</parameter> بازگرداند. این اتفاق زمانی می‌افتد که نتیجه
+    نیاز به تمام ارقام فراهم شده توسط
+    <parameter>scale</parameter> نداشته باشد. به عنوان نمونه:
+    <example>
+     <title>مثال مقیاس‌بندی <function>bcpow</function></title>
+     <programlisting role="php">
+<![CDATA[
+<?php
+echo bcpow('5', '2', 2);     // prints "25", not "25.00"
+?>
+]]>
+     </programlisting>
+    </example>
+   </para>
+  </note>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>

Modified: phpdoc/fa/trunk/reference/bc/ini.xml
===================================================================
--- phpdoc/fa/trunk/reference/bc/ini.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/bc/ini.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 323642 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <section xml:id="bc.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
@@ -11,10 +11,10 @@
   <tgroup cols="4">
    <thead>
     <row>
-     <entry>نام</entry>
-     <entry>پیش‌فرض</entry>
-     <entry>قابل تغییر</entry>
-     <entry>تاریخچه تغییرات</entry>
+     <entry>&Name;</entry>
+     <entry>&Default;</entry>
+     <entry>&Changeable;</entry>
+     <entry>&Changelog;</entry>
     </row>
    </thead>
    <tbody>

Modified: phpdoc/fa/trunk/reference/bcompiler/book.xml
===================================================================
--- phpdoc/fa/trunk/reference/bcompiler/book.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/bcompiler/book.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 313269 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
-<!-- Purpose: basic.php -->
 <!-- Membership: pecl -->
 <!-- State: experimental -->


Modified: phpdoc/fa/trunk/reference/bzip2/book.xml
===================================================================
--- phpdoc/fa/trunk/reference/bzip2/book.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/bzip2/book.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 288721 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 313269 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
-<!-- Purpose: compression -->
 <!-- Membership: bundled, external -->

 <book xml:id="book.bzip2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/fa/trunk/reference/cairo/cairoextend.xml
===================================================================
--- phpdoc/fa/trunk/reference/cairo/cairoextend.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/cairo/cairoextend.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 294366 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 322062 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

 <phpdoc:classref xml:id="class.cairoextend" 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>The CairoExtend class</title>
+ <title>کلاس CairoExtend</title>
  <titleabbrev>CairoExtend</titleabbrev>

  <partintro>
@@ -14,7 +14,7 @@
   <section xml:id="cairoextend.intro">
    &reftitle.intro;
    <para>
-    Description of the class.
+
    </para>
   </section>
 <!-- }}} -->
@@ -67,40 +67,37 @@
 <!-- {{{ CairoExtend constants -->
   <section xml:id="cairoextend.constants">
    &reftitle.constants;
-   <section xml:id="cairoextend.constants.types">
-    <title>CairoExtend Node Types</title>
-    <variablelist>
+   <variablelist>

-     <varlistentry xml:id="cairoextend.constants.none">
-      <term><constant>CairoExtend::NONE</constant></term>
-      <listitem>
-       <para>Description here...</para>
-      </listitem>
-     </varlistentry>
+    <varlistentry xml:id="cairoextend.constants.none">
+     <term><constant>CairoExtend::NONE</constant></term>
+     <listitem>
+      <para>Description here...</para>
+     </listitem>
+    </varlistentry>

-     <varlistentry xml:id="cairoextend.constants.repeat">
-      <term><constant>CairoExtend::REPEAT</constant></term>
-      <listitem>
-       <para>Description here...</para>
-      </listitem>
-     </varlistentry>
+    <varlistentry xml:id="cairoextend.constants.repeat">
+     <term><constant>CairoExtend::REPEAT</constant></term>
+     <listitem>
+      <para>Description here...</para>
+     </listitem>
+    </varlistentry>

-     <varlistentry xml:id="cairoextend.constants.reflect">
-      <term><constant>CairoExtend::REFLECT</constant></term>
-      <listitem>
-       <para>Description here...</para>
-      </listitem>
-     </varlistentry>
+    <varlistentry xml:id="cairoextend.constants.reflect">
+     <term><constant>CairoExtend::REFLECT</constant></term>
+     <listitem>
+      <para>Description here...</para>
+     </listitem>
+    </varlistentry>

-     <varlistentry xml:id="cairoextend.constants.pad">
-      <term><constant>CairoExtend::PAD</constant></term>
-      <listitem>
-       <para>Description here...</para>
-      </listitem>
-     </varlistentry>
+    <varlistentry xml:id="cairoextend.constants.pad">
+     <term><constant>CairoExtend::PAD</constant></term>
+     <listitem>
+      <para>Description here...</para>
+     </listitem>
+    </varlistentry>

-    </variablelist>
-   </section>
+   </variablelist>
   </section>
 <!-- }}} -->


Modified: phpdoc/fa/trunk/reference/tokyo_tyrant/examples.xml
===================================================================
--- phpdoc/fa/trunk/reference/tokyo_tyrant/examples.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/tokyo_tyrant/examples.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 290998 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 317663 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->


Modified: phpdoc/fa/trunk/reference/xslt/reference.xml
===================================================================
--- phpdoc/fa/trunk/reference/xslt/reference.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/xslt/reference.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 315183 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->

 <reference xml:id="ref.xslt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>XSLT (PHP4) &Functions;</title>
+ <title>XSLT (PHP 4) &Functions;</title>

  &reference.xslt.entities.functions;


Modified: phpdoc/fa/trunk/reference/yaz/ini.xml
===================================================================
--- phpdoc/fa/trunk/reference/yaz/ini.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/yaz/ini.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 323642 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <section xml:id="yaz.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
@@ -11,10 +11,10 @@
   <tgroup cols="4">
    <thead>
     <row>
-     <entry>نام</entry>
-     <entry>پیش‌فرض</entry>
-     <entry>قابل تغییر</entry>
-     <entry>تاریخچه تغییرات</entry>
+     <entry>&Name;</entry>
+     <entry>&Default;</entry>
+     <entry>&Changeable;</entry>
+     <entry>&Changelog;</entry>
     </row>
    </thead>
    <tbody>

Modified: phpdoc/fa/trunk/reference/zip/book.xml
===================================================================
--- phpdoc/fa/trunk/reference/zip/book.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/zip/book.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 288721 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 313269 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
-<!-- Purpose: compression -->
 <!-- Membership: bundled, pecl -->

 <book xml:id="book.zip" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/fa/trunk/reference/zlib/constants.xml
===================================================================
--- phpdoc/fa/trunk/reference/zlib/constants.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/zlib/constants.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 323624 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <appendix xml:id="zlib.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
  <variablelist>
-  <varlistentry>
+  <varlistentry xml:id="constant.force-gzip">
    <term>
     <constant>FORCE_GZIP</constant>
     (<type>integer</type>)
@@ -17,7 +17,7 @@
     </simpara>
    </listitem>
   </varlistentry>
-  <varlistentry>
+  <varlistentry xml:id="constant.force-deflate">
    <term>
     <constant>FORCE_DEFLATE</constant>
     (<type>integer</type>)

Modified: phpdoc/fa/trunk/reference/zlib/functions/gzcompress.xml
===================================================================
--- phpdoc/fa/trunk/reference/zlib/functions/gzcompress.xml	2012-04-03 18:09:58 UTC (rev 324750)
+++ phpdoc/fa/trunk/reference/zlib/functions/gzcompress.xml	2012-04-03 18:47:43 UTC (rev 324751)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 323230 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->

 <!-- $Revision$ -->
@@ -48,6 +48,9 @@
       <para>
        سطح فشرده‌سازی. می‌تواند 0 برای عدم فشرده‌سازی تا 9 برای حداکثر فشرده‌سازی باشد.
       </para>
+      <para>
+       اگر -1 استفاده شود فشرده‌سازی پیش‌فرض کتابخانه zlib به کار خواهد رفت که 6 است.
+      </para>
      </listitem>
     </varlistentry>
    </variablelist>