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