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 |
themes/ |
This CSS file pertains to the look of content itself in FlightPath. |
| 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; } .fp-form-system_login_form #element-user, .fp-form-system_login_form… |
| table.css | file |
modules/ |
/* CSS file for table dialog in the table plugin */ .panel_wrapper div.current { height: 245px; } .advfield { width: 200px; } #class { width: 150px; } |
| mobile.css | file |
themes/ |
.fpcopy-notice { font-size: 0.7em; text-align: center; margin-top: 40px; border-top: 1px solid #ccc; } body { background-color: white; } |
| mobile.css | file |
themes/ |
.fpcopy-notice { font-size: 0.7em; text-align: center; margin-top: 40px; border-top: 1px solid #ccc; } body { background-color: white; } |
| mobile.css | file |
themes/ |
.fpcopy-notice { font-size: 0.7em; text-align: center; margin-top: 40px; border-top: 1px solid #ccc; } body { background-color: white; } |
| 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; … |
| hook_enable | function |
includes/ |
This hook will be executed when a module is enabled in the system. It will be executed AFTER hook_install. |
| 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. |
| user.module | file |
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. |
| 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. |
| fp_set_title | function |
includes/ |
Allows the programmer to set the title of the page, overwriting any default title. |
| admin.module | file |
modules/ |
The administrative configurations for FlightPath. |
| batch.module | file |
modules/ |
|
| stats.module | file |
modules/ |
This module displays statistics and reports for FlightPath |
| fp_show_title | function |
includes/ |
Sets whether the title should be shown on the page or not. |
| system_enable | function |
modules/ |
Implementation of hook_enable. |
| user_has_role | function |
includes/ |
Does the user have the specified role? |
| system.module | file |
modules/ |
|
| blocks.module | file |
modules/ |
|
| advise.module | file |
modules/ |
|
| fp5_clean.info | file |
themes/ |
name = FlightPath 5 Clean Theme description = A clean theme for FlightPath 5 core = 5.x |
| WATCHDOG_ALERT | constant |
./ |
|
| fp_clear_cache | function |
includes/ |
Call all modules which implement hook_clear_cache |
|
_Group:: |
property |
classes/ |
|
| include_module | function |
includes/ |
This will find and include the module in question, calling it's hook_init() function if it has one. |
| content.module | file |
modules/ |
|
| FP_HASH_LENGTH | constant |
includes/ |
The expected (and maximum) number of characters in a hashed password. |
| 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. |
| db_table_exists | function |
includes/ |
Returns TRUE if the table specified exists or not. |
| DatabaseHandler | class |
custom/ |
|
| comments.module | file |
modules/ |
|
| hook_clear_cache | function |
includes/ |
Allows each module to perform actions when the cache is cleared. |
|
_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. |
| _DatabaseHandler | class |
classes/ |
|
|
_Semester:: |
property |
classes/ |
|
| _fp_error_handler | function |
includes/ |
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc. |
| fp_get_files_path | function |
includes/ |
Convenience function to return the /files system path. Does NOT end with a trailing slash. |
| get_modules_menus | function |
includes/ |
Similar to get_modules_permissions, this will scan through all installed modules' hook_menu() functions, and assemble an array which is sorted by "location" and then by "weight". |
| fp_render_element | function |
includes/ |
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,… |
| system_clear_cache | function |
modules/ |
Implements hook_clear_cache Take care of clearing caches managed by this module |
| {#media_dlg.title} | file |
modules/ |
{#media_dlg.title} |
| {#table_dlg.title} | file |
modules/ |
{#table_dlg.title} |
| {#style_dlg.title} | file |
modules/ |
{#style_dlg.title} |
| advise_clear_cache | function |
modules/ |
Implementation of hook_clear_cache Called by other modules, this function will take care of clearing anything this module has cached. |
| fp_get_module_path | function |
includes/ |
Return the filepath to the module |
