src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10479
856476537696
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
25 25
26 <table> 26 <table>
27 27
28 <tr> 28 <tr>
29 <td><a href="#checkMakoTemplateUsage">checkMakoTemplateUsage</a></td> 29 <td><a href="#checkMakoTemplateUsage">checkMakoTemplateUsage</a></td>
30 <td></td> 30 <td>Function to check for use of mako templates.</td>
31 </tr> 31 </tr>
32 <tr> 32 <tr>
33 <td><a href="#getChecks">getChecks</a></td> 33 <td><a href="#getChecks">getChecks</a></td>
34 <td>Public method to get a dictionary with checks handled by this module.</td> 34 <td>Public method to get a dictionary with checks handled by this module.</td>
35 </tr> 35 </tr>
38 <hr /> 38 <hr />
39 <a NAME="checkMakoTemplateUsage" ID="checkMakoTemplateUsage"></a> 39 <a NAME="checkMakoTemplateUsage" ID="checkMakoTemplateUsage"></a>
40 <h2>checkMakoTemplateUsage</h2> 40 <h2>checkMakoTemplateUsage</h2>
41 <b>checkMakoTemplateUsage</b>(<i>reportError, context, config</i>) 41 <b>checkMakoTemplateUsage</b>(<i>reportError, context, config</i>)
42 42
43 <p>
44 Function to check for use of mako templates.
45 </p>
46 <dl>
47
48 <dt><i>reportError</i> (func)</dt>
49 <dd>
50 function to be used to report errors
51 </dd>
52 <dt><i>context</i> (SecurityContext)</dt>
53 <dd>
54 security context object
55 </dd>
56 <dt><i>config</i> (dict)</dt>
57 <dd>
58 dictionary with configuration data
59 </dd>
60 </dl>
43 <div align="right"><a href="#top">Up</a></div> 61 <div align="right"><a href="#top">Up</a></div>
44 <hr /> 62 <hr />
45 <hr /> 63 <hr />
46 <a NAME="getChecks" ID="getChecks"></a> 64 <a NAME="getChecks" ID="getChecks"></a>
47 <h2>getChecks</h2> 65 <h2>getChecks</h2>

eric ide

mercurial