Parcourir la source

[MANUAL] English:

- fixing tabs to spaces
- erased endline spaces

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21814 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas il y a 16 ans
Parent
commit
75a038a41a

+ 19 - 19
documentation/manual/en/module_specs/Zend_Captcha-Adapters.xml

@@ -41,21 +41,21 @@
             </listitem>
 
             <listitem>
-				<para>
-					<methodname>setTimeout($ttl)</methodname> and 
-					<methodname>getTimeout()</methodname> allow you to specify the time-to-live of
-					the session token, and to retrieve the current value. <varname>$ttl</varname>
-					should be specified in seconds.
-				</para>
-			</listitem>
+                <para>
+                    <methodname>setTimeout($ttl)</methodname> and
+                    <methodname>getTimeout()</methodname> allow you to specify the time-to-live of
+                    the session token, and to retrieve the current value. <varname>$ttl</varname>
+                    should be specified in seconds.
+                </para>
+            </listitem>
 
             <listitem>
                 <para>
-					<methodname>setUseNumbers($numbers)</methodname> and
-					<methodname>getUseNumbers()</methodname> allow you to specify if numbers will be
-					considered as possible characters for the random work or only letters would be used.
-				</para>
-			</listitem>
+                    <methodname>setUseNumbers($numbers)</methodname> and
+                    <methodname>getUseNumbers()</methodname> allow you to specify if numbers will be
+                    considered as possible characters for the random work or only letters would be used.
+                </para>
+            </listitem>
 
             <listitem>
                 <para>
@@ -244,14 +244,14 @@
 
             <listitem><para>
                 <methodname>setDotNoiseLevel($level)</methodname> and <methodname>getDotNoiseLevel()</methodname>,
-				along with <methodname>setLineNoiseLevel($level)</methodname> and 
-				<methodname>getLineNoiseLevel()</methodname>,
-				allow you to control how much "noise" in the form of random dots and lines the image 
-				would contain. Each unit of <varname>$level</varname> produces one random dot or line. 
-				The default is 100 dots and 5 lines. The noise is added twice - before and after
-				the image distortion transformation.
+                along with <methodname>setLineNoiseLevel($level)</methodname> and
+                <methodname>getLineNoiseLevel()</methodname>,
+                allow you to control how much "noise" in the form of random dots and lines the image
+                would contain. Each unit of <varname>$level</varname> produces one random dot or line.
+                The default is 100 dots and 5 lines. The noise is added twice - before and after
+                the image distortion transformation.
             </para></listitem>
-			</itemizedlist>
+            </itemizedlist>
 
         <para>
             All of the above options may be passed to the

+ 22 - 22
documentation/manual/en/module_specs/Zend_Feed_Writer.xml

@@ -61,7 +61,7 @@
             objects also contain methods to allow for fast rendering and export of the final feed,
             and these can be reused at will.
         </para>
-        
+
         <para>
             In addition to the main data container classes, there are two additional Atom 2.0 specific
             classes. <classname>Zend_Feed_Writer_Source</classname> and <classname>
@@ -80,7 +80,7 @@
             <classname>Exception</classname>s, this removes the default safeguard of ensuring you
             have sufficient data set to render a wholly valid feed.
         </para>
-        
+
         <para>
             To explain this more clearly, you may construct a set of data containers for a feed where
             there is a Feed container, into which has been added some Entry containers and a Deleted
@@ -224,12 +224,12 @@ $out = $feed->export('atom');
             <acronym>API</acronym> closely matches that for <classname>Zend_Feed_Reader</classname>
             to avoid undue confusion and uncertainty.
         </para>
-        
+
         <note>
             <para>Users have commented that the lack of a simple array based notation for input data
             gives rise to lengthy tracts of code. This will be addressed in a future release.</para>
         </note>
-        
+
         <para>
             <classname>Zend_Feed_Writer</classname> offers this <acronym>API</acronym> via its data
             container classes <classname>Zend_Feed_Writer_Feed</classname> and
@@ -252,7 +252,7 @@ $out = $feed->export('atom');
             methods operate at the same level as the Core <acronym>API</acronym> though we do allow
             you to retrieve any specific Extension object separately if required.
         </para>
-        
+
         <para>
             The Feed Level API for data is contained in <classname>Zend_Feed_Writer_Feed</classname>.
             In addition to the API detailed below, the class also implements the <classname>Countable
@@ -413,7 +413,7 @@ $out = $feed->export('atom');
                             a single category at a time.
                         </entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>createEntry()</methodname></entry>
                         <entry>Returns a new instance of <classname>Zend_Feed_Writer_Entry
@@ -422,13 +422,13 @@ $out = $feed->export('atom');
                         must explicitly call <methodname>addEntry()</methodname>
                         to add the entry for rendering.</entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>addEntry()</methodname></entry>
                         <entry>Adds an instance of <classname>Zend_Feed_Writer_Entry
                         </classname> to the current feed container for rendering.</entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>createTombstone()</methodname></entry>
                         <entry>Returns a new instance of <classname>Zend_Feed_Writer_Deleted
@@ -437,19 +437,19 @@ $out = $feed->export('atom');
                         must explicitly call <methodname>addTombstone()</methodname>
                         to add the deleted entry for rendering.</entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>addTombstone()</methodname></entry>
                         <entry>Adds an instance of <classname>Zend_Feed_Writer_Deleted
                         </classname> to the current feed container for rendering.</entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>removeEntry()</methodname></entry>
                         <entry>Accepts a parameter indicating an array index of the
                         entry to remove from the feed.</entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>export()</methodname></entry>
                         <entry>Exports the entire data hierarchy to an XML feed. The method
@@ -460,14 +460,14 @@ $out = $feed->export('atom');
                 </tbody>
             </tgroup>
         </table>
-        
+
         <note>
             <para>In addition to these setters, there are also matching getters to retrieve data from the
             Entry data container.</para>
         </note>
-        
+
         <!-- remaining feed stuff -->
-        
+
     </sect2>
 
     <sect2 id="zend.feed.writer.setting.entry.data.points">
@@ -482,7 +482,7 @@ $out = $feed->export('atom');
             methods operate at the same level as the Core <acronym>API</acronym> though we do allow
             you to retrieve any specific Extension object separately if required.
         </para>
-        
+
         <para>
             The Entry Level API for data is contained in <classname>Zend_Feed_Writer_Entry</classname>.
         </para>
@@ -512,7 +512,7 @@ $out = $feed->export('atom');
                         <entry><methodname>setDescription()</methodname></entry>
                         <entry>Set the text description of the entry.</entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>setContent()</methodname></entry>
                         <entry>Set the content of the entry.</entry>
@@ -612,7 +612,7 @@ $out = $feed->export('atom');
                             <acronym>URI</acronym>.
                         </entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>setCommentCount()</methodname></entry>
 
@@ -622,7 +622,7 @@ $out = $feed->export('atom');
                             on the element/attribute needed.
                         </entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>setCommentLink()</methodname></entry>
 
@@ -630,7 +630,7 @@ $out = $feed->export('atom');
                             Seta a link to a HTML page containing comments associated with this entry.
                         </entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>setCommentFeedLink()</methodname></entry>
 
@@ -640,7 +640,7 @@ $out = $feed->export('atom');
                             the type is one of "rdf", "rss" or "atom".
                         </entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>setCommentFeedLinks()</methodname></entry>
 
@@ -650,7 +650,7 @@ $out = $feed->export('atom');
                             expected parameters of <methodname>setCommentFeedLink()</methodname>.
                         </entry>
                     </row>
-                    
+
                     <row>
                         <entry><methodname>setEncoding()</methodname></entry>
 
@@ -662,7 +662,7 @@ $out = $feed->export('atom');
                 </tbody>
             </tgroup>
         </table>
-        
+
         <note>
             <para>In addition to these setters, there are also matching getters to retrieve data from the
             Entry data container.</para>

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

@@ -129,7 +129,7 @@
                             <entry>string</entry>
                             <entry><constant>NULL</constant></entry>
                         </row>
-                        
+
                         <row>
                             <entry>sslusecontext</entry>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Http_Cookie-Handling.xml

@@ -109,7 +109,7 @@
                         <listitem>
                             <para>
                             <varname>$cookieStr</varname>: a cookie string as represented in the
-                           'Set-Cookie' <acronym>HTTP</acronym> response header or 'Cookie' 
+                           'Set-Cookie' <acronym>HTTP</acronym> response header or 'Cookie'
                            <acronym>HTTP</acronym> request header (required)
                             </para>
                         </listitem>

+ 2 - 2
documentation/manual/en/tutorials/quickstart-create-form.xml

@@ -91,10 +91,10 @@ class Application_Form_Guestbook extends Zend_Form
 
     <programlisting language="shell"><![CDATA[
 % zf create action sign Guestbook
-Creating an action named sign inside controller 
+Creating an action named sign inside controller
     at application/controllers/GuestbookController.php
 Updating project profile '.zfproject.xml'
-Creating a view script for the sign action method 
+Creating a view script for the sign action method
     at application/views/scripts/guestbook/sign.phtml
 Updating project profile '.zfproject.xml'
 ]]></programlisting>