Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
PHPMailer:: |
property |
inc/ |
DKIM Copy header field values for diagnostic use. |
PHPMailer:: |
function |
inc/ |
Add an embedded stringified attachment. This can include images, sounds, and just about any other document type. If your filename doesn't contain an extension, be sure to set the $type to an appropriate MIME type. |
hook_theme_advise_group_select_row | function |
includes/ |
Similar to hook_theme_advise_course_row. This lets the user theme the "select X hours..." row for a group. |
{#searchreplace_dlg.replace_title} | file |
modules/ |
{#searchreplace_dlg.replace_title} |
install_get_settings_file_template | function |
./ |
Returns a template for a new settings file. |
_Course:: |
property |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
Returns whatever is in the Rank field for this student. Ex: JR, SR, FR, etc. |
_DatabaseHandler:: |
function |
classes/ |
Returns the student's first and last name, put together. Ex: John Smith or John W Smith. |
_DatabaseHandler:: |
function |
classes/ |
Returns the faculty's first and last name, put together. Ex: John Smith or John W Smith. |
_DatabaseHandler:: |
function |
classes/ |
|
_CourseList:: |
function |
classes/ |
Returns the first course in the list which the user may select for advising. This method is used by the popup window to determine what exactly is the first element of the course list. (so it can make that radio button checked). |
{#xhtmlxtras_dlg.title_ins_element} | file |
modules/ |
{#xhtmlxtras_dlg.title_ins_element} |
{#xhtmlxtras_dlg.title_del_element} | file |
modules/ |
{#xhtmlxtras_dlg.title_del_element} |
_DegreePlan:: |
property |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
PHPMailer:: |
function |
inc/ |
Allows for public read access to 'all_recipients' property. Before the send() call, queued addresses (i.e. with IDN) are not yet included. |
system_display_completed_db_updates | function |
modules/ |
Once db updates are run, display contents of this page. |
advise_perform_clear_advising_cache | function |
modules/ |
From menu hook. Clear just the advising cache. |
z___admin_handle_edit_degree_submit | function |
modules/ |
|
{#xhtmlxtras_dlg.title_abbr_element} | file |
modules/ |
{#xhtmlxtras_dlg.title_abbr_element} |
{#xhtmlxtras_dlg.title_cite_element} | file |
modules/ |
{#xhtmlxtras_dlg.title_cite_element} |
hook_menu_handle_replacement_pattern | function |
includes/ |
This hook is called by the menu system. It allows each module the change to replace string patterns in its menu items (defined in hook_menu). |
_DatabaseHandler:: |
function |
classes/ |
|
_AdvisingScreen:: |
function |
classes/ |
This function is called when we know we are on a mobile browser. We have to handle tab rendering differently in order to make them all fit. |
_Group:: |
function |
classes/ |
Returns the quality points earned for all of the courses in this group |
_CourseList:: |
function |
classes/ |
Returns TRUE if there is at least one course in this list which is selected (for advising). |
advise_what_if_selection_form_submit | function |
modules/ |
Submit handler for the what if selection form. Since at this point we have passed validation, let's just assemble the URL we need to now redirect to. |
z___advise_display_what_if_selection | function |
modules/ |
Displays the pulldown select list for picking a new What If degree. Returns HTML. |
PHPMailer:: |
constant |
inc/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
_CourseList:: |
function |
classes/ |
Returns a CourseList of all the fulfilled or advised courses in $this's list. |
admin_menu_handle_replacement_pattern | function |
modules/ |
This is an implementation of hook_menu_handle_replacement_pattern. It will search for and replace replacement patterns which we are aware of it in $str. |
PHPMailer:: |
constant |
inc/ |
|
_DatabaseHandler:: |
function |
classes/ |
Sets the maintenance mode. $val should be either 0 (off) or 1 (on) |
_DatabaseHandler:: |
function |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
_DatabaseHandler:: |
function |
classes/ |
|
_AdvisingScreen:: |
function |
classes/ |
This function calls the other "build" functions to assemble the View or What If tabs in FlightPath. |
_AdvisingScreen:: |
function |
classes/ |
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. |
_CourseList:: |
function |
classes/ |
This will sort so that courses with the smallest hours (first trying hours_awarded, then min_hours) are at the top of the list. If the list contains more than one course with a set of hours (like there are 30 courses all worth 3 hours) then it… |
advise_what_if_selection_form_validate | function |
modules/ |
Validate handler for the what_if selection form. This is where we might, for example, make sure that if a non-dynamic degree was selected, that they can't proceed. |
admin_display_groups_popup_select_icon | function |
modules/ |
This popup is called from the edit group page. It lets the user select an icon to assign to a group. |
_DatabaseHandler:: |
function |
classes/ |
This is a simple helper function which "escapes" the question marks (?) in the string, by changing them to "??". This makes it suitable for use within db_query(), but not necessary if used as an argument. … |
_DatabaseHandler:: |
function |
classes/ |
|
_CourseList:: |
function |
classes/ |
Removes courses from this list which have not been fulfilled (ther course_list_fulfilled_by is empty). |
_CourseList:: |
function |
classes/ |
Returns the number of courses in this list which have either been fulfilled or advised to take. It does not count hours, just the courses themselves. |