9611:af03537d56b2 | 9612:93b496cc3c88 |
---|---|
15 It uses the JavaScript parser contained in the jasy web framework. | 15 It uses the JavaScript parser contained in the jasy web framework. |
16 </p> | 16 </p> |
17 <h3>Global Attributes</h3> | 17 <h3>Global Attributes</h3> |
18 | 18 |
19 <table> | 19 <table> |
20 <tr><td>SUPPORTED_TYPES</td></tr><tr><td>_modules</td></tr> | 20 <tr><td>SUPPORTED_TYPES</td></tr> |
21 </table> | 21 </table> |
22 <h3>Classes</h3> | 22 <h3>Classes</h3> |
23 | 23 |
24 <table> | 24 <table> |
25 | 25 |
42 </table> | 42 </table> |
43 <h3>Functions</h3> | 43 <h3>Functions</h3> |
44 | 44 |
45 <table> | 45 <table> |
46 | 46 |
47 <tr> | |
48 <td><a href="#clearModulesCache">clearModulesCache</a></td> | |
49 <td>Function to clear the cached modules.</td> | |
50 </tr> | |
51 <tr> | 47 <tr> |
52 <td><a href="#readmodule_ex">readmodule_ex</a></td> | 48 <td><a href="#readmodule_ex">readmodule_ex</a></td> |
53 <td>Read a JavaScript file and return a dictionary of functions and variables.</td> | 49 <td>Read a JavaScript file and return a dictionary of functions and variables.</td> |
54 </tr> | 50 </tr> |
55 <tr> | 51 <tr> |
424 </dd> | 420 </dd> |
425 </dl> | 421 </dl> |
426 <div align="right"><a href="#top">Up</a></div> | 422 <div align="right"><a href="#top">Up</a></div> |
427 <hr /> | 423 <hr /> |
428 <hr /> | 424 <hr /> |
429 <a NAME="clearModulesCache" ID="clearModulesCache"></a> | |
430 <h2>clearModulesCache</h2> | |
431 <b>clearModulesCache</b>(<i></i>) | |
432 | |
433 <p> | |
434 Function to clear the cached modules. | |
435 </p> | |
436 <div align="right"><a href="#top">Up</a></div> | |
437 <hr /> | |
438 <hr /> | |
439 <a NAME="readmodule_ex" ID="readmodule_ex"></a> | 425 <a NAME="readmodule_ex" ID="readmodule_ex"></a> |
440 <h2>readmodule_ex</h2> | 426 <h2>readmodule_ex</h2> |
441 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) | 427 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) |
442 | 428 |
443 <p> | 429 <p> |