aggregator_filter_xss in modules/aggregator/aggregator.module
Renders the HTML content safely, as allowed.
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
CommonXssUnitTest::testInvalidMultiByte in modules/simpletest/tests/common.test
Check that invalid multi-byte sequences are rejected.
DBLogTestCase::assertLogMessage in modules/dblog/dblog.test
Confirms that a log message appears on the database log overview screen.
DBLogTestCase::doUser in modules/dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogCorrupted in modules/dblog/dblog.test
Tests corrupted log entries can still display available data.
dblog_event in modules/dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
DrupalWebTestCase::assertTextHelper in modules/simpletest/drupal_web_test_case.php
Helper for assertText and assertNoText.
DrupalWebTestCase::assertUniqueTextHelper in modules/simpletest/drupal_web_test_case.php
Helper for assertUniqueText and assertNoUniqueText.
drupal_html_to_text in includes/mail.inc
Transforms an HTML string into plain text, preserving its structure.
field_filter_xss in modules/field/field.module
Like filter_xss_admin(), but with a shorter list of allowed tags.
FilterUnitTestCase::testFilterXSS in modules/filter/filter.test
Tests limiting allowed tags and XSS prevention.
filter_xss_admin in includes/common.inc
Applies a very permissive XSS/HTML filter for admin-only use.
FormAlterTestCase::testExecutionOrder in modules/simpletest/tests/form.test
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
hook_tokens in modules/system/system.api.php
Provide replacement values for placeholder tokens.
locale_string_is_safe in includes/locale.inc
Check that a string is safe to be added or imported as a translation.
node_revision_overview in modules/node/node.pages.inc
Generates an overview table of older revisions of a node.
PollTokenReplaceTestCase::testPollTokenReplacement in modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in modules/taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
theme_dblog_message in modules/dblog/dblog.admin.inc
Returns HTML for a log message.
TokenReplaceTestCase::testSystemDateTokenReplacement in modules/system/system.test
Tests the generation of all system date tokens.
_announcements_feed_preprocess_item in modules/announcements_feed/announcements_feed.module
Helper to preprocess individual announcement items.
_filter_html in modules/filter/filter.module
Implements callback_filter_process().