VultureChecker/Documentation/source/Plugin_Checker_Vulture.VultureChecker.VultureCheckerService.html

branch
eric7
changeset 83
7a6fb6e896e0
parent 79
47e46cd3bb23
child 107
2409ad7298d6
equal deleted inserted replaced
82:15dfed853c42 83:7a6fb6e896e0
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html><head> 2 <html><head>
3 <title>Plugin_Checker_Vulture.VultureChecker.VultureCheckerService</title> 3 <title>Plugin_Checker_Vulture.VultureChecker.VultureCheckerService</title>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <style> 5 <link rel="stylesheet" href="styles.css">
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head> 6 </head>
21 <body> 7 <body>
22 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
23 <h1>Plugin_Checker_Vulture.VultureChecker.VultureCheckerService</h1> 9 <h1>Plugin_Checker_Vulture.VultureChecker.VultureCheckerService</h1>
24 10
62 <tr> 48 <tr>
63 <td><a href="#vultureCheck">vultureCheck</a></td> 49 <td><a href="#vultureCheck">vultureCheck</a></td>
64 <td>Private function to analyze one file.</td> 50 <td>Private function to analyze one file.</td>
65 </tr> 51 </tr>
66 <tr> 52 <tr>
67 <td><a href="#worker">worker</a></td> 53 <td><a href="#workerTask">workerTask</a></td>
68 <td>Module function acting as the parallel worker for the vulture check.</td> 54 <td>Module function acting as the parallel worker for the vulture check.</td>
69 </tr> 55 </tr>
70 </table> 56 </table>
71 <hr /> 57 <hr />
72 <hr /> 58 <hr />
284 </dd> 270 </dd>
285 </dl> 271 </dl>
286 <div align="right"><a href="#top">Up</a></div> 272 <div align="right"><a href="#top">Up</a></div>
287 <hr /> 273 <hr />
288 <hr /> 274 <hr />
289 <a NAME="worker" ID="worker"></a> 275 <a NAME="workerTask" ID="workerTask"></a>
290 <h2>worker</h2> 276 <h2>workerTask</h2>
291 <b>worker</b>(<i>inputQueue, outputQueue</i>) 277 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
292 278
293 <p> 279 <p>
294 Module function acting as the parallel worker for the vulture check. 280 Module function acting as the parallel worker for the vulture check.
295 </p> 281 </p>
296 <dl> 282 <dl>

eric ide

mercurial