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