Przeglądaj źródła

[DOCUMENTATION] English: (NO TRANSLATION NEEDED)
- tabs => spaces
- erase endline spaces
- multiples empty lines
- adding header tags
- remove specific quotes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16641 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 lat temu
rodzic
commit
cf7c405dac

+ 0 - 2
documentation/manual/en/module_specs/Zend_Filter.xml

@@ -190,8 +190,6 @@ echo Zend_Filter::get('"', 'OtherFilter', array($parameters));
             </itemizedlist>
         </sect3>
     </sect2>
-
-
 </sect1>
 <!--
 vim:se ts=4 sw=4 et:

+ 2 - 2
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Dn.xml

@@ -237,7 +237,7 @@
                         Explodes the DN <code>$dn</code> into an array containing
                         all parts of the given DN. <code>$keys</code> optinally receive DN
                         keys (e.g. CN, OU, DC, ...). <code>$vals</code> optionally receive
-                        DN values. The resulting array will be of type 
+                        DN values. The resulting array will be of type
                     <programlisting language="php"><![CDATA[
 array(
 array("cn" => "name1", "uid" => "user"),
@@ -282,7 +282,7 @@ array("dc" => "org")
                         <code>Zend_Ldap_Dn::explodeDn()</code> to a DN string.
                         <code>$separator</code> defaults to <code>','</code> but some LDAP
                         servers also understand <code>';'</code>. <code>$dnArray</code>
-                        must of type 
+                        must of type
                     <programlisting language="php"><![CDATA[
 array(
 array("cn" => "name1", "uid" => "user"),

+ 1 - 1
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Filter.xml

@@ -130,7 +130,7 @@
                     <entry>
                         Creates a filter from a string mask. All <code>$value</code>
                         parameters will be escaped and substituted into <code>$mask</code>
-                        by using 
+                        by using
                         <ulink url="http://php.net/sprintf">
                         <code>sprintf()</code></ulink>
                     </entry>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Ldif-Encoder.xml

@@ -32,7 +32,7 @@
                     <entry>
                         Encode <code>$value</code> into a <acronym>LDIF</acronym> representation.
                         <code>$options</code> is an array that may contain the following
-                        keys: 
+                        keys:
                         <variablelist>
                             <varlistentry>
                                 <term><code>'sort'</code></term>

+ 4 - 4
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-RootDse.xml

@@ -210,7 +210,7 @@
                 <row>
                     <entry><code>integer getServerType()</code></entry>
                     <entry>
-                        Gets the server type. Returns 
+                        Gets the server type. Returns
                         <variablelist>
                             <varlistentry>
                                 <term>
@@ -258,7 +258,7 @@
 
         <note>
             <para>
-                Refer to 
+                Refer to
                 <ulink url="http://www.zytrax.com/books/ldap/ch3/#operational">LDAP
                 Operational Attributes and Objects</ulink>for information on the attributes
                 of OpenLDAP RootDSE.
@@ -327,7 +327,7 @@
 
         <note>
             <para>
-                Refer to 
+                Refer to
                 <ulink url="http://msdn.microsoft.com/en-us/library/ms684291(VS.85).aspx">
                 RootDSE</ulink>for information on the attributes of Microsoft
                 ActiveDirectory RootDSE.
@@ -475,7 +475,7 @@
 
         <note>
             <para>
-                Refer to 
+                Refer to
                 <ulink url="http://www.novell.com/documentation/edir88/edir88/index.html?page=/documentation/edir88/edir88/data/ah59jqq.html">
                 Getting Information about the <acronym>LDAP</acronym> Server</ulink>for information on the
                 attributes of Novell eDirectory RootDSE.

+ 3 - 3
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-Schema.xml

@@ -280,7 +280,7 @@
                     <entry><code>integer getType()</code></entry>
                     <entry>
                         Returns the objectClass type. The method returns one of the
-                        following values: 
+                        following values:
                         <variablelist>
                             <varlistentry>
                                 <term>
@@ -477,7 +477,7 @@
                 <tbody>
                     <row>
                         <entry>
-                            
+
                             <code>Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory</code>
                             does not provide any additional methods.
                         </entry>
@@ -494,7 +494,7 @@
                 <tbody>
                     <row>
                         <entry>
-                            
+
                             <code>Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory</code>
                             does not provide any additional methods.
                         </entry>

+ 6 - 10
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap.xml

@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Reviewed: no -->
 <sect3 id="zend.ldap.api.reference.zend-ldap">
     <title>Zend_Ldap</title>
 
@@ -83,7 +85,7 @@
                     <entry>
                         Sets the <acronym>LDAP</acronym> connection and binding parameters.
                         <code>$options</code> can be an array or an instance of
-                        <classname>Zend_Config</classname>. The allowed options are specified in 
+                        <classname>Zend_Config</classname>. The allowed options are specified in
                         <link
                             linkend="zend.ldap.using.theory-of-operation.options.table">Zend_Ldap Options</link>
                     </entry>
@@ -157,7 +159,7 @@
                     </entry>
                     <entry>
                         Searches the <acronym>LDAP</acronym> tree with the given <code>$filter</code>
-                        and the given search parameters. 
+                        and the given search parameters.
                         <variablelist>
                             <varlistentry>
                                 <term><code>string|Zend_Ldap_Filter_Abstract
@@ -368,7 +370,7 @@
                         <code>ldap_rename()</code> should be used if available. This can
                         only work for leaf entries and for servers and for ext/ldap
                         supporting this function. Set to <code>true</code> to always use an
-                        emulated rename operation. 
+                        emulated rename operation.
                         <note>
                             <para>All move-operations are carried out by copying and then
                             deleting the corresponding entries in the <acronym>LDAP</acronym> tree. These
@@ -470,7 +472,6 @@
                 </row>
             </tbody>
         </tgroup>
-
     </table>
 
     <sect4 id="zend.ldap.api.reference.zend-ldap.zend-ldap-collection">
@@ -487,7 +488,7 @@
         <table id="zend.ldap.api.reference.zend-collection.table">
             <title>Zend_Ldap_Collection API</title>
 
-            <tgroup cols="2">zend.ldap.api.reference.zend-ldap.zend-ldap-collection 
+            <tgroup cols="2">zend.ldap.api.reference.zend-ldap.zend-ldap-collection
             <thead>
                 <row>
                     <entry>Method</entry>
@@ -527,11 +528,6 @@
                     </entry>
                 </row>
             </tbody></tgroup>
-
         </table>
-
     </sect4>
-
 </sect3>
-
-

+ 8 - 8
documentation/manual/en/module_specs/Zend_Ldap-API.xml

@@ -180,13 +180,13 @@
             <para>Method names in <emphasis>italics</emphasis> are static methods.</para>
         </note>
 
-	<xi:include href="Zend_Ldap-API-Ldap.xml" />
-	<xi:include href="Zend_Ldap-API-Ldap-Attribute.xml" />
-	<xi:include href="Zend_Ldap-API-Ldap-Dn.xml" />
-	<xi:include href="Zend_Ldap-API-Ldap-Filter.xml" />
-	<xi:include href="Zend_Ldap-API-Ldap-Node.xml" />
-	<xi:include href="Zend_Ldap-API-Ldap-Node-RootDse.xml" />
-	<xi:include href="Zend_Ldap-API-Ldap-Node-Schema.xml" />
-	<xi:include href="Zend_Ldap-API-Ldap-Ldif-Encoder.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap-Attribute.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap-Dn.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap-Filter.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap-Node.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap-Node-RootDse.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap-Node-Schema.xml" />
+    <xi:include href="Zend_Ldap-API-Ldap-Ldif-Encoder.xml" />
     </sect2>
 </sect1>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Ldap-Server.xml

@@ -55,12 +55,12 @@ $schema = $ldap->getSchema();
 $classes = $schema->getObjectClasses();
 ]]></programlisting>
         </example>
-        
+
         <sect3 id="zend.ldap.server.schema.openldap">
             <title>OpenLDAP</title>
             <para/>
         </sect3>
-        
+
         <sect3 id="zend.ldap.server.schema.activedirectory">
             <title>ActiveDirectory</title>
             <note>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
 <sect1 id="zend.queue.adapters">
     <title>Adapters</title>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_Amazon_Sqs.xml

@@ -20,7 +20,7 @@
         </para>
 
         <para>
-            Amazon SQS works by exposing Amazons web-scale messaging
+            Amazon SQS works by exposing Amazon's web-scale messaging
             infrastructure as a web service. Any computer on the Internet can
             add or read messages without any installed software or special
             firewall configurations. Components of applications using Amazon SQS