293 calls to variable_get()

actions_do in drupal-6.x/includes/actions.inc
Perform a given list of actions by executing their callback functions.
aggregator_admin_settings in drupal-6.x/modules/aggregator/aggregator.admin.inc
Form builder; Configure the aggregator system.
aggregator_categorize_items in drupal-6.x/modules/aggregator/aggregator.pages.inc
Form builder; build the page list form.
aggregator_filter_xss in drupal-6.x/modules/aggregator/aggregator.module
Safely render HTML content, as allowed.
aggregator_page_categories in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the categories used by the aggregator.
aggregator_page_category in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the items aggregated in a particular category.
aggregator_page_last in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays the most recent items gathered from any feed.
aggregator_page_rss in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sources in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the feeds used by the aggregator.
aggregator_parse_feed in drupal-6.x/modules/aggregator/aggregator.module
Parse a feed and store its items.
block_admin_display in drupal-6.x/modules/block/block.admin.inc
Menu callback for admin/build/block.
block_admin_display_form in drupal-6.x/modules/block/block.admin.inc
Generate main blocks administration form.
block_menu in drupal-6.x/modules/block/block.module
Implementation of hook_menu().
blogapi_admin_settings in drupal-6.x/modules/blogapi/blogapi.module
blogapi_blogger_new_post in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
blogapi_metaweblog_new_media_object in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Inserts a file into Drupal.
blogapi_status_error_check in drupal-6.x/modules/blogapi/blogapi.module
Check that the user has permission to save the node with the chosen status.
blog_feed_last in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_user in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of a given user.
blog_page_last in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
book_admin_settings in drupal-6.x/modules/book/book.admin.inc
Builds and returns the book settings form.
book_block in drupal-6.x/modules/book/book.module
Implementation of hook_block().
book_link in drupal-6.x/modules/book/book.module
Implementation of hook_link().
book_node_type in drupal-6.x/modules/book/book.module
Implementation of hook_node_type().
book_type_is_allowed in drupal-6.x/modules/book/book.module
Determine if a given node type is in the list of types allowed for books.
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.
chameleon_page in drupal-6.x/themes/chameleon/chameleon.theme
color_form_alter in drupal-6.x/modules/color/color.module
Implementation of hook_form_alter().
color_get_palette in drupal-6.x/modules/color/color.module
Helper function to retrieve the color palette for a particular theme.
color_scheme_form in drupal-6.x/modules/color/color.module
Form callback. Returns the configuration form.
color_scheme_form_submit in drupal-6.x/modules/color/color.module
Submit handler for color change form.
color_update_6001 in drupal-6.x/modules/color/color.install
Warn site administrator if unsafe CSS color codes are found in the database.
comment_form in drupal-6.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_add_preview in drupal-6.x/modules/comment/comment.module
Form builder; Generate and validate a comment preview form.
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().
comment_link in drupal-6.x/modules/comment/comment.module
Implementation of hook_link().
comment_nodeapi in drupal-6.x/modules/comment/comment.module
Implementation of hook_nodeapi().
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).
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.
comment_validate in drupal-6.x/modules/comment/comment.module
Validate comment data.
contact_admin_settings in drupal-6.x/modules/contact/contact.admin.inc
contact_mail in drupal-6.x/modules/contact/contact.module
Implementation of hook_mail().
contact_mail_page in drupal-6.x/modules/contact/contact.pages.inc
contact_site_page in drupal-6.x/modules/contact/contact.pages.inc
Site-wide contact page.
contact_user in drupal-6.x/modules/contact/contact.module
Implementation of hook_user().
contact_user_page in drupal-6.x/modules/contact/contact.pages.inc
Personal contact page.
dblog_admin_settings in drupal-6.x/modules/dblog/dblog.admin.inc
dblog module settings form.
dblog_cron in drupal-6.x/modules/dblog/dblog.module
Implementation of hook_cron().
default_profile_tasks in drupal-6.x/profiles/default/default.profile
Perform any final installation tasks for this profile.
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_access_denied in drupal-6.x/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_cron_cleanup in drupal-6.x/includes/common.inc
Shutdown function for cron cleanup.
drupal_cron_run in drupal-6.x/includes/common.inc
Executes a cron run when called
drupal_error_handler in drupal-6.x/includes/common.inc
Log errors as defined by administrator.
drupal_get_css in drupal-6.x/includes/common.inc
Returns a themed representation of all stylesheets that should be attached to the page.
drupal_get_js in drupal-6.x/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
drupal_get_private_key in drupal-6.x/includes/common.inc
Ensure the private key variable used to generate tokens is set.
drupal_init_language in drupal-6.x/includes/bootstrap.inc
Choose a language for the current page, based on site and user preferences.
drupal_init_path in drupal-6.x/includes/path.inc
Initialize the $_GET['q'] variable to the proper normal path.
drupal_is_front_page in drupal-6.x/includes/path.inc
Check if the current page is the front page.
drupal_mail in drupal-6.x/includes/mail.inc
Compose and optionally send an e-mail message.
drupal_mail_send in drupal-6.x/includes/mail.inc
Send an e-mail message, using Drupal variables and default settings. More information in the <a href="http://php.net/manual/en/function.mail.php"> PHP function reference for mail()</a>. See drupal_mail() for information on how…
drupal_match_path in drupal-6.x/includes/path.inc
Check if a path matches any pattern in a set of patterns.
drupal_not_found in drupal-6.x/includes/common.inc
Generates a 404 error if the request can not be handled.
drupal_page_cache_header in drupal-6.x/includes/bootstrap.inc
Set HTTP headers in preparation for a cached page response.
drupal_page_footer in drupal-6.x/includes/common.inc
Perform end-of-request tasks.
drupal_process_form in drupal-6.x/includes/form.inc
This function is the heart of form API. The form gets built, validated and in appropriate cases, submitted.
drupal_site_offline in drupal-6.x/includes/common.inc
Generates a site off-line message.
drupal_system_listing in drupal-6.x/includes/common.inc
Return an array of system file objects.
drupal_urlencode in drupal-6.x/includes/common.inc
Wrapper around urlencode() which avoids Apache quirks.
drupal_valid_token in drupal-6.x/includes/common.inc
Validate a token based on $value, the current user session and private key.
example_profile_tasks in documentation-6.x/developer/example.profile
Perform any final installation tasks for this profile.
expand_date in drupal-6.x/includes/form.inc
Roll out a single date element.
file_create_url in drupal-6.x/includes/file.inc
Create the download path to a file.
file_directory_path in drupal-6.x/includes/file.inc
Determine the default 'files' directory.
file_directory_temp in drupal-6.x/includes/file.inc
Determine the default temporary directory.
file_get_mimetype in drupal-6.x/includes/file.inc
Determine an Internet Media Type, or MIME type from a filename.
file_munge_filename in drupal-6.x/includes/file.inc
Modify a filename as needed for security purposes.
file_save_upload in drupal-6.x/includes/file.inc
Saves a file upload to a new location.
filter_access in drupal-6.x/modules/filter/filter.module
Returns TRUE if the user is allowed to access this format.
filter_admin_delete in drupal-6.x/modules/filter/filter.admin.inc
Menu callback; confirm deletion of a format.
filter_admin_delete_submit in drupal-6.x/modules/filter/filter.admin.inc
Process filter delete form submission.
filter_admin_format_form in drupal-6.x/modules/filter/filter.admin.inc
Generate a filter format form.
filter_admin_overview in drupal-6.x/modules/filter/filter.admin.inc
Menu callback; Displays a list of all input formats and which one is the default.
filter_filter_tips in drupal-6.x/modules/filter/filter.module
Implementation of hook_filter_tips().
filter_form in drupal-6.x/modules/filter/filter.module
Generates a selector for choosing a format in a form.
filter_formats in drupal-6.x/modules/filter/filter.module
Retrieve a list of input formats.
filter_list_format in drupal-6.x/modules/filter/filter.module
Retrieve a list of filters for a certain format.
filter_resolve_format in drupal-6.x/modules/filter/filter.module
Resolve a format id, including the default format.
filter_xss_bad_protocol in drupal-6.x/modules/filter/filter.module
Processes an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
format_date in drupal-6.x/includes/common.inc
Format a date with the given configured format or a custom format string.
forum_admin_settings in drupal-6.x/modules/forum/forum.admin.inc
Form builder for the forum settings page.
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 in drupal-6.x/modules/forum/forum.module
Implementation of hook_form().
forum_form_alter in drupal-6.x/modules/forum/forum.module
Implementation of hook_form_alter().
forum_form_container in drupal-6.x/modules/forum/forum.admin.inc
Returns a form for adding a container to the forum vocabulary
forum_form_forum in drupal-6.x/modules/forum/forum.admin.inc
Returns a form for adding a forum to the forum vocabulary
forum_form_submit in drupal-6.x/modules/forum/forum.admin.inc
Process forum form and container form submissions.
forum_get_forums in drupal-6.x/modules/forum/forum.module
Returns a list of all forums for a given taxonomy id
forum_help in drupal-6.x/modules/forum/forum.module
Implementation of hook_help().
forum_nodeapi in drupal-6.x/modules/forum/forum.module
Implementation of hook_nodeapi().
forum_overview in drupal-6.x/modules/forum/forum.admin.inc
Returns an overview list of existing forums and containers
forum_page in drupal-6.x/modules/forum/forum.pages.inc
Menu callback; prints a forum listing.
forum_taxonomy in drupal-6.x/modules/forum/forum.module
Implementation of hook_taxonomy().
forum_term_load in drupal-6.x/modules/forum/forum.module
Fetch a forum term.
forum_uninstall in drupal-6.x/modules/forum/forum.install
Implementation of hook_uninstall().
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_footer in documentation-6.x/developer/hooks/core.php
Insert closing HTML.
hook_link in documentation-6.x/developer/hooks/core.php
Define internal Drupal links.
hook_mail in documentation-6.x/developer/hooks/core.php
Prepare a message based on parameters; called from drupal_mail().
hook_mail_alter in documentation-6.x/developer/hooks/core.php
Alter any aspect of email sent by Drupal. You can use this hook to add a common site footer to all outgoing email, add extra header fields, and/or modify the email in any way. HTML-izing the outgoing email is one possibility. See also drupal_mail().
hook_node_type in documentation-6.x/developer/hooks/node.php
Act on node type changes.
hook_requirements in documentation-6.x/developer/hooks/install.php
Check installation requirements and do status reporting.
hook_search in documentation-6.x/developer/hooks/core.php
Define a custom search routine.
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.
hook_update_status_alter in documentation-6.x/developer/hooks/core.php
Alter the information about available updates for projects.
hook_watchdog in documentation-6.x/developer/hooks/core.php
Log an event message
image_gd_close in drupal-6.x/includes/image.gd.inc
GD helper to write an image resource to a destination file.
image_gd_settings in drupal-6.x/includes/image.gd.inc
Retrieve settings for the GD2 toolkit.
image_get_toolkit in drupal-6.x/includes/image.inc
Retrieve the name of the currently used toolkit.
init_theme in drupal-6.x/includes/theme.inc
Initialize the theme system by loading the theme.
install_tasks in drupal-6.x/install.php
Tasks performed after the database is initialized.
ip_address in drupal-6.x/includes/bootstrap.inc
If Drupal is behind a reverse proxy, we use the X-Forwarded-For header instead of $_SERVER['REMOTE_ADDR'], which would be the IP address of the proxy server, and not the client's.
language_default in drupal-6.x/includes/bootstrap.inc
Default language used on the site
language_initialize in drupal-6.x/includes/language.inc
Choose a language for the page, based on language negotiation settings.
language_list in drupal-6.x/includes/bootstrap.inc
Get a list of languages set up indexed by the specified key
language_url_rewrite in drupal-6.x/includes/language.inc
Rewrite URL's with language based prefix. Parameters are the same as those of the url() function.
locale in drupal-6.x/modules/locale/locale.module
Provides interface translation services.
locale_add_language in drupal-6.x/includes/locale.inc
API function to add a language.
locale_block in drupal-6.x/modules/locale/locale.module
Implementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
locale_form_alter in drupal-6.x/modules/locale/locale.module
Implementation of hook_form_alter(). Adds language fields to forms.
locale_languages_configure_form in drupal-6.x/includes/locale.inc
Setting for language negotiation options
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.
locale_user in drupal-6.x/modules/locale/locale.module
Implementation of hook_user().
menu_configure in drupal-6.x/modules/menu/menu.admin.inc
Menu callback; Build the form presenting menu configuration options.
menu_execute_active_handler in drupal-6.x/includes/menu.inc
Execute the page callback associated with the current path
menu_get_ancestors in drupal-6.x/includes/menu.inc
Returns the ancestors (and relevant placeholders) for any given path.
menu_nodeapi in drupal-6.x/modules/menu/menu.module
Implementation of hook_nodeapi().
menu_parent_options in drupal-6.x/modules/menu/menu.module
Return a list of menu items that are valid possible parents for the given menu item.
menu_primary_links in drupal-6.x/includes/menu.inc
Return an array of links to be rendered as the Primary links.
menu_secondary_links in drupal-6.x/includes/menu.inc
Return an array of links to be rendered as the Secondary links.
menu_tree_page_data in drupal-6.x/includes/menu.inc
Get the data structure representing a named menu tree, based on the current page.
module_list in drupal-6.x/includes/module.inc
Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
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_configure in drupal-6.x/modules/node/node.admin.inc
Menu callback; presents general node configuration options.
node_feed in drupal-6.x/modules/node/node.module
A generic function for generating RSS feeds from a set of nodes.
node_form in drupal-6.x/modules/node/node.pages.inc
Generate the node add/edit form array.
node_object_prepare in drupal-6.x/modules/node/node.pages.inc
node_page_default in drupal-6.x/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_search in drupal-6.x/modules/node/node.module
Implementation of hook_search().
node_teaser in drupal-6.x/modules/node/node.module
Generate a teaser for a node body.
node_type_form in drupal-6.x/modules/node/content_types.inc
Generates the node type editing form.
node_update_index in drupal-6.x/modules/node/node.module
Implementation of hook_update_index().
openid_authentication in drupal-6.x/modules/openid/openid.module
Authenticate a user or attempt registration.
openid_form_alter in drupal-6.x/modules/openid/openid.module
Implementation of hook_form_alter : adds OpenID login to the login forms.
openid_user in drupal-6.x/modules/openid/openid.module
Implementation of hook_user().
page_set_cache in drupal-6.x/includes/common.inc
Store the current page in the cache.
path_admin_form in drupal-6.x/modules/path/path.admin.inc
Return a form for editing or creating an individual URL alias.
ping_cron in drupal-6.x/modules/ping/ping.module
Implementation of hook_cron().
profile_block in drupal-6.x/modules/profile/profile.module
Implementation of hook_block().
profile_view_field in drupal-6.x/modules/profile/profile.module
search_admin_settings in drupal-6.x/modules/search/search.admin.inc
Menu callback; displays the search module settings page.
search_admin_settings_validate in drupal-6.x/modules/search/search.admin.inc
Validate callback.
search_expand_cjk in drupal-6.x/modules/search/search.module
Basic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long).
search_index in drupal-6.x/modules/search/search.module
Update the full-text search index for a particular item.
search_simplify in drupal-6.x/modules/search/search.module
Simplifies a string according to indexing rules.
sess_write in drupal-6.x/includes/session.inc
Writes an entire session to the database (internal use only).
statistics_access_logging_settings in drupal-6.x/modules/statistics/statistics.admin.inc
Form builder; Configure access logging.
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().
statistics_exit in drupal-6.x/modules/statistics/statistics.module
Implementation of hook_exit().
statistics_top_pages in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; presents the "top pages" page.
statistics_top_referrers in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; presents the "referrer" page.
statistics_top_visitors in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; presents the "top visitors" page.
syslog_admin_settings in drupal-6.x/modules/syslog/syslog.module
syslog_watchdog in drupal-6.x/modules/syslog/syslog.module
system_admin_compact_mode in drupal-6.x/modules/system/system.module
Determine if a user is in compact mode.
system_admin_theme_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; This function allows selection of the theme to show in administration sections.
system_admin_theme_submit in drupal-6.x/modules/system/system.module
Process admin theme form submissions.
system_block in drupal-6.x/modules/system/system.module
Implementation of hook_block().
system_clean_url_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure Clean URL settings.
system_date_time_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure the site date and time settings.
system_error_reporting_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure error reporting settings.
system_file_system_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure the site file handling.
system_image_toolkit_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure site image toolkit usage.
system_init in drupal-6.x/modules/system/system.module
Implementation of hook_init().
system_initialize_theme_blocks in drupal-6.x/modules/system/system.module
Assign an initial, default set of blocks for a theme.
system_mail in drupal-6.x/modules/system/system.module
Implementation of hook_mail().
system_message_action in drupal-6.x/modules/system/system.module
A configurable Drupal action. Sends a message to the current user's screen.
system_node_type in drupal-6.x/modules/system/system.module
Implementation of hook_node_type().
system_performance_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure site performance settings.
system_requirements in drupal-6.x/modules/system/system.install
Implementation of hook_requirements().
system_rss_feeds_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure how the site handles RSS feeds.
system_site_information_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; The general site information form.
system_site_maintenance_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure the site's maintenance status.
system_themes_form in drupal-6.x/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
system_themes_form_submit in drupal-6.x/modules/system/system.admin.inc
Process system_themes_form form submissions.
system_theme_data in drupal-6.x/modules/system/system.module
Collect data about all currently available themes.
system_theme_select_form in drupal-6.x/modules/system/system.module
Returns a fieldset containing the theme select form.
system_theme_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
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_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.
system_update_6042 in drupal-6.x/modules/system/system.install
Upgrade recolored theme stylesheets to new array structure.
system_update_6044 in drupal-6.x/modules/system/system.install
RC1 to RC2 index cleanup.
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.
system_update_6051 in drupal-6.x/modules/system/system.install
Create a signature_format column.
system_user in drupal-6.x/modules/system/system.module
Implementation of hook_user().
t in drupal-6.x/includes/common.inc
Translate strings to the page language or a given language.
taxonomy_form_alter in drupal-6.x/modules/taxonomy/taxonomy.module
Implementation of hook_form_alter(). Generate a form for selecting terms to associate with a node. We check for taxonomy_override_selector before loading the full vocabulary, so contrib modules can intercept before hook_form_alter and provide scalable…
taxonomy_form_term in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_overview_terms in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_render_nodes in drupal-6.x/modules/taxonomy/taxonomy.module
Accepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
taxonomy_select_nodes in drupal-6.x/modules/taxonomy/taxonomy.module
Finds all nodes that match selected taxonomy conditions.
taxonomy_term_page in drupal-6.x/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
template_preprocess_aggregator_item in drupal-6.x/modules/aggregator/aggregator.pages.inc
Process variables for aggregator-item.tpl.php.
template_preprocess_comment_wrapper in drupal-6.x/modules/comment/comment.module
Process variables for comment-wrapper.tpl.php.
template_preprocess_forums in drupal-6.x/modules/forum/forum.module
Process variables for forums.tpl.php
template_preprocess_forum_icon in drupal-6.x/modules/forum/forum.module
Process variables to format the icon for each individual topic.
template_preprocess_forum_topic_navigation in drupal-6.x/modules/forum/forum.module
Preprocess variables to format the next/previous forum topic navigation links.
template_preprocess_maintenance_page in drupal-6.x/includes/theme.maintenance.inc
The variables generated here is a mirror of template_preprocess_page(). This preprocessor will run it's course when theme_maintenance_page() is invoked. It is also used in theme_install_page() and theme_update_page() to keep all the variables…
template_preprocess_page in drupal-6.x/includes/theme.inc
Process variables for page.tpl.php
template_preprocess_user_picture in drupal-6.x/modules/user/user.module
Process variables for user-picture.tpl.php.
theme_aggregator_page_opml in drupal-6.x/modules/aggregator/aggregator.pages.inc
Theme the OPML feed output.
theme_aggregator_page_rss in drupal-6.x/modules/aggregator/aggregator.pages.inc
Theme the RSS output.
theme_comment_post_forbidden in drupal-6.x/modules/comment/comment.module
Theme a "you can't post comments" notice.
theme_get_setting in drupal-6.x/includes/theme.inc
Retrieve a setting for the current theme. This function is designed for use from within themes & engines to determine theme settings made in the admin interface.
theme_get_settings in drupal-6.x/includes/theme.inc
Retrieve an associative array containing the settings for a theme.
theme_update_report in drupal-6.x/modules/update/update.report.inc
Theme project status report.
theme_username in drupal-6.x/includes/theme.inc
Format a username.
throttle_admin_settings in drupal-6.x/modules/throttle/throttle.admin.inc
Form builder; Configure the throttle system.
throttle_exit in drupal-6.x/modules/throttle/throttle.module
Implementation of hook_exit().
throttle_status in drupal-6.x/modules/throttle/throttle.module
Determine the current load on the site.
translation_supported_type in drupal-6.x/modules/translation/translation.module
Returns whether the given content type has support for translations.
update_cron in drupal-6.x/modules/update/update.module
Implementation of hook_cron().
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_get_available in drupal-6.x/modules/update/update.module
Internal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.
update_mail in drupal-6.x/modules/update/update.module
Implementation of hook_mail().
update_settings in drupal-6.x/modules/update/update.settings.inc
Form builder for the update settings tab.
upload_admin_settings in drupal-6.x/modules/upload/upload.admin.inc
Menu callback for the upload settings form.
upload_form_alter in drupal-6.x/modules/upload/upload.module
upload_nodeapi in drupal-6.x/modules/upload/upload.module
Implementation of hook_nodeapi().
upload_node_form_submit in drupal-6.x/modules/upload/upload.module
Save new uploads and store them in the session to be associated to the node on upload_save.
url in drupal-6.x/includes/common.inc
Generates an internal or external URL.
user_admin_settings in drupal-6.x/modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_block in drupal-6.x/modules/user/user.module
Implementation of hook_block().
user_comment in drupal-6.x/modules/user/user.module
Implementation of hook_comment().
user_edit_form in drupal-6.x/modules/user/user.module
user_file_download in drupal-6.x/modules/user/user.module
Implementation of hook_file_download().
user_login in drupal-6.x/modules/user/user.module
Form builder; the main user login form.
user_login_block in drupal-6.x/modules/user/user.module
user_mail_tokens in drupal-6.x/modules/user/user.module
Return an array of token to value mappings for user e-mail messages.
user_register in drupal-6.x/modules/user/user.module
Form builder; The user registration form.
user_register_access in drupal-6.x/modules/user/user.module
user_register_submit in drupal-6.x/modules/user/user.module
Submit handler for the user registration form.
user_validate_picture in drupal-6.x/modules/user/user.module
_block_get_cache_id in drupal-6.x/modules/block/block.module
Assemble the cache_id to use for a given block.
_block_themes_access in drupal-6.x/modules/block/block.module
Menu item access callback - only admin or enabled themes can be accessed
_blogapi_get_node_types in drupal-6.x/modules/blogapi/blogapi.module
_book_parent_select in drupal-6.x/modules/book/book.module
Build the parent selection form element for the node form or outline tab
_color_page_alter in drupal-6.x/modules/color/color.module
Callback for the theme to alter the resources used.
_comment_get_display_setting in drupal-6.x/modules/comment/comment.module
Return a current comment display setting
_db_query in drupal-6.x/includes/database.pgsql.inc
Helper function for db_query().
_db_query in drupal-6.x/includes/database.mysqli.inc
Helper function for db_query().
_db_query in drupal-6.x/includes/database.mysql.inc
Helper function for db_query().
_drupal_bootstrap in drupal-6.x/includes/bootstrap.inc
_drupal_flush_css_js in drupal-6.x/includes/common.inc
Helper function to change query-strings on css/js files.
_drupal_maintenance_theme in drupal-6.x/includes/theme.maintenance.inc
Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.
_filter_html in drupal-6.x/modules/filter/filter.module
HTML filter. Provides filtering of input into accepted HTML.
_filter_html_settings in drupal-6.x/modules/filter/filter.module
Settings for the HTML filter.
_filter_url in drupal-6.x/modules/filter/filter.module
URL filter. Automatically converts text web addresses (URLs, e-mail addresses, FTP links, etc.) into hyperlinks.
_filter_url_settings in drupal-6.x/modules/filter/filter.module
Settings for URL filter.
_forum_parent_select in drupal-6.x/modules/forum/forum.admin.inc
Returns a select box for available parent terms
_locale_export_po_generate in drupal-6.x/includes/locale.inc
Generates the PO(T) file contents for given strings.
_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_site_is_offline in drupal-6.x/includes/menu.inc
Checks whether the site is off-line for maintenance.
_search_parse_query in drupal-6.x/modules/search/search.module
Helper function for search_parse_query();
_system_themes_access in drupal-6.x/modules/system/system.module
Menu item access callback - only admin or enabled themes can be accessed.
_system_zonelist in drupal-6.x/modules/system/system.module
Generate an array of time zones and their local time&date.
_update_cron_notify in drupal-6.x/modules/update/update.fetch.inc
Perform any notifications that should be done once cron fetches new data.
_update_get_fetch_url_base in drupal-6.x/modules/update/update.fetch.inc
Return the base of the URL to fetch available update data for a project.
_update_refresh in drupal-6.x/modules/update/update.fetch.inc
Fetch project info via XML from a central server.
_upload_file_limits in drupal-6.x/modules/upload/upload.module
Determine the limitations on files that a given user may upload. The user may be in multiple roles so we select the most permissive limitations from all of their roles.
_user_mail_notify in drupal-6.x/modules/user/user.module
Conditionally create and send a notification email when a certain operation happens on the given user account.
_user_mail_text in drupal-6.x/modules/user/user.module
Returns a mail string for a variable name.