Browse Source

DOCUMENTATION English: remove multiple empty lines

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15341 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 years ago
parent
commit
d44f60ec92
45 changed files with 0 additions and 92 deletions
  1. 0 1
      documentation/manual/en/module_specs/Zend_Amf-Server.xml
  2. 0 10
      documentation/manual/en/module_specs/Zend_CodeGenerator-Examples.xml
  3. 0 3
      documentation/manual/en/module_specs/Zend_CodeGenerator-Introduction.xml
  4. 0 1
      documentation/manual/en/module_specs/Zend_CodeGenerator-Reference.xml
  5. 0 1
      documentation/manual/en/module_specs/Zend_Controller-Plugins-ErrorHandler.xml
  6. 0 1
      documentation/manual/en/module_specs/Zend_Controller-Router-Route-Regex.xml
  7. 0 1
      documentation/manual/en/module_specs/Zend_Currency-Usage.xml
  8. 0 1
      documentation/manual/en/module_specs/Zend_Db_Adapter.xml
  9. 0 3
      documentation/manual/en/module_specs/Zend_Db_Table.xml
  10. 0 3
      documentation/manual/en/module_specs/Zend_Db_Table_Rowset.xml
  11. 0 1
      documentation/manual/en/module_specs/Zend_Filter-Callback.xml
  12. 0 1
      documentation/manual/en/module_specs/Zend_Form-QuickStart.xml
  13. 0 1
      documentation/manual/en/module_specs/Zend_Gdata-Introduction.xml
  14. 0 1
      documentation/manual/en/module_specs/Zend_Gdata_Spreadsheets.xml
  15. 0 2
      documentation/manual/en/module_specs/Zend_Gdata_YouTube.xml
  16. 0 1
      documentation/manual/en/module_specs/Zend_Json-Server.xml
  17. 0 2
      documentation/manual/en/module_specs/Zend_Locale-Introduction.xml
  18. 0 2
      documentation/manual/en/module_specs/Zend_Mail_Read.xml
  19. 0 1
      documentation/manual/en/module_specs/Zend_Measure-Creation.xml
  20. 0 1
      documentation/manual/en/module_specs/Zend_Pdf-Create.xml
  21. 0 4
      documentation/manual/en/module_specs/Zend_Pdf-Drawing.xml
  22. 0 1
      documentation/manual/en/module_specs/Zend_Pdf-Usage.xml
  23. 0 2
      documentation/manual/en/module_specs/Zend_Search_Lucene-Advanced.xml
  24. 0 6
      documentation/manual/en/module_specs/Zend_Search_Lucene-BestPractice.xml
  25. 0 9
      documentation/manual/en/module_specs/Zend_Search_Lucene-Extending.xml
  26. 0 1
      documentation/manual/en/module_specs/Zend_Search_Lucene-IndexCreation.xml
  27. 0 6
      documentation/manual/en/module_specs/Zend_Search_Lucene-Queries.xml
  28. 0 2
      documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml
  29. 0 1
      documentation/manual/en/module_specs/Zend_Service_Amazon_S3.xml
  30. 0 1
      documentation/manual/en/module_specs/Zend_Service_Nirvanix.xml
  31. 0 1
      documentation/manual/en/module_specs/Zend_Service_StrikeIron-Overview.xml
  32. 0 1
      documentation/manual/en/module_specs/Zend_Session-GlobalSessionManagement.xml
  33. 0 4
      documentation/manual/en/module_specs/Zend_Soap_AutoDiscovery.xml
  34. 0 1
      documentation/manual/en/module_specs/Zend_Soap_Client.xml
  35. 0 1
      documentation/manual/en/module_specs/Zend_Soap_Server.xml
  36. 0 2
      documentation/manual/en/module_specs/Zend_Soap_Wsdl.xml
  37. 0 1
      documentation/manual/en/module_specs/Zend_Test-PHPUnit-Bootstrapping.xml
  38. 0 1
      documentation/manual/en/module_specs/Zend_Tool_Framework-Architecture.xml
  39. 0 1
      documentation/manual/en/module_specs/Zend_Validate.xml
  40. 0 1
      documentation/manual/en/module_specs/Zend_View-Helpers-Json.xml
  41. 0 1
      documentation/manual/en/module_specs/Zend_View-Helpers-Translate.xml
  42. 0 2
      documentation/manual/en/module_specs/Zend_View-Helpers.xml
  43. 0 2
      documentation/manual/en/module_specs/Zend_XmlRpc_Client.xml
  44. 0 1
      documentation/manual/en/ref/coding_standard.xml
  45. 0 1
      documentation/manual/en/ref/requirements.xml

+ 0 - 1
documentation/manual/en/module_specs/Zend_Amf-Server.xml

@@ -517,7 +517,6 @@ package {
 }
 }
 ]]></programlisting>
 ]]></programlisting>
 
 
-
         <para>
         <para>
             We first need to import two ActionScript libraries that perform the bulk of the work.
             We first need to import two ActionScript libraries that perform the bulk of the work.
             The first is NetConnection which acts like a by directional pipe between the client and
             The first is NetConnection which acts like a by directional pipe between the client and

+ 0 - 10
documentation/manual/en/module_specs/Zend_CodeGenerator-Examples.xml

@@ -49,7 +49,6 @@ echo $foo->generate();
 class Foo
 class Foo
 {
 {
 
 
-
 }
 }
 ]]></programlisting>
 ]]></programlisting>
     </example>
     </example>
@@ -123,7 +122,6 @@ class Foo
 
 
     const bat = 'foobarbazbat';
     const bat = 'foobarbazbat';
 
 
-
 }
 }
 ]]></programlisting>
 ]]></programlisting>
     </example>
     </example>
@@ -246,7 +244,6 @@ class Foo
         return $this;
         return $this;
     }
     }
 
 
-
     /**
     /**
      * Retrieve the bar property
      * Retrieve the bar property
      *
      *
@@ -257,8 +254,6 @@ class Foo
         return $this->_bar;
         return $this->_bar;
     }
     }
 
 
-
-
 }
 }
 ]]></programlisting>
 ]]></programlisting>
     </example>
     </example>
@@ -319,7 +314,6 @@ file_put_contents('Foo.php', $code);
  * @license New BSD
  * @license New BSD
  */
  */
 
 
-
 /**
 /**
  * Sample generated class
  * Sample generated class
  *
  *
@@ -349,7 +343,6 @@ class Foo
         return $this;
         return $this;
     }
     }
 
 
-
     /**
     /**
      * Retrieve the bar property
      * Retrieve the bar property
      *
      *
@@ -360,11 +353,8 @@ class Foo
         return $this->_bar;
         return $this->_bar;
     }
     }
 
 
-
-
 }
 }
 
 
-
 define('APPLICATION_ENV', 'testing');
 define('APPLICATION_ENV', 'testing');
 ]]></programlisting>
 ]]></programlisting>
     </example>
     </example>

+ 0 - 3
documentation/manual/en/module_specs/Zend_CodeGenerator-Introduction.xml

@@ -72,8 +72,6 @@ class World
         echo 'Hello world!';
         echo 'Hello world!';
     }
     }
 
 
-
-
 }
 }
 ]]></programlisting>
 ]]></programlisting>
 
 
@@ -126,7 +124,6 @@ class World
         echo 'Hello world!';
         echo 'Hello world!';
     }
     }
 
 
-
     public function mrMcFeeley()
     public function mrMcFeeley()
     {
     {
         echo 'Hellow Mr. McFeeley!';
         echo 'Hellow Mr. McFeeley!';

+ 0 - 1
documentation/manual/en/module_specs/Zend_CodeGenerator-Reference.xml

@@ -357,7 +357,6 @@ class Zend_CodeGenerator_Php_Docblock_Tag_Param
                 The API of the class is as follows:
                 The API of the class is as follows:
             </para>
             </para>
 
 
-
             <programlisting role="php"><![CDATA[
             <programlisting role="php"><![CDATA[
 class Zend_CodeGenerator_Php_File extends Zend_CodeGenerator_Php_Abstract
 class Zend_CodeGenerator_Php_File extends Zend_CodeGenerator_Php_Abstract
 {
 {

+ 0 - 1
documentation/manual/en/module_specs/Zend_Controller-Plugins-ErrorHandler.xml

@@ -186,7 +186,6 @@ public function errorAction()
 {
 {
         $errors = $this->_getParam('error_handler');
         $errors = $this->_getParam('error_handler');
 
 
-
         switch ($errors->type) {
         switch ($errors->type) {
             case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_CONTROLLER:
             case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_CONTROLLER:
             case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ACTION:
             case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ACTION:

+ 0 - 1
documentation/manual/en/module_specs/Zend_Controller-Router-Route-Regex.xml

@@ -148,7 +148,6 @@ $values = array(
         environment. Keys may contain variable names or subpattern indexes:
         environment. Keys may contain variable names or subpattern indexes:
     </para>
     </para>
 
 
-
     <programlisting role="php"><![CDATA[
     <programlisting role="php"><![CDATA[
 $route = new Zend_Controller_Router_Route_Regex(
 $route = new Zend_Controller_Router_Route_Regex(
     'archive/(\d+)',
     'archive/(\d+)',

+ 0 - 1
documentation/manual/en/module_specs/Zend_Currency-Usage.xml

@@ -25,7 +25,6 @@
 $currency = new Zend_Currency();
 $currency = new Zend_Currency();
 ]]></programlisting>
 ]]></programlisting>
 
 
-
     </example>
     </example>
 
 
     <para>
     <para>

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

@@ -2158,7 +2158,6 @@ if (!is_null($version)) {
             </itemizedlist>
             </itemizedlist>
         </sect3>
         </sect3>
 
 
-
     </sect2>
     </sect2>
 
 
 </sect1>
 </sect1>

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

@@ -1338,18 +1338,15 @@ $cache = Zend_Cache::factory('Core',
                              $frontendOptions,
                              $frontendOptions,
                              $backendOptions);
                              $backendOptions);
 
 
-
 // Next, set the cache to be used with all table objects
 // Next, set the cache to be used with all table objects
 Zend_Db_Table_Abstract::setDefaultMetadataCache($cache);
 Zend_Db_Table_Abstract::setDefaultMetadataCache($cache);
 
 
-
 // A table class is also needed
 // A table class is also needed
 class Bugs extends Zend_Db_Table_Abstract
 class Bugs extends Zend_Db_Table_Abstract
 {
 {
     // ...
     // ...
 }
 }
 
 
-
 // Each instance of Bugs now uses the default metadata cache
 // Each instance of Bugs now uses the default metadata cache
 $bugs = new Bugs();
 $bugs = new Bugs();
 ]]></programlisting>
 ]]></programlisting>

+ 0 - 3
documentation/manual/en/module_specs/Zend_Db_Table_Rowset.xml

@@ -183,8 +183,6 @@ $row9->assigned_to = 'mmouse';
 $row9->save();
 $row9->save();
 ]]></programlisting>
 ]]></programlisting>
 
 
-
-
         <para>
         <para>
             After you have access to an individual Row object, you can manipulate the Row using methods described in
             After you have access to an individual Row object, you can manipulate the Row using methods described in
             <xref linkend="zend.db.table.row" />.
             <xref linkend="zend.db.table.row" />.
@@ -409,7 +407,6 @@ class Bugs extends Zend_Db_Table_Abstract
 
 
     </sect2>
     </sect2>
 
 
-
 </sect1>
 </sect1>
 <!--
 <!--
 vim:se ts=4 sw=4 et:
 vim:se ts=4 sw=4 et:

+ 0 - 1
documentation/manual/en/module_specs/Zend_Filter-Callback.xml

@@ -8,7 +8,6 @@
         have a method which does the job.
         have a method which does the job.
     </para>
     </para>
 
 
-
     <para>
     <para>
         Let's expect we want to create a filter which reverses a string.
         Let's expect we want to create a filter which reverses a string.
     </para>
     </para>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Form-QuickStart.xml

@@ -217,7 +217,6 @@ $username->addValidators(array('alnum',
     ->addFilters(array('StringToLower'));
     ->addFilters(array('StringToLower'));
 ]]></programlisting>
 ]]></programlisting>
 
 
-
         <para>
         <para>
             Simple as this is, repeating it this for every element in a form
             Simple as this is, repeating it this for every element in a form
             can be a bit tedious. Let's try option (b) from above. When we
             can be a bit tedious. Let's try option (b) from above. When we

+ 0 - 1
documentation/manual/en/module_specs/Zend_Gdata-Introduction.xml

@@ -264,7 +264,6 @@ $entry->cell = $cell;
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.gdata.introduction.authentication">
     <sect2 id="zend.gdata.introduction.authentication">
         <title>Google Data Client Authentication</title>
         <title>Google Data Client Authentication</title>
         <para>
         <para>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Gdata_Spreadsheets.xml

@@ -306,7 +306,6 @@ $listEntry->delete();
             feed and a list-based feed for the same worksheet at the same time.
             feed and a list-based feed for the same worksheet at the same time.
         </para>
         </para>
 
 
-
         <sect3 id="zend.gdata.spreadsheets.cellfeeds.get">
         <sect3 id="zend.gdata.spreadsheets.cellfeeds.get">
             <title>Get a Cell-based Feed</title>
             <title>Get a Cell-based Feed</title>
             <para>
             <para>

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

@@ -43,7 +43,6 @@ $yt = new Zend_Gdata_YouTube($httpClient,
             </example>
             </example>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.gdata.youtube.videos">
     <sect2 id="zend.gdata.youtube.videos">
         <title>Retrieving public video feeds</title>
         <title>Retrieving public video feeds</title>
 
 
@@ -89,7 +88,6 @@ foreach ($videoFeed as $videoEntry) {
 ]]></programlisting>
 ]]></programlisting>
             </example>
             </example>
 
 
-
             <para>
             <para>
                 For more details on the different query parameters, please
                 For more details on the different query parameters, please
                 refer to the <ulink url="http://code.google.com/apis/youtube/reference.html#Searching_for_videos">
                 refer to the <ulink url="http://code.google.com/apis/youtube/reference.html#Searching_for_videos">

+ 0 - 1
documentation/manual/en/module_specs/Zend_Json-Server.xml

@@ -173,7 +173,6 @@ $server->handle();
             interoperate properly:
             interoperate properly:
         </para>
         </para>
 
 
-
         <programlisting role="php"><![CDATA[
         <programlisting role="php"><![CDATA[
 $server = new Zend_Json_Server();
 $server = new Zend_Json_Server();
 $server->setClass('Calculator');
 $server->setClass('Calculator');

+ 0 - 2
documentation/manual/en/module_specs/Zend_Locale-Introduction.xml

@@ -240,7 +240,6 @@ $locale3 = new Zend_Locale(Zend_Locale::FRAMEWORK);
 
 
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.locale.selection.automatic">
     <sect2 id="zend.locale.selection.automatic">
 
 
         <title>Usage of automatic Locales</title>
         <title>Usage of automatic Locales</title>
@@ -512,7 +511,6 @@ Zend_Locale_Format::setOptions(array('locale' => Zend_Locale_Format::STANDARD,
 
 
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.locale.cache">
     <sect2 id="zend.locale.cache">
 
 
         <title>Speed up Zend_Locale and its subclasses</title>
         <title>Speed up Zend_Locale and its subclasses</title>

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

@@ -364,7 +364,6 @@ foreach ($mail as $message) {
     echo $message->subject . "\n";
     echo $message->subject . "\n";
 }
 }
 
 
-
 // check for known flags
 // check for known flags
 $flags = $message->getFlags();
 $flags = $message->getFlags();
 echo "Message is flagged as: ";
 echo "Message is flagged as: ";
@@ -757,7 +756,6 @@ class Example_Mail_Storage_Maildir extends Zend_Mail_Storage_Writable_Maildir {
 }
 }
 ]]></programlisting>
 ]]></programlisting>
 
 
-
         </sect3>
         </sect3>
     </sect2>
     </sect2>
 </sect1>
 </sect1>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Measure-Creation.xml

@@ -119,7 +119,6 @@ $unit = new Zend_Measure_Length($mystring,
                                 $locale);
                                 $locale);
 echo $unit; // outputs "1.234 m"
 echo $unit; // outputs "1.234 m"
 
 
-
 $mystring = "The boat is 1,234.50 long.";
 $mystring = "The boat is 1,234.50 long.";
 $unit = new Zend_Measure_Length($mystring,
 $unit = new Zend_Measure_Length($mystring,
                                 Zend_Measure_Length::STANDARD,
                                 Zend_Measure_Length::STANDARD,

+ 0 - 1
documentation/manual/en/module_specs/Zend_Pdf-Create.xml

@@ -68,7 +68,6 @@ $pdf3->rollback($revisions - 1);
 ]]></programlisting>
 ]]></programlisting>
     </example>
     </example>
 
 
-
 </sect1>
 </sect1>
 <!--
 <!--
 vim:se ts=4 sw=4 et:
 vim:se ts=4 sw=4 et:

+ 0 - 4
documentation/manual/en/module_specs/Zend_Pdf-Drawing.xml

@@ -49,7 +49,6 @@ $color3 = new Zend_Pdf_Color_Html('forestgreen');
 ]]></programlisting>
 ]]></programlisting>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.pdf.drawing.shape-drawing">
     <sect2 id="zend.pdf.drawing.shape-drawing">
         <title>Shape Drawing</title>
         <title>Shape Drawing</title>
         <para>
         <para>
@@ -440,7 +439,6 @@ $pdfPage->setFont($font, 36)
         </example>
         </example>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.pdf.drawing.extracting-fonts">
     <sect2 id="zend.pdf.drawing.extracting-fonts">
         <title>Extracting fonts.</title>
         <title>Extracting fonts.</title>
         <para>
         <para>
@@ -557,8 +555,6 @@ for ($charIndex = 0; $charIndex < strlen($text); $charIndex++) {
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
-
     <sect2 id="zend.pdf.drawing.image-drawing">
     <sect2 id="zend.pdf.drawing.image-drawing">
         <title>Image Drawing</title>
         <title>Image Drawing</title>
         <para>
         <para>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Pdf-Usage.xml

@@ -204,7 +204,6 @@ $page2->setLineWidth(0.5)
 
 
 $page2->restoreGS();
 $page2->restoreGS();
 
 
-
 // Coordination system movement, skewing and scaling
 // Coordination system movement, skewing and scaling
 $page2->saveGS();
 $page2->saveGS();
 $page2->translate(60, 150)     // Shift coordination system
 $page2->translate(60, 150)     // Shift coordination system

+ 0 - 2
documentation/manual/en/module_specs/Zend_Search_Lucene-Advanced.xml

@@ -76,7 +76,6 @@
 
 
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.search.lucene.advanced.static">
     <sect2 id="zend.search.lucene.advanced.static">
         <title>Using the index as static property</title>
         <title>Using the index as static property</title>
 
 
@@ -110,7 +109,6 @@ Searcher::initIndex();
 ]]></programlisting>
 ]]></programlisting>
         </para>
         </para>
 
 
-
         <para>
         <para>
             All the same, the destructor for static properties is correctly invoked at this point in the program's execution.
             All the same, the destructor for static properties is correctly invoked at this point in the program's execution.
         </para>
         </para>

+ 0 - 6
documentation/manual/en/module_specs/Zend_Search_Lucene-BestPractice.xml

@@ -30,14 +30,12 @@ foreach ($hits as $hit) {
     // Get 'contents' document field
     // Get 'contents' document field
     $contents = $hit->contents;
     $contents = $hit->contents;
 
 
-
     // Get internal Lucene document id
     // Get internal Lucene document id
     $id = $hit->id;
     $id = $hit->id;
 
 
     // Get query hit score
     // Get query hit score
     $score = $hit->score;
     $score = $hit->score;
 
 
-
     // Get 'id' document field
     // Get 'id' document field
     $docId = $hit->getDocument()->id;
     $docId = $hit->getDocument()->id;
 
 
@@ -51,7 +49,6 @@ foreach ($hits as $hit) {
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.search.lucene.best-practice.indexing-performance">
     <sect2 id="zend.search.lucene.best-practice.indexing-performance">
         <title>Indexing performance</title>
         <title>Indexing performance</title>
 
 
@@ -136,7 +133,6 @@ $index->optimize();
             memory usage.</para></footnote>. It's a best practice not to use more than a half of the allowed memory.
             memory usage.</para></footnote>. It's a best practice not to use more than a half of the allowed memory.
         </para>
         </para>
 
 
-
         <para>
         <para>
             <emphasis>MaxMergeDocs</emphasis> limits the segment size (in terms of documents). It therefore also limits auto-optimization time by guaranteeing
             <emphasis>MaxMergeDocs</emphasis> limits the segment size (in terms of documents). It therefore also limits auto-optimization time by guaranteeing
             that the <code>addDocument()</code> method is not executed more than a certain number of times. This is very important for interactive applications.
             that the <code>addDocument()</code> method is not executed more than a certain number of times. This is very important for interactive applications.
@@ -159,7 +155,6 @@ $index->optimize();
             too low for batch indexing.
             too low for batch indexing.
         </para>
         </para>
 
 
-
         <para>
         <para>
             <emphasis>MergeFactor</emphasis> affects auto-optimization frequency. Lower values increase the quality of unoptimized indexes. Larger values increase
             <emphasis>MergeFactor</emphasis> affects auto-optimization frequency. Lower values increase the quality of unoptimized indexes. Larger values increase
             indexing performance, but also increase the number of merged segments. This again may trigger the "Too many open files" error.
             indexing performance, but also increase the number of merged segments. This again may trigger the "Too many open files" error.
@@ -200,7 +195,6 @@ $index->optimize();
             number of segments.
             number of segments.
         </para>
         </para>
 
 
-
         <para>
         <para>
             Tuning the <emphasis>MergeFactor</emphasis> parameter is more effective for batch indexing performance than <emphasis>MaxMergeDocs</emphasis>. But it's also more course-grained.
             Tuning the <emphasis>MergeFactor</emphasis> parameter is more effective for batch indexing performance than <emphasis>MaxMergeDocs</emphasis>. But it's also more course-grained.
             So use the estimation above for tuning <emphasis>MergeFactor</emphasis>, then play with <emphasis>MaxMergeDocs</emphasis> to get best batch indexing performance.
             So use the estimation above for tuning <emphasis>MergeFactor</emphasis>, then play with <emphasis>MaxMergeDocs</emphasis> to get best batch indexing performance.

+ 0 - 9
documentation/manual/en/module_specs/Zend_Search_Lucene-Extending.xml

@@ -221,7 +221,6 @@ Zend_Search_Lucene_Analysis_Analyzer::setDefault($analyzer);
 
 
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.search.lucene.extending.scoring">
     <sect2 id="zend.search.lucene.extending.scoring">
         <title>Scoring Algorithms</title>
         <title>Scoring Algorithms</title>
         <para>
         <para>
@@ -362,7 +361,6 @@ abstract class Zend_Search_Lucene_Storage_Directory {
  */
  */
 abstract function close();
 abstract function close();
 
 
-
 /**
 /**
  * Creates a new, empty file in the directory with the given $filename.
  * Creates a new, empty file in the directory with the given $filename.
  *
  *
@@ -371,7 +369,6 @@ abstract function close();
  */
  */
 abstract function createFile($filename);
 abstract function createFile($filename);
 
 
-
 /**
 /**
  * Removes an existing $filename in the directory.
  * Removes an existing $filename in the directory.
  *
  *
@@ -380,7 +377,6 @@ abstract function createFile($filename);
  */
  */
 abstract function deleteFile($filename);
 abstract function deleteFile($filename);
 
 
-
 /**
 /**
  * Returns true if a file with the given $filename exists.
  * Returns true if a file with the given $filename exists.
  *
  *
@@ -389,7 +385,6 @@ abstract function deleteFile($filename);
  */
  */
 abstract function fileExists($filename);
 abstract function fileExists($filename);
 
 
-
 /**
 /**
  * Returns the length of a $filename in the directory.
  * Returns the length of a $filename in the directory.
  *
  *
@@ -398,7 +393,6 @@ abstract function fileExists($filename);
  */
  */
 abstract function fileLength($filename);
 abstract function fileLength($filename);
 
 
-
 /**
 /**
  * Returns the UNIX timestamp $filename was last modified.
  * Returns the UNIX timestamp $filename was last modified.
  *
  *
@@ -407,7 +401,6 @@ abstract function fileLength($filename);
  */
  */
 abstract function fileModified($filename);
 abstract function fileModified($filename);
 
 
-
 /**
 /**
  * Renames an existing file in the directory.
  * Renames an existing file in the directory.
  *
  *
@@ -417,7 +410,6 @@ abstract function fileModified($filename);
  */
  */
 abstract function renameFile($from, $to);
 abstract function renameFile($from, $to);
 
 
-
 /**
 /**
  * Sets the modified time of $filename to now.
  * Sets the modified time of $filename to now.
  *
  *
@@ -426,7 +418,6 @@ abstract function renameFile($from, $to);
  */
  */
 abstract function touchFile($filename);
 abstract function touchFile($filename);
 
 
-
 /**
 /**
  * Returns a Zend_Search_Lucene_Storage_File object for a given
  * Returns a Zend_Search_Lucene_Storage_File object for a given
  * $filename in the directory.
  * $filename in the directory.

+ 0 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-IndexCreation.xml

@@ -245,7 +245,6 @@ $index->optimize();
             It's possible to override this with the <classname>Zend_Search_Lucene_Storage_Directory_Filesystem::setDefaultFilePermissions()</classname> method:
             It's possible to override this with the <classname>Zend_Search_Lucene_Storage_Directory_Filesystem::setDefaultFilePermissions()</classname> method:
         </para>
         </para>
 
 
-
         <programlisting role="php"><![CDATA[
         <programlisting role="php"><![CDATA[
 // Get current default file permissions
 // Get current default file permissions
 $currentPermissions =
 $currentPermissions =

+ 0 - 6
documentation/manual/en/module_specs/Zend_Search_Lucene-Queries.xml

@@ -14,7 +14,6 @@ $query = Zend_Search_Lucene_Search_QueryParser::parse($queryString);
 ]]></programlisting>
 ]]></programlisting>
     </para>
     </para>
 
 
-
     <sect2 id="zend.search.lucene.queries.exceptions">
     <sect2 id="zend.search.lucene.queries.exceptions">
         <title>Query Parser Exceptions</title>
         <title>Query Parser Exceptions</title>
 
 
@@ -359,7 +358,6 @@ word1 AND (word2 AND word3 AND NOT word4) OR word5
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.search.lucene.queries.wildcard">
     <sect2 id="zend.search.lucene.queries.wildcard">
         <title>Wildcard Query</title>
         <title>Wildcard Query</title>
         <para>
         <para>
@@ -381,7 +379,6 @@ field1:test*
 ]]></programlisting>
 ]]></programlisting>
         </para>
         </para>
 
 
-
         <para>or</para>
         <para>or</para>
 
 
         <para>
         <para>
@@ -452,7 +449,6 @@ $hits  = $index->find($query);
 ]]></programlisting>
 ]]></programlisting>
         </para>
         </para>
 
 
-
         <para>
         <para>
             The term field is optional. <classname>Zend_Search_Lucene</classname> searches through all fields on each document if a field is not specified:
             The term field is optional. <classname>Zend_Search_Lucene</classname> searches through all fields on each document if a field is not specified:
             <programlisting role="php"><![CDATA[
             <programlisting role="php"><![CDATA[
@@ -569,7 +565,6 @@ $query = new Zend_Search_Lucene_Search_Query_Phrase(
             will search for the phrase 'zend framework' in the 'title' field.
             will search for the phrase 'zend framework' in the 'title' field.
         </para>
         </para>
 
 
-
         <para>
         <para>
             <classname>Zend_Search_Lucene_Search_Query_Phrase::addTerm()</classname> takes two arguments, a
             <classname>Zend_Search_Lucene_Search_Query_Phrase::addTerm()</classname> takes two arguments, a
             required <classname>Zend_Search_Lucene_Index_Term</classname> object and an optional position:
             required <classname>Zend_Search_Lucene_Index_Term</classname> object and an optional position:
@@ -618,7 +613,6 @@ $query->addTerm(new Zend_Search_Lucene_Index_Term('framework', 'title'));
             will search for the phrase 'zend framework' in the 'title' field.
             will search for the phrase 'zend framework' in the 'title' field.
         </para>
         </para>
 
 
-
         <para>
         <para>
             The slop factor sets the number of other words permitted between specified words in the query phrase. If set to zero,
             The slop factor sets the number of other words permitted between specified words in the query phrase. If set to zero,
             then the corresponding query is an exact phrase search. For larger values this works like the WITHIN or NEAR
             then the corresponding query is an exact phrase search. For larger values this works like the WITHIN or NEAR

+ 0 - 2
documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml

@@ -3,7 +3,6 @@
 <sect1 id="zend.service.amazon.ec2.elasticip">
 <sect1 id="zend.service.amazon.ec2.elasticip">
     <title>Zend_Service_Amazon_Ec2: Elastic IP Addresses</title>
     <title>Zend_Service_Amazon_Ec2: Elastic IP Addresses</title>
 
 
-
     <para>
     <para>
         By default, all Amazon EC2 instances are assigned two IP addresses at
         By default, all Amazon EC2 instances are assigned two IP addresses at
         launch: a private (RFC 1918) address and a public address that is mapped
         launch: a private (RFC 1918) address and a public address that is mapped
@@ -119,5 +118,4 @@ $ec2_eip->disassocate('ipaddress');
 ]]></programlisting>
 ]]></programlisting>
     </example>
     </example>
 
 
-
 </sect1>
 </sect1>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Service_Amazon_S3.xml

@@ -225,7 +225,6 @@ foreach($list as $bucket) {
         <code>http://s3.amazonaws.com/[bucket-name]/[object-name]</code>.
         <code>http://s3.amazonaws.com/[bucket-name]/[object-name]</code>.
         </para>
         </para>
 
 
-
         <itemizedlist>
         <itemizedlist>
             <listitem>
             <listitem>
                 <para>
                 <para>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Service_Nirvanix.xml

@@ -254,7 +254,6 @@ $result = $imfs->putContents('/foo.txt', 'fourteen bytes');
 print_r($result);
 print_r($result);
 ?>
 ?>
 
 
-
 Zend_Service_Nirvanix_Response Object
 Zend_Service_Nirvanix_Response Object
 (
 (
     [_sxml:protected] => SimpleXMLElement Object
     [_sxml:protected] => SimpleXMLElement Object

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

@@ -246,7 +246,6 @@ $rateInfo = $taxBasic->getTaxRateCanada(array('province' => 'ontario'));
 print_r($rateInfo);
 print_r($rateInfo);
 ?>
 ?>
 
 
-
 Zend_Service_StrikeIron_Decorator Object
 Zend_Service_StrikeIron_Decorator Object
 (
 (
     [_name:protected] => GetTaxRateCanadaResult
     [_name:protected] => GetTaxRateCanadaResult

+ 0 - 1
documentation/manual/en/module_specs/Zend_Session-GlobalSessionManagement.xml

@@ -76,7 +76,6 @@ name = UNIQUE_NAME
 ; remember_me_seconds = <integer seconds>
 ; remember_me_seconds = <integer seconds>
 ; strict = on|off
 ; strict = on|off
 
 
-
 ; Development inherits configuration from production, but overrides
 ; Development inherits configuration from production, but overrides
 ; several values
 ; several values
 [development : production]
 [development : production]

+ 0 - 4
documentation/manual/en/module_specs/Zend_Soap_AutoDiscovery.xml

@@ -70,7 +70,6 @@
             The<classname>Zend_Soap_AutoDiscover</classname> class also supports datatypes mapping from PHP to <ulink url="http://www.w3.org/TR/xmlschema-2/">XSD types</ulink>.
             The<classname>Zend_Soap_AutoDiscover</classname> class also supports datatypes mapping from PHP to <ulink url="http://www.w3.org/TR/xmlschema-2/">XSD types</ulink>.
         </para>
         </para>
 
 
-
         <para>
         <para>
             Here is an example of common usage of the autodiscovery functionality. The <code>handle()</code>
             Here is an example of common usage of the autodiscovery functionality. The <code>handle()</code>
             function generates the WSDL file and posts it to the browser.
             function generates the WSDL file and posts it to the browser.
@@ -125,7 +124,6 @@ if(isset($_GET['wsdl'])) {
         </note>
         </note>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.soap.autodiscovery.class">
     <sect2 id="zend.soap.autodiscovery.class">
         <title>Class autodiscovering</title>
         <title>Class autodiscovering</title>
 
 
@@ -189,7 +187,6 @@ $autodiscover->handle();
         </note>
         </note>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.soap.autodiscovery.functions">
     <sect2 id="zend.soap.autodiscovery.functions">
         <title>Functions autodiscovering</title>
         <title>Functions autodiscovering</title>
 
 
@@ -256,7 +253,6 @@ $autodiscover->handle();
         </note>
         </note>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.soap.autodiscovery.datatypes">
     <sect2 id="zend.soap.autodiscovery.datatypes">
         <title>Autodiscovering Datatypes</title>
         <title>Autodiscovering Datatypes</title>
 
 

+ 0 - 1
documentation/manual/en/module_specs/Zend_Soap_Client.xml

@@ -142,7 +142,6 @@ $client = new Zend_Soap_Client("some.wsdl",
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.soap.client.calls">
     <sect2 id="zend.soap.client.calls">
         <title>Performing SOAP Requests</title>
         <title>Performing SOAP Requests</title>
 
 

+ 0 - 1
documentation/manual/en/module_specs/Zend_Soap_Server.xml

@@ -147,7 +147,6 @@
         </sect3>
         </sect3>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.soap.server.api_define_methods">
     <sect2 id="zend.soap.server.api_define_methods">
         <title>Methods to define Web Service API.</title>
         <title>Methods to define Web Service API.</title>
 
 

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

@@ -41,7 +41,6 @@
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.soap.wsdl.addmessage">
     <sect2 id="zend.soap.wsdl.addmessage">
         <title>addMessage() method.</title>
         <title>addMessage() method.</title>
         <para>
         <para>
@@ -157,7 +156,6 @@
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.soap.wsdl.add_binding_operation">
     <sect2 id="zend.soap.wsdl.add_binding_operation">
         <title>addBindingOperation() method.</title>
         <title>addBindingOperation() method.</title>
         <para>
         <para>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Test-PHPUnit-Bootstrapping.xml

@@ -26,7 +26,6 @@
         specific needs.
         specific needs.
     </para>
     </para>
 
 
-
     <programlisting role="php"><![CDATA[
     <programlisting role="php"><![CDATA[
 class UserControllerTest extends Zend_Test_PHPUnit_ControllerTestCase
 class UserControllerTest extends Zend_Test_PHPUnit_ControllerTestCase
 {
 {

+ 0 - 1
documentation/manual/en/module_specs/Zend_Tool_Framework-Architecture.xml

@@ -124,7 +124,6 @@ abstract class Zend_Tool_Framework_Provider_Abstract
             manifest metadata is loaded into the Manifest Repository.
             manifest metadata is loaded into the Manifest Repository.
         </para>
         </para>
 
 
-
         <para>
         <para>
             To implement a loader, one must extend the following abstract class:
             To implement a loader, one must extend the following abstract class:
         </para>
         </para>

+ 0 - 1
documentation/manual/en/module_specs/Zend_Validate.xml

@@ -244,7 +244,6 @@ if (Zend_Validate::is($value, 'Between', array(1, 12))) {
 
 
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.validate.introduction.translation">
     <sect2 id="zend.validate.introduction.translation">
 
 
         <title>Translating messages</title>
         <title>Translating messages</title>

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

@@ -56,7 +56,6 @@ echo $this->json($this->data, true);
 echo $this->json($this->data, array('keepLayouts' => true));
 echo $this->json($this->data, array('keepLayouts' => true));
 ]]></programlisting>
 ]]></programlisting>
 
 
-
         <para>
         <para>
             <classname>Zend_Json::encode</classname> allows the encoding of native JSON
             <classname>Zend_Json::encode</classname> allows the encoding of native JSON
             expressions using <classname>Zend_Json_Expr</classname> objects. This option
             expressions using <classname>Zend_Json_Expr</classname> objects. This option

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

@@ -12,7 +12,6 @@
         the <code>Translate</code> View Helper.
         the <code>Translate</code> View Helper.
     </para>
     </para>
 
 
-
     <para>
     <para>
         In all following examples we are using the simple Array Translation
         In all following examples we are using the simple Array Translation
         Adapter. Of course you can also use any instance of
         Adapter. Of course you can also use any instance of

+ 0 - 2
documentation/manual/en/module_specs/Zend_View-Helpers.xml

@@ -41,7 +41,6 @@
         </para>
         </para>
     </note>
     </note>
 
 
-
     <para>
     <para>
         To use a helper in your view script, call it using
         To use a helper in your view script, call it using
         <code>$this->helperName()</code>. Behind the scenes,
         <code>$this->helperName()</code>. Behind the scenes,
@@ -391,7 +390,6 @@ $view = new Zend_View();
 $view->setHelperPath('/path/to/more/helpers', 'My_View_Helper');
 $view->setHelperPath('/path/to/more/helpers', 'My_View_Helper');
 ]]></programlisting>
 ]]></programlisting>
 
 
-
         <para>
         <para>
             In fact, you can "stack" paths using the
             In fact, you can "stack" paths using the
             <code>addHelperPath()</code> method. As you add paths to the stack,
             <code>addHelperPath()</code> method. As you add paths to the stack,

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

@@ -16,7 +16,6 @@
 
 
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.xmlrpc.client.method-calls">
     <sect2 id="zend.xmlrpc.client.method-calls">
         <title>Method Calls</title>
         <title>Method Calls</title>
 
 
@@ -364,7 +363,6 @@ $hello = $test->sayHello(1, 2);         // test.Hello(1,2) returns "hello"
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-
     <sect2 id="zend.xmlrpc.client.error-handling">
     <sect2 id="zend.xmlrpc.client.error-handling">
         <title>Error Handling</title>
         <title>Error Handling</title>
         <para>
         <para>

+ 0 - 1
documentation/manual/en/ref/coding_standard.xml

@@ -542,7 +542,6 @@ class Foo
                     Call-time pass-by-reference is strictly prohibited.
                     Call-time pass-by-reference is strictly prohibited.
                 </para>
                 </para>
 
 
-
                 <para>
                 <para>
                     The return value must not be enclosed in parentheses.  This can hinder readability, in additional to breaking code
                     The return value must not be enclosed in parentheses.  This can hinder readability, in additional to breaking code
                     if a method is later changed to return by reference.
                     if a method is later changed to return by reference.

+ 0 - 1
documentation/manual/en/ref/requirements.xml

@@ -3601,4 +3601,3 @@ Tables related to Release 1.7.2
 1Zend_Session
 1Zend_Session
 -->
 -->
 
 
-