src/eric7/Documentation/Source/eric7.Utilities.FtpUtilities.html

branch
eric7
changeset 10479
856476537696
parent 10433
328f3ec4b77a
--- a/src/eric7/Documentation/Source/eric7.Utilities.FtpUtilities.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.FtpUtilities.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Utilities.FtpUtilities</h1>
-
 <p>
 Module implementing some FTP related utilities.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#FtpDirLineParser">FtpDirLineParser</a></td>
 <td>Class to parse lines returned by a FTP LIST command.</td>
@@ -29,35 +27,34 @@
 <td>Exception class raised, if a parser issue was detected.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="FtpDirLineParser" ID="FtpDirLineParser"></a>
 <h2>FtpDirLineParser</h2>
-
 <p>
     Class to parse lines returned by a FTP LIST command.
 </p>
+
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>MonthnamesNumbers</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#FtpDirLineParser.__init__">FtpDirLineParser</a></td>
 <td>Constructor</td>
@@ -95,19 +92,20 @@
 <td>Public method to parse a directory listing line.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="FtpDirLineParser.__init__" ID="FtpDirLineParser.__init__"></a>
 <h4>FtpDirLineParser (Constructor)</h4>
 <b>FtpDirLineParser</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -118,10 +116,10 @@
 <a NAME="FtpDirLineParser.__ignoreLine" ID="FtpDirLineParser.__ignoreLine"></a>
 <h4>FtpDirLineParser.__ignoreLine</h4>
 <b>__ignoreLine</b>(<i>line</i>)
-
 <p>
         Private method to check, if the line should be ignored.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -144,10 +142,10 @@
 <a NAME="FtpDirLineParser.__parseUnixLine" ID="FtpDirLineParser.__parseUnixLine"></a>
 <h4>FtpDirLineParser.__parseUnixLine</h4>
 <b>__parseUnixLine</b>(<i>line</i>)
-
 <p>
         Private method to parse a Unix style directory listing line.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -170,11 +168,11 @@
 <a NAME="FtpDirLineParser.__parseUnixMode" ID="FtpDirLineParser.__parseUnixMode"></a>
 <h4>FtpDirLineParser.__parseUnixMode</h4>
 <b>__parseUnixMode</b>(<i>modeString, urlInfo</i>)
-
 <p>
         Private method to parse a Unix mode string modifying the
         given URL info object.
 </p>
+
 <dl>
 
 <dt><i>modeString</i> (str)</dt>
@@ -196,7 +194,6 @@
 <a NAME="FtpDirLineParser.__parseUnixTime" ID="FtpDirLineParser.__parseUnixTime"></a>
 <h4>FtpDirLineParser.__parseUnixTime</h4>
 <b>__parseUnixTime</b>(<i>monthAbbreviation, day, yearOrTime, urlInfo</i>)
-
 <p>
         Private method to parse a Unix date and time indication modifying
         the given URL info object.
@@ -212,6 +209,7 @@
           <li>"May 26  2005" (month name, day of month, year)</li>
         </ul>
 </p>
+
 <dl>
 
 <dt><i>monthAbbreviation</i> (str)</dt>
@@ -242,10 +240,10 @@
 <a NAME="FtpDirLineParser.__parseWindowsLine" ID="FtpDirLineParser.__parseWindowsLine"></a>
 <h4>FtpDirLineParser.__parseWindowsLine</h4>
 <b>__parseWindowsLine</b>(<i>line</i>)
-
 <p>
         Private method to parse a Windows style directory listing line.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -276,7 +274,6 @@
 <a NAME="FtpDirLineParser.__parseWindowsTime" ID="FtpDirLineParser.__parseWindowsTime"></a>
 <h4>FtpDirLineParser.__parseWindowsTime</h4>
 <b>__parseWindowsTime</b>(<i>date, time, urlInfo</i>)
-
 <p>
         Private method to parse a Windows date and time indication modifying
         the given URL info object.
@@ -286,6 +283,7 @@
         have the format "10-23-12 03:25PM" (month-day_of_month-two_digit_year,
         hour:minute, am/pm).
 </p>
+
 <dl>
 
 <dt><i>date</i> (str)</dt>
@@ -312,7 +310,6 @@
 <a NAME="FtpDirLineParser.__splitUnixLine" ID="FtpDirLineParser.__splitUnixLine"></a>
 <h4>FtpDirLineParser.__splitUnixLine</h4>
 <b>__splitUnixLine</b>(<i>line</i>)
-
 <p>
         Private method to split a line of a Unix like directory listing.
 </p>
@@ -320,6 +317,7 @@
         It splits the line into meta data, number of links, user, group, size,
         month, day, year or time and name.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -352,7 +350,6 @@
 <a NAME="FtpDirLineParser.parseLine" ID="FtpDirLineParser.parseLine"></a>
 <h4>FtpDirLineParser.parseLine</h4>
 <b>parseLine</b>(<i>line</i>)
-
 <p>
         Public method to parse a directory listing line.
 </p>
@@ -361,6 +358,7 @@
         listings. It tries Unix style first and if that fails switches
         to Windows style. If that fails as well, an exception is raised.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -385,33 +383,33 @@
 <hr />
 <a NAME="FtpDirLineParserError" ID="FtpDirLineParserError"></a>
 <h2>FtpDirLineParserError</h2>
-
 <p>
     Exception class raised, if a parser issue was detected.
 </p>
+
 <h3>Derived from</h3>
 Exception
 <h3>Class Attributes</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial