- Search 5.0.x for get
- Search 6.0.x for get
- Search 7.x-1.x for get
- Search 8.x-2.x for get
- Search 8.x-3.x for get
- Search 8.x-4.x for get
- Other projects
Titre | Object type | Nom du fichier | Résumé |
---|---|---|---|
advagg_get_root_files_dir | function | ./ |
Get the CSS and JS path for advagg. |
advagg_get_s3fs_config | function | ./ |
Return s3fs configuration settings and values. |
advagg_get_version_description | function | ./ |
Get the description text based off the library version. |
advagg_install_get_first_advagg_file | function | ./ |
Given a advagg path this will return the first aggregate it can find. |
advagg_js_cdn_get_ui_mapping | function | advagg_js_cdn/ |
Return an array of jquery ui files. |
advagg_js_compress_advagg_get_info_on_files_alter | function | advagg_js_compress/ |
Implements hook_advagg_get_info_on_files_alter(). |
advagg_js_compress_advagg_get_js_file_contents_alter | function | advagg_js_compress/ |
Implements hook_advagg_get_js_file_contents_alter(). |
advagg_js_compress_get_enabled_compressors | function | advagg_js_compress/ |
Get a list of enabled compressors. |
advagg_mod_advagg_get_css_file_contents_alter | function | advagg_mod/ |
Implements hook_advagg_get_css_file_contents_alter(). |
advagg_mod_advagg_get_info_on_files_alter | function | advagg_mod/ |
Implements hook_advagg_get_info_on_files_alter(). |
advagg_mod_advagg_get_js_file_contents_alter | function | advagg_mod/ |
Implements hook_advagg_get_js_file_contents_alter(). |
advagg_mod_advagg_get_root_files_dir_alter | function | advagg_mod/ |
Implements hook_advagg_get_root_files_dir_alter(). |
advagg_mod_get_lists | function | advagg_mod/ |
Generate a list of rules and exceptions for js files and inline. |
advagg_relocate_advagg_get_css_aggregate_contents_alter | function | advagg_relocate/ |
Implements hook_advagg_get_css_aggregate_contents_alter(). |
advagg_relocate_advagg_get_info_on_files_alter | function | advagg_relocate/ |
Implements hook_advagg_get_info_on_files_alter(). |
advagg_relocate_advagg_get_js_file_contents_alter | function | advagg_relocate/ |
Implements hook_advagg_get_js_file_contents_alter(). |
advagg_relocate_get_remote_data | function | advagg_relocate/ |
Gets external CSS and JS files; caches and returns response. |
advagg_relocate_get_remote_font_data | function | advagg_relocate/ |
Gets external CSS files; caches it and returns css font rules. |
advagg_sri_get_filenames_hashes | function | advagg_sri/ |
Returns the hashes settings. |
CSSmin::getAtRuleBlockPlaceholderRegexById | function | advagg_css_compress/ |
Gets the regular expression to match the specified at rule block token ID string |
CSSmin::getCommentPlaceholderById | function | advagg_css_compress/ |
Gets the candidate comment token ID string for the specified comment token ID |
CSSmin::getCommentPlaceholderRegexById | function | advagg_css_compress/ |
Gets the regular expression to match the specified comment token ID string |
CSSmin::getPreservedTokenPlaceholderRegexById | function | advagg_css_compress/ |
Gets the regular expression to match the specified token ID string |
CSSmin::rgbPercentageToRgbInteger | function | advagg_css_compress/ |
Converts a string containing and RGB percentage value into a RGB integer value i.e. '90%' -> 229.5 |
hook_advagg_get_css_aggregate_contents_alter | function | ./ |
Allow other modules to modify this aggregates contents. |
hook_advagg_get_css_file_contents_alter | function | ./ |
Allow other modules to modify this files contents. |
hook_advagg_get_info_on_files_alter | function | ./ |
Let other modules add/alter additional information about files passed in. |
hook_advagg_get_js_aggregate_contents_alter | function | ./ |
Allow other modules to modify this aggregates contents. |
hook_advagg_get_js_file_contents_alter | function | ./ |
Allow other modules to modify this files contents. |
hook_advagg_get_root_files_dir | function | ./ |
Allow other modules to alter css and js paths. |
JavaScriptPacker::_getEncoder | function | advagg_js_compress/ |
|
JavaScriptPacker::_getJSFunction | function | advagg_js_compress/ |
|
JSNode::__get | function | advagg_js_compress/ |
|
JSqueeze::getNewName | function | advagg_js_compress/ |
|
JSqueeze::getNextName | function | advagg_js_compress/ |
|
JSTokenizer::get | function | advagg_js_compress/ |
|
JSTokenizer::getInput | function | advagg_js_compress/ |
|
JSTokenizer::unget | function | advagg_js_compress/ |
|
JS_GETTER | constant | advagg_js_compress/ |
|
Minifier::getChar | function | advagg_js_compress/ |
Returns the next string for processing based off of the current index. |
Minifier::getNext | function | advagg_js_compress/ |
Pushes the index ahead to the next instance of the supplied string. If it is found the first character of the string is returned and the index is set to it's position. |
Minifier::getReal | function | advagg_js_compress/ |
This function gets the next "real" character. It is essentially a wrapper around the getChar function that skips comments. This has significant performance benefits as the skipping is done using native functions (ie, c code) rather than in script php. |
_advagg_relocate_get_urls | function | advagg_relocate/ |
Return a filename => url array for external assets. |