Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

block-admin-display-form.tpl.php in modules/block/block-admin-display-form.tpl.php
Default theme implementation to configure blocks.
BlockCacheTestCase::setCacheMode in modules/block/block.test
Private helper method to set the test block's cache mode.
BlockHashTestCase::setUp in modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockInvalidRegionTestCase::setUp in modules/block/block.test
Sets up a Drupal site for running functional and integration tests.
BlockInvalidRegionTestCase::testBlockInInvalidRegion in modules/block/block.test
Tests that blocks assigned to invalid regions work correctly.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTestCase::testBlockVisibility in modules/block/block.test
Test block visibility.
BlockTestCase::testBlockVisibilityListedEmpty in modules/block/block.test
Test block visibility when using "pages" restriction but leaving "pages" textarea empty
BlockTestCase::testBlockVisibilityPerUser in modules/block/block.test
Test user customization of block visibility.
BlockTestCase::testCustomBlock in modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
block_add_block_form in modules/block/block.admin.inc
Form constructor for the add block form.
block_admin_configure in modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_demo in modules/block/block.admin.inc
Menu callback for admin/structure/block/demo.
block_admin_display_form in modules/block/block.admin.inc
Form constructor for the main block administration form.
block_help in modules/block/block.module
Implements hook_help().
block_theme in modules/block/block.module
Implements hook_theme().
block_theme_initialize in modules/block/block.module
Assigns an initial, default set of blocks for a theme.
block_update_7002 in modules/block/block.install
Rename {blocks} table to {block}, {blocks_roles} to {block_role} and {boxes} to {block_custom}.
block_update_7003 in modules/block/block.install
Change the weight column to normal int.
block_update_7004 in modules/block/block.install
Add new blocks to new regions, migrate custom variables to blocks.
block_update_7008 in modules/block/block.install
Update database to match Drupal 7 schema.
block_update_7009 in modules/block/block.install
Increase {block}.title length to 255 characters.
CacheClearCase::testIsValidBin in modules/simpletest/tests/cache.test
Test DrupalDatabaseCache::isValidBin().
CategorizeFeedTestCase::testCategorizeFeed in modules/aggregator/aggregator.test
Creates a feed and makes sure you can add/delete categories to it.
common_test_module_implements_alter in modules/simpletest/tests/common_test.module
Implements hook_module_implements_alter().
dashboard_admin_blocks in modules/dashboard/dashboard.module
Page callback: Builds the page for administering dashboard blocks.
dashboard_theme in modules/dashboard/dashboard.module
Implements hook_theme().
drupal-6.bare.database.php in modules/simpletest/tests/upgrade/drupal-6.bare.database.php
drupal-6.filled.database.php in modules/simpletest/tests/upgrade/drupal-6.filled.database.php
FilterHooksTestCase::setUp in modules/filter/filter.test
Sets up a Drupal site for running functional and integration tests.
image_style_flush in modules/image/image.module
Flushes cached media for a style.
MenuBreadcrumbTestCase::setUp in modules/simpletest/tests/menu.test
Sets up a Drupal site for running functional and integration tests.
MenuTrailTestCase::setUp in modules/simpletest/tests/menu.test
Sets up a Drupal site for running functional and integration tests.
menu_help in modules/menu/menu.module
Implements hook_help().
NodeBlockFunctionalTest::setUp in modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
OpenIDFunctionalTestCase::testBlockedUserLogin in modules/openid/openid.test
Test that a blocked user cannot log in.
standard_install in profiles/standard/standard.install
Implements hook_install().
StatisticsReportsTestCase::testPopularContentBlock in modules/statistics/statistics.test
Tests the "popular content" block.
SystemBlockTestCase::setUp in modules/system/system.test
Sets up a Drupal site for running functional and integration tests.
SystemMainContentFallback::testMainContentFallback in modules/system/system.test
Test availability of main content.
system_preprocess_block in modules/system/system.module
Implements hook_preprocess_block().
system_theme in modules/system/system.module
Implements hook_theme().
system_update_7053 in modules/system/system.install
Upgrade standard blocks and menus.
system_update_dependencies in modules/system/system.install
Implements hook_update_dependencies().
template_preprocess_block in modules/block/block.module
Processes variables for block.tpl.php.
theme_admin_block in modules/system/system.admin.inc
Returns HTML for an administrative block for display.
theme_admin_page in modules/system/system.admin.inc
Returns HTML for an administrative page.
theme_system_admin_index in modules/system/system.admin.inc
Returns HTML for the output of the dashboard page.
UpdateCoreTestCase::testDatestampMismatch in modules/update/update.test
Ensures proper results where there are date mismatches among modules.
update_fix_d7_block_deltas in includes/update.inc
A helper function that modules can use to assist with the transformation from numeric block deltas to string block deltas during the 6.x -> 7.x upgrade.
UpgradePathTestCase::uninstallModulesExcept in modules/simpletest/tests/upgrade/upgrade.test
Force uninstall all modules from a test database, except those listed.
UserAdminTestCase::testUserAdmin in modules/user/user.test
Registers a user and deletes it.
user_user_operations in modules/user/user.module
Implements hook_user_operations().
_block_get_renderable_array in modules/block/block.module
Gets an array of blocks suitable for drupal_render().
_block_load_blocks in modules/block/block.module
Loads blocks' information from the database.
_block_rehash in modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.