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

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</h1> 23 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities</h1>
24 <p> 24 <p>
25 &#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; &#115;&#117;&#98;v&#101;&#114;&#115;&#105;&#111;&#110; &#112;&#97;&#99;&#107;&#97;&#103;&#101;. 25 Module implementing some common utility functions for the subversion package.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
34 </table> 34 </table>
35 <h3>Functions</h3> 35 <h3>Functions</h3>
36 <table> 36 <table>
37 <tr> 37 <tr>
38 <td><a href="#getConfigPath">getConfigPath</a></td> 38 <td><a href="#getConfigPath">getConfigPath</a></td>
39 <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> 39 <td>Public method to get the filename of the config file.</td>
40 </tr><tr> 40 </tr><tr>
41 <td><a href="#getServersPath">getServersPath</a></td> 41 <td><a href="#getServersPath">getServersPath</a></td>
42 <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> 42 <td>Public method to get the filename of the servers file.</td>
43 </tr> 43 </tr>
44 </table> 44 </table>
45 <hr /><hr /> 45 <hr /><hr />
46 <a NAME="getConfigPath" ID="getConfigPath"></a> 46 <a NAME="getConfigPath" ID="getConfigPath"></a>
47 <h2>getConfigPath</h2> 47 <h2>getConfigPath</h2>
48 <b>getConfigPath</b>(<i></i>) 48 <b>getConfigPath</b>(<i></i>)
49 <p> 49 <p>
50 &#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;. 50 Public method to get the filename of the config file.
51 </p><dl> 51 </p><dl>
52 <dt>Returns:</dt> 52 <dt>Returns:</dt>
53 <dd> 53 <dd>
54 &#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;) 54 filename of the config file (string)
55 </dd> 55 </dd>
56 </dl> 56 </dl>
57 <div align="right"><a href="#top">Up</a></div> 57 <div align="right"><a href="#top">Up</a></div>
58 <hr /><hr /> 58 <hr /><hr />
59 <a NAME="getServersPath" ID="getServersPath"></a> 59 <a NAME="getServersPath" ID="getServersPath"></a>
60 <h2>getServersPath</h2> 60 <h2>getServersPath</h2>
61 <b>getServersPath</b>(<i></i>) 61 <b>getServersPath</b>(<i></i>)
62 <p> 62 <p>
63 &#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;. 63 Public method to get the filename of the servers file.
64 </p><dl> 64 </p><dl>
65 <dt>Returns:</dt> 65 <dt>Returns:</dt>
66 <dd> 66 <dd>
67 &#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;) 67 filename of the servers file (string)
68 </dd> 68 </dd>
69 </dl> 69 </dl>
70 <div align="right"><a href="#top">Up</a></div> 70 <div align="right"><a href="#top">Up</a></div>
71 <hr /> 71 <hr />
72 </body></html> 72 </body></html>

eric ide

mercurial