75 calls to variable_del()

aggregator_sanitize_configuration in drupal-7.x/modules/aggregator/aggregator.module
Checks and sanitizes the aggregator configuration.
aggregator_uninstall in drupal-7.x/modules/aggregator/aggregator.install
Implements hook_uninstall().
batch_test_stack in drupal-7.x/modules/simpletest/tests/batch_test.module
Helper function: store or retrieve traced execution data.
block_update_7004 in drupal-7.x/modules/block/block.install
Add new blocks to new regions, migrate custom variables to blocks.
blog_uninstall in drupal-7.x/modules/blog/blog.install
Implements hook_uninstall().
book_uninstall in drupal-7.x/modules/book/book.install
Implements hook_uninstall().
BootstrapVariableTestCase::testVariable in drupal-7.x/modules/simpletest/tests/bootstrap.test
testVariable
color_scheme_form_submit in drupal-7.x/modules/color/color.module
Form submission handler for color_scheme_form().
comment_node_type_delete in drupal-7.x/modules/comment/comment.module
Implements hook_node_type_delete().
comment_uninstall in drupal-7.x/modules/comment/comment.install
Implements hook_uninstall().
comment_update_7000 in drupal-7.x/modules/comment/comment.install
Rename comment display setting variables.
contact_uninstall in drupal-7.x/modules/contact/contact.install
Implements hook_uninstall().
contact_update_7000 in drupal-7.x/modules/contact/contact.install
Rename the threshold limit variable.
CronRunTestCase::testCronExceptions in drupal-7.x/modules/system/system.test
Make sure exceptions thrown on hook_cron() don't affect other modules.
dashboard_enable in drupal-7.x/modules/dashboard/dashboard.install
Implements hook_enable().
dashboard_uninstall in drupal-7.x/modules/dashboard/dashboard.install
Implements hook_uninstall().
dblog_uninstall in drupal-7.x/modules/dblog/dblog.install
Implements hook_uninstall().
drupal_clear_css_cache in drupal-7.x/includes/common.inc
Deletes old cached CSS files.
drupal_clear_js_cache in drupal-7.x/includes/common.inc
Deletes old cached JavaScript files and variables.
drupal_cron_cleanup in drupal-7.x/includes/common.inc
Shutdown function: Performs cron cleanup.
example_profile_tasks in documentation-7.x/developer/example.profile
Perform any final installation tasks for this profile.
field_attach_delete_bundle in drupal-7.x/modules/field/field.attach.inc
Notify field.module the a bundle was deleted.
field_attach_rename_bundle in drupal-7.x/modules/field/field.attach.inc
Notify field.module that a bundle was renamed.
field_sql_storage_update_7001 in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install
Remove the field_config_entity_type table and store 'entity_type' strings.
field_update_7002 in drupal-7.x/modules/field/field.install
Split the all-inclusive field_bundle_settings variable per bundle.
filter_update_7001 in drupal-7.x/modules/filter/filter.install
Break out "escape HTML filter" option to its own filter.
filter_update_7003 in drupal-7.x/modules/filter/filter.install
Upgrade the {filter} table for core filters.
forum_uninstall in drupal-7.x/modules/forum/forum.install
Implements hook_uninstall().
hook_node_type_delete in drupal-7.x/modules/node/node.api.php
Respond to node type deletion.
hook_node_type_update in drupal-7.x/modules/node/node.api.php
Respond to node type updates.
hook_uninstall in drupal-7.x/modules/system/system.api.php
Remove any information that the module sets.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
image_update_7003 in drupal-7.x/modules/image/image.install
Remove the variables that set alt and title length since they were not used for database column size and could cause PDO exceptions.
install_import_locales_remaining in drupal-7.x/includes/install.core.inc
Installation task; import remaining languages via a batch process.
install_profile_modules in drupal-7.x/includes/install.core.inc
Installs required modules via a batch process.
install_run_task in drupal-7.x/includes/install.core.inc
Runs an individual installation task.
JavaScriptTestCase::testAggregationOrder in drupal-7.x/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal-7.x/modules/locale/locale.test
Tests for language switching by URL path.
locale_uninstall in drupal-7.x/modules/locale/locale.install
Implements hook_uninstall().
locale_update_7001 in drupal-7.x/modules/locale/locale.install
Upgrade language negotiation settings.
MenuTrailTestCase::testMenuTreeSetPath in drupal-7.x/modules/simpletest/tests/menu.test
Tests active trails are properly affected by menu_tree_set_path().
menu_rebuild in drupal-7.x/includes/menu.inc
Populates the database tables used by various menu functions.
menu_update_7000 in drupal-7.x/modules/menu/menu.install
Migrate the "Default menu for content" setting to individual node types.
menu_update_7001 in drupal-7.x/modules/menu/menu.install
Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents.
NodeQueryAlter::testNodeQueryAlterOverride in drupal-7.x/modules/node/node.test
Tests 'node_access' query alter override.
node_access_needs_rebuild in drupal-7.x/modules/node/node.module
Flags or unflags the node access grants for rebuilding.
node_type_delete_confirm_submit in drupal-7.x/modules/node/content_types.inc
Process content type delete confirm submissions.
node_type_form_submit in drupal-7.x/modules/node/content_types.inc
Form submission handler for node_type_form().
node_update_7004 in drupal-7.x/modules/node/node.install
Extend the existing default preview and teaser settings to all node types.
node_update_7006 in drupal-7.x/modules/node/node.install
Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
OpenIDFunctionalTestCase::addRedirectedIdentity in drupal-7.x/modules/openid/openid.test
Add OpenID identity, changed by the following redirects, to user's profile.
profile_uninstall in drupal-7.x/modules/profile/profile.install
Implements hook_uninstall().
search_uninstall in drupal-7.x/modules/search/search.install
Implements hook_uninstall().
simpletest_uninstall in drupal-7.x/modules/simpletest/simpletest.install
Implements hook_uninstall().
statistics_uninstall in drupal-7.x/modules/statistics/statistics.install
Implements hook_uninstall().
syslog_uninstall in drupal-7.x/modules/syslog/syslog.install
Implements hook_uninstall().
system_image_toolkit_settings in drupal-7.x/modules/system/system.admin.inc
Form builder; Configure site image toolkit usage.
system_update_7004 in drupal-7.x/modules/system/system.install
Remove hardcoded numeric deltas from all blocks in core.
system_update_7005 in drupal-7.x/modules/system/system.install
Remove throttle columns and variables.
system_update_7009 in drupal-7.x/modules/system/system.install
Rename the variable for primary links.
system_update_7013 in drupal-7.x/modules/system/system.install
Convert default time zone offset to default time zone name.
system_update_7034 in drupal-7.x/modules/system/system.install
Migrate the file path settings and create the new {file_managed} table.
system_update_7046 in drupal-7.x/modules/system/system.install
Switch from the Minnelli theme if it is the default or admin theme.
system_update_7058 in drupal-7.x/modules/system/system.install
Remove cron semaphore variable.
system_update_7060 in drupal-7.x/modules/system/system.install
Create fields in preparation for migrating upload.module to file.module.
system_update_7066 in drupal-7.x/modules/system/system.install
Migrate the 'file_directory_temp' variable.
system_update_7069 in drupal-7.x/modules/system/system.install
Remove the obsolete 'site_offline' variable.
system_update_7070 in drupal-7.x/modules/system/system.install
Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables.
system_update_7072 in drupal-7.x/modules/system/system.install
Remove the obsolete 'site_offline_message' variable.
taxonomy_uninstall in drupal-7.x/modules/taxonomy/taxonomy.install
Implements hook_uninstall().
tracker_uninstall in drupal-7.x/modules/tracker/tracker.install
Implements hook_uninstall().
update_finished in drupal-7.x/includes/update.inc
Finishes the update process and stores the results for eventual display.
update_settings_submit in drupal-7.x/modules/update/update.settings.inc
Form submission handler for update_settings().
update_uninstall in drupal-7.x/modules/update/update.install
Implements hook_uninstall().
user_update_7003 in drupal-7.x/modules/user/user.install
Update user settings for cancelling user accounts.