35 calls to fp_trim()
Search API
- admin_display_courses in modules/
admin/ admin.courses.inc - This function displays all of our courses for us to edit.
- admin_edit_course_form_submit in modules/
admin/ admin.courses.inc - admin_edit_degree_form in modules/
admin/ admin.degrees.inc - Meant to replace the old-fashioned display_edit_degree function...
- admin_edit_degree_form_submit in modules/
admin/ admin.degrees.inc - admin_edit_degree_form_validate in modules/
admin/ admin.degrees.inc - admin_edit_group_form in modules/
admin/ admin.groups.inc - This function lets the user edit a group.
- admin_groups_list_filter_form in modules/
admin/ admin.groups.inc - advise_display_popup_change_track in modules/
advise/ advise.module - advise_display_popup_substitute_selected in modules/
advise/ advise.module - AdvisingScreen::build_footnotes in classes/
AdvisingScreen.php - Constructs the HTML which will show footnotes for substitutions and transfer credits.
- AdvisingScreen::display_popup_group_select in classes/
AdvisingScreen.php - This function displays the popup which lets a user select a course to be advised into a group.
- AdvisingScreen::output_to_browser in classes/
AdvisingScreen.php - This method outputs the screen to the browser by performing an include(path-to-theme-file.php). All necessary information must be placed into certain variables before the include happens.
- 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_schedule_appointment_confirm_form_submit in modules/
calendar/ calendar.module - We passed validation, it's time to actually submit now!
- Course::get_bool_assigned_to_group_id in classes/
Course.php - Return TRUE or FALSE if this this course was ever assigned to the supplied group_id. if $group_id == -1, then return TRUE if it was assigned to ANY group.
- Course::load_descriptive_transfer_data in classes/
Course.php - Similar to load_descriptive_data(), this will load whatever we have for $this transfer course.
- DatabaseHandler::get_group_name in classes/
DatabaseHandler.php - Returns the group_id for the given group name, or FALSE
- engagements_display_main in modules/
engagements/ engagements.module - displays the main Engagements tab, which shows the history of past engagements.
- engagements_send_email_or_txt_form_submit in modules/
engagements/ engagements.module - FlightPath::combine_degree_plans in classes/
FlightPath.php - This function is responsible for combining multiple degree plans into a single unified degree plan, then returning it.
- fp_get_user_timezone in includes/
db.inc - Returns back the timezone for this user, if selected. If not, we return back the system timezone.
- fp_render_content in includes/
render.inc - This is very similar to fp_get_form / fp_render_form, except in this case we are being passed the completed "render_array", which already contains all of our elements. We will call hooks on it, sort by weights, and then return the rendered…
- get_term_structures in includes/
misc.inc - Return an array version of the term_id_structure field from the admin settings
- stats_report_advisor_use in modules/
stats/ stats.module - This report shows which advisors are using FlightPath most often.
- student_search_display_majors_search in modules/
student_search/ student_search.module - Display the majors search sub-tab, where we can select a major and see the students assigned to it.
- student_search_search_form in modules/
student_search/ student_search.module - system_perform_db_updates_perform_batch_operation in modules/
system/ system.module - Performs db updates ONE module at a time.
- theme_table_header_sortable in includes/
theme.inc - Given an array of table headers (in the format listed below), returns back the HTML to draw it to the screen. This makes them clickable, to make the table header sortable. This is meant to be used with queries, by adding in an "ORDER BY"…
- 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_user_form_submit in modules/
user/ user.module - Submit handler for our edit faculty form
- user_list_filter_form_submit in modules/
user/ user.module - user_permissions_form_submit in modules/
user/ user.module - Submit handler for the permissions form.
- user_student_list_filter_form_submit in modules/
user/ user.student.inc - z__stats_report_selected_degree_options in modules/
stats/ stats.module - This report will show which degree options are being selected for degrees which offer options.