39 calls to drupal_realpath()
- archiver_get_archiver in drupal-7.x/
includes/ common.inc - Creates the appropriate archiver for the specified file.
- ColorTestCase::_testColor in drupal-7.x/
modules/ color/ color.test - Tests the Color module functionality using the given theme.
- CommentPreviewTest::testCommentPreview in drupal-7.x/
modules/ comment/ comment.test - Test comment preview.
- DrupalErrorHandlerTestCase::testErrorHandler in drupal-7.x/
modules/ simpletest/ tests/ error.test - Test the error handler.
- DrupalErrorHandlerTestCase::testExceptionHandler in drupal-7.x/
modules/ simpletest/ tests/ error.test - Test the exception handler.
- DrupalWebTestCase::drupalPost in drupal-7.x/
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 drupal-7.x/
includes/ file.inc - Moves an uploaded file to a new location.
- FileFieldTestCase::replaceNodeFile in drupal-7.x/
modules/ file/ tests/ file.test - Replaces a file within a node.
- FileFieldTestCase::uploadNodeFile in drupal-7.x/
modules/ file/ tests/ file.test - Uploads a file to a node.
- FileFieldWidgetTestCase::testMultiValuedWidget in drupal-7.x/
modules/ file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testPrivateFileComment in drupal-7.x/
modules/ file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- FileManagedFileElementTestCase::testManagedFile in drupal-7.x/
modules/ file/ tests/ file.test - Tests the managed_file element type.
- FileSaveUploadTest::setUp in drupal-7.x/
modules/ simpletest/ tests/ file.test - Sets up a Drupal site for running functional and integration tests.
- FileSaveUploadTest::testExistingError in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testHandleDangerousFile in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test dangerous file handling.
- FileSaveUploadTest::testHandleExtension in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test extension handling.
- FileSaveUploadTest::testHandleFileMunge in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test file munge handling.
- FileSaveUploadTest::testNormal in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileTransfer::checkPath in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Checks that the path is inside the jail and throws an exception if not.
- file_copy in drupal-7.x/
includes/ file.inc - Copies a file to a new location and adds a file record to the database.
- file_delete in drupal-7.x/
includes/ file.inc - Deletes a file and its database record.
- file_move in drupal-7.x/
includes/ file.inc - Moves a file to a new location and update the file's database entry.
- file_unmanaged_copy in drupal-7.x/
includes/ file.inc - Copies a file to a new location without invoking the file API.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in drupal-7.x/
modules/ simpletest/ tests/ form.test - Tests form_state_values_clean().
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal-7.x/
modules/ image/ image.test - Test use of a default image with an image field.
- ImageFieldTestCase::uploadNodeImage in drupal-7.x/
modules/ image/ image.test - Upload an image to a node.
- image_gd_save in drupal-7.x/
modules/ system/ image.gd.inc - GD helper to write an image resource to a destination file.
- RdfRdfaMarkupTestCase::testAttributesInMarkupFile in drupal-7.x/
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 drupal-7.x/
modules/ system/ system.test - Test the theme settings form.
- system_retrieve_file in drupal-7.x/
modules/ system/ system.module - Attempts to get a file using drupal_http_request and to store it locally.
- update_manager_file_get in drupal-7.x/
modules/ update/ update.manager.inc - Copies a file from the specified URL to the temporary directory for updates.
- update_manager_install_form_submit in drupal-7.x/
modules/ update/ update.manager.inc - Form submission handler for update_manager_install_form().
- update_manager_update_ready_form_submit in drupal-7.x/
modules/ update/ update.manager.inc - Form submission handler for update_manager_update_ready_form().
- UserPictureTestCase::saveUserPicture in drupal-7.x/
modules/ user/ user.test - UserPictureTestCase::testDeletePicture in drupal-7.x/
modules/ user/ user.test - Tests deletion of user pictures.
- _color_render_images in drupal-7.x/
modules/ color/ color.module - Renders images that match a given palette.
- _system_theme_settings_validate_path in drupal-7.x/
modules/ system/ system.admin.inc - Helper function for the system_theme_settings form.