36 calls to file_uri_scheme()
- drupal_dirname in includes/
file.inc - Gets the name of the directory from a given path.
- drupal_load_stylesheet in includes/
common.inc - Loads the stylesheet and resolves all @import commands.
- drupal_mkdir in includes/
file.inc - Creates a directory, optionally creating missing components in the path to the directory.
- drupal_rmdir in includes/
file.inc - Removes a directory.
- drupal_tempnam in includes/
file.inc - Creates a file with a unique filename in the specified directory.
- drupal_unlink in includes/
file.inc - Deletes a file.
- FileSaveDataTest::testExistingRename in modules/
simpletest/ tests/ file.test - Test file_save_data() when renaming around an existing file.
- FileSaveDataTest::testExistingReplace in modules/
simpletest/ tests/ file.test - Test file_save_data() when replacing an existing file.
- FileSaveDataTest::testWithFilename in modules/
simpletest/ tests/ file.test - Test the file_save_data() function when a filename is provided.
- FileSaveDataTest::testWithoutFilename in modules/
simpletest/ tests/ file.test - Test the file_save_data() function when no filename is provided.
- FileUnmanagedSaveDataTest::testFileSaveData in modules/
simpletest/ tests/ file.test - Test the file_unmanaged_save_data() function.
- file_create_htaccess in includes/
file.inc - Creates a .htaccess file in the given directory.
- file_create_url in includes/
file.inc - Creates a web-accessible URL for a stream to an external or local file.
- file_managed_file_value in modules/
file/ file.module - The #value_callback for a managed_file type element.
- file_prepare_directory in includes/
file.inc - Checks that the directory exists and is writable.
- file_save_upload in includes/
file.inc - Saves a file upload to a new location.
- file_stream_wrapper_get_instance_by_uri in includes/
file.inc - Returns a reference to the stream wrapper class responsible for a given URI.
- file_test_file_url_alter in modules/
simpletest/ tests/ file_test.module - Implements hook_file_url_alter().
- file_transfer in includes/
file.inc - Transfers a file to the client using HTTP.
- file_uri_normalize_dot_segments in includes/
file.inc - Normalize dot segments in a URI.
- file_valid_uri in includes/
file.inc - Determines whether the URI has a valid scheme for file API operations.
- hook_file_url_alter in modules/
system/ system.api.php - Alter the URL to a file.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/
image/ image.test - Test use of a default image with an image field.
- image_field_update_field in modules/
image/ image.module - Implements hook_field_update_field().
- image_field_update_instance in modules/
image/ image.module - Implements hook_field_update_instance().
- image_file_download in modules/
image/ image.module - Implements hook_file_download().
- image_gd_save in modules/
system/ image.gd.inc - GD helper to write an image resource to a destination file.
- 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::testGetValidStreamScheme in modules/
simpletest/ tests/ file.test - Test the scheme functions.
- system_file_download in modules/
system/ system.module - Implements hook_file_download().
- 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.
- _image_source_image_exists in modules/
image/ image.module - Checks whether the provided source image exists.
- _system_theme_settings_validate_path in modules/
system/ system.admin.inc - Helper function for the system_theme_settings form.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.