svn: /phpdoc/fa/trunk/ language/oop5/object-comparison.xml reference/apache/setup.xml reference/dom/domcomment/construct.xml reference/dom/domdocument/construct.xml reference/dom/domelement/construct.xml reference/gupnp/examples.xml reference/intl/dateformatter/get-locale.xml reference/oauth/examples.xml reference/pdo/drivers.xml reference/reflection/reflectionclass/construct.xml reference/reflection/reflectionproperty/construct.xml reference/sam/functions/SAM-Connection-unsubscribe.xml referenc
[email protected] (Richard Quadling) Fri, 30 Sep 2011 14:22:05 +0000
| Newsgroups | php.doc.fa |
|---|---|
| Message-ID | <[email protected]> |
rquadling Fri, 30 Sep 2011 14:22:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=317503
Log:
Standardized on double quotes for attributes.
Changed paths:
U phpdoc/fa/trunk/language/oop5/object-comparison.xml
U phpdoc/fa/trunk/reference/apache/setup.xml
U phpdoc/fa/trunk/reference/dom/domcomment/construct.xml
U phpdoc/fa/trunk/reference/dom/domdocument/construct.xml
U phpdoc/fa/trunk/reference/dom/domelement/construct.xml
U phpdoc/fa/trunk/reference/gupnp/examples.xml
U phpdoc/fa/trunk/reference/intl/dateformatter/get-locale.xml
U phpdoc/fa/trunk/reference/oauth/examples.xml
U phpdoc/fa/trunk/reference/pdo/drivers.xml
U phpdoc/fa/trunk/reference/reflection/reflectionclass/construct.xml
U phpdoc/fa/trunk/reference/reflection/reflectionproperty/construct.xml
U phpdoc/fa/trunk/reference/sam/functions/SAM-Connection-unsubscribe.xml
U phpdoc/fa/trunk/reference/scream/examples.xml
U phpdoc/fa/trunk/reference/sdo/functions/SDO-DataObject-createDataObject.xml
U phpdoc/fa/trunk/reference/stomp/stompexception.xml
U phpdoc/fa/trunk/reference/stream/examples.xml
U phpdoc/fa/trunk/reference/win32ps/examples.xml
U phpdoc/fa/trunk/reference/win32service/examples.xml
U phpdoc/fa/trunk/reference/xmlreader/xmlreader/next.xml
svn-diffs-317503.txt
(text/x-diff, 14.3 KB)
Modified: phpdoc/fa/trunk/language/oop5/object-comparison.xml
===================================================================
--- phpdoc/fa/trunk/language/oop5/object-comparison.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/language/oop5/object-comparison.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -21,7 +21,7 @@
یک نمونه این قانونها را مشخص میکند.
<example>
<title>نمونه مقایسه اشیا در PHP 5</title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
function bool2str($bool)
Modified: phpdoc/fa/trunk/reference/apache/setup.xml
===================================================================
--- phpdoc/fa/trunk/reference/apache/setup.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/apache/setup.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -18,7 +18,7 @@
&reftitle.install;
<para>
برای نصب PHP بر Apache <link
- linkend='install'>بخش نصب</link> را ببینید.
+ linkend="install">بخش نصب</link> را ببینید.
</para>
</section>
<!-- }}} -->
Modified: phpdoc/fa/trunk/reference/dom/domcomment/construct.xml
===================================================================
--- phpdoc/fa/trunk/reference/dom/domcomment/construct.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/dom/domcomment/construct.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -15,7 +15,7 @@
<ooclass><classname>DOMComment</classname></ooclass>
<methodsynopsis>
<methodname>__construct</methodname>
- <methodparam choice='opt'><type>string</type><parameter>value</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
<para>
Modified: phpdoc/fa/trunk/reference/dom/domdocument/construct.xml
===================================================================
--- phpdoc/fa/trunk/reference/dom/domdocument/construct.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/dom/domdocument/construct.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -13,8 +13,8 @@
&reftitle.description;
<methodsynopsis>
<methodname>DOMDocument::__construct</methodname>
- <methodparam choice='opt'><type>string</type><parameter>version</parameter></methodparam>
- <methodparam choice='opt'><type>string</type><parameter>encoding</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>version</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<para>
ساخت شی جدید <classname>DOMDocument</classname>.
Modified: phpdoc/fa/trunk/reference/dom/domelement/construct.xml
===================================================================
--- phpdoc/fa/trunk/reference/dom/domelement/construct.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/dom/domelement/construct.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -16,8 +16,8 @@
<methodsynopsis>
<methodname>__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
- <methodparam choice='opt'><type>string</type><parameter>value</parameter></methodparam>
- <methodparam choice='opt'><type>string</type><parameter>namespaceURI</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>namespaceURI</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
<para>
Modified: phpdoc/fa/trunk/reference/gupnp/examples.xml
===================================================================
--- phpdoc/fa/trunk/reference/gupnp/examples.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/gupnp/examples.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -5,7 +5,7 @@
<chapter xml:id="gupnp.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.examples;
- <section xml:id='gupnp.browsing'>
+ <section xml:id="gupnp.browsing">
<title>Browsing devices and services</title>
<para>
این مثال نشاندهنده نحوه دریافت اطلاعات درباره دستگاهها و خدمات است.
@@ -71,7 +71,7 @@
</para>
</section> <!-- xml:id=gupnp.browsing -->
- <section xml:id='gupnp.binary-light'>
+ <section xml:id="gupnp.binary-light">
<title>Implementing the BinaryLight device</title>
<para>
این مثال UPnP device/service پیادهسازی BinaryLight
Modified: phpdoc/fa/trunk/reference/intl/dateformatter/get-locale.xml
===================================================================
--- phpdoc/fa/trunk/reference/intl/dateformatter/get-locale.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/intl/dateformatter/get-locale.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -15,7 +15,7 @@
</para>
<methodsynopsis>
<type>string</type><methodname>IntlDateFormatter::getLocale</methodname>
- <methodparam choice='opt'><type>int</type><parameter>which</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
</methodsynopsis>
<para>
شیوه رویهای
@@ -23,7 +23,7 @@
<methodsynopsis>
<type>string</type><methodname>datefmt_get_locale</methodname>
<methodparam><type>IntlDateFormatter</type><parameter>fmt</parameter></methodparam>
- <methodparam choice='opt'><type>int</type><parameter>which</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
</methodsynopsis>
<para>
دریافت locale استفاده شده توسط قالببندی.
Modified: phpdoc/fa/trunk/reference/oauth/examples.xml
===================================================================
--- phpdoc/fa/trunk/reference/oauth/examples.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/oauth/examples.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -6,7 +6,7 @@
<chapter xml:id="oauth.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.examples;
- <section xml:id='oauth.examples.fireeagle'>
+ <section xml:id="oauth.examples.fireeagle">
<title>FireEagle</title>
<para>
<example>
Modified: phpdoc/fa/trunk/reference/pdo/drivers.xml
===================================================================
--- phpdoc/fa/trunk/reference/pdo/drivers.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/pdo/drivers.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -12,7 +12,7 @@
<para>
درایورهای زیر واسط PDO را پیاده میکنند:
<informaltable>
- <tgroup cols='2'>
+ <tgroup cols="2">
<thead>
<row>
<entry>نام درایور</entry>
Modified: phpdoc/fa/trunk/reference/reflection/reflectionclass/construct.xml
===================================================================
--- phpdoc/fa/trunk/reference/reflection/reflectionclass/construct.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/reflection/reflectionclass/construct.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -51,7 +51,7 @@
<para>
<example>
<title>استفاده اصلی ReflectionClass</title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
Reflection::export(new ReflectionClass('Exception'));
Modified: phpdoc/fa/trunk/reference/reflection/reflectionproperty/construct.xml
===================================================================
--- phpdoc/fa/trunk/reference/reflection/reflectionproperty/construct.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/reflection/reflectionproperty/construct.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -126,7 +126,7 @@
</example>
<example>
<title>دریافت مقدار از خاصیتهای private و protected با استفاده از کلاس <classname>ReflectionProperty</classname></title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
Modified: phpdoc/fa/trunk/reference/sam/functions/SAM-Connection-unsubscribe.xml
===================================================================
--- phpdoc/fa/trunk/reference/sam/functions/SAM-Connection-unsubscribe.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/sam/functions/SAM-Connection-unsubscribe.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -17,7 +17,7 @@
<methodsynopsis>
<type>bool</type><methodname>unsubscribe</methodname>
<methodparam><type>string</type><parameter>subscriptionId</parameter></methodparam>
- <methodparam choice='opt'><type>string</type><parameter>targetTopic</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>targetTopic</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
<para>
Modified: phpdoc/fa/trunk/reference/scream/examples.xml
===================================================================
--- phpdoc/fa/trunk/reference/scream/examples.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/scream/examples.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -6,7 +6,7 @@
<chapter xml:id="scream.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.examples;
- <section xml:id='scream.examples-simple'>
+ <section xml:id="scream.examples-simple">
<title>مثال نشاندهنده اثر scream</title>
<para>
این مثال نحوه نمایش عملکرد scream بر رفتار کنترل کننده خطا در PHP است.
Modified: phpdoc/fa/trunk/reference/sdo/functions/SDO-DataObject-createDataObject.xml
===================================================================
--- phpdoc/fa/trunk/reference/sdo/functions/SDO-DataObject-createDataObject.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/sdo/functions/SDO-DataObject-createDataObject.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -38,7 +38,7 @@
<para>
شناساگر خاصیت برای نوع شی داده ساخته شده.
میتواند نام خاصیت (string)، اندیس خاصیت (int)، یا
- <link linkend='sdo.class.sdo-property'>SDO_Model_Property</link> باشد.
+ <link linkend="sdo.class.sdo-property">SDO_Model_Property</link> باشد.
</para>
</listitem>
</varlistentry>
Modified: phpdoc/fa/trunk/reference/stomp/stompexception.xml
===================================================================
--- phpdoc/fa/trunk/reference/stomp/stompexception.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/stomp/stompexception.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -14,7 +14,7 @@
<section xml:id="stompexception.intro">
&reftitle.intro;
<para>
-نمایش خطای ایجاد شده توسط ضمیمه stomp. <link linkend='language.exceptions'>استثناها</link> را برای اطلاعات بیشتر درباره استثناها در PHP ببینید.
+نمایش خطای ایجاد شده توسط ضمیمه stomp. <link linkend="language.exceptions">استثناها</link> را برای اطلاعات بیشتر درباره استثناها در PHP ببینید.
</para>
</section>
<!-- }}} -->
Modified: phpdoc/fa/trunk/reference/stream/examples.xml
===================================================================
--- phpdoc/fa/trunk/reference/stream/examples.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/stream/examples.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -95,7 +95,7 @@
</example>
</para>
- <section xml:id='stream.streamwrapper.example-1'>
+ <section xml:id="stream.streamwrapper.example-1">
<title>کلاس نمونه ثبت شده در پوشش جریان </title>
<para>
مثال پایین کنترل کننده پروتکل var:// protocol را پیاده میکند که
Modified: phpdoc/fa/trunk/reference/win32ps/examples.xml
===================================================================
--- phpdoc/fa/trunk/reference/win32ps/examples.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/win32ps/examples.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -9,7 +9,7 @@
<para>
<example>
<title>آمار درباره پردازه PHP فعلی</title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
print_r(win32_ps_stat_proc());
@@ -48,7 +48,7 @@
<para>
<example>
<title>آمار درباره global memory utilization</title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
print_r(win32_ps_stat_mem());
Modified: phpdoc/fa/trunk/reference/win32service/examples.xml
===================================================================
--- phpdoc/fa/trunk/reference/win32service/examples.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/win32service/examples.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -9,7 +9,7 @@
<para>
<example>
<title>ثبت اسکریپت PHP برای اجرا به عنوان service</title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
win32_create_service(array(
@@ -25,7 +25,7 @@
<para>
<example>
<title>Unregistering a service</title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
win32_delete_service('dummyphp');
@@ -37,7 +37,7 @@
<para>
<example>
<title>اجرا به عنوان service</title>
- <programlisting role='php'>
+ <programlisting role="php">
<![CDATA[
<?php
if ($argv[1] == 'run') {
Modified: phpdoc/fa/trunk/reference/xmlreader/xmlreader/next.xml
===================================================================
--- phpdoc/fa/trunk/reference/xmlreader/xmlreader/next.xml 2011-09-30 14:21:51 UTC (rev 317502)
+++ phpdoc/fa/trunk/reference/xmlreader/xmlreader/next.xml 2011-09-30 14:22:05 UTC (rev 317503)
@@ -12,7 +12,7 @@
<methodsynopsis>
<type>bool</type>
<methodname>XMLReader::next</methodname>
- <methodparam choice='opt'><type>string</type><parameter>localname</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
</methodsynopsis>
<para>
انتقال cursor به گره بعدی با پرش از تمام زیردرختها.