Home
last modified time | relevance | path

Searched refs:summaryeditoroptions (Results 1 – 3 of 3) sorted by relevance

/dports/www/moodle310/moodle/course/
H A Dlib.php2747 protected static $summaryeditoroptions; variable in course_request
2820 if (self::$summaryeditoroptions === null) {
2821 self::$summaryeditoroptions = array('maxfiles' => 0, 'maxbytes'=>0);
2823 return self::$summaryeditoroptions;
/dports/www/moodle39/moodle/course/
H A Dlib.php2750 protected static $summaryeditoroptions; variable in course_request
2823 if (self::$summaryeditoroptions === null) {
2824 self::$summaryeditoroptions = array('maxfiles' => 0, 'maxbytes'=>0);
2826 return self::$summaryeditoroptions;
/dports/www/moodle311/moodle/course/
H A Dlib.php2768 protected static $summaryeditoroptions; variable in course_request
2841 if (self::$summaryeditoroptions === null) {
2842 self::$summaryeditoroptions = array('maxfiles' => 0, 'maxbytes'=>0);
2844 return self::$summaryeditoroptions;