47 calls to drupal_realpath() in Drupal 7
- archiver_get_archiver in includes/
common.inc - Creates the appropriate archiver for the specified file.
- ColorTestCase::_testColor in modules/
color/ color.test - Tests the Color module functionality using the given theme.
- CommentPreviewTest::testCommentPreview in modules/
comment/ comment.test - Test comment preview.
- DrupalErrorHandlerTestCase::testErrorHandler in modules/
simpletest/ tests/ error.test - Test the error handler.
- DrupalErrorHandlerTestCase::testExceptionHandler in modules/
simpletest/ tests/ error.test - Test the exception handler.
- DrupalWebTestCase::drupalPost in modules/
simpletest/ drupal_web_test_case.php - Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
- drupal_move_uploaded_file in includes/
file.inc - Moves an uploaded file to a new location.
- FileFieldAnonymousSubmission::testAnonymousNodeWithFile in modules/
file/ tests/ file.test - Tests file submission for an anonymous visitor.
- FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in modules/
file/ tests/ file.test - Helper method to test file submissions with missing node titles.
- FileFieldDisplayTestCase::testNodeDisplay in modules/
file/ tests/ file.test - Tests normal formatter display on node display.
- FileFieldTestCase::replaceNodeFile in modules/
file/ tests/ file.test - Replaces a file within a node.
- FileFieldTestCase::uploadNodeFile in modules/
file/ tests/ file.test - Uploads a file to a node.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/
file/ tests/ file.test - Helper for testing exploiting the temporary file removal using fid.
- FileFieldWidgetTestCase::testMultiValuedWidget in modules/
file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testPrivateFileComment in modules/
file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testWidgetValidation in modules/
file/ tests/ file.test - Tests validation with the Upload button.
- FileManagedFileElementTestCase::testManagedFile in modules/
file/ tests/ file.test - Tests the managed_file element type.
- FilePrivateTestCase::testPrivateFile in modules/
file/ tests/ file.test - Tests file access for file uploaded to a private node.
- FileSaveUploadTest::setUp in modules/
simpletest/ tests/ file.test - Sets up a Drupal site for running functional and integration tests.
- FileSaveUploadTest::testExistingError in modules/
simpletest/ tests/ file.test - Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in modules/
simpletest/ tests/ file.test - Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in modules/
simpletest/ tests/ file.test - Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testHandleDangerousFile in modules/
simpletest/ tests/ file.test - Test dangerous file handling.
- FileSaveUploadTest::testHandleExtension in modules/
simpletest/ tests/ file.test - Test extension handling.
- FileSaveUploadTest::testHandleFileMunge in modules/
simpletest/ tests/ file.test - Test file munge handling.
- FileSaveUploadTest::testNormal in modules/
simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileTaxonomyTermTestCase::_testTermFile in modules/
file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FileTransfer::checkPath in includes/
filetransfer/ filetransfer.inc - Checks that the path is inside the jail and throws an exception if not.
- file_copy in includes/
file.inc - Copies a file to a new location and adds a file record to the database.
- file_delete in includes/
file.inc - Deletes a file and its database record.
- file_move in includes/
file.inc - Moves a file to a new location and update the file's database entry.
- file_unmanaged_copy in includes/
file.inc - Copies a file to a new location without invoking the file API.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in modules/
simpletest/ tests/ form.test - Tests form_state_values_clean().
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/
image/ image.test - Test use of a default image with an image field.
- ImageFieldTestCase::uploadNodeImage in modules/
image/ image.test - Upload an image to a node.
- image_gd_save in modules/
system/ image.gd.inc - GD helper to write an image resource to a destination file.
- RdfRdfaMarkupTestCase::testAttributesInMarkupFile in modules/
rdf/ rdf.test - Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
- SystemThemeFunctionalTest::testThemeSettings in modules/
system/ system.test - Test the theme settings form.
- system_retrieve_file in modules/
system/ system.module - Attempts to get a file using drupal_http_request and to store it locally.
- update_manager_file_get in modules/
update/ update.manager.inc - Copies a file from the specified URL to the temporary directory for updates.
- update_manager_install_form_submit in modules/
update/ update.manager.inc - Form submission handler for update_manager_install_form().
- update_manager_update_ready_form_submit in modules/
update/ update.manager.inc - Form submission handler for update_manager_update_ready_form().
- UserPasswordResetTestCase::testUserPasswordReset in modules/
user/ user.test - Tests password reset functionality.
- UserPictureTestCase::saveUserPicture in modules/
user/ user.test - UserPictureTestCase::testDeletePicture in modules/
user/ user.test - Tests deletion of user pictures.
- _color_render_images in modules/
color/ color.module - Renders images that match a given palette.
- _system_theme_settings_validate_path in modules/
system/ system.admin.inc - Helper function for the system_theme_settings form.