32 calls to drupal_hash_base64()
- ActionLoopTestCase::testActionLoop in modules/
simpletest/ tests/ actions.test - Set up a loop with 3 - 12 recursions, and see if it aborts properly.
- ActionsConfigurationTestCase::testActionConfiguration in modules/
simpletest/ tests/ actions.test - Test the configuration of advanced actions through the administration interface.
- actions_actions_map in includes/
actions.inc - Creates an associative array keyed by hashes of function names or IDs.
- actions_function_lookup in includes/
actions.inc - Returns an action array key (function or ID), given its hash.
- aggregator_test_feed in modules/
aggregator/ tests/ aggregator_test.module - Page callback. Generates a test feed and simulates last-modified and etags.
- CommentActionsTestCase::testCommentUnpublishByKeyword in modules/
comment/ comment.test - Tests the unpublish comment by keyword action.
- drupal_build_css_cache in includes/
common.inc - Aggregates and optimizes CSS files into a cache file in the files directory.
- drupal_build_js_cache in includes/
common.inc - Aggregates JavaScript files into a cache file in the files directory.
- drupal_session_id in includes/
session.inc - Session ids are hashed by default before being stored in the database.
- image_style_deliver in modules/
image/ image.module - Page callback: Generates a derivative, given a style and image path.
- SessionTestCase::testHashedSessionIds in modules/
simpletest/ tests/ session.test - Test hashing of session ids in the database.
- SessionTestCase::testHashedSessionIdsOptOut in modules/
simpletest/ tests/ session.test - Test opt-out of hashing of session ids in the database.
- system_actions_configure in modules/
system/ system.admin.inc - Menu callback; Creates the form for configuration of a single action.
- system_update_7086 in modules/
system/ system.install - Prepare the schema and data of the sessions table for hashed session ids.
- TriggerActionTestCase::assignSimpleAction in modules/
trigger/ trigger.test - Assigns a simple (non-configurable) action to a trigger.
- TriggerActionTestCase::assignSystemEmailAction in modules/
trigger/ trigger.test - Assigns a system_send_email_action to the passed-in trigger.
- TriggerActionTestCase::assignSystemMessageAction in modules/
trigger/ trigger.test - Assigns a system message action to the passed-in trigger.
- TriggerContentTestCase::testActionContentMultiple in modules/
trigger/ trigger.test - Tests multiple node actions.
- TriggerContentTestCase::testActionsContent in modules/
trigger/ trigger.test - Tests several content-oriented trigger issues.
- TriggerCronTestCase::testActionsCron in modules/
trigger/ trigger.test - Tests assigning multiple actions to the cron trigger.
- TriggerOrphanedActionsTestCase::testActionsOrphaned in modules/
trigger/ trigger.test - Tests logic around orphaned actions.
- TriggerOtherTestCase::testActionsComment in modules/
trigger/ trigger.test - Tests triggering on comment save.
- TriggerOtherTestCase::testActionsTaxonomy in modules/
trigger/ trigger.test - Tests triggering on taxonomy new term.
- TriggerOtherTestCase::testActionsUser in modules/
trigger/ trigger.test - Tests triggering on user create and user login.
- TriggerWebTestCase::configureAdvancedAction in modules/
trigger/ trigger.test - Configures an advanced action.
- trigger_assign_form in modules/
trigger/ trigger.admin.inc - Returns the form for assigning an action to a trigger.
- UpdatePathTestCase::prepareD7Session in modules/
simpletest/ tests/ upgrade/ upgrade.test - Overrides UpgradePathTestCase::prepareD7Session().
- update_fix_d7_requirements in includes/
update.inc - Perform Drupal 6.x to 7.x updates that are required for update.php to function properly.
- UpgradePathTestCase::prepareD7Session in modules/
simpletest/ tests/ upgrade/ upgrade.test - Prepares the appropriate session for the release of Drupal being upgraded.
- UserBlocksUnitTests::insertSession in modules/
user/ user.test - Insert a user session into the {sessions} table. This function is used since we cannot log in more than one user at the same time in tests.
- _book_admin_table in modules/
book/ book.admin.inc - Builds the table portion of the form for the book administration page.
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.