Home
last modified time | relevance | path

Searched refs:get_user_max_upload_file_size (Results 26 – 47 of 47) sorted by relevance

12

/dports/www/moodle39/moodle/lib/form/
H A Dfilepicker.php86 …$this->_options['maxbytes'] = get_user_max_upload_file_size($PAGE->context, $CFG->maxbytes, $cours…
/dports/www/moodle311/moodle/lib/form/
H A Dfilepicker.php86 …$this->_options['maxbytes'] = get_user_max_upload_file_size($PAGE->context, $CFG->maxbytes, $cours…
/dports/www/moodle39/moodle/repository/
H A Dfilepicker.php95 $maxbytes = get_user_max_upload_file_size($context, $CFG->maxbytes, $course->maxbytes, $maxbytes);
H A Drepository_ajax.php91 $maxbytes = get_user_max_upload_file_size($context, $CFG->maxbytes, $coursemaxbytes, $maxbytes);
/dports/www/moodle310/moodle/repository/
H A Dfilepicker.php95 $maxbytes = get_user_max_upload_file_size($context, $CFG->maxbytes, $course->maxbytes, $maxbytes);
H A Drepository_ajax.php91 $maxbytes = get_user_max_upload_file_size($context, $CFG->maxbytes, $coursemaxbytes, $maxbytes);
/dports/www/moodle311/moodle/repository/
H A Dfilepicker.php95 $maxbytes = get_user_max_upload_file_size($context, $CFG->maxbytes, $course->maxbytes, $maxbytes);
H A Drepository_ajax.php91 $maxbytes = get_user_max_upload_file_size($context, $CFG->maxbytes, $coursemaxbytes, $maxbytes);
/dports/www/moodle310/moodle/question/type/essay/
H A Drenderer.php134 $fm->options->maxbytes = get_user_max_upload_file_size(
/dports/www/moodle311/moodle/question/type/essay/
H A Drenderer.php167 $fm->options->maxbytes = get_user_max_upload_file_size(
/dports/www/moodle310/moodle/grade/grading/form/rubric/
H A Dlib.php475 'maxbytes' => get_user_max_upload_file_size($context, $CFG->maxbytes),
/dports/www/moodle311/moodle/grade/grading/form/rubric/
H A Dlib.php475 'maxbytes' => get_user_max_upload_file_size($context, $CFG->maxbytes),
/dports/www/moodle39/moodle/grade/grading/form/rubric/
H A Dlib.php475 'maxbytes' => get_user_max_upload_file_size($context, $CFG->maxbytes),
/dports/www/moodle310/moodle/lib/
H A Dfilelib.php1165 …$fileusermaxbytes = get_user_max_upload_file_size($context, $options['maxbytes'], 0, 0, $file->get…
H A Dmoodlelib.php6903 function get_user_max_upload_file_size($context, $sitebytes = 0, $coursebytes = 0, $modulebytes = 0… function
/dports/www/moodle39/moodle/lib/
H A Dfilelib.php1165 …$fileusermaxbytes = get_user_max_upload_file_size($context, $options['maxbytes'], 0, 0, $file->get…
H A Dmoodlelib.php6866 function get_user_max_upload_file_size($context, $sitebytes = 0, $coursebytes = 0, $modulebytes = 0… function
/dports/www/moodle311/moodle/lib/
H A Dfilelib.php1165 …$fileusermaxbytes = get_user_max_upload_file_size($context, $options['maxbytes'], 0, 0, $file->get…
H A Dmoodlelib.php6742 function get_user_max_upload_file_size($context, $sitebytes = 0, $coursebytes = 0, $modulebytes = 0… function
/dports/www/moodle39/moodle/mod/lesson/
H A Dlocallib.php4495 $maxbytes = get_user_max_upload_file_size($context);
/dports/www/moodle310/moodle/mod/lesson/
H A Dlocallib.php4511 $maxbytes = get_user_max_upload_file_size($context);
/dports/www/moodle311/moodle/mod/lesson/
H A Dlocallib.php4520 $maxbytes = get_user_max_upload_file_size($context);

12