39 calls to format_date()

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.
AdvisingScreen::build_test_scores in classes/AdvisingScreen.php
Constructs the HTML to show the student's test scores.
AdvisingScreen::display_popup_course_description in classes/AdvisingScreen.php
Displays the contents of the Descripton tab for the course popup.
AdvisingScreen::display_toolbox_substitutions in classes/AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's substututions
alerts_advisees_alerts_form in modules/alerts/alerts.module
Displays alerts for our various advisees.
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_schedule_appointment_page in modules/calendar/calendar.module
This is the page which lets students schedule an appointment with the faculty member supplied in the user_id.
calendar_display_upcoming_appointments in modules/calendar/calendar.module
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_schedule_appointment_confirm_form in modules/calendar/calendar.module
The confirmation form the user will see once they have made their schedule selections.
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_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_display_advisee_engagements_page in modules/engagements/engagements.module
engagements_mass_sms_form in modules/engagements/engagements.module
engagements_mass_sms_perform_batch_operation in modules/engagements/engagements.module
hook_status in includes/hook.api.php
Reports status information which each module is aware of, visible on admin/config/status.
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_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.", );
update_status_status in modules/update_status/update_status.module
Implementation of hook_status.
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.
z__admin_display_watchdog in modules/admin/admin.module
Displays recent watchdog entries, from the watchdog table
z__course_search_get_offering_csv in modules/course_search/course_search.edit.inc
_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.