89 calls to fp_trim()

admin.courses.inc in modules/admin/admin.courses.inc
admin.degrees.inc in modules/admin/admin.degrees.inc
admin.groups.inc in modules/admin/admin.groups.inc
admin.module in modules/admin/admin.module
The administrative configurations for FlightPath.
admin_display_courses in modules/admin/admin.courses.inc
This function displays all of our courses for us to edit.
admin_display_watchdog_entry in modules/admin/admin.module
Display the details of a particular watchdog entry, specified by its table id.
admin_edit_course_form in modules/admin/admin.courses.inc
This form lets the user edit details about a course.
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_get_courses_from_definition in modules/admin/admin.groups.inc
admin_groups_list_filter_form in modules/admin/admin.groups.inc
advise.history.inc in modules/advise/advise.history.inc
advise.module in modules/advise/advise.module
advise_display_popup_change_track in modules/advise/advise.module
advise_display_popup_substitute_selected in modules/advise/advise.module
advise_init_screen in modules/advise/advise.module
advise_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
AdvisingScreen.php in classes/AdvisingScreen.php
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.
arg in includes/misc.inc
Returns the component of the page's path.
audit.module in modules/audit/audit.module
This is the Audit module, which provides functionality relating to degree audits.
audit_display_audit in modules/audit/audit.module
calendar.module 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_schedule_appointment_confirm_form_submit in modules/calendar/calendar.module
We passed validation, it's time to actually submit now!
Course.php in classes/Course.php
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.
course_search.module in modules/course_search/course_search.module
This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
DatabaseHandler.php in classes/DatabaseHandler.php
DatabaseHandler::get_group_name in classes/DatabaseHandler.php
Returns the group_id for the given group name, or FALSE
DatabaseHandler::get_institution_name in classes/DatabaseHandler.php
db.inc in includes/db.inc
This file contains mostly db shortcuts.
DegreePlan.php in classes/DegreePlan.php
DegreePlan::get_track_title in classes/DegreePlan.php
engagements.module in modules/engagements/engagements.module
This is the primary module file for the engagements module.
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
engagements_form_alter in modules/engagements/engagements.module
Implements hook_form_alter
engagements_handle_incoming_mailgun_email in modules/engagements/engagements.module
engagements_send_email_or_txt_form_submit in modules/engagements/engagements.module
filter_plain in includes/misc.inc
Convenience function for
FlightPath.php in classes/FlightPath.php
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_degree_classifications in includes/misc.inc
Return back an assoc array of our set degree classifications, separated by "level"
fp_get_degree_title in includes/db.inc
Quick method to look up title for a degree.
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…
fp_render_student_profile_header in includes/theme.inc
Returns the HTML for the "profile" header html for a student
misc.inc in includes/misc.inc
This file contains misc functions for FlightPath
prereqs.module in modules/prereqs/prereqs.module
This is the module file for the prereqs module.
prereqs_get_prereq_array_from_string in modules/prereqs/prereqs.module
Assumes prereqs are written in this format: ACCT 101 (C) & ACCT 103 ACCT 102 (B)
prereqs_get_prereq_warnings_for_course in modules/prereqs/prereqs.module
This is meant to be a general function to find all relavent prereq warnings for the supplied course.
render.inc in includes/render.inc
stats.module in modules/stats/stats.module
This module displays statistics and reports for FlightPath
stats_report_advisor_use in modules/stats/stats.module
This report shows which advisors are using FlightPath most often.
Student.php in classes/Student.php
Student::get_rank_description in classes/Student.php
Given a rank_code like FR, SO, etc., get the english description. For example: Freshman, Sophomore, etc.
Student::load_courses_taken in classes/Student.php
student_search.module in modules/student_search/student_search.module
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.module in modules/system/system.module
system_cron in modules/system/system.module
Implementation of hook_cron
system_perform_db_updates_perform_batch_operation in modules/system/system.module
Performs db updates ONE module at a time.
system_school_data_form in modules/system/system.module
This form is for the school-data, like subject code descriptions, colleges, etc.
theme.inc in includes/theme.inc
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"…
tinymce.module in modules/tinymce/tinymce.module
The TinyMCE module will init TinyMCE (the editor) on appropriate pages. This module is primarily for managing what those pages are.
tinymce_init in modules/tinymce/tinymce.module
user.module in modules/user/user.module
user.student.inc in modules/user/user.student.inc
Keep track of functions dealing specifically with student user management
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_student_user_form_submit in modules/user/user.student.inc
Submit handler for editing student users.
user_edit_user_attributes_form_submit in modules/user/user.module
user_edit_user_form_submit in modules/user/user.module
Submit handler for our edit faculty form
user_edit_user_form_validate in modules/user/user.module
Validate handler for editing faculty users.
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_edit_student_courses_form_submit in modules/user/user.student.inc
user_student_list_filter_form_submit in modules/user/user.student.inc
user_user_settings_form_submit in modules/user/user.module
Save values from our settings form into the user_settings table (or other tables), as appropriate.
user_user_settings_form_validate in modules/user/user.module
Needed if we are trying to change password.