backdrop_build_css_cache in includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
backdrop_build_js_cache in includes/common.inc
Aggregates JavaScript files into a cache file in the files directory.
_color_save_stylesheet in modules/color/color.module
Saves the rewritten stylesheet to disk.
file_copy in includes/file.inc
Copies a file to a new location and adds a file record to the database.
FileCopyTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when copying over a file that already exists.
file_destination in includes/file.inc
Determines the destination path for a file.
FileDirectoryTest::testFileDestination in modules/simpletest/tests/file.test
This will test the filepath for a destination based on passed flags and whether or not the file exists.
file_manage_form_submit in modules/file/file.pages.inc
Form submission handler for the 'Save' button for file_manage_form().
file_move in includes/file.inc
Moves a file to a new location and update the file's database entry.
FileMoveTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in modules/simpletest/tests/file.test
Test replacement when moving onto itself.
file_save_data in includes/file.inc
Saves a file to the specified destination and creates a database entry.
FileSaveDataTest::testExistingReplace in modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
file_save_upload in includes/file.inc
Saves a file upload to a new location.
FileSaveUploadTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileSaveUploadTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when uploading over a file that already exists.
FileSaveUploadTest::testHandleDangerousFile in modules/simpletest/tests/file.test
Test dangerous file handling.
FileSaveUploadTest::testHandleExtension in modules/simpletest/tests/file.test
Test extension handling.
_file_test_form in modules/simpletest/tests/file_test.module
Form to test file uploads.
FileUnmanagedMoveTest::testOverwriteSelf in modules/simpletest/tests/file.test
Try to move a file onto itself.
FileUnmanagedSaveDataTest::testFileSaveData in modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
image_gd_save in modules/system/image.gd.inc
GD helper to write an image resource to a destination file.
InstallerLanguageTestCase::setUp in modules/simpletest/tests/installer.test
Sets up a Backdrop site for running functional and integration tests.
installer_manager_download_project in modules/installer/installer.manager.inc
Downloads a project given a project url.
installer_manager_file_get in modules/installer/installer.manager.inc
Copies a file from the specified URL to the temporary directory for updates.
LocaleImportFunctionalTest::setUp in modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.