18 calls to format_date()
Search API
- admin_display_watchdog in modules/
admin/ admin.module - Displays recent watchdog entries, from the watchdog table
- 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.
- comments_render_comment in modules/
comments/ comments.module - Display the comment array in a pretty way.
- content_display_content_admin_list in modules/
content/ content.module - Display a list of content for the administrator
- content_view_content in modules/
content/ content.module - Display the content specified in the GET's cid.
- course_search_get_offering_csv in modules/
course_search/ course_search.edit.inc - hook_status in includes/
hook.api.php - Reports status information which each module is aware of, visible on admin/config/status.
- 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.
- 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.
- _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
- _DatabaseHandler::db_error in classes/
_DatabaseHandler.php - Draw out the error onto the screen.
- _DatabaseHandler::z__db_error in classes/
_DatabaseHandler.php - Draw out the error onto the screen.
- _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.