--- a/src/eric7/Documentation/Source/eric7.Utilities.FtpUtilities.html Thu Dec 21 15:46:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.FtpUtilities.html Thu Dec 21 19:50:01 2023 +0100 @@ -110,9 +110,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -reference to the parent object (QObject) +reference to the parent object </dd> </dl> <a NAME="FtpDirLineParser.__ignoreLine" ID="FtpDirLineParser.__ignoreLine"></a> @@ -124,15 +124,21 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (str)</dt> <dd> -to check (string) +to check </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating to ignore the line (boolean) +flag indicating to ignore the line +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="FtpDirLineParser.__parseUnixLine" ID="FtpDirLineParser.__parseUnixLine"></a> @@ -144,15 +150,21 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (str)</dt> <dd> -directory line to be parsed (string) +directory line to be parsed </dd> </dl> <dl> <dt>Return:</dt> <dd> -URL info object containing the valid data (EricUrlInfo) +URL info object containing the valid data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +EricUrlInfo </dd> </dl> <a NAME="FtpDirLineParser.__parseUnixMode" ID="FtpDirLineParser.__parseUnixMode"></a> @@ -165,13 +177,13 @@ </p> <dl> -<dt><i>modeString</i></dt> +<dt><i>modeString</i> (str)</dt> <dd> -mode string to be parsed (string) +mode string to be parsed </dd> -<dt><i>urlInfo</i></dt> +<dt><i>urlInfo</i> (EricUrlInfo)</dt> <dd> -reference to the URL info object (EricUrlInfo) +reference to the URL info object </dd> </dl> <dl> @@ -202,21 +214,21 @@ </p> <dl> -<dt><i>monthAbbreviation</i></dt> +<dt><i>monthAbbreviation</i> (str)</dt> <dd> -abbreviation of the month name (string) +abbreviation of the month name </dd> -<dt><i>day</i></dt> +<dt><i>day</i> (str)</dt> <dd> -day of the month (string) +day of the month </dd> -<dt><i>yearOrTime</i></dt> +<dt><i>yearOrTime</i> (str)</dt> <dd> -string giving the year or a time (string) +string giving the year or a time </dd> -<dt><i>urlInfo</i></dt> +<dt><i>urlInfo</i> (EricUrlInfo)</dt> <dd> -reference to the URL info object (EricUrlInfo) +reference to the URL info object </dd> </dl> <dl> @@ -236,15 +248,21 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (str)</dt> <dd> -directory line to be parsed (string) +directory line to be parsed </dd> </dl> <dl> <dt>Return:</dt> <dd> -URL info object containing the valid data (EricUrlInfo) +URL info object containing the valid data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +EricUrlInfo </dd> </dl> <dl> @@ -270,17 +288,17 @@ </p> <dl> -<dt><i>date</i></dt> +<dt><i>date</i> (str)</dt> <dd> -date string (string) +date string </dd> -<dt><i>time</i></dt> +<dt><i>time</i> (str)</dt> <dd> -time string (string) +time string </dd> -<dt><i>urlInfo</i></dt> +<dt><i>urlInfo</i> (EricUrlInfo)</dt> <dd> -reference to the URL info object (EricUrlInfo) +reference to the URL info object </dd> </dl> <dl> @@ -304,9 +322,9 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (str)</dt> <dd> -directory line to split (string) +directory line to split </dd> </dl> <dl> @@ -318,6 +336,12 @@ </dd> </dl> <dl> +<dt>Return Type:</dt> +<dd> +tuple +</dd> +</dl> +<dl> <dt>Raises <b>FtpDirLineParserError</b>:</dt> <dd> @@ -339,15 +363,21 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (str)</dt> <dd> -directory line to be parsed (string) +directory line to be parsed </dd> </dl> <dl> <dt>Return:</dt> <dd> -URL info object containing the valid data (EricUrlInfo) +URL info object containing the valid data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +EricUrlInfo </dd> </dl> <div align="right"><a href="#top">Up</a></div>