31 calls to file_uri_scheme()

drupal_dirname in drupal/includes/file.inc
Gets the name of the directory from a given path.
drupal_load_stylesheet in drupal/includes/common.inc
Loads the stylesheet and resolves all @import commands.
drupal_rmdir in drupal/includes/file.inc
Removes a directory.
drupal_tempnam in drupal/includes/file.inc
Creates a file with a unique filename in the specified directory.
drupal_unlink in drupal/includes/file.inc
Deletes a file.
FileSaveDataTest::testExistingRename in drupal/modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in drupal/modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testWithFilename in drupal/modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithoutFilename in drupal/modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileUnmanagedSaveDataTest::testFileSaveData in drupal/modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
file_create_htaccess in drupal/includes/file.inc
Creates a .htaccess file in the given directory.
file_create_url in drupal/includes/file.inc
Creates a web-accessible URL for a stream to an external or local file.
file_managed_file_value in drupal/modules/file/file.module
The #value_callback for a managed_file type element.
file_prepare_directory in drupal/includes/file.inc
Checks that the directory exists and is writable.
file_save_upload in drupal/includes/file.inc
Saves a file upload to a new location.
file_stream_wrapper_get_instance_by_uri in drupal/includes/file.inc
Returns a reference to the stream wrapper class responsible for a given URI.
file_test_file_url_alter in drupal/modules/simpletest/tests/file_test.module
Implements hook_file_url_alter().
file_transfer in drupal/includes/file.inc
Transfers a file to the client using HTTP.
file_valid_uri in drupal/includes/file.inc
Determines whether the URI has a valid scheme for file API operations.
hook_file_url_alter in drupal/modules/system/system.api.php
Alter the URL to a file.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal/modules/image/image.test
Test use of a default image with an image field.
image_field_update_field in drupal/modules/image/image.module
Implements hook_field_update_field().
image_field_update_instance in drupal/modules/image/image.module
Implements hook_field_update_instance().
image_file_download in drupal/modules/image/image.module
Implements hook_file_download().
image_gd_save in drupal/modules/system/image.gd.inc
GD helper to write an image resource to a destination file.
image_style_path in drupal/modules/image/image.module
Returns the URI of an image when using a style.
image_style_url in drupal/modules/image/image.module
Returns the URL for an image derivative given a style and image path.
StreamWrapperTest::testGetValidStreamScheme in drupal/modules/simpletest/tests/file.test
Test the scheme functions.
system_theme_settings in drupal/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
system_update_7061 in drupal/modules/system/system.install
Migrate upload.module data to the newly created file field.
_system_theme_settings_validate_path in drupal/modules/system/system.admin.inc
Helper function for the system_theme_settings form.