- Search 6.0.x for clean
- Search 7.x-1.x for clean
- Search 7.x-2.x for clean
- Search 8.x-2.x for clean
- Search 8.x-3.x for clean
- Search 8.x-4.x for clean
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CssMinifier::clean | function | advagg_css_minify/ |
Processes the contents of a CSS asset for cleanup. |
JsMinifier::clean | function | advagg_js_minify/ |
Processes the contents of a javascript asset for cleanup. |
JsMinifierUnitTest::providerTestClean | function | advagg_js_minify/ |
Provides data for the JS asset cleaning test. |
JsMinifierUnitTest::testClean | function | advagg_js_minify/ |
Tests cleaning of a JavaScript asset. |
Minifier::clean | function | advagg_js_minify/ |
Resets attributes that do not need to be stored between requests so that the next request is ready to go. Another reason for this is to make sure the variables are cleared and are not taking up memory. |