|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | moodlecore |
Enumerations | |
| enum | ABORT_AFTER_CONFIG |
Functions | |
| send_uncached_css ($css) | |
| css_not_found () | |
Variables | |
| $themename = min_optional_param('theme', 'standard', 'SAFEDIR') | |
| $type = min_optional_param('type', '', 'SAFEDIR') | |
| $subtype = min_optional_param('subtype', '', 'SAFEDIR') | |
| $sheet = min_optional_param('sheet', '', 'SAFEDIR') | |
| if(!file_exists($candidatesheet)) if(!$css=file_get_contents($candidatesheet)) | $css = unserialize($css) |
| enum ABORT_AFTER_CONFIG |
Definition at line 27 of file styles_debug.php.
| css_not_found | ( | ) |
Definition at line 135 of file styles_debug.php.
| send_uncached_css | ( | $ | css | ) |
Definition at line 122 of file styles_debug.php.
| if (!file_exists($candidatesheet)) if (!$css=file_get_contents($candidatesheet)) $css = unserialize($css) |
Definition at line 59 of file styles_debug.php.
| $sheet = min_optional_param('sheet', '', 'SAFEDIR') |
Definition at line 33 of file styles_debug.php.
| $subtype = min_optional_param('subtype', '', 'SAFEDIR') |
Definition at line 32 of file styles_debug.php.
| $themename = min_optional_param('theme', 'standard', 'SAFEDIR') |
Definition at line 30 of file styles_debug.php.
| $type = min_optional_param('type', '', 'SAFEDIR') |
Definition at line 31 of file styles_debug.php.