10 calls to file_unmanaged_save_data() in Drupal 7
- AggregatorTestCase::getEmptyOpml in modules/
aggregator/ aggregator.test - Creates a valid but empty OPML file.
- AggregatorTestCase::getInvalidOpml in modules/
aggregator/ aggregator.test - Creates an invalid OPML file.
- AggregatorTestCase::getValidOpml in modules/
aggregator/ aggregator.test - Creates a valid OPML file from an array of feeds.
- drupal_build_css_cache in includes/
common.inc - Aggregates and optimizes CSS files into a cache file in the files directory.
- drupal_build_js_cache in includes/
common.inc - Aggregates JavaScript files into a cache file in the files directory.
- FileUnmanagedSaveDataTest::testFileSaveData in modules/
simpletest/ tests/ file.test - Test the file_unmanaged_save_data() function.
- file_save_data in includes/
file.inc - Saves a file to the specified destination and creates a database entry.
- system_retrieve_file in modules/
system/ system.module - Attempts to get a file using drupal_http_request and to store it locally.
- _color_save_stylesheet in modules/
color/ color.module - Saves the rewritten stylesheet to disk.
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.