Pārlūkot izejas kodu

[DOCUMENTATION] English: remove CRLF, tabs, endline spaces

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23282 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 15 gadi atpakaļ
vecāks
revīzija
98b1b42291
21 mainītis faili ar 173 papildinājumiem un 173 dzēšanām
  1. 10 10
      documentation/manual/en/module_specs/Zend_Application-AvailableResources-Translate.xml
  2. 1 1
      documentation/manual/en/module_specs/Zend_Application-AvailableResources-Useragent.xml
  3. 4 4
      documentation/manual/en/module_specs/Zend_Application-AvailableResources-View.xml
  4. 52 52
      documentation/manual/en/module_specs/Zend_Cloud_DocumentService.xml
  5. 20 20
      documentation/manual/en/module_specs/Zend_Cloud_QueueService.xml
  6. 28 28
      documentation/manual/en/module_specs/Zend_Cloud_StorageService.xml
  7. 2 2
      documentation/manual/en/module_specs/Zend_Config_Yaml.xml
  8. 1 1
      documentation/manual/en/module_specs/Zend_Db_Adapter.xml
  9. 2 2
      documentation/manual/en/module_specs/Zend_Http_UserAgent-Device.xml
  10. 1 1
      documentation/manual/en/module_specs/Zend_Http_UserAgent-Features_TeraWurfl.xml
  11. 2 2
      documentation/manual/en/module_specs/Zend_Http_UserAgent.xml
  12. 5 5
      documentation/manual/en/module_specs/Zend_Log-Factory.xml
  13. 1 1
      documentation/manual/en/module_specs/Zend_Mail-DifferentTransports.xml
  14. 2 2
      documentation/manual/en/module_specs/Zend_Mail-UsingFileTransport.xml
  15. 11 11
      documentation/manual/en/module_specs/Zend_Pdf-Pages.xml
  16. 19 19
      documentation/manual/en/module_specs/Zend_Service_Ebay_Finding.xml
  17. 1 1
      documentation/manual/en/module_specs/Zend_Service_LiveDocx.xml
  18. 2 2
      documentation/manual/en/module_specs/Zend_Service_ShortUrl.xml
  19. 6 6
      documentation/manual/en/module_specs/Zend_Service_WindowsAzure_Manager.xml
  20. 2 2
      documentation/manual/en/module_specs/Zend_Version.xml
  21. 1 1
      documentation/manual/en/module_specs/Zend_View-Helpers-TinySrc.xml

+ 10 - 10
documentation/manual/en/module_specs/Zend_Application-AvailableResources-Translate.xml

@@ -4,7 +4,7 @@
     <title>Zend_Application_Resource_Translate</title>
 
     <para>
-        <classname>Zend_Application_Resource_Translate</classname> will initialize a 
+        <classname>Zend_Application_Resource_Translate</classname> will initialize a
         <classname>Zend_Translate</classname> adapter based on the options passed to it.
     </para>
 
@@ -28,8 +28,8 @@
 
         <listitem>
             <para>
-                <emphasis><property>locale</property></emphasis> : defining the locale to be used 
-                in translation. By default, the locale can be detected automatically or forcing 
+                <emphasis><property>locale</property></emphasis> : defining the locale to be used
+                in translation. By default, the locale can be detected automatically or forcing
                 with a <classname>Zend_Locale</classname> instance store in <classname>
                 Zend_Registry</classname> with a single locale.
             </para>
@@ -37,8 +37,8 @@
 
         <listitem>
             <para>
-                <emphasis><property>options</property></emphasis> : the options are different for 
-                each adapter. See the section <xref linkend="zend.translate.additional.options" /> for 
+                <emphasis><property>options</property></emphasis> : the options are different for
+                each adapter. See the section <xref linkend="zend.translate.additional.options" /> for
                 more details.
             </para>
         </listitem>
@@ -46,16 +46,16 @@
         <listitem>
             <para>
                 <emphasis><property>registry</property></emphasis> : the custom key to store the
-                <classname>Zend_Translate</classname> instance in the registry. By default, the 
+                <classname>Zend_Translate</classname> instance in the registry. By default, the
                 key is <property>Zend_Translate</property>.
             </para>
         </listitem>
 
         <listitem>
             <para>
-                <emphasis><property>cache</property></emphasis> : the name of the cache template 
-                or an instance of <classname>Zend_Cache_Core</classname> to use as cache for 
-                <classname>Zend_Translate_Adapter</classname>. The goal is to accelerate the 
+                <emphasis><property>cache</property></emphasis> : the name of the cache template
+                or an instance of <classname>Zend_Cache_Core</classname> to use as cache for
+                <classname>Zend_Translate_Adapter</classname>. The goal is to accelerate the
                 loading specialy for the <acronym>XML</acronym> based files.
             </para>
         </listitem>
@@ -66,7 +66,7 @@
 
         <para>
             Below is an example <acronym>INI</acronym> configuration that can be used to initialize
-            the translate resource. 
+            the translate resource.
         </para>
 
         <programlisting language="ini"><![CDATA[

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-AvailableResources-Useragent.xml

@@ -9,7 +9,7 @@
         <para>
             This resource provides the ability to configure and instantiate <link
                 linkend="zend.http.user-agent">Zend_Http_UserAgent</link> for use within your
-            application. 
+            application.
         </para>
     </sect3>
 

+ 4 - 4
documentation/manual/en/module_specs/Zend_Application-AvailableResources-View.xml

@@ -35,11 +35,11 @@ resources.view.basePath = APPLICATION_PATH "/views/"
          <title>Defining doctype to use</title>
 
          <para>
-             If you want to obtain more information about values, see <link 
-             linkend="zend.view.helpers.initial.doctype">Doctype Helper 
+             If you want to obtain more information about values, see <link
+             linkend="zend.view.helpers.initial.doctype">Doctype Helper
              </link>.
          </para>
- 
+
          <example id="zend.application.available-resources.view.doctypeExample">
              <title>Sample doctype configuration</title>
 
@@ -57,7 +57,7 @@ resources.view.doctype = "HTML5"
         <title>Defining content type and encoding to use</title>
 
          <para>
-             If you want to obtain more information about values, see <link 
+             If you want to obtain more information about values, see <link
              linkend="zend.view.helpers.initial.headmeta">HeadMeta Helper
              </link>.
          </para>

+ 52 - 52
documentation/manual/en/module_specs/Zend_Cloud_DocumentService.xml

@@ -40,9 +40,9 @@
         <para>
             The <classname>Zend_Cloud_DocumentService_Adapter</classname> interface defines methods
             that each concrete document service adapter implements. The following adapters are
-            shipped with the Simple Cloud API: 
+            shipped with the Simple Cloud API:
         </para>
-        
+
         <itemizedlist>
             <listitem>
                 <para>
@@ -56,7 +56,7 @@
                 </para>
             </listitem>
         </itemizedlist>
-        
+
         <para>
             To instantiate a document service adapter, use the static method
             <methodname>Zend_Cloud_DocumentService_Factory::getAdapter()</methodname>, which accepts
@@ -64,7 +64,7 @@
             <varname>document_adapter</varname> key should specify the concrete adapter class by
             classname. Adapter-specific keys may also be passed in this configuration parameter.
         </para>
-        
+
         <example id="zend.cloud.documentservice.factory.example">
             <title>Example: Using the SimpleDB adapter</title>
 
@@ -219,7 +219,7 @@ $documents = Zend_Cloud_DocumentService_Factory::getAdapter(array(
                     </row>
                 </tbody>
             </tgroup>
-        </table>    
+        </table>
 
         <table frame='all' id="zend.cloud.documentservice.options.azure">
             <title>Zend_Cloud_DocumentService_Adapter_WindowsAzure Options</title>
@@ -385,7 +385,7 @@ $documents = Zend_Cloud_DocumentService_Factory::getAdapter(array(
             <classname>Zend_Cloud_DocumentService_Document</classname>.  Note that the document
             class does not validate the supplied IDs and data, and does not enforce compatibility
             with each adapter's requirements.
-        </para> 
+        </para>
 
         <para>
             The document fields can be accessed using keys as object properties and as array
@@ -415,9 +415,9 @@ class Zend_Cloud_DocumentService_Document
 {
     const KEY_FIELD = '_id';
 
-    /** 
-     * $fields may be an array or an object implementing ArrayAccess. 
-     * If no $id is provided, it will look for a field matching KEY_FIELD to 
+    /**
+     * $fields may be an array or an object implementing ArrayAccess.
+     * If no $id is provided, it will look for a field matching KEY_FIELD to
      * use as the identifier.
      */
     public function __construct($fields, $id = null);
@@ -429,7 +429,7 @@ class Zend_Cloud_DocumentService_Document
     public function setField($name, $value);
 
     /**
-     * These allow overloading, so you may access fields as if they were 
+     * These allow overloading, so you may access fields as if they were
      * native properties of the document
      */
     public function __get($name);
@@ -447,7 +447,7 @@ class Zend_Cloud_DocumentService_Document
         <note>
             <title>Windows Azure Document Identifiers</title>
 
-            <para> 
+            <para>
                 Windows Azure technically requires a combination of two fields to uniquely
                 identify documents: the <varname>PartitionKey</varname> and
                 <varname>RowKey</varname>, and as such, keys are fully qualified by the structure
@@ -521,19 +521,19 @@ $document = $documents->fetchDocument("mydata", $id);
 echo "Document ID: " . $document->getID() . "\n";
 foreach ($document->getFields() as $key => $value) {
     echo "Field $key is $value\n";
-}              
+}
 ]]></programlisting>
         </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.exceptions">
         <title>Exceptions</title>
 
         <para>
             If some error occurs in the document service,
             <classname>Zend_Cloud_DocumentService_Exception</classname> is thrown.  If the exception
-            was caused by the underlying service driver, you can use the 
-            <methodname>getClientException()</methodname> method to retrieve the original exception. 
+            was caused by the underlying service driver, you can use the
+            <methodname>getClientException()</methodname> method to retrieve the original exception.
         </para>
 
         <para>
@@ -542,7 +542,7 @@ foreach ($document->getFields() as $key => $value) {
             <classname>Zend_Cloud_OperationNotAvailableException</classname> exception is thrown.
         </para>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.create-collection">
         <title>Creating a collection</title>
 
@@ -563,7 +563,7 @@ $documents->createCollection("mydata");
             already exists, the service will do nothing and leave the existing collection untouched.
         </para>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.delete-collection">
         <title>Deleting a collection</title>
 
@@ -605,7 +605,7 @@ $documents->deleteCollection("mydata");
             names of collections belonging to the account you specified when you created the
             adapter.
         </para>
-        
+
         <example id="zend.cloud.documentservice.list-collections.example">
             <title>List collections</title>
 
@@ -617,7 +617,7 @@ foreach ($list as $collection) {
 ]]></programlisting>
         </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.insert">
         <title>Inserting a document</title>
 
@@ -626,7 +626,7 @@ foreach ($list as $collection) {
             <classname>Zend_Cloud_DocumentService_Document</classname> object or associative array
             of data, as well as the collection in which you are inserting it.
         </para>
-            
+
         <para>
             Many providers require that you provide a document ID with your document. If using a
             <classname>Zend_Cloud_DocumentService_Document</classname>, you can specify this by
@@ -656,9 +656,9 @@ $document = new Zend_Cloud_DocumentService_Document(array(
 // inserting into the "mydata" collection
 $documents->insertDocument("mydata", $document);
 ]]></programlisting>
-        </example>            
+        </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.replace">
         <title>Replacing a document</title>
 
@@ -696,7 +696,7 @@ $document = new Zend_Cloud_DocumentService_Document(array(
 ), "DocumentID");
 
 // Update the document as found in the "mydata" collection
-$documents->replaceDocument("mydata", $document);            
+$documents->replaceDocument("mydata", $document);
 ]]></programlisting>
 
             <para>
@@ -708,11 +708,11 @@ $documents->replaceDocument("mydata", $document);
 $docment->key4 = '4th value';
 
 // Update the document as found in the "mydata" collection
-$documents->replaceDocument("mydata", $document);            
+$documents->replaceDocument("mydata", $document);
 ]]></programlisting>
-        </example>            
+        </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.update">
         <title>Updating a document</title>
 
@@ -720,7 +720,7 @@ $documents->replaceDocument("mydata", $document);
             <emphasis>Updating</emphasis> a document changes the key/value pairs in an existing
             document. This operation does not share the <emphasis>replace</emphasis> semantics; the
             values of the keys that are not specified in the data set will not be changed. You must
-            provide both a document key and data, either via a 
+            provide both a document key and data, either via a
             <classname>Zend_Cloud_DocumentService_Document</classname> document or an array, to this
             method. If the key is null and a document object is provided, the document key is used.
         </para>
@@ -743,7 +743,7 @@ $documents->updateDocument("mydata", null, $document);
 // copy document to another ID
 $documents->updateDocument("mydata", "AnotherDocumentID", $document);
 ]]></programlisting>
-        </example>            
+        </example>
 
         <para>
             Amazon SimpleDB supports multi-value fields, so data updates will be merged with the old key
@@ -759,14 +759,14 @@ $documents->updateDocument("mydata", "AnotherDocumentID", $document);
 
             <programlisting language="php"><![CDATA[
 // key2 is overwritten, key3 is merged
-$documents->updateDocument('mydata', 'DocumentID', 
-    array('key2' => 'new value', 'key3' => 'additional value'), 
+$documents->updateDocument('mydata', 'DocumentID',
+    array('key2' => 'new value', 'key3' => 'additional value'),
     array('merge' => array('key3' => true))
 );
 ]]></programlisting>
         </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.delete">
         <title>Deleting a document</title>
 
@@ -780,11 +780,11 @@ $documents->updateDocument('mydata', 'DocumentID',
             <title>Deleting a document</title>
 
             <programlisting language="php"><![CDATA[
-$documents->deleteDocument("collectionName", "DocumentID");            
+$documents->deleteDocument("collectionName", "DocumentID");
 ]]></programlisting>
-        </example>            
+        </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.fetch">
         <title>Fetching a document</title>
 
@@ -804,9 +804,9 @@ foreach ($document->getFields() as $key => $value) {
     echo "Field $key is $value\n";
 }
 ]]></programlisting>
-        </example>            
+        </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.query">
         <title>Querying a collection</title>
 
@@ -825,18 +825,18 @@ foreach ($document->getFields() as $key => $value) {
 
             <programlisting language="php"><![CDATA[
 $docs = $documents->query(
-    "collectionName", 
+    "collectionName",
     "RowKey eq 'rowkey2' or RowKey eq 'rowkey2'"
 );
 
 foreach ($docs as $doc) {
     $id = $doc->getId();
-    echo "Found document with ID: " 
+    echo "Found document with ID: "
         . var_export($id, 1)
         . "\n";
-}            
+}
 ]]></programlisting>
-        </example>            
+        </example>
 
         <para>
             If using a structured query object, typically, you will retrieve it using the
@@ -857,12 +857,12 @@ $docs = $documents->query('collectionName', $query);
 
 foreach ($docs as $doc) {
     $id = $doc->getId();
-    echo "Found document with ID: " 
+    echo "Found document with ID: "
         . var_export($id, 1)
         . "\n";
-}            
+}
 ]]></programlisting>
-        </example>            
+        </example>
 
         <para>
             <classname>Zend_Cloud_DocumentService_Query</classname> classes do not limit which query
@@ -874,7 +874,7 @@ foreach ($docs as $doc) {
             <listitem>
                 <para>
                     <methodname>select()</methodname> - defines which fields are returned in the
-                    result. 
+                    result.
                 </para>
 
                 <note>
@@ -883,7 +883,7 @@ foreach ($docs as $doc) {
                         document.
                     </para>
                 </note>
-            </listitem> 
+            </listitem>
 
             <listitem>
                 <para>
@@ -920,7 +920,7 @@ foreach ($docs as $doc) {
                 <para>
                     <methodname>order()</methodname> - sorts the returned data by specified field.
                     Accepts two arguments - first is the field name and second is 'asc' or 'desc'
-                    specifying the sort direction. 
+                    specifying the sort direction.
                 </para>
 
                 <note>
@@ -931,7 +931,7 @@ foreach ($docs as $doc) {
             </listitem>
         </itemizedlist>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.select">
         <title>Creating a query</title>
 
@@ -951,14 +951,14 @@ $query = $documents->select()
 $docs = $documents->query('collectionName', $query);
 foreach ($docs as $doc) {
     $id = $doc->getId();
-    echo "Found document with ID: " 
+    echo "Found document with ID: "
         . var_export($id, 1)
         . "\n";
-}            
+}
 ]]></programlisting>
-        </example>            
+        </example>
     </sect2>
-    
+
     <sect2 id="zend.cloud.documentservice.adapter">
         <title>Accessing concrete adapters</title>
 
@@ -979,7 +979,7 @@ foreach ($docs as $doc) {
             <title>Using concrete adapters</title>
 
             <programlisting language="php"><![CDATA[
-// Since SimpleCloud Document API doesn't support batch upload, use concrete adapter 
+// Since SimpleCloud Document API doesn't support batch upload, use concrete adapter
 $amazonSdb = $documents->getAdapter();
 $amazonSdb->batchPutAttributes($items, 'collectionName');
 ]]></programlisting>

+ 20 - 20
documentation/manual/en/module_specs/Zend_Cloud_QueueService.xml

@@ -15,9 +15,9 @@
     <para>
         The interface <classname>Zend_Cloud_QueueService_Adapter</classname> defines the methods
         which concrete queue service adapters must implement. The following adapters are shipped
-        with the Simple Cloud API: 
+        with the Simple Cloud API:
     </para>
-    
+
     <itemizedlist>
         <listitem>
             <para>
@@ -40,12 +40,12 @@
             </para>
         </listitem>
     </itemizedlist>
-    
+
     <sect2 id="zend.cloud.queueservice.adapters">
         <title>Instantiating and Configuring QueueService Adapters</title>
 
         <para>
-            To instantiate a QueueService adapter, use the static method 
+            To instantiate a QueueService adapter, use the static method
             <methodname>Zend_Cloud_QueueService_Factory::getAdapter()</methodname>, which accepts
             either an array or a <classname>Zend_Config</classname> object. Three parameters apply
             to all adapters, while the remaining
@@ -78,7 +78,7 @@
                 </para>
             </listitem>
         </itemizedlist>
-        
+
         <example id="zend.cloud.queueservice.factory.example">
             <title>Instantiating an Amazon SQS adapter via the factory</title>
 
@@ -90,10 +90,10 @@ $queues = Zend_Cloud_QueueService_Factory::getAdapter(array(
 ));
 ]]></programlisting>
         </example>
-        
+
         <sect3 id="zend.cloud.queueservice.adapters.options">
             <title>Service-Specific Options</title>
-           
+
             <table frame='all' id="zend.cloud.queueservice.adapters.options.sqs">
                 <title>Zend_Cloud_QueueService_Adapter_Sqs Options</title>
 
@@ -132,7 +132,7 @@ $queues = Zend_Cloud_QueueService_Factory::getAdapter(array(
                             <entry>No</entry>
                             <entry><classname>Zend_Http_Client_Adapter_Socket</classname></entry>
                         </row>
-                        
+
                         <row>
                             <entry>http_adapter</entry>
                             <entry>HTTP adapter to use in all access operations</entry>
@@ -150,7 +150,7 @@ $queues = Zend_Cloud_QueueService_Factory::getAdapter(array(
                         </row>
                     </tbody>
                 </tgroup>
-            </table>    
+            </table>
 
             <table frame='all' id="zend.cloud.queueservice.adapters.options.azure">
                 <title>Zend_Cloud_QueueService_Adapter_WindowsAzure Options</title>
@@ -312,7 +312,7 @@ $queues = Zend_Cloud_QueueService_Factory::getAdapter(array(
             the queue, observing a first in, first out (FIFO) queue-style interface.
         </para>
     </sect2>
-    
+
     <sect2 id="zend.cloud.queueservice.exceptions">
         <title>Exceptions</title>
 
@@ -320,7 +320,7 @@ $queues = Zend_Cloud_QueueService_Factory::getAdapter(array(
             If some error occurs inside the storage service, a
             <classname>Zend_Cloud_QueueService_Exception</classname> is thrown. If the exception was
             caused by underlying service driver, you can use the
-            <methodname>getClientException()</methodname> method to retrieve the original exception. 
+            <methodname>getClientException()</methodname> method to retrieve the original exception.
         </para>
 
         <para>
@@ -329,7 +329,7 @@ $queues = Zend_Cloud_QueueService_Factory::getAdapter(array(
             <classname>Zend_Cloud_OperationNotAvailableException</classname> exception is thrown.
         </para>
     </sect2>
-    
+
     <sect2 id="zend.cloud.queueservice.create-queue">
         <title>Create a queue</title>
 
@@ -344,7 +344,7 @@ $queues = Zend_Cloud_QueueService_Factory::getAdapter(array(
             <title>Creating a queue</title>
 
             <programlisting language="php"><![CDATA[
-$queueId = $queues->createQueue('my-queue');            
+$queueId = $queues->createQueue('my-queue');
 ]]></programlisting>
         </example>
     </sect2>
@@ -366,7 +366,7 @@ $queueId = $queues->createQueue('my-queue');
 
 // ... do stuff ...
 
-$queues->deleteQueue($queueId);        
+$queues->deleteQueue($queueId);
 ]]></programlisting>
         </example>
 
@@ -393,7 +393,7 @@ $queues->deleteQueue($queueId);
 $names = $queues->listQueues();
 foreach ($names as $name) {
     echo "Found queue $name\n";
-}        
+}
 ]]></programlisting>
         </example>
     </sect2>
@@ -412,7 +412,7 @@ foreach ($names as $name) {
 
             <programlisting language="php"><![CDATA[
 $queues->storeQueueMetadata($queueId, array(
-    'purpose'       => 'Operations', 
+    'purpose'       => 'Operations',
     'administrator' => 'joe@example.com',
 ));
 ]]></programlisting>
@@ -434,7 +434,7 @@ $queues->storeQueueMetadata($queueId, array(
 $metadata = $queues->fetchQueueMetadata($queueId);
 foreac h($metadata as $key => $value) {
     echo "Metadata $key: $value\n";
-}        
+}
 ]]></programlisting>
         </example>
     </sect2>
@@ -451,7 +451,7 @@ foreac h($metadata as $key => $value) {
               <title>Sending a message</title>
 
             <programlisting language="php"><![CDATA[
-$queues->sendMessage($queueId, "Hello world!");            
+$queues->sendMessage($queueId, "Hello world!");
 ]]></programlisting>
         </example>
     </sect2>
@@ -480,7 +480,7 @@ if (count($messages)) {
     }
 }
 
-// Get two messages            
+// Get two messages
 $messages = $queues->receiveMessages($queueId, 2);
 ]]></programlisting>
         </example>
@@ -508,7 +508,7 @@ $messages = $queues->receiveMessages($queueId, 2);
               <title>Deleting a message</title>
 
             <programlisting language="php"><![CDATA[
-// process and delete $max messages            
+// process and delete $max messages
 $messages = $queues->receiveMessages($queueId, $max);
 if (count($messages)) {
     foreach ($messages as $message) {

+ 28 - 28
documentation/manual/en/module_specs/Zend_Cloud_StorageService.xml

@@ -6,7 +6,7 @@
     <para>
         The storage service in the Simple Cloud API implements a basic interface for file storage on
         the cloud. The files have no internal structure as far as the service is concerned, and are
-        identified by a string key that is analogous to a filepath on a filesystem.  
+        identified by a string key that is analogous to a filepath on a filesystem.
     </para>
 
     <sect2 id="zend.cloud.storageservice.adapters">
@@ -15,9 +15,9 @@
         <para>
             The interface <classname>Zend_Cloud_StorageService_Adapter</classname> defines methods
             that each concrete storage service adapter must implement.  The following adapters are
-            shipped with the Simple Cloud API:  
+            shipped with the Simple Cloud API:
         </para>
-        
+
         <itemizedlist>
             <listitem>
                 <para>
@@ -46,7 +46,7 @@
                 </para>
             </listitem>
         </itemizedlist>
-        
+
         <para>
             To create the service object, call the static method
             <methodname>Zend_Cloud_StorageService_Factory::getAdapter()</methodname>, which accepts
@@ -54,7 +54,7 @@
             <varname>storage_adapter</varname> should specify the concrete adapter class.
             Adapter-specific keys may also be passed in this configuration parameter.
         </para>
-        
+
         <example id="zend.cloud.storageservice.factory.example">
             <title>Using the StorageService Factory</title>
 
@@ -66,7 +66,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
 ));
 ]]></programlisting>
         </example>
-        
+
         <sect3 id="zend.cloud.storageservice.adapters.options">
             <title>StorageService Adapter Options</title>
 
@@ -100,7 +100,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
                             <entry>Yes</entry>
                             <entry>None</entry>
                         </row>
-                        
+
                         <row>
                             <entry>bucket_name</entry>
                             <entry>The name of the S3 bucket for this item</entry>
@@ -112,7 +112,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
                             <entry>Yes</entry>
                             <entry>None</entry>
                         </row>
-                        
+
                         <row>
                             <entry>bucket_as_domain</entry>
                             <entry>
@@ -265,7 +265,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
                                                         save data on disk in temp file, return path
                                                         name
                                                     </para>
-                                                </listitem> 
+                                                </listitem>
                                             </varlistentry>
 
                                             <varlistentry>
@@ -273,7 +273,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
 
                                                 <listitem>
                                                     <para>Default: Return the data as stream</para>
-                                                </listitem> 
+                                                </listitem>
                                             </varlistentry>
                                         </variablelist>
                                     </listitem>
@@ -287,7 +287,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
 
                                                 <listitem>
                                                     <para>return the list of item names (default)</para>
-                                                </listitem> 
+                                                </listitem>
                                             </varlistentry>
 
                                             <varlistentry>
@@ -295,14 +295,14 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
 
                                                 <listitem>
                                                     <para>return the list of WindowsAzure objects</para>
-                                                </listitem> 
+                                                </listitem>
                                             </varlistentry>
                                         </variablelist>
                                     </listitem>
                                 </itemizedlist>
                             </entry>
                             <entry>
-                                <methodname>fetchItem()</methodname>, 
+                                <methodname>fetchItem()</methodname>,
                                 <methodname>listItems()</methodname>
                             </entry>
                             <entry>No</entry>
@@ -442,7 +442,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
             defined in the adapter for that provider.
         </para>
     </sect2>
-    
+
     <sect2 id="zend.cloud.storageservice.exceptions">
         <title>Exceptions</title>
 
@@ -450,7 +450,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
             If some error occurs inside the storage service, a
             <classname>Zend_Cloud_StorageService_Exception</classname> is thrown. If the exception
             was caused by underlying service driver, you can use the
-            <methodname>getClientException()</methodname> method to retrieve the original exception. 
+            <methodname>getClientException()</methodname> method to retrieve the original exception.
         </para>
 
         <para>
@@ -459,7 +459,7 @@ $storage = Zend_Cloud_StorageService_Factory::getAdapter(array(
             <classname>Zend_Cloud_OperationNotAvailableException</classname> exception is thrown.
         </para>
     </sect2>
-    
+
     <sect2 id="zend.cloud.storageservice.store">
         <title>Store an item</title>
 
@@ -490,8 +490,8 @@ $data = file_get_contents("/my/local/dir/picture.jpg");
 // Use S3 bucket: myBucket
 // Make this item publicly readable
 $returnedData = $storage->storeItem(
-    '/my/remote/path/picture.jpg', 
-    $data, 
+    '/my/remote/path/picture.jpg',
+    $data,
     array(
         Zend_Cloud_StorageService_Adapter_S3::BUCKET_NAME => "myBucket",
         Zend_Cloud_StorageService_Adapter_S3::METADATA    => array(
@@ -537,7 +537,7 @@ file_put_contents($localFilePath, $returnedData);
             <title>Deleting an item</title>
 
             <programlisting language="php"><![CDATA[
-$storage->deleteItem("/my/remote/path/picture.jpg");           
+$storage->deleteItem("/my/remote/path/picture.jpg");
 ]]></programlisting>
         </example>
     </sect2>
@@ -561,7 +561,7 @@ $storage->deleteItem("/my/remote/path/picture.jpg");
             <title>Copying an item</title>
             <programlisting language="php"><![CDATA[
 $storage->copyItem(
-    '/my/remote/path/picture.jpg', 
+    '/my/remote/path/picture.jpg',
     '/anothor/remote/dir/picturecopy.jpg'
 );
 ]]></programlisting>
@@ -574,7 +574,7 @@ $storage->copyItem(
         <para>
             The <methodname>moveItem()</methodname> operation moves an item from one key (or
             directory) to another.
-        </para> 
+        </para>
 
         <note>
             <para>
@@ -601,14 +601,14 @@ $storage->moveItem(
         <para>
             The <methodname>renameItem()</methodname> operation changes the item name. For some
             services, this operation may be equivalent to moving to its original directory with a
-            new name. 
+            new name.
         </para>
 
         <example id="zend.cloud.storageservice.rename.example">
             <title>Renaming an item</title>
 
             <programlisting language="php"><![CDATA[
-$storage->renameItem('/my/remote/path/picture.jpg', 'newpicture.jpg');                    
+$storage->renameItem('/my/remote/path/picture.jpg', 'newpicture.jpg');
 ]]></programlisting>
         </example>
     </sect2>
@@ -619,7 +619,7 @@ $storage->renameItem('/my/remote/path/picture.jpg', 'newpicture.jpg');
         <para>
             To list the items stored in the specified path, use the
             <methodname>listItems()</methodname> method. The method returns a list of names
-            identifying matching remote items. 
+            identifying matching remote items.
         </para>
 
         <example id="zend.cloud.storageservice.list.example">
@@ -628,7 +628,7 @@ $storage->renameItem('/my/remote/path/picture.jpg', 'newpicture.jpg');
 $objects = $storage->listItems('/my/remote/path/');
 foreach ($objects as $objname) {
     echo "Found: $objname\n";
-}            
+}
 ]]></programlisting>
         </example>
     </sect2>
@@ -648,7 +648,7 @@ foreach ($objects as $objname) {
 $data = $storage->fetchMetadata('/my/remote/path/picture.jpg');
 foreach ($data as $key => $value) {
     echo "Metadata $key: $value\n";
-}            
+}
 ]]></programlisting>
         </example>
     </sect2>
@@ -692,7 +692,7 @@ $data = $storage->storeMetadata('/my/remote/path/picture.jpg', array(
             <title>Deleting metadata</title>
 
             <programlisting language="php"><![CDATA[
-$storage->deleteMetadata("/my/remote/path/picture.jpg");            
+$storage->deleteMetadata("/my/remote/path/picture.jpg");
 ]]></programlisting>
         </example>
     </sect2>
@@ -718,7 +718,7 @@ $storage->deleteMetadata("/my/remote/path/picture.jpg");
 
             <programlisting language="php"><![CDATA[
 // the Simple Cloud Storage API doesn't support "clean bucket" operation
-// the concrete adapter can be used to access this feature 
+// the concrete adapter can be used to access this feature
 $s3 = $storage->getClient();
 $s3->cleanBucket("oldBucket");
 ]]></programlisting>

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

@@ -53,10 +53,10 @@ production:
     layout:
       layoutPath: APPLICATION_PATH/layouts/scripts/
 
-staging: 
+staging:
   _extends: production
 
-testing: 
+testing:
   _extends: production
   phpSettings:
     display_startup_errors: true

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

@@ -1081,7 +1081,7 @@ $id = $db->lastSequenceId('bugs_id_gen');
 
             <para>
                 For <acronym>RDBMS</acronym> brands that don't support sequences, including MariaDB,
-		MySQL, Microsoft <acronym>SQL</acronym> Server, and SQLite, the arguments to the
+        MySQL, Microsoft <acronym>SQL</acronym> Server, and SQLite, the arguments to the
                 <methodname>lastInsertId()</methodname> method are ignored, and the value returned
                 is the most recent value generated for any table by <acronym>INSERT</acronym>
                 operations during the current connection. For these <acronym>RDBMS</acronym> brands,

+ 2 - 2
documentation/manual/en/module_specs/Zend_Http_UserAgent-Device.xml

@@ -69,7 +69,7 @@ interface Zend_Http_UserAgent_Device extends Serializable
             <classname>Zend_Http_UserAgent_AbstractDevice</classname>, which provides functionality
             around discovering capabilities from the User-Agent string itself, as well as
             discovering and querying a <link linkend="zend.http.user-agent-features">Features
-                adapter</link>. 
+                adapter</link>.
         </para>
     </sect2>
 
@@ -453,7 +453,7 @@ interface Zend_Http_UserAgent_Device extends Serializable
 
                 <listitem>
                     <para>
-                        Determine if the current device instance supports HTTPS. 
+                        Determine if the current device instance supports HTTPS.
                     </para>
                 </listitem>
             </varlistentry>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Http_UserAgent-Features_TeraWurfl.xml

@@ -41,7 +41,7 @@ resources.useragent.terawurfl.terawurfl_lib_dir = APPLICATION_PATH "/../library/
         </para>
 
         <programlisting language="ini">
-resources.useragent.terawurfl[] = 
+resources.useragent.terawurfl[] =
 </programlisting>
     </sect2>
 

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

@@ -383,7 +383,7 @@ $config = array(
                         Plugin loader configuration; allows you to specify a pre-configured
                         <classname>Zend_Loader_PluginLoader</classname> extension class to use for
                         one of the plugin loader types managed by <classname>UserAgent</classname>
-                        (currently "storage" and "device". 
+                        (currently "storage" and "device".
                     </para>
                 </listitem>
             </varlistentry>
@@ -710,7 +710,7 @@ resources.useragent.bot.device.prefix = "Mobile_Device"
 
                 <listitem>
                     <para>
-                        Retrieve the HTTP Accept header value. 
+                        Retrieve the HTTP Accept header value.
                     </para>
                 </listitem>
             </varlistentry>

+ 5 - 5
documentation/manual/en/module_specs/Zend_Log-Factory.xml

@@ -175,7 +175,7 @@ $logger = Zend_Log::factory(array(
 
         <sect3 id="zend.log.factory.writer-options.mail">
             <title>Zend_Log_Writer_Mail Options</title>
-    
+
             <table id="zend.log.factory.writer-options.mail.table">
                 <title>Zend_Log_Writer_Mail Options</title>
 
@@ -281,11 +281,11 @@ $logger = Zend_Log::factory(array(
                             <entry><constant>NULL</constant></entry>
 
                             <entry>
-                                A summary of number of errors per priority is appended to the 
+                                A summary of number of errors per priority is appended to the
                                 subject of the mail
                             </entry>
                         </row>
-                    
+
                         <row>
                             <entry><emphasis>layout</emphasis></entry>
                             <entry><type>String</type></entry>
@@ -295,7 +295,7 @@ $logger = Zend_Log::factory(array(
                                 An <classname>Zend_Layout</classname> instance
                             </entry>
                         </row>
-                    
+
                         <row>
                             <entry><emphasis>layoutOptions</emphasis></entry>
                             <entry><type>Array</type></entry>
@@ -305,7 +305,7 @@ $logger = Zend_Log::factory(array(
                                 See the section <xref linkend="zend.layout.options" />
                             </entry>
                         </row>
-                    
+
                         <row>
                             <entry><emphasis>layoutFormatter</emphasis></entry>
                             <entry><type>String</type></entry>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Mail-DifferentTransports.xml

@@ -29,7 +29,7 @@ $mail->send();  // use default again
 
         <para>
             Additional transports can be written by implementing
-            <classname>Zend_Mail_Transport_Interface</classname>. 
+            <classname>Zend_Mail_Transport_Interface</classname>.
         </para>
     </note>
 

+ 2 - 2
documentation/manual/en/module_specs/Zend_Mail-UsingFileTransport.xml

@@ -2,7 +2,7 @@
 <!-- Reviewed: no -->
 <sect2 id="zend.mail.file-transport">
     <title>Using File Transport</title>
-    
+
     <para>
         <classname>Zend_Mail_Transport_File</classname> is useful in a
         development environment or for testing purposes. Instead of sending any real
@@ -11,7 +11,7 @@
         <classname>Zend_Application_Resource_Mail</classname>, or by passing an instance to the
         <methodname>send()</methodname> method of a <classname>Zend_Mail</classname> instance.
     </para>
-    
+
     <para>
         The transport has two optional parameters that can be passed to the constructor or
         via <methodname>setOptions()</methodname> method. The <property>path</property>

+ 11 - 11
documentation/manual/en/module_specs/Zend_Pdf-Pages.xml

@@ -22,7 +22,7 @@
             which returns a <classname>Zend_Pdf_Page</classname> object.
             <methodname>Zend_Pdf::newPage()</methodname> creates a page that is already attached to
             a document. Attached pages can't be used with another <acronym>PDF</acronym>
-            documents until it's not cloned. See <link linkend="zend.pdf.pages.cloning">Page 
+            documents until it's not cloned. See <link linkend="zend.pdf.pages.cloning">Page
             cloning</link> section for the details.
         </para>
 
@@ -103,15 +103,15 @@ unset($pdf->pages[$templatePageIndex]);
 ...
 ]]></programlisting>
         </example>
-        
+
         <para>
-            It's useful if you need several pages to be created using one template. 
+            It's useful if you need several pages to be created using one template.
         </para>
 
         <caution>
             <para>
-                Important! Duplicated page shares some <acronym>PDF</acronym> resources with 
-                a template page, so it can be used only within the same document as a template page. 
+                Important! Duplicated page shares some <acronym>PDF</acronym> resources with
+                a template page, so it can be used only within the same document as a template page.
                 Modified document can be saved as new one.
             </para>
         </caution>
@@ -120,7 +120,7 @@ unset($pdf->pages[$templatePageIndex]);
             <code>clone</code> operator may be used to create page which is not attached to any document.
             It takes more time than duplicating page since it needs to copy all dependent objects
             (used fonts, images and other resources), but it allows to use pages from different source
-            documents to create new one: 
+            documents to create new one:
         </para>
 
         <example id="zend.pdf.pages.example-3">
@@ -137,12 +137,12 @@ $pdf->pages[] = $page1;
 $pdf->pages[] = $page2;
 ]]></programlisting>
         </example>
-        
+
         <para>
-            If several template pages are planned to be used as templates then it could be more efficient 
-            to utilize <classname>Zend_Pdf_Resource_Extractor</classname> class which gives an ability 
-            to share resources between cloned pages - fonts, images, etc. (otherwise new resource copy 
-            will be created for each cloned page):  
+            If several template pages are planned to be used as templates then it could be more efficient
+            to utilize <classname>Zend_Pdf_Resource_Extractor</classname> class which gives an ability
+            to share resources between cloned pages - fonts, images, etc. (otherwise new resource copy
+            will be created for each cloned page):
         </para>
 
         <example id="zend.pdf.pages.example-4">

+ 19 - 19
documentation/manual/en/module_specs/Zend_Service_Ebay_Finding.xml

@@ -83,7 +83,7 @@ $finding  = new Zend_Service_Ebay_Finding('my-app-id');
 $response = $finding->findItemsByKeywords('zend framework book');
 foreach ($response->searchResult->item as $item) {
     $item->title;
-    $item->listingInfo->buyItNowPrice; 
+    $item->listingInfo->buyItNowPrice;
     $item->listingInfo->viewItemURL;
 
     // inner call, find for items of same current product
@@ -92,7 +92,7 @@ foreach ($response->searchResult->item as $item) {
 
     // inner call, find for items of same store
     // like $finding->findItemsInEbayStores($item->storeInfo->storeName)
-    $response3 = $item->storeInfo->findItems($finding); 
+    $response3 = $item->storeInfo->findItems($finding);
 }
 ]]></programlisting>
         </example>
@@ -110,13 +110,13 @@ foreach ($response->searchResult->item as $item) {
             <title>Searching keywords recomendation</title>
             <programlisting language="php"><![CDATA[
 // searching keywords
-$finding = new Zend_Service_Ebay_Finding('my-app-id'); 
-$result  = $finding->getSearchKeywordsRecommendation('zend'); 
-echo 'Did you mean ' . $result->keyword . '?'; 
+$finding = new Zend_Service_Ebay_Finding('my-app-id');
+$result  = $finding->getSearchKeywordsRecommendation('zend');
+echo 'Did you mean ' . $result->keyword . '?';
 
-// inner call 
-// like $finding->findItemsByKeywords($result->keyword) 
-$result2 = $result->findItems($finding); 
+// inner call
+// like $finding->findItemsByKeywords($result->keyword)
+$result2 = $result->findItems($finding);
 ]]></programlisting>
         </example>
     </sect2>
@@ -134,17 +134,17 @@ $result2 = $result->findItems($finding);
         <example id="zend.service.ebay.finding.histogram.sample">
             <title>Fetching histogram</title>
             <programlisting language="php"><![CDATA[
-$finding = new Zend_Service_Ebay_Finding('my-app-id'); 
-$result  = $finding->getHistograms($categoryId); 
- 
-foreach ($result->categoryHistogramContainer->categoryHistogram as $category) { 
-    $category->categoryId; 
-    $category->categoryName; 
- 
-    // inner call 
-    // like $finding->findItemsByCategory($category->categoryId); 
-    $result2 = $category->findItems($finding); 
-} 
+$finding = new Zend_Service_Ebay_Finding('my-app-id');
+$result  = $finding->getHistograms($categoryId);
+
+foreach ($result->categoryHistogramContainer->categoryHistogram as $category) {
+    $category->categoryId;
+    $category->categoryName;
+
+    // inner call
+    // like $finding->findItemsByCategory($category->categoryId);
+    $result2 = $category->findItems($finding);
+}
 ]]></programlisting>
         </example>
     </sect2>

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

@@ -1008,7 +1008,7 @@ Zend_Debug::dump($phpLiveDocx->getImageImportFormats());
                     application.
                 </para>
             </example>
-            
+
             <example id="zend.service.livedocx.mailmerge.information.getimageexportformats">
                 <title>Get Array of Supported Image Export File Formats</title>
 

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

@@ -39,8 +39,8 @@
                         url="http://metamark.net/">metamark.net</ulink> service.
                 </para>
             </listitem>
-			
-			<listitem>
+
+            <listitem>
                 <para>
                     <classname>Zend_Service_ShortUrl_IsGd</classname>, which accesses the <ulink
                         url="http://is.gd">is.gd</ulink> service.

+ 6 - 6
documentation/manual/en/module_specs/Zend_Service_WindowsAzure_Manager.xml

@@ -12,7 +12,7 @@
         transferred to a Windows Azure storage account for persistence. Transfers can
         either be scheduled or on-demand.
     </para>
-    
+
     <para>
         You can configure Windows Azure Diagnostics from code running within a role. You
         can also configure it remotely from an application running outside of the Windows
@@ -82,12 +82,12 @@ echo 'The configuration ' . ($configurationExists ? 'exists' : 'does not exist';
 ]]></programlisting>
             </example>
         </sect3>
-        
+
         <sect3 id="zend.service.windowsazure.diagnostics.manager.api.config-load">
             <title>Loading the current role instance diagnostics configuration</title>
 
             <para>
-                Using the following code, you can load the current role instance diagnostics 
+                Using the following code, you can load the current role instance diagnostics
                 configuration.
             </para>
 
@@ -108,7 +108,7 @@ $configuration = $manager->getConfigurationForCurrentRoleInstance();
 ]]></programlisting>
             </example>
         </sect3>
-        
+
         <sect3 id="zend.service.windowsazure.diagnostics.manager.api.config-store">
             <title>Storing the current role instance diagnostics configuration</title>
 
@@ -135,7 +135,7 @@ $manager->setConfigurationForCurrentRoleInstance($configuration);
 ]]></programlisting>
             </example>
         </sect3>
-        
+
         <sect3 id="zend.service.windowsazure.diagnostics.manager.api.config-perf">
             <title>Subscribing to a performance counter</title>
 
@@ -165,7 +165,7 @@ $manager->setConfigurationForCurrentRoleInstance($configuration);
 ]]></programlisting>
             </example>
         </sect3>
-        
+
         <sect3 id="zend.service.windowsazure.diagnostics.manager.api.config-roleid">
             <title>Getting the current role instance id</title>
 

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

@@ -30,8 +30,8 @@ $cmp = Zend_Version::compareVersion('2.0.0');
     </example>
 
     <para>
-        The static method <methodname>Zend_Version::getLatest()</methodname> provides the version 
-        number of the last stable release available for download on the site 
+        The static method <methodname>Zend_Version::getLatest()</methodname> provides the version
+        number of the last stable release available for download on the site
         <ulink url="http://framework.zend.com/download/latest">Zend Framework</ulink>.
     </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_View-Helpers-TinySrc.xml

@@ -324,7 +324,7 @@
                         <listitem>
                             <para>
                                 A percentage of the total screen dimensions, expressed as "x" followed
-                                by the percentage: "x20" is equivalent to 20%. 
+                                by the percentage: "x20" is equivalent to 20%.
                             </para>
                         </listitem>
                     </itemizedlist>