src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities</h1>
10
11 <p> 10 <p>
12 Module implementing some common utility functions for the pysvn package. 11 Module implementing some common utility functions for the pysvn package.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22 <tr><td>None</td></tr> 21 <tr><td>None</td></tr>
23 </table> 22 </table>
23
24 <h3>Functions</h3> 24 <h3>Functions</h3>
25
26 <table> 25 <table>
27
28 <tr> 26 <tr>
29 <td><a href="#amendConfig">amendConfig</a></td> 27 <td><a href="#amendConfig">amendConfig</a></td>
30 <td>Module function to amend the config file.</td> 28 <td>Module function to amend the config file.</td>
31 </tr> 29 </tr>
32 <tr> 30 <tr>
48 <tr> 46 <tr>
49 <td><a href="#getServersPath">getServersPath</a></td> 47 <td><a href="#getServersPath">getServersPath</a></td>
50 <td>Module function to get the filename of the servers file.</td> 48 <td>Module function to get the filename of the servers file.</td>
51 </tr> 49 </tr>
52 </table> 50 </table>
51
53 <hr /> 52 <hr />
54 <hr /> 53 <hr />
55 <a NAME="amendConfig" ID="amendConfig"></a> 54 <a NAME="amendConfig" ID="amendConfig"></a>
56 <h2>amendConfig</h2> 55 <h2>amendConfig</h2>
57 <b>amendConfig</b>(<i></i>) 56 <b>amendConfig</b>(<i></i>)
58
59 <p> 57 <p>
60 Module function to amend the config file. 58 Module function to amend the config file.
61 </p> 59 </p>
60
62 <div align="right"><a href="#top">Up</a></div> 61 <div align="right"><a href="#top">Up</a></div>
63 <hr /> 62 <hr />
64 <hr /> 63 <hr />
65 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a> 64 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a>
66 <h2>createDefaultConfig</h2> 65 <h2>createDefaultConfig</h2>
67 <b>createDefaultConfig</b>(<i></i>) 66 <b>createDefaultConfig</b>(<i></i>)
68
69 <p> 67 <p>
70 Module function to create a default config file suitable for eric. 68 Module function to create a default config file suitable for eric.
71 </p> 69 </p>
70
72 <div align="right"><a href="#top">Up</a></div> 71 <div align="right"><a href="#top">Up</a></div>
73 <hr /> 72 <hr />
74 <hr /> 73 <hr />
75 <a NAME="dateFromTime_t" ID="dateFromTime_t"></a> 74 <a NAME="dateFromTime_t" ID="dateFromTime_t"></a>
76 <h2>dateFromTime_t</h2> 75 <h2>dateFromTime_t</h2>
77 <b>dateFromTime_t</b>(<i>seconds</i>) 76 <b>dateFromTime_t</b>(<i>seconds</i>)
78
79 <p> 77 <p>
80 Module function to return the date. 78 Module function to return the date.
81 </p> 79 </p>
80
82 <dl> 81 <dl>
83 82
84 <dt><i>seconds</i> (float or int)</dt> 83 <dt><i>seconds</i> (float or int)</dt>
85 <dd> 84 <dd>
86 time in seconds since epoch to be formatted 85 time in seconds since epoch to be formatted
102 <hr /> 101 <hr />
103 <hr /> 102 <hr />
104 <a NAME="formatTime" ID="formatTime"></a> 103 <a NAME="formatTime" ID="formatTime"></a>
105 <h2>formatTime</h2> 104 <h2>formatTime</h2>
106 <b>formatTime</b>(<i>seconds</i>) 105 <b>formatTime</b>(<i>seconds</i>)
107
108 <p> 106 <p>
109 Module function to return a formatted time string. 107 Module function to return a formatted time string.
110 </p> 108 </p>
109
111 <dl> 110 <dl>
112 111
113 <dt><i>seconds</i> (float or int)</dt> 112 <dt><i>seconds</i> (float or int)</dt>
114 <dd> 113 <dd>
115 time in seconds since epoch to be formatted 114 time in seconds since epoch to be formatted
131 <hr /> 130 <hr />
132 <hr /> 131 <hr />
133 <a NAME="getConfigPath" ID="getConfigPath"></a> 132 <a NAME="getConfigPath" ID="getConfigPath"></a>
134 <h2>getConfigPath</h2> 133 <h2>getConfigPath</h2>
135 <b>getConfigPath</b>(<i></i>) 134 <b>getConfigPath</b>(<i></i>)
136
137 <p> 135 <p>
138 Module function to get the filename of the config file. 136 Module function to get the filename of the config file.
139 </p> 137 </p>
138
140 <dl> 139 <dl>
141 <dt>Return:</dt> 140 <dt>Return:</dt>
142 <dd> 141 <dd>
143 filename of the config file 142 filename of the config file
144 </dd> 143 </dd>
153 <hr /> 152 <hr />
154 <hr /> 153 <hr />
155 <a NAME="getServersPath" ID="getServersPath"></a> 154 <a NAME="getServersPath" ID="getServersPath"></a>
156 <h2>getServersPath</h2> 155 <h2>getServersPath</h2>
157 <b>getServersPath</b>(<i></i>) 156 <b>getServersPath</b>(<i></i>)
158
159 <p> 157 <p>
160 Module function to get the filename of the servers file. 158 Module function to get the filename of the servers file.
161 </p> 159 </p>
160
162 <dl> 161 <dl>
163 <dt>Return:</dt> 162 <dt>Return:</dt>
164 <dd> 163 <dd>
165 filename of the servers file 164 filename of the servers file
166 </dd> 165 </dd>

eric ide

mercurial