39 calls to convert_time()

admin_display_watchdog in modules/admin/admin.module
admin_display_watchdog_entry in modules/admin/admin.module
Display the details of a particular watchdog entry, specified by its table id.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
alerts_display_advisee_activities_page in modules/alerts/alerts.module
Display all advisee activities since the beginning of time, thanks to pager query.
calendar_appointment_content_form_validate in modules/calendar/calendar.module
Custom validate handler for when we save an appointment form. We want to confirm the student is valid, and also store ONLY the cwid.
calendar_build_custom_calendar in modules/calendar/calendar.module
Actually renders the HTML for the calendar.
calendar_confirm_cancel_appointment_form_submit in modules/calendar/calendar.module
calendar_display_upcoming_appointments in modules/calendar/calendar.module
calendar_display_user_appointment_settings_page in modules/calendar/calendar.module
This page is where the user can configure their various appointment settings (like when they offer them)
calendar_find_and_remind_notify_upcoming_appointments in modules/calendar/calendar.module
This function will find appointments approaching within X number of minutes, and send out notifications to all involved.
calendar_form_alter in modules/calendar/calendar.module
Implements hook_form_alter
calendar_get_appointments_for_faculty in modules/calendar/calendar.module
Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
calendar_get_available_faculty_schedule in modules/calendar/calendar.module
Returns back an array of time slots available for this faculty member and event_type
calendar_render_mini_calendar in modules/calendar/calendar.module
calendar_schedule_appointment_confirm_form_submit in modules/calendar/calendar.module
We passed validation, it's time to actually submit now!
comments_render_comment in modules/comments/comments.module
Display the comment array in a pretty way.
content_content_load in modules/content/content.module
Implementation of content's hook_content_load
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
content_edit_content_form in modules/content/content.module
This form lets the user edit some piece of content
content_edit_content_form_submit in modules/content/content.module
Submit handler for the edit content form.
content_public_files_form in modules/content/content.module
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/
content_view_content in modules/content/content.module
Display the content specified in the GET's cid.
DatabaseHandler::db_error in classes/DatabaseHandler.php
Draw out the error onto the screen.
engagements_mass_sms_form in modules/engagements/engagements.module
engagements_mass_sms_perform_batch_operation in modules/engagements/engagements.module
lassie_check in modules/lassie/lassie.module
Check to see if an email needs to be sent regarding this job.
stats_report_access_stats in modules/stats/stats.module
This report shows recent activity in FlightPath. It can also be used to see if anyone is "online" in that they would have activity less than 5 minutes old.
stats_report_major_students_progress_form in modules/stats/reports.major-students-progress.inc
Simply display a form letting the user select an available major.
student_files_content_alter in modules/student_files/student_files.module
Implememnt hook_content_alter
system_display_dashboard_page in modules/system/system.module
This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.
system_popup_report_contact_form_submit in modules/system/system.module
system_status in modules/system/system.module
Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", );
user_display_student_users in modules/user/user.student.inc
Similar to user_display_users, except only for student users.
user_display_users in modules/user/user.module
Display our list of faculty/staff users in the system.
user_edit_attribute_form in modules/user/user.module
The form which lets us actually edit this user's attribute (ex: Visa Status) Meant to be very similar to:
user_edit_user_attributes_form in modules/user/user.module
z__admin_display_watchdog in modules/admin/admin.module
Displays recent watchdog entries, from the watchdog table
_fp_error_handler in includes/misc.inc
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.