Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
SMTP:: |
constant |
inc/ |
SMTP line break constant. |
POP3:: |
constant |
inc/ |
Line break constant. |
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; } |
PHPMailer | class |
inc/ |
PHPMailer - PHP email creation and transport class. |
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; } |
LEGEND_BOX | constant |
inc/ |
|
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; } |
hook_enable | function |
includes/ |
This hook will be executed when a module is enabled in the system. It will be executed AFTER hook_install. |
user.module | file |
modules/ |
|
pData:: |
function |
inc/ |
|
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. |
LEGEND_ROUND | constant |
inc/ |
|
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. |
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. |
fp_set_title | function |
includes/ |
Allows the programmer to set the title of the page, overwriting any default title. |
stats.module | file |
modules/ |
This module displays statistics and reports for FlightPath |
batch.module | file |
modules/ |
|
admin.module | file |
modules/ |
The administrative configurations for FlightPath. |
blocks.module | file |
modules/ |
|
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? |
PHPMailer.php | file |
inc/ |
|
system.module | file |
modules/ |
|
advise.module | file |
modules/ |
|
system_enable | function |
modules/ |
Implementation of hook_enable. |
fp_clear_cache | function |
includes/ |
Call all modules which implement hook_clear_cache |
PHPMailer:: |
property |
inc/ |
The array of 'cc' names and addresses. |
content.module | file |
modules/ |
|
PHPMailer:: |
property |
inc/ |
The array of 'to' names and addresses. |
include_module | function |
includes/ |
This will find and include the module in question, calling it's hook_init() function if it has one. |
PHPMailer:: |
property |
inc/ |
SMTP RFC standard line ending. |
_Group:: |
property |
classes/ |
|
fp5_clean.info | file |
themes/ |
name = FlightPath 5 Clean Theme description = A clean theme for FlightPath 5 core = 5.x |
LABEL_POS_LEFT | constant |
inc/ |
|
PHPMailer:: |
function |
inc/ |
Set or reset instance properties. You should avoid this function - it's more verbose, less efficient, more error-prone and harder to debug than setting properties directly. Usage Example: `$mail->set('SMTPSecure',… |
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. |
WATCHDOG_ALERT | constant |
./ |
|
FP_HASH_LENGTH | constant |
includes/ |
The expected (and maximum) number of characters in a hashed password. |
PHPMailer:: |
property |
inc/ |
The array of 'bcc' names and addresses. |
GRADIENT_SIMPLE | constant |
inc/ |
|
db_table_exists | function |
includes/ |
Returns TRUE if the table specified exists or not. |
PHPMailer:: |
property |
inc/ |
Comma separated list of DSN notifications 'NEVER' under no circumstances a DSN must be returned to the sender. If you use NEVER all other notifications will be ignored. 'SUCCESS' will notify you when your mail has arrived at its… |
DatabaseHandler | class |
custom/ |