61 <td><a href="#initService">initService</a></td> |
61 <td><a href="#initService">initService</a></td> |
62 <td>Initialize the service and return the entry point.</td> |
62 <td>Initialize the service and return the entry point.</td> |
63 </tr> |
63 </tr> |
64 <tr> |
64 <tr> |
65 <td><a href="#securityOk">securityOk</a></td> |
65 <td><a href="#securityOk">securityOk</a></td> |
66 <td></td> |
66 <td>Function to check, if the given error code is an acknowledged security report.</td> |
67 </tr> |
67 </tr> |
68 <tr> |
68 <tr> |
69 <td><a href="#workerTask">workerTask</a></td> |
69 <td><a href="#workerTask">workerTask</a></td> |
70 <td>Module function acting as the parallel worker for the style check.</td> |
70 <td>Module function acting as the parallel worker for the style check.</td> |
71 </tr> |
71 </tr> |
436 <hr /> |
436 <hr /> |
437 <a NAME="securityOk" ID="securityOk"></a> |
437 <a NAME="securityOk" ID="securityOk"></a> |
438 <h2>securityOk</h2> |
438 <h2>securityOk</h2> |
439 <b>securityOk</b>(<i>errorCode, lineFlags</i>) |
439 <b>securityOk</b>(<i>errorCode, lineFlags</i>) |
440 |
440 |
|
441 <p> |
|
442 Function to check, if the given error code is an acknowledged security report. |
|
443 </p> |
|
444 <dl> |
|
445 |
|
446 <dt><i>errorCode</i> (str)</dt> |
|
447 <dd> |
|
448 error code to be checked |
|
449 </dd> |
|
450 <dt><i>lineFlags</i> (list of str)</dt> |
|
451 <dd> |
|
452 list of line flags to check against |
|
453 </dd> |
|
454 </dl> |
|
455 <dl> |
|
456 <dt>Return:</dt> |
|
457 <dd> |
|
458 flag indicating an acknowledged security report |
|
459 </dd> |
|
460 </dl> |
|
461 <dl> |
|
462 <dt>Return Type:</dt> |
|
463 <dd> |
|
464 bool |
|
465 </dd> |
|
466 </dl> |
441 <div align="right"><a href="#top">Up</a></div> |
467 <div align="right"><a href="#top">Up</a></div> |
442 <hr /> |
468 <hr /> |
443 <hr /> |
469 <hr /> |
444 <a NAME="workerTask" ID="workerTask"></a> |
470 <a NAME="workerTask" ID="workerTask"></a> |
445 <h2>workerTask</h2> |
471 <h2>workerTask</h2> |