- ConfigurationUITest::testExport in core/
modules/ config/ tests/ config.test - Tests export of configuration.
- config_file_download in core/
modules/ config/ config.module - Implements hook_file_download().
- CustomLogoTestCase::testCustomLogo in core/
modules/ system/ tests/ system.test - Test the use of a custom logo.
- file_add_form_submit in core/
modules/ file/ file.pages.inc - Submit handler for the add file form.
- file_manage_form in core/
modules/ file/ file.pages.inc - Page callback: Form constructor for the file manage form.
- file_manage_form_submit in core/
modules/ file/ file.pages.inc - Form submission handler for the 'Save' button for file_manage_form().
- file_stream_wrapper_uri_normalize in core/
includes/ file.inc - Normalizes a URI by making it syntactically correct.
- file_test_file_url_alter in core/
modules/ simpletest/ tests/ file_test.module - Implements hook_file_url_alter().
- file_uri_normalize_dot_segments in core/
includes/ file.inc - Normalize dot segments in a URI.
- hook_file_download in core/
modules/ system/ system.api.php - Control access to private file downloads and specify HTTP headers.
- hook_file_url_alter in core/
modules/ system/ system.api.php - Alter the URL to a file.
- ImageExampleTestCase::testImageExamplePage in modules/
examples/ image_example/ tests/ image_example.test - Tests for image block provided by module.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/
modules/ image/ tests/ image.test - Test image_style_url().
- image_file_download in core/
modules/ image/ image.module - Implements hook_file_download().
- image_style_deliver in core/
modules/ image/ image.module - Menu callback; Given a style and image path, generate a derivative.
- image_style_path in core/
modules/ image/ image.module - Return the URI of an image when using a style.
- image_style_url in core/
modules/ image/ image.module - Return the URL for an image derivative given a style and image path.
- StreamWrapperTest::testUriFunctions in core/
modules/ simpletest/ tests/ file.test - Test the URI and target functions.
- system_file_download in core/
modules/ system/ system.module - Implements hook_file_download().
- system_site_information_settings in core/
modules/ system/ system.admin.inc - Form builder; The general site information form.
- system_transliteration_retroactive_submit in core/
modules/ system/ system.admin.inc - Form submit function; retroactively transliterates existing file names.
- UserPictureTestCase::testDeletePicture in core/
modules/ user/ tests/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testPictureIsValid in core/
modules/ user/ tests/ user.test - Do the test: Picture is valid (proper size and dimension)
- user_file_download in core/
modules/ user/ user.module - Implements hook_file_download().