Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
| calendar.module | file |
modules/ |
|
| comments.module | file |
modules/ |
|
| skin.mobile.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.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/ … |
| 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. |
|
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. |
| variable_delete | function |
includes/ |
Remove a variable entirely from the table |
| DatabaseHandler | class |
classes/ |
|
| 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/ |
|
| encryption.module | file |
modules/ |
This is the main module file for the encryption module. |
| masquerade.module | file |
modules/ |
The masquerade module, which allows admin users to impersonate other users. |
| student_files.css | file |
modules/ |
This is the main CSS file which goes with the student_files module. |
| 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,… |
| 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. |
|
Course:: |
function |
classes/ |
This function will correct capitalization problems in course titles. |
| 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". |
| alerts_form_alter | function |
modules/ |
|
| system_clear_cache | function |
modules/ |
Implements hook_clear_cache Take care of clearing caches managed by this module |
| student_files.info | file |
modules/ |
name = Student Files description = Secure uploads of files associated with student users core = 7.x schema = 2 |
| engagements.module | file |
modules/ |
This is the primary module file for the engagements module. |
| content.mobile.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.mobile.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/ … |
| student_files_menu | function |
modules/ |
Implementation of hook_menu |
| student_files_perm | function |
modules/ |
Implements hook_perm |
| 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 |
| 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 |
| 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. |
| 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. |
| CONTENT_PUBLIC_FILE | constant |
modules/ |
|
| example_helper.info | file |
custom/ |
name = Example helper module description = This module's source code demonstrates several important features of module development core = 7.x |
| 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_menu | function |
custom/ |
Implementation of hook_menu |
| 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/ … |
| calendar_form_alter | function |
modules/ |
Implements hook_form_alter |
|
Course:: |
property |
classes/ |
|
| fp_get_degree_title | function |
includes/ |
Quick method to look up title for a degree. |
| announcements.module | file |
modules/ |
|
| blank_degrees.module | file |
modules/ |
|
| course_search.module | file |
modules/ |
This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi. |
|
Course:: |
function |
classes/ |
Returns TRUE if the student has completed the course (and did not make a failing grade on it). |
