eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitUtilities.html

changeset 7273
391d6b7b1eff
parent 7204
cbf6d88004ce
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.vcsGit.GitUtilities</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitUtilities</h1>
24
23 <p> 25 <p>
24 Module implementing some common utility functions for the Git package. 26 Module implementing some common utility functions for the Git 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="#getConfigPath">getConfigPath</a></td> 43 <td><a href="#getConfigPath">getConfigPath</a></td>
38 <td>Public function to get the filename of the config file.</td> 44 <td>Public function to get the filename of the config file.</td>
39 </tr><tr> 45 </tr>
46 <tr>
40 <td><a href="#prepareProcess">prepareProcess</a></td> 47 <td><a href="#prepareProcess">prepareProcess</a></td>
41 <td>Public function to prepare the given process.</td> 48 <td>Public function to prepare the given process.</td>
42 </tr> 49 </tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="getConfigPath" ID="getConfigPath"></a> 53 <a NAME="getConfigPath" ID="getConfigPath"></a>
46 <h2>getConfigPath</h2> 54 <h2>getConfigPath</h2>
47 <b>getConfigPath</b>(<i></i>) 55 <b>getConfigPath</b>(<i></i>)
56
48 <p> 57 <p>
49 Public function to get the filename of the config file. 58 Public function to get the filename of the config file.
50 </p><dl> 59 </p>
60 <dl>
51 <dt>Returns:</dt> 61 <dt>Returns:</dt>
52 <dd> 62 <dd>
53 filename of the config file (string) 63 filename of the config file (string)
54 </dd> 64 </dd>
55 </dl> 65 </dl>
56 <div align="right"><a href="#top">Up</a></div> 66 <div align="right"><a href="#top">Up</a></div>
57 <hr /><hr /> 67 <hr />
68 <hr />
58 <a NAME="prepareProcess" ID="prepareProcess"></a> 69 <a NAME="prepareProcess" ID="prepareProcess"></a>
59 <h2>prepareProcess</h2> 70 <h2>prepareProcess</h2>
60 <b>prepareProcess</b>(<i>proc, language=""</i>) 71 <b>prepareProcess</b>(<i>proc, language=""</i>)
72
61 <p> 73 <p>
62 Public function to prepare the given process. 74 Public function to prepare the given process.
63 </p><dl> 75 </p>
76 <dl>
77
64 <dt><i>proc</i></dt> 78 <dt><i>proc</i></dt>
65 <dd> 79 <dd>
66 reference to the process to be prepared (QProcess) 80 reference to the process to be prepared (QProcess)
67 </dd><dt><i>language</i></dt> 81 </dd>
82 <dt><i>language</i></dt>
68 <dd> 83 <dd>
69 language to be set (string) 84 language to be set (string)
70 </dd> 85 </dd>
71 </dl> 86 </dl>
72 <div align="right"><a href="#top">Up</a></div> 87 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial