32 calls to drupal_basename()
- color_scheme_form_submit in drupal-7.x/
modules/ color/ color.module - Form submission handler for color_scheme_form().
- DrupalErrorCollectionUnitTest::assertError in drupal-7.x/
modules/ simpletest/ tests/ common.test - Assert that a collected error matches what we are expecting.
- DrupalLocalStreamWrapper::getLocalPath in drupal-7.x/
includes/ stream_wrappers.inc - Returns the canonical absolute path of the URI, if possible.
- DrupalLocalStreamWrapper::getMimeType in drupal-7.x/
includes/ stream_wrappers.inc - Base implementation of getMimeType().
- drupal_get_css in drupal-7.x/
includes/ common.inc - Returns a themed representation of all stylesheets to attach to the page.
- drupal_tempnam in drupal-7.x/
includes/ file.inc - Creates a file with a unique filename in the specified directory.
- FileSaveDataTest::testWithFilename in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test the file_save_data() function when a filename is provided.
- FileSaveDataTest::testWithoutFilename in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test the file_save_data() function when no filename is provided.
- FileSaveUploadTest::testNormal in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileTestCase::createFile in drupal-7.x/
modules/ simpletest/ tests/ file.test - Create a file and save it to the files table and assert that it occurs correctly.
- FileTransfer::copyDirectoryJailed in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Copies a directory.
- FileTransfer::findChroot in drupal-7.x/
includes/ filetransfer/ filetransfer.inc - Return the chroot property for this connection.
- FileUnmanagedSaveDataTest::testFileSaveData in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test the file_unmanaged_save_data() function.
- FileValidatorTest::setUp in drupal-7.x/
modules/ simpletest/ tests/ file.test - Sets up a Drupal site for running functional and integration tests.
- 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_destination in drupal-7.x/
includes/ file.inc - Determines the destination path for a file.
- file_move in drupal-7.x/
includes/ file.inc - Moves a file to a new location and update the file's database entry.
- file_save_data in drupal-7.x/
includes/ file.inc - Saves a file to the specified destination and creates a database entry.
- file_save_upload in drupal-7.x/
includes/ file.inc - Saves a file upload to a new location.
- file_unmanaged_copy in drupal-7.x/
includes/ file.inc - Copies a file to a new location without invoking the file API.
- ImageDimensionsTestCase::testImageDimensions in drupal-7.x/
modules/ image/ image.test - Test styled image dimensions cumulatively.
- ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/
modules/ image/ image.test - Test image_style_url().
- simpletest_result_form in drupal-7.x/
modules/ simpletest/ simpletest.pages.inc - Test results form for $test_id.
- 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.
- Updater::findInfoFile in drupal-7.x/
includes/ updater.inc - Figure out what the most important (or only) info file is in a directory.
- Updater::getProjectName in drupal-7.x/
includes/ updater.inc - Get the name of the project directory (basename).
- 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_verify_update_archive in drupal-7.x/
modules/ update/ update.module - Implements hook_verify_update_archive().
- user_update_7012 in drupal-7.x/
modules/ user/ user.install - Add the user's pictures to the {file_managed} table and make them managed files.
- _color_html_alter in drupal-7.x/
modules/ color/ color.module - Replaces style sheets with color-altered style sheets.
- _color_render_images in drupal-7.x/
modules/ color/ color.module - Renders images that match a given palette.
- _locale_batch_import in drupal-7.x/
includes/ locale.inc - Perform interface translation import as a batch step.