Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
|
Functions | |
filter_tex_get_cmd ($pathname, $texexp) | |
filter_tex_get_executable ($debug=false) | |
filter_tex_sanitize_formula (string $texexp) | |
Check the formula expression against the list of denied keywords. | |
filter_tex_updatedcallback ($name) | |
Purge all caches when settings changed. | |
xmldb_filter_data_install () | |
xmldb_filter_glossary_install () | |
xmldb_filter_mathjaxloader_install () | |
xmldb_filter_mediaplugin_install () | |
xmldb_filter_mediaplugin_upgrade ($oldversion) | |
xmldb_filter_tex_install () | |
xmldb_filter_tex_upgrade ($oldversion) | |
filter_tex_sanitize_formula | ( | string | $texexp | ) |
Check the formula expression against the list of denied keywords.
List of allowed could be more complete but also harder to maintain.
string | $texexp | Formula expression to check. |
string | Formula expression with denied keywords replaced with 'forbiddenkeyword'. |
xmldb_filter_mediaplugin_upgrade | ( | $oldversion | ) |
int | $oldversion | the version we are upgrading from |
bool | result |
xmldb_filter_tex_upgrade | ( | $oldversion | ) |
int | $oldversion | the version we are upgrading from |
bool | result |