- CommentTokenReplaceTestCase::testCommentTokenReplacement in core/
modules/ comment/ tests/ comment.test - Creates a comment, then tests the tokens generated from it.
- hook_requirements in core/
modules/ system/ system.api.php - Check installation requirements and do status reporting.
- hook_user_view in core/
modules/ user/ user.api.php - The user's account information is being displayed.
- layout_locked_message in core/
modules/ layout/ layout.admin.inc - Prepare a message and link based on if a layout item is updated or locked.
- NodeTokenReplaceTestCase::testNodeTokenReplacement in core/
modules/ node/ tests/ node.test - Creates a node, then tests the tokens generated from it.
- redirect_list_form in core/
modules/ redirect/ redirect.admin.inc - Form callback; Display the list of all redirects.
- redirect_list_table in core/
modules/ redirect/ redirect.admin.inc - Display a list of redirects. Used on forms when editing an entity.
- system_cron_settings in core/
modules/ system/ system.admin.inc - Form builder; Cron form.
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- system_tokens in core/
modules/ system/ system.tokens.inc - Implements hook_tokens().
- system_token_info in core/
modules/ system/ system.tokens.inc - Implements hook_token_info().
- theme_comment_block in core/
modules/ comment/ comment.theme.inc - Returns HTML for a list of recent comments.
- theme_date_time_ago in core/
modules/ date/ date.theme.inc - Returns HTML for a date in the format 'time ago'.
- theme_update_last_check in core/
modules/ update/ update.theme.inc - Returns HTML for the last time we checked for update data.
- TokenReplaceTestCase::testSystemDateTokenReplacement in core/
modules/ simpletest/ tests/ token.test - Tests the generation of all system date tokens.
- TokenReplaceTestCase::testTokenReplacement in core/
modules/ simpletest/ tests/ token.test - Creates a user and a node, then tests the tokens generated from them.
- user_user_view in core/
modules/ user/ user.module - Implements hook_user_view().
- ViewsHandlerFieldDateTest::testFieldDate in core/
modules/ views/ tests/ handlers/ views_handler_field_date.test - views_handler_field_date::render in core/
modules/ views/ handlers/ views_handler_field_date.inc - views_ui_edit_form in core/
modules/ views_ui/ views_ui.admin.inc - Form builder callback for configuring a View.