38 calls to csv_to_array()
Search API
- admin_display_degrees_popup_add_group2 in modules/
admin/ admin.degrees.inc - admin_edit_degree_form_submit in modules/
admin/ admin.degrees.inc - admin_edit_degree_form_validate in modules/
admin/ admin.degrees.inc - advise_display_popup_change_track in modules/
advise/ advise.module - advise_display_view in modules/
advise/ advise.module - This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
- advise_popup_display_summary in modules/
advise/ advise.history.inc - Displays the printable advising summary.
- AdvisingScreen::build_excess_credit in classes/
AdvisingScreen.php - Constructs the HTML to show the Excess Credits list.
- AdvisingScreen::build_graduate_credit in classes/
AdvisingScreen.php - Constructs the HTML which will be used to display the student's graduate credits (if any exist)
- AdvisingScreen::display_popup_course_description in classes/
AdvisingScreen.php - Displays the contents of the Descripton tab for the course popup.
- AdvisingScreen::display_toolbox_transfers in classes/
AdvisingScreen.php - Used in the Toolbox popup, this will display content of the tab which shows a student's transfers
- content_edit_content_form_validate in modules/
content/ content.module - content_public_files_form_validate in modules/
content/ content.module - Course::assign_display_status in classes/
Course.php - This will assign the $this->display_status string based on the grade the student has made on the course. The display_status is used by other display functions to decide what color the course should show up as.
- Course::is_completed in classes/
Course.php - Returns TRUE if the student has completed the course (and did not make a failing grade on it).
- Course::meets_min_grade_requirement_of in classes/
Course.php - Does $this meed the minimum grade requirement of the supplied course requirement? You may specify either a Course object, or just enter the min_grade in the mGrade variable.
- CourseList::count_credit_hours in classes/
CourseList.php - Similar to count_hours, but this will only count courses which have been taken and have a grade.
- CourseList::count_credit_quality_points in classes/
CourseList.php - Similar to count_credit_hours, but this will only count courses which have been taken and have a grade. We will return back a sum of their quality points.
- CourseList::count_hours in classes/
CourseList.php - Returns hour many hours are in $this CourseList.
- CourseList::find_best_grade_match in classes/
CourseList.php - Find a list of matches to Course courseC, which fulfill the min_grade requirement, ordered by most best grade first.
- CourseList::find_most_recent_match in classes/
CourseList.php - Find a list of matches to Course courseC, which fulfill the min_grade requirement, ordered by most recently taken.
- CourseList::sort_best_grade_first in classes/
CourseList.php - Sorts best-grade-first, as defined by the setting "grade_order", which is a CSV of grades, best-first. Ex: A, B, C, D, F
- course_search_display_courses in modules/
course_search/ course_search.module - Show the user their select of courses.
- course_search_edit_course_details_form in modules/
course_search/ course_search.edit.inc - This form lets the user edit the course's syllabus or rotation schedule
- course_search_edit_course_details_form_submit in modules/
course_search/ course_search.edit.inc - FlightPath::assign_courses_to_list in classes/
FlightPath.php - GroupList::sort_best_grade_first_by_student_grades in classes/
GroupList.php - Sorts best-grade-first, as defined by the setting "grade_order", which is a CSV of grades, best-first. Ex: A, B, C, D, F
- 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.
- stats_report_major_counts in modules/
stats/ stats.module - This report shows how many students are in each major.
- Student::load_courses_taken in classes/
Student.php - student_files_handle_upload in modules/
student_files/ student_files.module - Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array.
- student_search_query_advisees in modules/
student_search/ student_search.module - The limit is how many we will query, and also how many will appear on the page at one time.
- student_search_render_advisees in modules/
student_search/ student_search.module - system_get_exclude_degree_ids_from_appears_in_counts in modules/
system/ system.module - Uses the "exclude_majors...." setting, but converts them into an array of degree_ids.
- system_login_form_validate in modules/
system/ system.module - Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use…
- z__course_search_get_offering_csv in modules/
course_search/ course_search.edit.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.
- z__student_search_render_advisees in modules/
student_search/ student_search.module - z______student_search_render_advisees in modules/
student_search/ student_search.module