Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
calendar.module | file |
modules/ |
|
variable_delete | function |
includes/ |
Remove a variable entirely from the table |
DatabaseHandler | class |
classes/ |
|
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. |
db_table_exists | function |
includes/ |
Returns TRUE if the table specified exists or not. |
variable_exists | function |
includes/ |
Returns TRUE or FALSE if the variable exists in the variables table. |
calendar.install | file |
modules/ |
|
calendar_install | function |
modules/ |
Hook install. Called when the module is installed on the admin modules page. |
hook_clear_cache | function |
includes/ |
Allows each module to perform actions when the cache is cleared. |
Semester:: |
property |
classes/ |
|
masquerade.module | file |
modules/ |
The masquerade module, which allows admin users to impersonate other users. |
alerts_form_alter | function |
modules/ |
|
encryption.module | file |
modules/ |
This is the main module file for the encryption module. |
student_files.css | file |
modules/ |
This is the main CSS file which goes with the student_files module. |
fp_re_array_files | function |
includes/ |
Re-order the _FILES array for multiple files, to make it easier to work with. From: http://php.net/manual/en/features.file-upload.multiple.php |
_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". |
Course:: |
function |
classes/ |
This function will correct capitalization problems in course titles. |
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,… |
student_files.info | file |
modules/ |
name = Student Files description = Secure uploads of files associated with student users core = 6.x schema = 2 |
engagements.module | file |
modules/ |
This is the primary module file for the engagements module. |
calendar_ics_split | function |
modules/ |
This lets us split up a line for ics into 75-char octets, according to the rules from: https://icalendar.org/iCalendar-RFC-5545/3-1-content-lines.html |
student_files_menu | function |
modules/ |
Implementation of hook_menu |
system_clear_cache | function |
modules/ |
Implements hook_clear_cache Take care of clearing caches managed by this module |
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 |
user_get_role_name | function |
modules/ |
Simple function to return the human-readable name for a role, by rid. |
student_files_perm | function |
modules/ |
Implements hook_perm |
DatabaseHandler.php | file |
classes/ |
|
example_helper_init | function |
custom/ |
Implementation of "hook_init". |
system_modules_form | function |
modules/ |
This is the form which an admin may use to manage the modules in the system. |
calendar_form_alter | function |
modules/ |
Implements hook_form_alter |
example_helper.info | file |
custom/ |
name = Example helper module description = This module's source code demonstrates several important features of module development core = 6.x |
skin.mobile.min.css | file |
modules/ |
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ … |
skin.mobile.min.css | file |
modules/ |
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ … |
CONTENT_PUBLIC_FILE | constant |
modules/ |
|
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. |
Course:: |
property |
classes/ |
|
fp_get_degree_title | function |
includes/ |
Quick method to look up title for a degree. |
example_helper_menu | function |
custom/ |
Implementation of hook_menu |
student_files.module | file |
modules/ |
This is the student_files module, which will facilitate uploading (securely) files to be associated with student accounts. |
course_search.module | file |
modules/ |
This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi. |
CONTENT_PRIVATE_FILE | constant |
modules/ |
|
ALERT_SYSTEM_USER_ID | constant |
modules/ |
|
student_files_update | function |
modules/ |
|
announcements_enable | function |
modules/ |
|
fp_get_js_alert_link | function |
includes/ |
Creates a javascript "alert" link, which tells the user some message with javascript alert(). |
system_handle_logout | function |
modules/ |
|
menu_get_module_path | function |
includes/ |