You are here

Functions in Drupal 5

Primary tabs

Namesort descending Location Description Direct uses Strings
comment_num_new modules/comment/comment.module get number of new comments for current user and specified node 3
comment_num_replies modules/comment/comment.module 1
comment_operations modules/comment/comment.module Comment operations. We offer different update operations depending on which comment administration page we're on. 2
comment_perm modules/comment/comment.module Implementation of hook_perm().
comment_render modules/comment/comment.module Renders comment(s). 1 1
comment_reply modules/comment/comment.module This function is responsible for generating a comment reply form. There are several cases that have to be handled, including: 1
comment_save modules/comment/comment.module Accepts a submission of new or changed comment content. 1
comment_update_1 modules/comment/comment.install Changed node_comment_statistics to use node->changed to avoid future timestamps.
comment_user modules/comment/comment.module Implementation of hook_user().
comment_validate modules/comment/comment.module 1
confirm_form modules/system/system.module Output a confirmation form 28
conf_init includes/bootstrap.inc Loads the configuration and sets the base URL, cookie domain, and session name correctly. 1
conf_path includes/bootstrap.inc Find the appropriate configuration directory. 8
contact_admin_categories modules/contact/contact.module Categories/list tab. 1
contact_admin_delete modules/contact/contact.module Category delete page. 1
contact_admin_delete_submit modules/contact/contact.module Process category delete form submission.
contact_admin_edit modules/contact/contact.module Category edit page. 1
contact_admin_edit_submit modules/contact/contact.module Process the contact category edit page form submission.
contact_admin_edit_validate modules/contact/contact.module Validate the contact category edit page form submission.
contact_admin_settings modules/contact/contact.module 1
contact_help modules/contact/contact.module Implementation of hook_help().
contact_install modules/contact/contact.install Implementation of hook_install().
contact_mail_page modules/contact/contact.module 1
contact_mail_page_submit modules/contact/contact.module Process the site-wide contact page form submission.
contact_mail_page_validate modules/contact/contact.module Validate the site-wide contact page form submission.
contact_mail_user modules/contact/contact.module 1
contact_mail_user_submit modules/contact/contact.module Process the personal contact page form submission.
contact_menu modules/contact/contact.module Implementation of hook_menu().
contact_perm modules/contact/contact.module Implementation of hook_perm
contact_site_page modules/contact/contact.module Site-wide contact page 1
contact_uninstall modules/contact/contact.install Implementation of hook_uninstall().
contact_user modules/contact/contact.module Implementation of hook_user().
contact_user_page modules/contact/contact.module Personal contact page. 1
date_validate includes/form.inc Validates the date type to stop dates like February 30, 2006.
db_add_column ./update.php Add a column to a database using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array. 18
db_affected_rows includes/database.mysql.inc Determine the number of rows changed by the preceding query. 6
db_affected_rows includes/database.pgsql.inc Determine the number of rows changed by the preceding query. 6
db_affected_rows includes/database.mysqli.inc Determine the number of rows changed by the preceding query. 6
db_change_column ./update.php Change a column definition using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array. 10
db_check_setup includes/database.pgsql.inc Verify if the database is set up correctly. 1 1
db_connect includes/database.mysql.inc Initialize a database connection. 1
db_connect includes/database.pgsql.inc Initialize a database connection. 1
db_connect includes/database.mysqli.inc Initialise a database connection. 1
db_decode_blob includes/database.mysql.inc Returns text from a Binary Large Object value. 1
db_decode_blob includes/database.pgsql.inc Returns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field. 1
db_decode_blob includes/database.mysqli.inc Returns text from a Binary Large OBject value. 1
db_distinct_field includes/database.mysql.inc Wraps the given table.field entry with a DISTINCT(). The wrapper is added to the SELECT list entry of the given query and the resulting query is returned. This function only applies the wrapper if a DISTINCT doesn't already exist in the query. 1
db_distinct_field includes/database.pgsql.inc Wraps the given table.field entry with a DISTINCT(). The wrapper is added to the SELECT list entry of the given query and the resulting query is returned. This function only applies the wrapper if a DISTINCT doesn't already exist in the query. 1
db_distinct_field includes/database.mysqli.inc Wraps the given table.field entry with a DISTINCT(). The wrapper is added to the SELECT list entry of the given query and the resulting query is returned. This function only applies the wrapper if a DISTINCT doesn't already exist in the query. 1
db_encode_blob includes/database.mysql.inc Returns a properly formatted Binary Large OBject value. 1

Pages

Other projects