_batch_finished in includes/batch.inc
Ends the batch processing.
_batch_process in includes/batch.inc
Processes sets in a batch.
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
contact_personal_form in modules/contact/contact.pages.inc
Form constructor for the personal contact form.
ContactPersonalTestCase::testPersonalContactFlood in modules/contact/tests/contact.test
Tests the personal contact form flood protection.
contact_site_form in modules/contact/contact.pages.inc
Form constructor for the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
date_format_interval in includes/date.inc
Formats a time interval with granularity, including past and future context.
hook_requirements in modules/system/system.api.php
Check installation requirements and do status reporting.
hook_user_view in modules/user/user.api.php
The user's account information is being displayed.
layout_locked_message in modules/layout/layout.admin.inc
Prepare a message and link based on if a layout item is updated or locked.
node_form_submit in modules/node/node.pages.inc
Form submission handler that saves the node for node_form().
NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/tests/node.test
Creates a node, then tests the tokens generated from it.
redirect_list_form in modules/redirect/redirect.admin.inc
Form callback; Display the list of all redirects.
redirect_list_table in modules/redirect/redirect.admin.inc
Display a list of redirects. Used on forms when editing an entity.
system_cron_settings in modules/system/system.admin.inc
Form builder; Cron form.
system_requirements in modules/system/system.install
Implements hook_requirements().
system_token_info in modules/system/system.tokens.inc
Implements hook_token_info().
system_tokens in modules/system/system.tokens.inc
Implements hook_tokens().
theme_comment_block in modules/comment/comment.theme.inc
Returns HTML for a list of recent comments.
theme_date_time_ago in modules/date/date.theme.inc
Returns HTML for a date in the format 'time ago'.
theme_update_last_check in modules/update/update.theme.inc
Returns HTML for the last time we checked for update data.
TokenReplaceTestCase::testSystemDateTokenReplacement in modules/simpletest/tests/token.test
Tests the generation of all system date tokens.
TokenReplaceTestCase::testTokenReplacement in modules/simpletest/tests/token.test
Creates a user and a node, then tests the tokens generated from them.
user_user_view in modules/user/user.module
Implements hook_user_view().
views_handler_field_date::render in modules/views/handlers/views_handler_field_date.inc
Render the field.
ViewsHandlerFieldDateTest::testFieldDate in modules/views/tests/handlers/views_handler_field_date.test
views_handler_field_time_interval::render in modules/views/handlers/views_handler_field_time_interval.inc
Render the field.
views_plugin_cache_time::summary_title in modules/views/plugins/views_plugin_cache_time.inc
Return a string to display as the clickable title for the access control.
views_ui_edit_form in modules/views_ui/views_ui.admin.inc
Form builder callback for configuring a View.