Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
style.css | file |
themes/ |
body { font-family: Arial; background-color: #ECECDB; } .c-fieldset-content { /* the astericks mean "only for IE" */ *margin-left: 10px; *margin-right: 10px; } .full_admin_top_options { font-size: 10pt; border: 1px solid… |
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; } |
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… |
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; … |
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; } |
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. |
stats.module | file |
modules/ |
This module displays statistics and reports for FlightPath |
variable_set | function |
includes/ |
Set a variable value, so we can retrieve it later on. |
admin.module | file |
modules/ |
The administrative configurations for FlightPath. |
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. |
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. |
system.module | file |
modules/ |
|
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? |
blocks.module | file |
modules/ |
|
advise.module | file |
modules/ |
|
content.module | file |
modules/ |
|
include_module | function |
includes/ |
This will find and include the module in question, calling it's hook_init() function if it has one. |
fp_clear_cache | function |
includes/ |
Call all modules which implement hook_clear_cache |
_Group:: |
property |
classes/ |
|
WATCHDOG_ALERT | constant |
./ |
|
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. |
comments.module | file |
modules/ |
|
DatabaseHandler | class |
custom/ |
|
_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/ |
|
hook_clear_cache | function |
includes/ |
Allows each module to perform actions when the cache is cleared. |
_Semester:: |
property |
classes/ |
|
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". |
{#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. |
user_get_role_name | function |
modules/ |
Simple function to return the human-readable name for a role, by rid. |
fp_get_module_path | function |
includes/ |
Return the filepath to the module |
{#table_dlg.title} | file |
modules/ |
{#table_dlg.title} |
_Course:: |
function |
classes/ |
This function will correct capitalization problems in course titles. |
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} |
fp_screen_is_mobile | function |
includes/ |
This function will attempt to determine automatically if we are on a mobile device, and should therefor use the mobile theme and layout settings. |
example_helper_init | function |
custom/ |
Implementation of "hook_init". |
example_helper.info | file |
custom/ |
name = Example helper module description = This module's source code demonstrates several important features of module development core = 4.x |
system_modules_form | function |
modules/ |
This is the form which an admin may use to manage the modules in the system. |
DatabaseHandler.php | file |
custom/ |
|
example_helper_menu | function |
custom/ |
Implementation of hook_menu |
blank_degrees.module | file |
modules/ |
|
ObjList:: |
function |
classes/ |
|
_DatabaseHandler.php | file |
classes/ |