Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
| style.css | file |
themes/ |
This CSS file pertains to the look of content itself in FlightPath. |
| style.css | file |
modules/ |
___student_profile_page {} .student-profile-header-full { border-bottom: 1px solid #ddd; } .student-profile-header-full .header-profile-image { width: 180px; height: 250px; margin-bottom: 10px; } .priority-high { background-color:… |
| style.css | file |
modules/ |
.markup-element-markup_school_use_default_school_values { border: 3px solid #888; padding: 10px; margin: 10px 0px 50px; 0px; font-size: 1.2em; } #use-default-remember { display: none; margin-top: 10px; font-weight:… |
| style.css | file |
modules/ |
___custom-calendar{} body { min-width: 500px; } .tzexplain { text-align: center; padding: 10px; } .tzglobe { color: green; } .schedule-appt-sep { margin-top: 50px; border-top: 1px solid #ccc; padding-top: 20px; font-size:… |
| style.css | file |
modules/ |
.alert-field-mark { font-size: 1.2em; } .alert-field-mark label { display: inline; font-weight: bold; } .alert-field-mark .alert-student-extra-mark { display: inline-block; padding-left: 10px; font-weight: bold; color:… |
| style.css | file |
modules/ |
This CSS file is for the engagements module |
| style.css | file |
modules/ |
/* Login page */ .fp-form-system_login_form { padding-top: 20px; padding-left: 20px; } .fp-form-system_login_form label { display: inline-block; width: 105px; } .login-welcome { text-align: center; font-size: 1.1em; … |
| mobile.css | file |
modules/ |
.course-search-course-extra { display: none; } .degree-search-degree-row { margin: 0; text-decoration: none; display: block; border-bottom: 1px solid #ccc; padding-top: 10px; padding-bottom: 10px; color: black; … |
| smtp.module | file |
modules/ |
This is the main module file for SMTP, which will let us send emails using SMTP instead of PHP's mail() command. |
| alerts.info | file |
modules/ |
name = Alerts description = Alert system (similar to tickets) for FP core = 7.x |
| user.module | file |
modules/ |
|
| JQUERY_FILE | constant |
./ |
|
| hook_enable | function |
includes/ |
This hook will be executed when a module is enabled in the system. It will be executed AFTER hook_install. |
| alerts_menu | function |
modules/ |
|
| alerts_perm | function |
modules/ |
|
| variable_get | function |
includes/ |
Get a variable from the database. We will first look in our GLOBALS array, to see that it hasn't already been retrieved this page load. |
| admin.module | file |
modules/ |
The administrative configurations for FlightPath. |
| audit.module | file |
modules/ |
This is the Audit module, which provides functionality relating to degree audits. |
| stats.module | file |
modules/ |
This module displays statistics and reports for FlightPath |
| batch.module | file |
modules/ |
|
| fp_set_title | function |
includes/ |
Allows the programmer to set the title of the page, overwriting any default title. |
| hook_disable | function |
includes/ |
This hook will be executed when a module is disabled in the system. |
| variable_set | function |
includes/ |
Set a variable value, so we can retrieve it later on. |
| fp_clean.info | file |
themes/ |
name = FlightPath Clean Theme description = A clean theme for FlightPath core = 7.x |
| notify.module | file |
modules/ |
|
| lassie.module | file |
modules/ |
This is the primary module file for the lassie module. |
| system_enable | function |
modules/ |
Implementation of hook_enable. |
| fp_show_title | function |
includes/ |
Sets whether the title should be shown on the page or not. |
| user_has_role | function |
includes/ |
Does the user have the specified role? |
| calendar_cron | function |
modules/ |
Implements hook_cron |
| alerts_update | function |
modules/ |
|
|
Group:: |
property |
classes/ |
|
| alerts.module | file |
modules/ |
module file for Alerts |
| system.module | file |
modules/ |
|
| calendar_perm | function |
modules/ |
|
| advise.module | file |
modules/ |
|
| calendar.info | file |
modules/ |
name = Calendar description = Appointment calendar system for FlightPath core = 7.x |
| calendar_menu | function |
modules/ |
implements hook_menu |
| fp_clear_cache | function |
includes/ |
Call all modules which implement hook_clear_cache |
| tinymce.module | file |
modules/ |
The TinyMCE module will init TinyMCE (the editor) on appropriate pages. This module is primarily for managing what those pages are. |
| schools.module | file |
modules/ |
Schools module. |
| content.module | file |
modules/ |
|
| module_enabled | function |
includes/ |
Simple function that returns TRUE if the module is enabled, FALSE otherwise. |
| include_module | function |
includes/ |
This will find and include the module in question, calling it's hook_init() function if it has one. |
| FP_HASH_LENGTH | constant |
includes/ |
The expected (and maximum) number of characters in a hashed password. |
| WATCHDOG_ALERT | constant |
./ |
|
| prereqs.module | file |
modules/ |
This is the module file for the prereqs module. |
| alerts_install | function |
modules/ |
Hook install. Called when the module is installed on the admin modules page. |
| alerts.install | file |
modules/ |
|
| calendar.module | file |
modules/ |
