22 calls to check_url()

CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
comment_tokens in drupal/core/modules/comment/comment.tokens.inc
Implements hook_tokens().
DisplayPluginBase::renderMoreLink in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Render the 'more' link
format_rss_channel in drupal/core/includes/common.inc
Formats an RSS channel.
format_rss_item in drupal/core/includes/common.inc
Formats a single RSS item.
HandlerBase::sanitizeValue in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Sanitize the value for output.
install_select_language in drupal/core/includes/install.core.inc
Selects which language to use during installation.
install_select_language_form in drupal/core/includes/install.core.inc
Form constructor for the language selection form.
install_verify_requirements in drupal/core/includes/install.core.inc
Verifies the requirements for installing Drupal.
template_preprocess_aggregator_feed_source in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-feed-source.tpl.php.
template_preprocess_aggregator_item in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-item.tpl.php.
template_preprocess_aggregator_summary_item in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-summary-item.tpl.php.
template_preprocess_search_result in drupal/core/modules/search/search.pages.inc
Process variables for search-result.tpl.php.
template_preprocess_views_view_row_rss in drupal/core/modules/views/theme/theme.inc
Default theme function for all RSS rows.
template_preprocess_views_view_rss in drupal/core/modules/views/theme/theme.inc
Preprocess an RSS feed
theme_aggregator_block_item in drupal/core/modules/aggregator/aggregator.module
Returns HTML for an individual feed item for display in the block.
theme_aggregator_page_opml in drupal/core/modules/aggregator/aggregator.pages.inc
Prints the OPML page for a feed.
theme_aggregator_page_rss in drupal/core/modules/aggregator/aggregator.pages.inc
Prints the RSS page for a feed.
update_check_requirements in drupal/core/update.php
Checks update requirements and reports errors and (optionally) warnings.
update_info_page in drupal/core/update.php
Provides an overview of the Drupal database update.
UrlTest::testLXSS in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Confirms that invalid URLs are filtered.
XssUnitTest::testBadProtocolStripping in drupal/core/modules/system/lib/Drupal/system/Tests/Common/XssUnitTest.php
Checks that harmful protocols are stripped.