Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#115;&#111;&#109;&#101; &#99;&#111;&#109;&#109;&#111;&#110; &#117;&#116;&#105;&#108;&#105;&#116;y &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#112;y&#115;v&#110; &#112;&#97;&#99;&#107;&#97;&#103;&#101;.
+Module implementing some common utility functions for the pysvn package.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -36,16 +36,16 @@
 <table>
 <tr>
 <td><a href="#dateFromTime_t">dateFromTime_t</a></td>
-<td>&#77;&#111;&#100;&#117;&#108;&#101; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; &#100;&#97;&#116;&#101;.</td>
+<td>Module function to return the date.</td>
 </tr><tr>
 <td><a href="#formatTime">formatTime</a></td>
-<td>&#77;&#111;&#100;&#117;&#108;&#101; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#97; &#102;&#111;&#114;&#109;&#97;&#116;&#116;&#101;&#100; &#116;&#105;&#109;&#101; &#115;&#116;&#114;&#105;&#110;&#103;.</td>
+<td>Module function to return a formatted time string.</td>
 </tr><tr>
 <td><a href="#getConfigPath">getConfigPath</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103; &#102;&#105;&#108;&#101;.</td>
+<td>Public method to get the filename of the config file.</td>
 </tr><tr>
 <td><a href="#getServersPath">getServersPath</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#115;&#101;&#114;v&#101;&#114;&#115; &#102;&#105;&#108;&#101;.</td>
+<td>Public method to get the filename of the servers file.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -53,16 +53,16 @@
 <h2>dateFromTime_t</h2>
 <b>dateFromTime_t</b>(<i>seconds</i>)
 <p>
-    &#77;&#111;&#100;&#117;&#108;&#101; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; &#100;&#97;&#116;&#101;.
+    Module function to return the date.
 </p><dl>
 <dt><i>seconds</i></dt>
 <dd>
-&#116;&#105;&#109;&#101; &#105;&#110; &#115;&#101;&#99;&#111;&#110;&#100;&#115; &#115;&#105;&#110;&#99;&#101; &#101;&#112;&#111;&#99;&#104; &#116;&#111; &#98;&#101; &#102;&#111;&#114;&#109;&#97;&#116;&#116;&#101;&#100; (&#102;&#108;&#111;&#97;&#116; &#111;&#114; &#108;&#111;&#110;&#103;)
+time in seconds since epoch to be formatted (float or long)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#100;&#97;&#116;&#101; (&#81;&#68;&#97;&#116;&#101;)
+date (QDate)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -71,16 +71,16 @@
 <h2>formatTime</h2>
 <b>formatTime</b>(<i>seconds</i>)
 <p>
-    &#77;&#111;&#100;&#117;&#108;&#101; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#97; &#102;&#111;&#114;&#109;&#97;&#116;&#116;&#101;&#100; &#116;&#105;&#109;&#101; &#115;&#116;&#114;&#105;&#110;&#103;.
+    Module function to return a formatted time string.
 </p><dl>
 <dt><i>seconds</i></dt>
 <dd>
-&#116;&#105;&#109;&#101; &#105;&#110; &#115;&#101;&#99;&#111;&#110;&#100;&#115; &#115;&#105;&#110;&#99;&#101; &#101;&#112;&#111;&#99;&#104; &#116;&#111; &#98;&#101; &#102;&#111;&#114;&#109;&#97;&#116;&#116;&#101;&#100; (&#102;&#108;&#111;&#97;&#116; &#111;&#114; &#108;&#111;&#110;&#103;)
+time in seconds since epoch to be formatted (float or long)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#111;&#114;&#109;&#97;&#116;&#116;&#101;&#100; &#116;&#105;&#109;&#101; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;)
+formatted time string (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -89,11 +89,11 @@
 <h2>getConfigPath</h2>
 <b>getConfigPath</b>(<i></i>)
 <p>
-    &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103; &#102;&#105;&#108;&#101;.
+    Public method to get the filename of the config file.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103; &#102;&#105;&#108;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of the config file (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -102,11 +102,11 @@
 <h2>getServersPath</h2>
 <b>getServersPath</b>(<i></i>)
 <p>
-    &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#115;&#101;&#114;v&#101;&#114;&#115; &#102;&#105;&#108;&#101;.
+    Public method to get the filename of the servers file.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#115;&#101;&#114;v&#101;&#114;&#115; &#102;&#105;&#108;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of the servers file (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial