16 calls to file_uri_target() in Drupal 7
- file_stream_wrapper_uri_normalize in includes/
file.inc - Normalizes a URI by making it syntactically correct.
- file_test_file_url_alter in modules/
simpletest/ tests/ file_test.module - Implements hook_file_url_alter().
- hook_file_download in modules/
system/ system.api.php - Control access to private file downloads and specify HTTP headers.
- hook_file_url_alter in modules/
system/ system.api.php - Alter the URL to a file.
- ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in modules/
image/ image.test - Test image_style_url().
- image_file_download in modules/
image/ image.module - Implements hook_file_download().
- image_style_deliver in modules/
image/ image.module - Page callback: Generates a derivative, given a style and image path.
- image_style_path in modules/
image/ image.module - Returns the URI of an image when using a style.
- image_style_url in modules/
image/ image.module - Returns the URL for an image derivative given a style and image path.
- StreamWrapperTest::testUriFunctions in modules/
simpletest/ tests/ file.test - Test the URI and target functions.
- SystemThemeFunctionalTest::testThemeSettings in modules/
system/ system.test - Test the theme settings form.
- system_theme_settings in modules/
system/ system.admin.inc - Form builder; display theme configuration for entire site and individual themes.
- system_update_7061 in modules/
system/ system.install - Migrate upload.module data to the newly created file field.
- UserPictureTestCase::testDeletePicture in modules/
user/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testPictureIsValid in modules/
user/ user.test - Do the test: Picture is valid (proper size and dimension)
- user_file_download in modules/
user/ user.module - Implements hook_file_download().