72 calls to variable_set()

book_block in drupal-6.x/modules/book/book.module
Implementation of hook_block().
book_node_type in drupal-6.x/modules/book/book.module
Implementation of hook_node_type().
cache_clear_all in drupal-6.x/includes/cache.inc
Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
cache_get in drupal-6.x/includes/cache.inc
Return data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
color_scheme_form_submit in drupal-6.x/modules/color/color.module
Submit handler for color change form.
comment_update_1 in drupal-6.x/modules/comment/comment.install
Changed node_comment_statistics to use node->changed to avoid future timestamps.
comment_update_6002 in drupal-6.x/modules/comment/comment.install
Changed comment settings from global to per-node -- copy global settings to all node types.
default_profile_tasks in drupal-6.x/profiles/default/default.profile
Perform any final installation tasks for this profile.
drupal_clear_js_cache in drupal-6.x/includes/common.inc
Delete all cached JS files.
drupal_cron_run in drupal-6.x/includes/common.inc
Executes a cron run when called
drupal_get_private_key in drupal-6.x/includes/common.inc
Ensure the private key variable used to generate tokens is set.
drupal_http_request in drupal-6.x/includes/common.inc
Perform an HTTP request.
example_form_submit in documentation-6.x/developer/example.profile
Form API submit for the example form.
example_profile_tasks in documentation-6.x/developer/example.profile
Perform any final installation tasks for this profile.
file_directory_temp in drupal-6.x/includes/file.inc
Determine the default temporary directory.
filter_admin_overview_submit in drupal-6.x/modules/filter/filter.admin.inc
forum_block in drupal-6.x/modules/forum/forum.module
Implementation of hook_block().
forum_enable in drupal-6.x/modules/forum/forum.install
forum_form_submit in drupal-6.x/modules/forum/forum.admin.inc
Process forum form and container form submissions.
forum_taxonomy in drupal-6.x/modules/forum/forum.module
Implementation of hook_taxonomy().
forum_update_6000 in drupal-6.x/modules/forum/forum.install
Create the forum vocabulary if does not exist. Assign the vocabulary a low weight so it will appear first in forum topic create and edit forms. Do not just call forum_enable() because in future versions it might do something different.
hook_block in documentation-6.x/developer/hooks/core.php
Declare a block or set of blocks.
hook_node_type in documentation-6.x/developer/hooks/node.php
Act on node type changes.
hook_taxonomy in documentation-6.x/developer/hooks/core.php
Act on taxonomy changes.
hook_update_index in documentation-6.x/developer/hooks/core.php
Update Drupal's full-text index for this module.
install_configure_form_submit in drupal-6.x/install.php
Form API submit for the site configuration form.
install_main in drupal-6.x/install.php
The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
install_tasks in drupal-6.x/install.php
Tasks performed after the database is initialized.
locale_add_language in drupal-6.x/includes/locale.inc
API function to add a language.
locale_languages_configure_form_submit in drupal-6.x/includes/locale.inc
Submit function for language negotiation settings.
locale_languages_edit_form_submit in drupal-6.x/includes/locale.inc
Process the language editing form submission.
locale_languages_overview_form_submit in drupal-6.x/includes/locale.inc
Process language overview form submissions, updating existing languages.
locale_update_6000 in drupal-6.x/modules/locale/locale.install
{locales_meta} table became {languages}.
locale_update_6005 in drupal-6.x/modules/locale/locale.install
Change language setting variable of content types.
locale_update_js_files in drupal-6.x/modules/locale/locale.module
Update JavaScript translation file, if required, and add it to the page.
menu_rebuild in drupal-6.x/includes/menu.inc
(Re)populate the database tables used by various menu functions.
node_access_needs_rebuild in drupal-6.x/modules/node/node.module
Flag / unflag the node access grants for rebuilding, or read the current value of the flag.
node_type_form_submit in drupal-6.x/modules/node/content_types.inc
Implementation of hook_form_submit().
node_update_index in drupal-6.x/modules/node/node.module
Implementation of hook_update_index().
profile_block in drupal-6.x/modules/profile/profile.module
Implementation of hook_block().
statistics_block in drupal-6.x/modules/statistics/statistics.module
Implementation of hook_block().
statistics_cron in drupal-6.x/modules/statistics/statistics.module
Implementation of hook_cron().
system_block in drupal-6.x/modules/system/system.module
Implementation of hook_block().
system_check_http_request in drupal-6.x/modules/system/system.module
Checks whether the server is capable of issuing HTTP requests.
system_image_toolkit_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure site image toolkit usage.
system_node_type in drupal-6.x/modules/system/system.module
Implementation of hook_node_type().
system_settings_form_submit in drupal-6.x/modules/system/system.module
Execute the system_settings_form.
system_themes_form_submit in drupal-6.x/modules/system/system.admin.inc
Process system_themes_form form submissions.
system_theme_settings_submit in drupal-6.x/modules/system/system.admin.inc
Process system_theme_settings form submissions.
system_update_1022 in drupal-6.x/modules/system/system.install
Add index on users created column.
system_update_6014 in drupal-6.x/modules/system/system.install
Record that the installer is done, so it is not possible to run the installer on upgraded sites.
system_update_6017 in drupal-6.x/modules/system/system.install
Rename settings related to user.module email notifications.
system_update_6021 in drupal-6.x/modules/system/system.install
Migrate the menu items from the old menu system to the new menu_links table.
system_update_6042 in drupal-6.x/modules/system/system.install
Upgrade recolored theme stylesheets to new array structure.
system_update_6043 in drupal-6.x/modules/system/system.install
Update table indices to make them more rational and useful.
system_update_6046 in drupal-6.x/modules/system/system.install
Ensure that the file_directory_path variable is set (using the old 5.x default, if necessary), so that the changed 6.x default won't break existing sites.
throttle_exit in drupal-6.x/modules/throttle/throttle.module
Implementation of hook_exit().
update_fix_d6_requirements in drupal-6.x/update.php
Perform Drupal 5.x to 6.x updates that are required for update.php to function properly.
update_settings_submit in drupal-6.x/modules/update/update.settings.inc
Submit handler for the settings tab.
user_block in drupal-6.x/modules/user/user.module
Implementation of hook_block().
_book_install_type_create in drupal-6.x/modules/book/book.install
_color_render_images in drupal-6.x/modules/color/color.module
Render images that match a given palette.
_drupal_flush_css_js in drupal-6.x/includes/common.inc
Helper function to change query-strings on css/js files.
_install_locale_initial_batch_finished in drupal-6.x/install.php
Finished callback for the first locale import batch.
_install_locale_remaining_batch_finished in drupal-6.x/install.php
Finished callback for the second locale import batch.
_install_profile_batch_finished in drupal-6.x/install.php
Finished callback for the modules install batch.
_locale_invalidate_js in drupal-6.x/includes/locale.inc
Force the JavaScript translation file(s) to be refreshed.
_locale_rebuild_js in drupal-6.x/includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
_menu_router_build in drupal-6.x/includes/menu.inc
Helper function to build the router table based on the data from hook_menu.
_menu_set_expanded_menus in drupal-6.x/includes/menu.inc
Helper function to update a list of menus with expanded items
_node_index_node in drupal-6.x/modules/node/node.module
Index a single node.
_update_refresh in drupal-6.x/modules/update/update.fetch.inc
Fetch project info via XML from a central server.