drush_minifyjs_minify_js |
./minifyjs.drush.inc |
Drush command logic.
drush_[COMMAND_NAME](). |
|
|
drush_minifyjs_minify_js_skip |
./minifyjs.drush.inc |
Drush command logic.
drush_[COMMAND_NAME](). |
|
|
drush_minifyjs_scan_js |
./minifyjs.drush.inc |
Drush command logic.
drush_[COMMAND_NAME](). |
|
|
minifyjs_batch_finished |
./minifyjs.admin.inc |
Helper function for batch, batch finished. |
|
1 |
minifyjs_create_minified_file |
./minifyjs.admin.inc |
Helper function to create the minified file: |
|
1 |
minifyjs_drush_command |
./minifyjs.drush.inc |
Implements hook_drush_command(). |
|
|
minifyjs_format_filesize |
./minifyjs.admin.inc |
Helper function to format the filesize. |
1 |
|
minifyjs_form_system_performance_settings_alter |
./minifyjs.module |
Implements hook_FORM_ID_alter(). |
|
|
minifyjs_js_alter |
./minifyjs.module |
Implements hook_js_alter(). |
|
|
minifyjs_load_all_files |
./minifyjs.module |
Helper function - load all of the minifyjs_file records from cache or
directly from the database. |
10 |
|
minifyjs_manage_javascript_files_form |
./minifyjs.admin.inc |
Helper function for form table: |
|
1 |
minifyjs_manage_javascript_files_form_submit |
./minifyjs.admin.inc |
Helper function for form table (form submit): |
|
1 |
minifyjs_menu |
./minifyjs.module |
Implements hook_menu() |
|
|
minifyjs_minify_file |
./minifyjs.admin.inc |
Helper function that sends the JS off to be minified, handles the response,
stores the file in the filesystem and stores the file info in the managed
file tables. |
4 |
|
minifyjs_minify_file_operation |
./minifyjs.admin.inc |
Helper function for batch, minify file operation. |
|
1 |
minifyjs_operations |
./minifyjs.admin.inc |
Helper function to return the operations available for the file. |
1 |
|
minifyjs_permission |
./minifyjs.module |
Implements hook_permission() |
|
|
minifyjs_remove_file |
./minifyjs.admin.inc |
Helper function removes the file, the entry in the file_managed table and
the entry in the minifyjs_file. |
1 |
|
minifyjs_remove_minified_file |
./minifyjs.admin.inc |
Helper function removes the file, the entry in the file_managed table and
sets the file status as unminified. |
2 |
|
minifyjs_remove_minified_file_operation |
./minifyjs.admin.inc |
Helper function for batch, remove minified file operation. |
|
1 |
minifyjs_restore_original_file |
./minifyjs.admin.inc |
Helper function to restore the un-minified file: |
|
1 |
minifyjs_scan_for_javascript_files |
./minifyjs.admin.inc |
Helper function to scan the file system for javascript files: |
1 |
1 |
minifyjs_schema |
./minifyjs.install |
Implements hook_schema(). |
|
|
minifyjs_settings_form |
./minifyjs.admin.inc |
Creates a system settings form to handle file exclusions. |
|
1 |
minifyjs_update_scripts |
./minifyjs.module |
|
1 |
|