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 D | calendar_functions.php | 36 $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 D | admin_interface.php | 58 * @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 D | list_calendars.php | 16 * @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 D | calendar_options.php | 354 $calList = array_merge($shared_list, $public_list, $external_list); 355 usort($calList, 'calendar_sort'); 358 foreach ($calList as $cal)
|
H A D | month.php | 607 $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 D | day.php | 664 $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 D | admin_options.php | 112 $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 D | list_calendars.php | 265 $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);
|