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>uninstall-debugclients</h1> |
23 <h1>uninstall-debugclients</h1> |
|
24 |
23 <p> |
25 <p> |
24 Unnstallation script for the eric6 debug clients. |
26 Unnstallation script for the eric6 debug clients. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>currDir</td></tr><tr><td>installPackage</td></tr><tr><td>modDir</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr> |
31 <tr><td>currDir</td></tr><tr><td>installPackage</td></tr><tr><td>modDir</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</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="#exit">exit</a></td> |
43 <td><a href="#exit">exit</a></td> |
38 <td>Exit the install script.</td> |
44 <td>Exit the install script.</td> |
39 </tr><tr> |
45 </tr> |
|
46 <tr> |
40 <td><a href="#initGlobals">initGlobals</a></td> |
47 <td><a href="#initGlobals">initGlobals</a></td> |
41 <td>Module function to set the values of globals that need more than a simple assignment.</td> |
48 <td>Module function to set the values of globals that need more than a simple assignment.</td> |
42 </tr><tr> |
49 </tr> |
|
50 <tr> |
43 <td><a href="#main">main</a></td> |
51 <td><a href="#main">main</a></td> |
44 <td>The main function of the script.</td> |
52 <td>The main function of the script.</td> |
45 </tr><tr> |
53 </tr> |
|
54 <tr> |
46 <td><a href="#uninstallEricDebugClients">uninstallEricDebugClients</a></td> |
55 <td><a href="#uninstallEricDebugClients">uninstallEricDebugClients</a></td> |
47 <td>Uninstall the old eric debug client files.</td> |
56 <td>Uninstall the old eric debug client files.</td> |
48 </tr><tr> |
57 </tr> |
|
58 <tr> |
49 <td><a href="#usage">usage</a></td> |
59 <td><a href="#usage">usage</a></td> |
50 <td>Display a usage message and exit.</td> |
60 <td>Display a usage message and exit.</td> |
51 </tr> |
61 </tr> |
52 </table> |
62 </table> |
53 <hr /><hr /> |
63 <hr /> |
|
64 <hr /> |
54 <a NAME="exit" ID="exit"></a> |
65 <a NAME="exit" ID="exit"></a> |
55 <h2>exit</h2> |
66 <h2>exit</h2> |
56 <b>exit</b>(<i>rcode=0</i>) |
67 <b>exit</b>(<i>rcode=0</i>) |
|
68 |
57 <p> |
69 <p> |
58 Exit the install script. |
70 Exit the install script. |
59 </p><dl> |
71 </p> |
|
72 <dl> |
|
73 |
60 <dt><i>rcode</i></dt> |
74 <dt><i>rcode</i></dt> |
61 <dd> |
75 <dd> |
62 result code to report back (integer) |
76 result code to report back (integer) |
63 </dd> |
77 </dd> |
64 </dl> |
78 </dl> |
65 <div align="right"><a href="#top">Up</a></div> |
79 <div align="right"><a href="#top">Up</a></div> |
66 <hr /><hr /> |
80 <hr /> |
|
81 <hr /> |
67 <a NAME="initGlobals" ID="initGlobals"></a> |
82 <a NAME="initGlobals" ID="initGlobals"></a> |
68 <h2>initGlobals</h2> |
83 <h2>initGlobals</h2> |
69 <b>initGlobals</b>(<i></i>) |
84 <b>initGlobals</b>(<i></i>) |
|
85 |
70 <p> |
86 <p> |
71 Module function to set the values of globals that need more than a |
87 Module function to set the values of globals that need more than a |
72 simple assignment. |
88 simple assignment. |
73 </p> |
89 </p> |
74 <div align="right"><a href="#top">Up</a></div> |
90 <div align="right"><a href="#top">Up</a></div> |
75 <hr /><hr /> |
91 <hr /> |
|
92 <hr /> |
76 <a NAME="main" ID="main"></a> |
93 <a NAME="main" ID="main"></a> |
77 <h2>main</h2> |
94 <h2>main</h2> |
78 <b>main</b>(<i>argv</i>) |
95 <b>main</b>(<i>argv</i>) |
|
96 |
79 <p> |
97 <p> |
80 The main function of the script. |
98 The main function of the script. |
81 </p><dl> |
99 </p> |
|
100 <dl> |
|
101 |
82 <dt><i>argv</i></dt> |
102 <dt><i>argv</i></dt> |
83 <dd> |
103 <dd> |
84 the list of command line arguments. |
104 the list of command line arguments. |
85 </dd> |
105 </dd> |
86 </dl> |
106 </dl> |
87 <div align="right"><a href="#top">Up</a></div> |
107 <div align="right"><a href="#top">Up</a></div> |
88 <hr /><hr /> |
108 <hr /> |
|
109 <hr /> |
89 <a NAME="uninstallEricDebugClients" ID="uninstallEricDebugClients"></a> |
110 <a NAME="uninstallEricDebugClients" ID="uninstallEricDebugClients"></a> |
90 <h2>uninstallEricDebugClients</h2> |
111 <h2>uninstallEricDebugClients</h2> |
91 <b>uninstallEricDebugClients</b>(<i></i>) |
112 <b>uninstallEricDebugClients</b>(<i></i>) |
|
113 |
92 <p> |
114 <p> |
93 Uninstall the old eric debug client files. |
115 Uninstall the old eric debug client files. |
94 </p> |
116 </p> |
95 <div align="right"><a href="#top">Up</a></div> |
117 <div align="right"><a href="#top">Up</a></div> |
96 <hr /><hr /> |
118 <hr /> |
|
119 <hr /> |
97 <a NAME="usage" ID="usage"></a> |
120 <a NAME="usage" ID="usage"></a> |
98 <h2>usage</h2> |
121 <h2>usage</h2> |
99 <b>usage</b>(<i>rcode=2</i>) |
122 <b>usage</b>(<i>rcode=2</i>) |
|
123 |
100 <p> |
124 <p> |
101 Display a usage message and exit. |
125 Display a usage message and exit. |
102 </p><dl> |
126 </p> |
|
127 <dl> |
|
128 |
103 <dt><i>rcode</i></dt> |
129 <dt><i>rcode</i></dt> |
104 <dd> |
130 <dd> |
105 return code passed back to the calling process (integer) |
131 return code passed back to the calling process (integer) |
106 </dd> |
132 </dd> |
107 </dl> |
133 </dl> |