|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | filter |
Functions | |
| if($action=='ShowDB'or $action=='DeleteDB') if($action=='ShowDB') if($action=='DeleteDB') if($action=='ShowImageMimetex') if($action=='SlashArguments') if($action=='ShowImageTex') if($action=='ShowOutputTex') if(!empty($action)) if(!empty($action)) | outputText ($texexp) |
| tex2image ($texexp, $return=false) | |
| TexOutput ($expression, $graphic=false) | |
| execute ($cmd) | |
| slasharguments ($texexp) | |
Variables | |
| if (!filter_is_enabled('filter/tex')) | |
| $action = optional_param('action', '', PARAM_ALPHA) | |
| $texexp = optional_param('tex', '', PARAM_RAW) | |
| $output = '' | |
| Required cap to run this. MDL-18552. | |
| PHP | |
| execute | ( | $ | cmd | ) |
| slasharguments | ( | $ | texexp | ) |
| tex2image | ( | $ | texexp, |
| $ | return = false |
||
| ) |
| TexOutput | ( | $ | expression, |
| $ | graphic = false |
||
| ) |
| $action = optional_param('action', '', PARAM_ALPHA) |
Definition at line 39 of file texdebug.php.
| $output = '' |
Required cap to run this. MDL-18552.
Definition at line 45 of file texdebug.php.
| $texexp = optional_param('tex', '', PARAM_RAW) |
Definition at line 40 of file texdebug.php.
| if(!filter_is_enabled('filter/tex')) |
Definition at line 31 of file texdebug.php.
Definition at line 363 of file texdebug.php.