Explorar el Código

[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 hace 16 años
padre
commit
cf7c405dac

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

@@ -190,8 +190,6 @@ echo Zend_Filter::get('"', 'OtherFilter', array($parameters));
             </itemizedlist>
             </itemizedlist>
         </sect3>
         </sect3>
     </sect2>
     </sect2>
-
-
 </sect1>
 </sect1>
 <!--
 <!--
 vim:se ts=4 sw=4 et:
 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
                         Explodes the DN <code>$dn</code> into an array containing
                         all parts of the given DN. <code>$keys</code> optinally receive DN
                         all parts of the given DN. <code>$keys</code> optinally receive DN
                         keys (e.g. CN, OU, DC, ...). <code>$vals</code> optionally receive
                         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[
                     <programlisting language="php"><![CDATA[
 array(
 array(
 array("cn" => "name1", "uid" => "user"),
 array("cn" => "name1", "uid" => "user"),
@@ -282,7 +282,7 @@ array("dc" => "org")
                         <code>Zend_Ldap_Dn::explodeDn()</code> to a DN string.
                         <code>Zend_Ldap_Dn::explodeDn()</code> to a DN string.
                         <code>$separator</code> defaults to <code>','</code> but some LDAP
                         <code>$separator</code> defaults to <code>','</code> but some LDAP
                         servers also understand <code>';'</code>. <code>$dnArray</code>
                         servers also understand <code>';'</code>. <code>$dnArray</code>
-                        must of type 
+                        must of type
                     <programlisting language="php"><![CDATA[
                     <programlisting language="php"><![CDATA[
 array(
 array(
 array("cn" => "name1", "uid" => "user"),
 array("cn" => "name1", "uid" => "user"),

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

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

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

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

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

@@ -210,7 +210,7 @@
                 <row>
                 <row>
                     <entry><code>integer getServerType()</code></entry>
                     <entry><code>integer getServerType()</code></entry>
                     <entry>
                     <entry>
-                        Gets the server type. Returns 
+                        Gets the server type. Returns
                         <variablelist>
                         <variablelist>
                             <varlistentry>
                             <varlistentry>
                                 <term>
                                 <term>
@@ -258,7 +258,7 @@
 
 
         <note>
         <note>
             <para>
             <para>
-                Refer to 
+                Refer to
                 <ulink url="http://www.zytrax.com/books/ldap/ch3/#operational">LDAP
                 <ulink url="http://www.zytrax.com/books/ldap/ch3/#operational">LDAP
                 Operational Attributes and Objects</ulink>for information on the attributes
                 Operational Attributes and Objects</ulink>for information on the attributes
                 of OpenLDAP RootDSE.
                 of OpenLDAP RootDSE.
@@ -327,7 +327,7 @@
 
 
         <note>
         <note>
             <para>
             <para>
-                Refer to 
+                Refer to
                 <ulink url="http://msdn.microsoft.com/en-us/library/ms684291(VS.85).aspx">
                 <ulink url="http://msdn.microsoft.com/en-us/library/ms684291(VS.85).aspx">
                 RootDSE</ulink>for information on the attributes of Microsoft
                 RootDSE</ulink>for information on the attributes of Microsoft
                 ActiveDirectory RootDSE.
                 ActiveDirectory RootDSE.
@@ -475,7 +475,7 @@
 
 
         <note>
         <note>
             <para>
             <para>
-                Refer to 
+                Refer to
                 <ulink url="http://www.novell.com/documentation/edir88/edir88/index.html?page=/documentation/edir88/edir88/data/ah59jqq.html">
                 <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
                 Getting Information about the <acronym>LDAP</acronym> Server</ulink>for information on the
                 attributes of Novell eDirectory RootDSE.
                 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><code>integer getType()</code></entry>
                     <entry>
                     <entry>
                         Returns the objectClass type. The method returns one of the
                         Returns the objectClass type. The method returns one of the
-                        following values: 
+                        following values:
                         <variablelist>
                         <variablelist>
                             <varlistentry>
                             <varlistentry>
                                 <term>
                                 <term>
@@ -477,7 +477,7 @@
                 <tbody>
                 <tbody>
                     <row>
                     <row>
                         <entry>
                         <entry>
-                            
+
                             <code>Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory</code>
                             <code>Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory</code>
                             does not provide any additional methods.
                             does not provide any additional methods.
                         </entry>
                         </entry>
@@ -494,7 +494,7 @@
                 <tbody>
                 <tbody>
                     <row>
                     <row>
                         <entry>
                         <entry>
-                            
+
                             <code>Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory</code>
                             <code>Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory</code>
                             does not provide any additional methods.
                             does not provide any additional methods.
                         </entry>
                         </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">
 <sect3 id="zend.ldap.api.reference.zend-ldap">
     <title>Zend_Ldap</title>
     <title>Zend_Ldap</title>
 
 
@@ -83,7 +85,7 @@
                     <entry>
                     <entry>
                         Sets the <acronym>LDAP</acronym> connection and binding parameters.
                         Sets the <acronym>LDAP</acronym> connection and binding parameters.
                         <code>$options</code> can be an array or an instance of
                         <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
                         <link
                             linkend="zend.ldap.using.theory-of-operation.options.table">Zend_Ldap Options</link>
                             linkend="zend.ldap.using.theory-of-operation.options.table">Zend_Ldap Options</link>
                     </entry>
                     </entry>
@@ -157,7 +159,7 @@
                     </entry>
                     </entry>
                     <entry>
                     <entry>
                         Searches the <acronym>LDAP</acronym> tree with the given <code>$filter</code>
                         Searches the <acronym>LDAP</acronym> tree with the given <code>$filter</code>
-                        and the given search parameters. 
+                        and the given search parameters.
                         <variablelist>
                         <variablelist>
                             <varlistentry>
                             <varlistentry>
                                 <term><code>string|Zend_Ldap_Filter_Abstract
                                 <term><code>string|Zend_Ldap_Filter_Abstract
@@ -368,7 +370,7 @@
                         <code>ldap_rename()</code> should be used if available. This can
                         <code>ldap_rename()</code> should be used if available. This can
                         only work for leaf entries and for servers and for ext/ldap
                         only work for leaf entries and for servers and for ext/ldap
                         supporting this function. Set to <code>true</code> to always use an
                         supporting this function. Set to <code>true</code> to always use an
-                        emulated rename operation. 
+                        emulated rename operation.
                         <note>
                         <note>
                             <para>All move-operations are carried out by copying and then
                             <para>All move-operations are carried out by copying and then
                             deleting the corresponding entries in the <acronym>LDAP</acronym> tree. These
                             deleting the corresponding entries in the <acronym>LDAP</acronym> tree. These
@@ -470,7 +472,6 @@
                 </row>
                 </row>
             </tbody>
             </tbody>
         </tgroup>
         </tgroup>
-
     </table>
     </table>
 
 
     <sect4 id="zend.ldap.api.reference.zend-ldap.zend-ldap-collection">
     <sect4 id="zend.ldap.api.reference.zend-ldap.zend-ldap-collection">
@@ -487,7 +488,7 @@
         <table id="zend.ldap.api.reference.zend-collection.table">
         <table id="zend.ldap.api.reference.zend-collection.table">
             <title>Zend_Ldap_Collection API</title>
             <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>
             <thead>
                 <row>
                 <row>
                     <entry>Method</entry>
                     <entry>Method</entry>
@@ -527,11 +528,6 @@
                     </entry>
                     </entry>
                 </row>
                 </row>
             </tbody></tgroup>
             </tbody></tgroup>
-
         </table>
         </table>
-
     </sect4>
     </sect4>
-
 </sect3>
 </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>
             <para>Method names in <emphasis>italics</emphasis> are static methods.</para>
         </note>
         </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>
     </sect2>
 </sect1>
 </sect1>

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

@@ -55,12 +55,12 @@ $schema = $ldap->getSchema();
 $classes = $schema->getObjectClasses();
 $classes = $schema->getObjectClasses();
 ]]></programlisting>
 ]]></programlisting>
         </example>
         </example>
-        
+
         <sect3 id="zend.ldap.server.schema.openldap">
         <sect3 id="zend.ldap.server.schema.openldap">
             <title>OpenLDAP</title>
             <title>OpenLDAP</title>
             <para/>
             <para/>
         </sect3>
         </sect3>
-        
+
         <sect3 id="zend.ldap.server.schema.activedirectory">
         <sect3 id="zend.ldap.server.schema.activedirectory">
             <title>ActiveDirectory</title>
             <title>ActiveDirectory</title>
             <note>
             <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 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.queue.adapters">
 <sect1 id="zend.queue.adapters">
     <title>Adapters</title>
     <title>Adapters</title>

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

@@ -20,7 +20,7 @@
         </para>
         </para>
 
 
         <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
             infrastructure as a web service. Any computer on the Internet can
             add or read messages without any installed software or special
             add or read messages without any installed software or special
             firewall configurations. Components of applications using Amazon SQS
             firewall configurations. Components of applications using Amazon SQS