src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html

branch
eric7
changeset 9507
1f39839655ea
parent 9209
b99e7fd55fd3
equal deleted inserted replaced
9506:62397ab8df8c 9507:1f39839655ea
44 <tr> 44 <tr>
45 <td><a href="#jsSyntaxCheck">jsSyntaxCheck</a></td> 45 <td><a href="#jsSyntaxCheck">jsSyntaxCheck</a></td>
46 <td>Function to check a Javascript source file for syntax errors.</td> 46 <td>Function to check a Javascript source file for syntax errors.</td>
47 </tr> 47 </tr>
48 <tr> 48 <tr>
49 <td><a href="#normalizeCode">normalizeCode</a></td>
50 <td>Function to normalize the given code.</td>
51 </tr>
52 <tr>
53 <td><a href="#workerTask">workerTask</a></td> 49 <td><a href="#workerTask">workerTask</a></td>
54 <td>Module function acting as the parallel worker for the syntax check.</td> 50 <td>Module function acting as the parallel worker for the syntax check.</td>
55 </tr> 51 </tr>
56 </table> 52 </table>
57 <hr /> 53 <hr />
179 </dd> 175 </dd>
180 </dl> 176 </dl>
181 <div align="right"><a href="#top">Up</a></div> 177 <div align="right"><a href="#top">Up</a></div>
182 <hr /> 178 <hr />
183 <hr /> 179 <hr />
184 <a NAME="normalizeCode" ID="normalizeCode"></a>
185 <h2>normalizeCode</h2>
186 <b>normalizeCode</b>(<i>codestring</i>)
187
188 <p>
189 Function to normalize the given code.
190 </p>
191 <dl>
192
193 <dt><i>codestring</i></dt>
194 <dd>
195 code to be normalized (string)
196 </dd>
197 </dl>
198 <dl>
199 <dt>Return:</dt>
200 <dd>
201 normalized code (string)
202 </dd>
203 </dl>
204 <div align="right"><a href="#top">Up</a></div>
205 <hr />
206 <hr />
207 <a NAME="workerTask" ID="workerTask"></a> 180 <a NAME="workerTask" ID="workerTask"></a>
208 <h2>workerTask</h2> 181 <h2>workerTask</h2>
209 <b>workerTask</b>(<i>inputQueue, outputQueue</i>) 182 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
210 183
211 <p> 184 <p>

eric ide

mercurial