|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing some common utility functions for the pysvn package. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 <tr><td>None</td></tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 |
|
40 <table> |
|
41 |
|
42 <tr> |
|
43 <td><a href="#amendConfig">amendConfig</a></td> |
|
44 <td>Module function to amend the config file.</td> |
|
45 </tr> |
|
46 <tr> |
|
47 <td><a href="#createDefaultConfig">createDefaultConfig</a></td> |
|
48 <td>Module function to create a default config file suitable for eric.</td> |
|
49 </tr> |
|
50 <tr> |
|
51 <td><a href="#dateFromTime_t">dateFromTime_t</a></td> |
|
52 <td>Module function to return the date.</td> |
|
53 </tr> |
|
54 <tr> |
|
55 <td><a href="#formatTime">formatTime</a></td> |
|
56 <td>Module function to return a formatted time string.</td> |
|
57 </tr> |
|
58 <tr> |
|
59 <td><a href="#getConfigPath">getConfigPath</a></td> |
|
60 <td>Module function to get the filename of the config file.</td> |
|
61 </tr> |
|
62 <tr> |
|
63 <td><a href="#getServersPath">getServersPath</a></td> |
|
64 <td>Module function to get the filename of the servers file.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <hr /> |
|
68 <hr /> |
|
69 <a NAME="amendConfig" ID="amendConfig"></a> |
|
70 <h2>amendConfig</h2> |
|
71 <b>amendConfig</b>(<i></i>) |
|
72 |
|
73 <p> |
|
74 Module function to amend the config file. |
|
75 </p> |
|
76 <div align="right"><a href="#top">Up</a></div> |
|
77 <hr /> |
|
78 <hr /> |
|
79 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a> |
|
80 <h2>createDefaultConfig</h2> |
|
81 <b>createDefaultConfig</b>(<i></i>) |
|
82 |
|
83 <p> |
|
84 Module function to create a default config file suitable for eric. |
|
85 </p> |
|
86 <div align="right"><a href="#top">Up</a></div> |
|
87 <hr /> |
|
88 <hr /> |
|
89 <a NAME="dateFromTime_t" ID="dateFromTime_t"></a> |
|
90 <h2>dateFromTime_t</h2> |
|
91 <b>dateFromTime_t</b>(<i>seconds</i>) |
|
92 |
|
93 <p> |
|
94 Module function to return the date. |
|
95 </p> |
|
96 <dl> |
|
97 |
|
98 <dt><i>seconds</i></dt> |
|
99 <dd> |
|
100 time in seconds since epoch to be formatted (float or long) |
|
101 </dd> |
|
102 </dl> |
|
103 <dl> |
|
104 <dt>Return:</dt> |
|
105 <dd> |
|
106 date (QDate) |
|
107 </dd> |
|
108 </dl> |
|
109 <div align="right"><a href="#top">Up</a></div> |
|
110 <hr /> |
|
111 <hr /> |
|
112 <a NAME="formatTime" ID="formatTime"></a> |
|
113 <h2>formatTime</h2> |
|
114 <b>formatTime</b>(<i>seconds</i>) |
|
115 |
|
116 <p> |
|
117 Module function to return a formatted time string. |
|
118 </p> |
|
119 <dl> |
|
120 |
|
121 <dt><i>seconds</i></dt> |
|
122 <dd> |
|
123 time in seconds since epoch to be formatted (float or long) |
|
124 </dd> |
|
125 </dl> |
|
126 <dl> |
|
127 <dt>Return:</dt> |
|
128 <dd> |
|
129 formatted time string (string) |
|
130 </dd> |
|
131 </dl> |
|
132 <div align="right"><a href="#top">Up</a></div> |
|
133 <hr /> |
|
134 <hr /> |
|
135 <a NAME="getConfigPath" ID="getConfigPath"></a> |
|
136 <h2>getConfigPath</h2> |
|
137 <b>getConfigPath</b>(<i></i>) |
|
138 |
|
139 <p> |
|
140 Module function to get the filename of the config file. |
|
141 </p> |
|
142 <dl> |
|
143 <dt>Return:</dt> |
|
144 <dd> |
|
145 filename of the config file (string) |
|
146 </dd> |
|
147 </dl> |
|
148 <div align="right"><a href="#top">Up</a></div> |
|
149 <hr /> |
|
150 <hr /> |
|
151 <a NAME="getServersPath" ID="getServersPath"></a> |
|
152 <h2>getServersPath</h2> |
|
153 <b>getServersPath</b>(<i></i>) |
|
154 |
|
155 <p> |
|
156 Module function to get the filename of the servers file. |
|
157 </p> |
|
158 <dl> |
|
159 <dt>Return:</dt> |
|
160 <dd> |
|
161 filename of the servers file (string) |
|
162 </dd> |
|
163 </dl> |
|
164 <div align="right"><a href="#top">Up</a></div> |
|
165 <hr /> |
|
166 </body></html> |