14 calls to file_uri_target()

config_file_download in drupal/core/modules/config/config.module
Implements hook_file_download().
file_stream_wrapper_uri_normalize in drupal/core/includes/file.inc
Normalizes a URI by making it syntactically correct.
file_test_file_url_alter in drupal/core/modules/file/tests/file_test/file_test.module
Implements hook_file_url_alter().
hook_file_download in drupal/core/modules/system/system.api.php
Control access to private file downloads and specify HTTP headers.
hook_file_url_alter in drupal/core/modules/system/system.api.php
Alter the URL to a file.
image_file_download in drupal/core/modules/image/image.module
Implements hook_file_download().
image_style_deliver in drupal/core/modules/image/image.module
Page callback: Generates a derivative, given a style and image path.
image_style_path in drupal/core/modules/image/image.module
Returns the URI of an image when using a style.
image_style_url in drupal/core/modules/image/image.module
Returns the URL for an image derivative given a style and image path.
StreamWrapperTest::testUriFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the URI and target functions.
system_theme_settings in drupal/core/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
UserPictureTest::testCreateDeletePicture in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Tests embedded users on node pages.