20 calls to fp_get_machine_readable()
Search API
- admin_edit_group_form_validate in modules/
admin/ admin.groups.inc - Validate handler for edit group form.
- advise_what_if_selection_form in modules/
advise/ advise.module - fp_render_button in includes/
theme.inc - Returns the HTML to draw a pretty button.
- 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_currently_advising_box in includes/
theme.inc - Draws the CurrentlyAdvisingBox which appears at the top of the screen, containing the student's information like name, major, etc.
- fp_render_element in includes/
render.inc - Returns the HTML to render this form (or content) element to the screen. $name is the HTML machine name. $element is an array containing all we need to render it. If you want default values to be taken from the SESSION (because we had form_errors,…
- stats_download_csv_from_batch in modules/
stats/ stats.module - Lets the user download a CSV file from a completed batch.
- student_search_render_advisees in modules/
student_search/ student_search.module - update_status_status in modules/
update_status/ update_status.module - Implementation of hook_status.
- user_display_users in modules/
user/ user.module - Display our list of faculty/staff users in the system.
- _AdvisingScreen::display_screen in classes/
_AdvisingScreen.php - This function generates the HTML to display the screen. Should be used in conjunction with output_to_browser()
- _AdvisingScreen::display_semester in classes/
_AdvisingScreen.php - Given a Semester object, this will generate the HTML to draw it out to the screen.
- _AdvisingScreen::draw_box_top in classes/
_AdvisingScreen.php - Used to draw the beginning of semester boxes and other boxes, for example the footnotes.
- _AdvisingScreen::draw_course_row in classes/
_AdvisingScreen.php - This is used by lots of other functions to display a course on the screen. It will show the course, the hours, the grade, and quality points, as well as any necessary icons next to it.
- _AdvisingScreen::draw_group_select_row in classes/
_AdvisingScreen.php - This draws the "blank row" for a group on the degree plan, which instructs the user to click on it to select a course from the popup.
- _AdvisingScreen::draw_popup_group_select_course_row in classes/
_AdvisingScreen.php - Used in the group selection popup, this will display a course with a radio button next to it, so the user can select it.
- _AdvisingScreen::draw_progress_boxes in classes/
_AdvisingScreen.php - This function calls drawPieChart to construct the student's 3 progress pie charts.
- _AdvisingScreen::draw_semester_box_top in classes/
_AdvisingScreen.php - Uses the draw_box_top function, specifically for semesters.
- _AdvisingScreenTypeView::display_semester_list in classes/
_AdvisingScreenTypeView.php - Display contents of a semester list as a single semester, only displaying courses matching the requirement_type. If the requirement_type is "e", then we will also look for anything not containing a defined requirement_type.
- _CourseList::sort_alphabetical_order in classes/
_CourseList.php - Sorts the course list into alphabetical order. If load_descriptive_data() has not already been called for each course, it will call it.