You are here

Functions in Advanced CSS/JS Aggregation 6

Primary tabs

Namesort descending Location Description Direct uses Strings
advagg_css_compress_admin_page advagg_css_compress/advagg_css_compress.admin.inc Page generation function for admin/settings/css-compress 1
advagg_css_compress_admin_settings_form advagg_css_compress/advagg_css_compress.admin.inc Form builder; Configure advagg settings. 1
advagg_css_compress_advagg_css_alter advagg_css_compress/advagg_css_compress.module Implement hook_advagg_css_alter.
advagg_css_compress_advagg_css_inline_alter advagg_css_compress/advagg_css_compress.module Implement hook_advagg_css_inline_alter.
advagg_css_compress_css_compressor advagg_css_compress/advagg_css_compress.module Use the CSS Compressor library to compress the CSS. 2
advagg_css_compress_css_tidy advagg_css_compress/advagg_css_compress.module Use the CSS Tidy library to compress the CSS. 2
advagg_css_compress_disable advagg_css_compress/advagg_css_compress.install Implementation of hook_disable().
advagg_css_compress_enable advagg_css_compress/advagg_css_compress.install Implementation of hook_enable().
advagg_css_compress_flush_caches advagg_css_compress/advagg_css_compress.module Implementation of hook_flush_caches().
advagg_css_compress_install advagg_css_compress/advagg_css_compress.install Implementation of hook_install().
advagg_css_compress_menu advagg_css_compress/advagg_css_compress.module Implementation of hook_menu
advagg_css_compress_requirements advagg_css_compress/advagg_css_compress.install Implementation of hook_requirements().
advagg_css_compress_schema advagg_css_compress/advagg_css_compress.install Implementation of hook_schema(). 1
advagg_css_compress_uninstall advagg_css_compress/advagg_css_compress.install Implementation of hook_uninstall().
advagg_css_compress_update_6100 advagg_css_compress/advagg_css_compress.install Update 6100 - Create the cache_advagg_css_compress_inline cache table.
advagg_css_compress_yui_cssmin advagg_css_compress/advagg_css_compress.module Use the CSSmin library from YUI to compress the CSS. 1
advagg_css_js_file_builder ./advagg.module Aggregate CSS/JS files, putting them in the files directory. 3
advagg_ctools_process_js_files ./advagg.module Create a list of javascript files that are on the page. 1
advagg_db_multi_select_in ./advagg.module Select records in the database matching where IN(...). 1
advagg_delete_file_if_stale ./advagg.module Callback to delete files modified more than a set time ago. 1
advagg_disable ./advagg.install Implementation of hook_disable().
advagg_disable_page_cache ./advagg.module Disable the page cache if the aggregate is not in the bundle. 1
advagg_drupal_load_stylesheet ./advagg.module Loads the stylesheet and resolves all @import commands. 1
advagg_drupal_load_stylesheet_content ./advagg.module Process the contents of a stylesheet for aggregation. 2
advagg_drupal_to_js ./advagg.module Converts a PHP variable into its Javascript equivalent. 1
advagg_drush_cache_clear ./advagg.drush.inc Implement hook_drush_cache_clear.
advagg_enable ./advagg.install Implementation of hook_enable().
advagg_file_copy ./advagg.module Copies a file to a new location. 1
advagg_file_create_url ./advagg.module Create the download path to a file. 2
advagg_file_download ./advagg.module Implementation of hook_file_download().
advagg_file_exists ./advagg.module Use a cache table to see if a file exists. 2
advagg_file_move ./advagg.module Moves a file to a new location. 1
advagg_file_saver ./advagg.module Save a string to the specified destination. Verify that file size is not zero. 1 1
advagg_file_save_data ./advagg.module Save a string to the specified destination. 1 2
advagg_find_existing_bundle ./advagg.module Given a list of files, see if a bundle already exists containing all of those files. If in strict mode then the file count has to be the same.
advagg_flush_caches ./advagg.module Implementation of hook_flush_caches(). 10 1
advagg_form_print_r ./advagg.admin.inc 2
advagg_get_bundle_from_filename ./advagg.module 2
advagg_get_filename ./advagg.module Given a list of files; return back the aggregated filename. 2
advagg_get_files_in_bundle ./advagg.module Get list of files and the filetype given a bundle md5. 2
advagg_get_file_data ./advagg.module Get data about a file. 4
advagg_get_js_css_get_array ./advagg.module Return a large array of the CSS & JS files loaded on this page.
advagg_get_root_files_dir ./advagg.module Get the CSS & JS path for advagg. 17
advagg_get_server_schema ./advagg.module Return the server schema (http or https). 5
advagg_htaccess_check_generate ./advagg.module Generate .htaccess rules and place them in advagg dir 3
advagg_init ./advagg.module Implementation of hook_init().
advagg_insert_bundle_db ./advagg.module Insert info into the advagg_files and advagg_bundles database. 1
advagg_install ./advagg.install Implementation of hook_install().
advagg_install_test_async_stream ./advagg.install Test if STREAM_CLIENT_ASYNC_CONNECT can be used. 1
advagg_install_theme_registry_location ./advagg.install 1

Pages

Other projects