Home
last modified time | relevance | path

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

/dports/www/moodle310/moodle/calendar/
H A Dlib.php2115 if ($ignorefilters || calendar_show_event_type(CALENDAR_EVENT_COURSE, $user)) {
2118 if ($ignorefilters || calendar_show_event_type(CALENDAR_EVENT_SITE, $user)) {
2132 if ($ignorefilters || ($isvaliduser && calendar_show_event_type(CALENDAR_EVENT_USER, $user))) {
2136 …if (!empty($courseeventsfrom) && (calendar_show_event_type(CALENDAR_EVENT_GROUP, $user) || $ignore…
2515 function calendar_show_event_type($type, $user = null) { function
/dports/www/moodle311/moodle/calendar/
H A Dlib.php2115 if ($ignorefilters || calendar_show_event_type(CALENDAR_EVENT_COURSE, $user)) {
2118 if ($ignorefilters || calendar_show_event_type(CALENDAR_EVENT_SITE, $user)) {
2132 if ($ignorefilters || ($isvaliduser && calendar_show_event_type(CALENDAR_EVENT_USER, $user))) {
2136 …if (!empty($courseeventsfrom) && (calendar_show_event_type(CALENDAR_EVENT_GROUP, $user) || $ignore…
2515 function calendar_show_event_type($type, $user = null) { function
/dports/www/moodle39/moodle/calendar/
H A Dlib.php2114 if ($ignorefilters || calendar_show_event_type(CALENDAR_EVENT_COURSE, $user)) {
2117 if ($ignorefilters || calendar_show_event_type(CALENDAR_EVENT_SITE, $user)) {
2131 if ($ignorefilters || ($isvaliduser && calendar_show_event_type(CALENDAR_EVENT_USER, $user))) {
2135 …if (!empty($courseeventsfrom) && (calendar_show_event_type(CALENDAR_EVENT_GROUP, $user) || $ignore…
2514 function calendar_show_event_type($type, $user = null) { function