Jelajahi Sumber

[DOCUMENTATION] English:

-  manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16166 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 tahun lalu
induk
melakukan
25d058ef99

+ 2 - 2
documentation/manual/en/module_specs/Zend_Db_Select.xml

@@ -486,7 +486,7 @@ $select = $db->select()
             <para>
             <para>
                 The second argument to <code>join()</code> is a string that is the join condition.
                 The second argument to <code>join()</code> is a string that is the join condition.
                 This is an expression that declares the criteria by which rows in one table match
                 This is an expression that declares the criteria by which rows in one table match
-                rows in the the other table. You can use correlation names in this expression.
+                rows in the other table. You can use correlation names in this expression.
             </para>
             </para>
 
 
             <note>
             <note>
@@ -1023,7 +1023,7 @@ $select = $db->select()
 
 
             <para>
             <para>
                 Like in the <code>from()</code> and <code>group()</code> methods, column names are
                 Like in the <code>from()</code> and <code>group()</code> methods, column names are
-                quoted as identifiers, unless they contain contain parentheses or are an object of
+                quoted as identifiers, unless they contain parentheses or are an object of
                 type <classname>Zend_Db_Expr</classname>.
                 type <classname>Zend_Db_Expr</classname>.
             </para>
             </para>
 
 

+ 3 - 3
documentation/manual/en/module_specs/Zend_Db_Table-Relationships.xml

@@ -554,7 +554,7 @@ $row->findManyToManyRowset($table,
 
 
         <para>
         <para>
             The second argument <varname>$intersectionTable</varname> can be a string that specifies
             The second argument <varname>$intersectionTable</varname> can be a string that specifies
-            the intersection table between the two tables in the the many-to-many relationship by
+            the intersection table between the two tables in the many-to-many relationship by
             its class name. You can also specify the intersection table by using an object of that
             its class name. You can also specify the intersection table by using an object of that
             table class.
             table class.
         </para>
         </para>
@@ -564,7 +564,7 @@ $row->findManyToManyRowset($table,
             <title>Fetching a Rowset with the Many-to-many Method</title>
             <title>Fetching a Rowset with the Many-to-many Method</title>
 
 
             <para>
             <para>
-                This example shows getting a Row object from from the origin table
+                This example shows getting a Row object from the origin table
                 <code>Bugs</code>, and finding rows from the destination table
                 <code>Bugs</code>, and finding rows from the destination table
                 <code>Products</code>, representing products related to that bug.
                 <code>Products</code>, representing products related to that bug.
             </para>
             </para>
@@ -616,7 +616,7 @@ $productsRowset = $bug1234->findManyToManyRowset('Products',
             <title>Fetching a Rowset with the Many-to-many Method By a Specific Rule</title>
             <title>Fetching a Rowset with the Many-to-many Method By a Specific Rule</title>
 
 
             <para>
             <para>
-                This example shows geting a Row object from from the origin table
+                This example shows geting a Row object from the origin table
                 <code>Bugs</code>, and finding rows from the destination table
                 <code>Bugs</code>, and finding rows from the destination table
                 <code>Products</code>, representing products related to that bug.
                 <code>Products</code>, representing products related to that bug.
             </para>
             </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Dojo-Data.xml

@@ -82,7 +82,7 @@ $data->addItems($someMoreItems);
             <title>Always use an identifier!</title>
             <title>Always use an identifier!</title>
 
 
             <para>
             <para>
-                Every dojo.data data store requires that the identifier column
+                Every dojo.data datastore requires that the identifier column
                 be provided as metadata, including <classname>Zend_Dojo_Data</classname>. In fact,
                 be provided as metadata, including <classname>Zend_Dojo_Data</classname>. In fact,
                 if you attempt to add items without an identifier, it will raise an exception.
                 if you attempt to add items without an identifier, it will raise an exception.
             </para>
             </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Feed-ConsumingRss.xml

@@ -124,7 +124,7 @@ foreach ($channel as $item) {
             </listitem>
             </listitem>
             <listitem>
             <listitem>
                 <para>
                 <para>
-                    <code>category</code> - One more more categories that the item belongs to
+                    <code>category</code> - One more categories that the item belongs to
                 </para>
                 </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>

+ 1 - 1
documentation/manual/en/module_specs/Zend_File_Transfer-Validators.xml

@@ -1062,7 +1062,7 @@ $upload->addValidator('Md5',
         <itemizedlist>
         <itemizedlist>
             <listitem>
             <listitem>
                 <para>
                 <para>
-                    <code>*</code>: Sets any key or use a numeric array. Sets the MIME type type to
+                    <code>*</code>: Sets any key or use a numeric array. Sets the MIME type to
                     validate against.
                     validate against.
                 </para>
                 </para>
 
 

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

@@ -99,7 +99,7 @@
 
 
         <para>
         <para>
             Before creating an instance of Zend_Filter_Input, declare an
             Before creating an instance of Zend_Filter_Input, declare an
-            array of filter rules and and an array of validator rules.
+            array of filter rules and an array of validator rules.
             This associative array maps a rule name to a filter or
             This associative array maps a rule name to a filter or
             validator or a chain of filters or validators.
             validator or a chain of filters or validators.
         </para>
         </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Loader-Autoloader.xml

@@ -447,7 +447,7 @@ $autoloader->pushAutoloader($foo, 'Foo_');
                             </para></listitem>
                             </para></listitem>
                         </itemizedlist></entry>
                         </itemizedlist></entry>
                         <entry><para>
                         <entry><para>
-                            Remove a concrete autoloader implementation from the
+                            Remove a concrete autoloader implementation from
                             the internal autoloader stack. If a namespace or
                             the internal autoloader stack. If a namespace or
                             namespaces are provided, the callback will be
                             namespaces are provided, the callback will be
                             removed from that namespace or namespaces only.
                             removed from that namespace or namespaces only.

+ 1 - 1
documentation/manual/en/module_specs/Zend_Memory-MemoryObjects.xml

@@ -192,7 +192,7 @@ public function lock();
                 It should be used to prevent swapping of some objects you choose.
                 It should be used to prevent swapping of some objects you choose.
                 Normally, this is not necessary, because the memory manager uses
                 Normally, this is not necessary, because the memory manager uses
                 an intelligent algorithm to choose candidates for swapping.
                 an intelligent algorithm to choose candidates for swapping.
-                But if you exactly know, that at at this part of code some
+                But if you exactly know, that at this part of code some
                 objects should not be swapped, you may lock them.
                 objects should not be swapped, you may lock them.
             </para>
             </para>
 
 

+ 6 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-Searching.xml

@@ -232,7 +232,12 @@ Zend_Search_Lucene::setResultSetLimit($newLimit);
         </para>
         </para>
 
 
         <para>
         <para>
-            It doesn't give the 'best N' results, but only the 'first N'<footnote><para>Returned hits are still ordered by score or by the the specified order, if given.</para></footnote>.
+            It doesn't give the 'best N' results, but only the 'first N'
+            <footnote>
+                <para>
+                    Returned hits are still ordered by score or by the specified order, if given.
+                </para>
+            </footnote>.
         </para>
         </para>
     </sect2>
     </sect2>
 
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_StrikeIron-Overview.xml

@@ -32,7 +32,7 @@
         </para>
         </para>
 
 
         <para>
         <para>
-          Each StrikeIron web service service shares a standard SOAP (and REST)
+          Each StrikeIron web service shares a standard SOAP (and REST)
           API, making it easy to integrate and manage multiple services.
           API, making it easy to integrate and manage multiple services.
           StrikeIron also manages customer billing for all services in a single
           StrikeIron also manages customer billing for all services in a single
           account, making it perfect for solution providers. Get
           account, making it perfect for solution providers. Get

+ 1 - 1
documentation/manual/en/module_specs/Zend_Tag-Introduction.xml

@@ -25,7 +25,7 @@
     <para>
     <para>
         To group multiple items together, <classname>Zend_Tag_ItemList</classname> exists
         To group multiple items together, <classname>Zend_Tag_ItemList</classname> exists
         as an array iterator and provides additional functionallity to calculate
         as an array iterator and provides additional functionallity to calculate
-        absolute weight values based on on the given relative weights of each
+        absolute weight values based on the given relative weights of each
         item in it.
         item in it.
     </para>
     </para>
 
 

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

@@ -6,7 +6,7 @@
 
 
     <para>
     <para>
         <classname>Zend_Tag_Cloud</classname> is the rendering part of
         <classname>Zend_Tag_Cloud</classname> is the rendering part of
-        <classname>Zend_Tag</classname>. By default it comes with with a set of HTML
+        <classname>Zend_Tag</classname>. By default it comes with a set of HTML
         decorators, which allow you to create tag clouds for a website, but
         decorators, which allow you to create tag clouds for a website, but
         also supplies you with two abstract classes to create your own
         also supplies you with two abstract classes to create your own
         decorators, to create tag clouds in PDF documents for example.
         decorators, to create tag clouds in PDF documents for example.

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

@@ -90,7 +90,7 @@
         </itemizedlist>
         </itemizedlist>
 
 
         <para>
         <para>
-            <classname>Zend_TimeSync</classname> may provide a good solution solution in all of these cases and can be used if you are
+            <classname>Zend_TimeSync</classname> may provide a good solution in all of these cases and can be used if you are
             unable to run any services on your server.
             unable to run any services on your server.
         </para>
         </para>