34 calls to file_create_url()

ColorTestCase::_testColor in drupal-7.x/modules/color/color.test
Tests the Color module functionality using the given theme.
DrupalTestCase::verbose in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Logs verbose message in a text file.
drupal_build_css_cache in drupal-7.x/includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_get_js in drupal-7.x/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
drupal_pre_render_styles in drupal-7.x/includes/common.inc
#pre_render callback to add the elements needed for CSS tags to be rendered.
FileDownloadTest::checkUrl in drupal-7.x/modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileDownloadTest::testPrivateFileTransfer in drupal-7.x/modules/simpletest/tests/file.test
Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer in drupal-7.x/modules/simpletest/tests/file.test
Test the public file transfer system.
FileFieldWidgetTestCase::testPrivateFileComment in drupal-7.x/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in drupal-7.x/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FilePrivateTestCase::testPrivateFile in drupal-7.x/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal-7.x/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileURLRewritingTest::testPublicCreatedFileURL in drupal-7.x/modules/simpletest/tests/file.test
Test the generating of rewritten public created file URLs.
FileURLRewritingTest::testShippedFileURL in drupal-7.x/modules/simpletest/tests/file.test
Test the generating of rewritten shipped file URLs.
file_field_formatter_view in drupal-7.x/modules/file/file.field.inc
Implements hook_field_formatter_view().
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
Test image formatters on node display.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
image_field_formatter_view in drupal-7.x/modules/image/image.field.inc
Implements hook_field_formatter_view().
image_style_url in drupal-7.x/modules/image/image.module
Returns the URL for an image derivative given a style and image path.
ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::validateImportFormFields in drupal-7.x/modules/aggregator/aggregator.test
Submits form filled with invalid fields.
rdf_preprocess_field in drupal-7.x/modules/rdf/rdf.module
Implements MODULE_preprocess_HOOK().
RetrieveFileTestCase::testFileRetrieving in drupal-7.x/modules/system/system.test
Invokes system_retrieve_file() in several scenarios.
SimpleTestFunctionalTest::getTestResults in drupal-7.x/modules/simpletest/simpletest.test
Get the results from a test and store them in the class array $results.
SystemThemeFunctionalTest::testThemeSettings in drupal-7.x/modules/system/system.test
Test the theme settings form.
system_tokens in drupal-7.x/modules/system/system.tokens.inc
Implements hook_tokens().
theme_file_link in drupal-7.x/modules/file/file.module
Returns HTML for a link to a file.
theme_get_setting in drupal-7.x/includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
theme_image in drupal-7.x/includes/theme.inc
Returns HTML for an image.
theme_image_button in drupal-7.x/includes/form.inc
Returns HTML for an image button form element.
theme_image_style_preview in drupal-7.x/modules/image/image.admin.inc
Returns HTML for a preview of an image style.
UserPictureTestCase::testExternalPicture in drupal-7.x/modules/user/user.test
Test HTTP schema working with user pictures.
_color_page_alter in drupal-7.x/modules/color/color.module
Replaces the logo with a color-altered logo.