120 calls to db_result()

actions_function_lookup in drupal-6.x/includes/actions.inc
Given an md5 hash of a function name, return the function name.
aggregator_block in drupal-6.x/modules/aggregator/aggregator.module
Implementation of hook_block().
block_add_block_form_validate in drupal-6.x/modules/block/block.admin.inc
block_admin_configure_validate in drupal-6.x/modules/block/block.admin.inc
block_flush_caches in drupal-6.x/modules/block/block.module
Implementation of hook_flush_caches().
book_block in drupal-6.x/modules/book/book.module
Implementation of hook_block().
book_update_6000 in drupal-6.x/modules/book/book.install
Drupal 5.x to 6.x update.
comment_multiple_delete_confirm in drupal-6.x/modules/comment/comment.admin.inc
List the selected comments and verify that the admin really wants to delete them.
comment_new_page_count in drupal-6.x/modules/comment/comment.module
Calculate page number for first new comment.
comment_nodeapi in drupal-6.x/modules/comment/comment.module
Implementation of hook_nodeapi().
comment_num_all in drupal-6.x/modules/comment/comment.module
Get comment count for a node.
comment_num_new in drupal-6.x/modules/comment/comment.module
Get number of new comments for current user and specified node.
comment_num_replies in drupal-6.x/modules/comment/comment.module
Get replies count for a comment.
comment_publish_action in drupal-6.x/modules/comment/comment.module
Action to publish a comment.
comment_save in drupal-6.x/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_unpublish_action in drupal-6.x/modules/comment/comment.module
Action to unpublish a comment.
comment_validate in drupal-6.x/modules/comment/comment.module
Validate comment data.
dblog_cron in drupal-6.x/modules/dblog/dblog.module
Implementation of hook_cron().
db_check_setup in drupal-6.x/includes/database.pgsql.inc
Verify if the database is set up correctly.
db_column_exists in drupal-6.x/includes/database.pgsql.inc
Check if a column exists in the given table.
db_last_insert_id in drupal-6.x/includes/database.pgsql.inc
Returns the last insert id. This function is thread safe.
db_last_insert_id in drupal-6.x/includes/database.mysql-common.inc
Returns the last insert id.
db_table_exists in drupal-6.x/includes/database.pgsql.inc
Check if a table exists.
db_version in drupal-6.x/includes/database.pgsql.inc
Returns the version of the database server currently in use.
do_search in drupal-6.x/modules/search/search.module
Do a query on the full-text search index for a word or words.
drupal_get_filename in drupal-6.x/includes/bootstrap.inc
Returns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists.
drupal_is_denied in drupal-6.x/includes/bootstrap.inc
Perform an access check for a given mask and rule type. Rules are usually created via admin/user/rules page.
drupal_lookup_path in drupal-6.x/includes/path.inc
Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
file_space_used in drupal-6.x/includes/file.inc
Determine total disk space used by a single user or the whole filesystem.
filter_admin_format_form_submit in drupal-6.x/modules/filter/filter.admin.inc
Process filter format form submissions.
filter_format_allowcache in drupal-6.x/modules/filter/filter.module
Check if text in a certain input format is allowed to be cached.
filter_list_format in drupal-6.x/modules/filter/filter.module
Retrieve a list of filters for a certain format.
flood_is_allowed in drupal-6.x/includes/common.inc
Check if the current visitor (hostname/IP) is allowed to proceed with the specified event.
forum_nodeapi in drupal-6.x/modules/forum/forum.module
Implementation of hook_nodeapi().
hook_file_download in documentation-6.x/developer/hooks/core.php
Control access to private file downloads and specify HTTP headers.
hook_form_alter in documentation-6.x/developer/hooks/core.php
Perform alterations before a form is rendered.
hook_search in documentation-6.x/developer/hooks/core.php
Define a custom search routine.
hook_update_N in documentation-6.x/developer/hooks/install.php
Perform a single update.
install_verify_drupal in drupal-6.x/install.php
Verify if Drupal is installed.
locale_languages_predefined_form_validate in drupal-6.x/includes/locale.inc
Validate the language addition form.
locale_translate_edit_form_submit in drupal-6.x/includes/locale.inc
Process string editing form submissions.
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_6006 in drupal-6.x/modules/locale/locale.install
Neutralize unsafe language names in the database.
menu_delete_menu_confirm in drupal-6.x/modules/menu/menu.admin.inc
Build a confirm form for deletion of a custom menu.
menu_delete_menu_confirm_submit in drupal-6.x/modules/menu/menu.admin.inc
Delete a custom menu and all items in it.
menu_edit_menu_submit in drupal-6.x/modules/menu/menu.admin.inc
Submit function for adding or editing a custom menu.
menu_edit_menu_validate in drupal-6.x/modules/menu/menu.admin.inc
Validates the human and machine-readable names when adding or editing a menu.
menu_enable in drupal-6.x/modules/menu/menu.module
Implementation of hook_enable()
menu_link_children_relative_depth in drupal-6.x/includes/menu.inc
Find the depth of an item's children relative to its depth.
menu_link_save in drupal-6.x/includes/menu.inc
Save a menu link.
menu_nodeapi in drupal-6.x/modules/menu/menu.module
Implementation of hook_nodeapi().
node_access in drupal-6.x/modules/node/node.module
Determine whether the current user may perform the given operation on the specified node.
node_access_view_all_nodes in drupal-6.x/modules/node/node.module
Determine whether the user has a global viewing grant for all nodes.
node_admin_nodes in drupal-6.x/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_assign_owner_action in drupal-6.x/modules/node/node.module
Implementation of a configurable Drupal action. Assigns ownership of a node to a user.
node_assign_owner_action_form in drupal-6.x/modules/node/node.module
node_assign_owner_action_submit in drupal-6.x/modules/node/node.module
node_assign_owner_action_validate in drupal-6.x/modules/node/node.module
node_comment_mode in drupal-6.x/modules/node/node.module
Retrieve the comment mode for the given node ID (none, read, or read/write).
node_multiple_delete_confirm in drupal-6.x/modules/node/node.admin.inc
node_revision_delete_confirm_submit in drupal-6.x/modules/node/node.pages.inc
node_search in drupal-6.x/modules/node/node.module
Implementation of hook_search().
node_type_delete_confirm in drupal-6.x/modules/node/content_types.inc
Menu callback; delete a single content type.
node_type_save in drupal-6.x/modules/node/node.module
Saves a node type to the database.
node_update_index in drupal-6.x/modules/node/node.module
Implementation of hook_update_index().
openid_association in drupal-6.x/modules/openid/openid.module
Attempt to create a shared secret with the OpenID Provider.
openid_user_add_validate in drupal-6.x/modules/openid/openid.pages.inc
openid_user_delete_form in drupal-6.x/modules/openid/openid.pages.inc
Present a confirmation form to delete the specified OpenID identity from the system.
openid_verify_assertion_nonce in drupal-6.x/modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
pager_query in drupal-6.x/includes/pager.inc
Perform a paged database query.
path_admin_form_validate in drupal-6.x/modules/path/path.admin.inc
Verify that a new URL alias is valid
path_admin_overview in drupal-6.x/modules/path/path.admin.inc
Return a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
path_form_alter in drupal-6.x/modules/path/path.module
Implementation of hook_form_alter().
path_nodeapi in drupal-6.x/modules/path/path.module
Implementation of hook_nodeapi().
php_install in drupal-6.x/modules/php/php.install
Implementation of hook_install().
ping_cron in drupal-6.x/modules/ping/ping.module
Implementation of hook_cron().
poll_block in drupal-6.x/modules/poll/poll.module
Implementation of hook_block().
profile_autocomplete in drupal-6.x/modules/profile/profile.pages.inc
Callback to allow autocomplete of profile text fields.
profile_category_access in drupal-6.x/modules/profile/profile.module
Menu item access callback - check if a user has access to a profile category.
profile_field_form_validate in drupal-6.x/modules/profile/profile.admin.inc
Validate profile_field_form submissions.
search_update_totals in drupal-6.x/modules/search/search.module
This function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails).
sess_count in drupal-6.x/includes/session.inc
Counts how many users have sessions. Can count either anonymous sessions or authenticated sessions.
system_admin_theme_submit in drupal-6.x/modules/system/system.module
Process admin theme form submissions.
system_initialize_theme_blocks in drupal-6.x/modules/system/system.module
Assign an initial, default set of blocks for a theme.
system_install in drupal-6.x/modules/system/system.install
Implementation of hook_install().
system_region_list in drupal-6.x/modules/system/system.module
Get a list of available regions from a specified theme.
system_update_6000 in drupal-6.x/modules/system/system.install
Remove auto_increment from {boxes} to allow adding custom blocks with visibility settings.
system_update_6009 in drupal-6.x/modules/system/system.install
The PHP filter is now a separate module.
system_update_6018 in drupal-6.x/modules/system/system.install
Add HTML corrector to HTML formats or replace the old module if it was in use.
system_update_6019 in drupal-6.x/modules/system/system.install
Reconcile small differences in the previous, manually created mysql and pgsql schemas so they are the same and can be represented by a single schema structure.
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_6036 in drupal-6.x/modules/system/system.install
Change the search schema and indexing.
system_update_6041 in drupal-6.x/modules/system/system.install
Change forum vocabulary not to be required by default and set the weight of the forum.module 1 higher than the taxonomy.module.
translation_remove_from_set in drupal-6.x/modules/translation/translation.module
Remove a node from its translation set (if any) and update the set accordingly.
trigger_assign_form_submit in drupal-6.x/modules/trigger/trigger.admin.inc
Submit function for trigger_assign_form().
trigger_assign_form_validate in drupal-6.x/modules/trigger/trigger.admin.inc
Validation function for trigger_assign_form().
trigger_menu in drupal-6.x/modules/trigger/trigger.module
Implementation of hook_menu().
upload_delete_revision in drupal-6.x/modules/upload/upload.module
upload_save in drupal-6.x/modules/upload/upload.module
upload_total_space_used in drupal-6.x/modules/upload/upload.module
Determine how much disk space is occupied by uploaded files.
user_admin_role_validate in drupal-6.x/modules/user/user.admin.inc
user_block in drupal-6.x/modules/user/user.module
Implementation of hook_block().
user_multiple_delete_confirm in drupal-6.x/modules/user/user.module
user_multiple_role_edit in drupal-6.x/modules/user/user.module
Callback function for admin mass adding/deleting a user role.
user_save in drupal-6.x/modules/user/user.module
Save changes to a user account or add a new user.
_aggregator_has_categories in drupal-6.x/modules/aggregator/aggregator.module
Find out whether there are any aggregator categories.
_batch_page in drupal-6.x/includes/batch.inc
State-based dispatcher for the batch processing page.
_blogapi_space_used in drupal-6.x/modules/blogapi/blogapi.module
_blog_post_exists in drupal-6.x/modules/blog/blog.module
Helper function to determine if a user has blog posts already.
_book_update_outline in drupal-6.x/modules/book/book.module
Common helper function to handles additions and updates to the book outline.
_comment_update_node_statistics in drupal-6.x/modules/comment/comment.module
Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_forum_new in drupal-6.x/modules/forum/forum.module
Finds the first unread node for a given forum.
_forum_topics_unread in drupal-6.x/modules/forum/forum.module
Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_locale_import_one_string_db in drupal-6.x/includes/locale.inc
Import one string into the database.
_menu_find_router_path in drupal-6.x/includes/menu.inc
Find the router path which will serve this path.
_menu_update_parental_status in drupal-6.x/includes/menu.inc
Check and update the has_children status for the parent of a link.
_node_access_rebuild_batch_operation in drupal-6.x/modules/node/node.module
Batch operation for node_access_rebuild_batch.
_node_revision_access in drupal-6.x/modules/node/node.module
_user_edit_validate in drupal-6.x/modules/user/user.module