Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
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/ |
___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/ |
___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 |
themes/ |
This CSS file pertains to the look of content itself in FlightPath. |
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; … |
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 |
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; … |
alerts_menu | function |
modules/ |
|
user.module | file |
modules/ |
|
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.info | file |
modules/ |
name = Alerts description = Alert system (similar to tickets) for FP core = 6.x schema = 4 |
alerts_perm | function |
modules/ |
|
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. |
stats.module | file |
modules/ |
This module displays statistics and reports for FlightPath |
admin.module | file |
modules/ |
The administrative configurations 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. |
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. |
audit.module | file |
modules/ |
This is the Audit module, which provides functionality relating to degree audits. |
variable_set | function |
includes/ |
Set a variable value, so we can retrieve it later on. |
hook_disable | function |
includes/ |
This hook will be executed when a module is disabled in the system. |
calendar_cron | function |
modules/ |
Implements hook_cron |
lassie.module | file |
modules/ |
This is the primary module file for the lassie module. |
fp_show_title | function |
includes/ |
Sets whether the title should be shown on the page or not. |
calendar_menu | function |
modules/ |
implements hook_menu |
Group:: |
property |
classes/ |
|
calendar.info | file |
modules/ |
name = Calendar description = Appointment calendar system for FlightPath core = 6.x schema = 3 |
advise.module | file |
modules/ |
|
system_enable | function |
modules/ |
Implementation of hook_enable. |
user_has_role | function |
includes/ |
Does the user have the specified role? |
notify.module | file |
modules/ |
|
calendar_perm | function |
modules/ |
|
alerts_update | function |
modules/ |
|
system.module | file |
modules/ |
|
alerts.module | file |
modules/ |
module file for Alerts |
module_enabled | function |
includes/ |
Simple function that returns TRUE if the module is enabled, FALSE otherwise. |
prereqs.module | file |
modules/ |
This is the module file for the prereqs module. |
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. |
fp_clear_cache | function |
includes/ |
Call all modules which implement hook_clear_cache |
schools.module | file |
modules/ |
Schools module. |
FP_HASH_LENGTH | constant |
includes/ |
The expected (and maximum) number of characters in a hashed password. |
include_module | function |
includes/ |
This will find and include the module in question, calling it's hook_init() function if it has one. |
WATCHDOG_ALERT | constant |
./ |
|
alerts_install | function |
modules/ |
Hook install. Called when the module is installed on the admin modules page. |
fp6_clean.info | file |
themes/ |
name = FlightPath 6 Clean Theme description = A clean theme for FlightPath 6 core = 6.x |
content.module | file |
modules/ |
|
alerts.install | file |
modules/ |
|
Course:: |
function |
classes/ |
This is the magic method __sleep(). PHP will call this method any time this object is being serialized. It is supposed to return an array of all the variables which need to be serialized. |
calendar_update | function |
modules/ |