Home
last modified time | relevance | path

Searched refs:calList (Results 1 – 8 of 8) sorted by relevance

/dports/mail/squirrelmail-calendar_file_backend-plugin/squirrelmail-calendar_file_backend-plugin-php74-1.0_3/calendar_file_backend/
H A Dcalendar_functions.php36 $calList = array();
66 $calList[] = $cal;
73 return $calList;
111 $calList = array();
166 $calList = array();
179 $calList = array_merge($calList, $childList);
223 return $calList;
303 return $calList;
353 $calList = array();
366 $calList = array_merge($calList, $childList);
[all …]
/dports/mail/squirrelmail-shared_calendars-plugin/squirrelmail-shared_calendars-plugin-php74-2.0.1_3/calendar/interface/
H A Dadmin_interface.php58 * @param array $calList A list of all the calendars that
64 function display_calendar_admin_interface($color, $calList) argument
71 foreach ($calList as $calendar)
179 * @param array $calList A list of all the calendars that
185 function display_user_admin_interface($color, $calList) argument
212 if (sizeof($calList) == 0)
221 foreach ($calList as $calendar)
H A Dlist_calendars.php16 * @param array $calList A list of all the calendars that
25 function display_calendar_list($color, $calList, $error_messages, $messages) argument
63 foreach ($calList as $calendar)
156 foreach ($calList as $cal)
H A Dcalendar_options.php354 $calList = array_merge($shared_list, $public_list, $external_list);
355 usort($calList, 'calendar_sort');
358 foreach ($calList as $cal)
H A Dmonth.php607 $calList = array_merge($shared_list, $public_list, $external_list);
608 usort($calList, 'calendar_sort');
651 foreach ($calList as $cal)
703 foreach ($calList as $cal)
H A Dday.php664 $calList = array_merge($shared_list, $public_list, $external_list);
665 usort($calList, 'calendar_sort');
709 foreach ($calList as $cal)
/dports/mail/squirrelmail-shared_calendars-plugin/squirrelmail-shared_calendars-plugin-php74-2.0.1_3/calendar/
H A Dadmin_options.php112 $calList = get_all_owned_calendars($username); variable
113 display_calendar_admin_interface($color, $calList);
218 $calList = get_all_owned_calendars($username); variable
219 display_user_admin_interface($color, $calList);
H A Dlist_calendars.php265 $calList = array_merge($shared_list, $public_list, $external_list); variable
267 foreach ($calList as $c)
492 $calList = array_merge($shared_list, $public_list, $external_list); variable
493 usort($calList, 'calendar_sort');
495 display_calendar_list($color, $calList, $errorMessages, $messages);