67 string references to 'url'

ActionsConfigurationTestCase::testActionConfiguration in drupal-7.x/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AggregatorTestCase::createFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates an aggregator feed.
AggregatorTestCase::getFeedEditArray in drupal-7.x/modules/aggregator/aggregator.test
Returns a randomly generated feed edit array.
AggregatorTestCase::getValidOpml in drupal-7.x/modules/aggregator/aggregator.test
Creates a valid OPML file from an array of feeds.
AggregatorUpdatePathTestCase::testAggregatorUpdate in drupal-7.x/modules/simpletest/tests/upgrade/update.aggregator.test
Tests that the aggregator.module update is successful.
aggregator_aggregator_parse in drupal-7.x/modules/aggregator/aggregator.parser.inc
Implements hook_aggregator_parse().
aggregator_block_view in drupal-7.x/modules/aggregator/aggregator.module
Implements hook_block_view().
aggregator_form_feed in drupal-7.x/modules/aggregator/aggregator.admin.inc
Form constructor for adding and editing feed sources.
aggregator_form_feed_validate in drupal-7.x/modules/aggregator/aggregator.admin.inc
Form validation handler for aggregator_form_feed().
aggregator_form_opml_submit in drupal-7.x/modules/aggregator/aggregator.admin.inc
Form submission handler for aggregator_form_opml().
aggregator_page_sources in drupal-7.x/modules/aggregator/aggregator.pages.inc
Page callback: Displays all the feeds used by the aggregator.
aggregator_refresh in drupal-7.x/modules/aggregator/aggregator.module
Checks a news feed for new items.
aggregator_save_feed in drupal-7.x/modules/aggregator/aggregator.module
Add/edit/delete an aggregator feed.
aggregator_schema in drupal-7.x/modules/aggregator/aggregator.install
Implements hook_schema().
aggregator_update_7003 in drupal-7.x/modules/aggregator/aggregator.install
Increase the length of {aggregator_feed}.url.
AJAXFrameworkTestCase::testAJAXRender in drupal-7.x/modules/simpletest/tests/ajax.test
Test that ajax_render() returns JavaScript settings generated during the page request.
ajax_pre_render_element in drupal-7.x/includes/ajax.inc
Adds Ajax information about an element to communicate with JavaScript.
batch_process in drupal-7.x/includes/form.inc
Processes the batch.
BootstrapOverrideServerVariablesTestCase::testDrupalOverrideServerVariablesProvidedURL in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test providing a direct URL to to drupal_override_server_variables().
CategorizeFeedTestCase::testCategorizeFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and makes sure you can add more than one category to it.
comment_tokens in drupal-7.x/modules/comment/comment.tokens.inc
Implements hook_tokens().
comment_token_info in drupal-7.x/modules/comment/comment.tokens.inc
Implements hook_token_info().
drupal-7.aggregator.database.php in drupal-7.x/modules/simpletest/tests/upgrade/drupal-7.aggregator.database.php
Test content for the aggregator update path.
DrupalWebTestCase::checkForMetaRefresh in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
DrupalWebTestCase::drupalPostAJAX in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Execute an Ajax submission.
DrupalWebTestCase::handleForm in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Handle form input related to drupalPost(). Ensure that the specified fields exist and attempt to create POST data in the correct manner for the particular field type.
drupal_add_feed in drupal-7.x/includes/common.inc
Adds a feed URL for the current page.
drupal_common_theme in drupal-7.x/includes/common.inc
Provides theme registration for themes across .inc files.
drupal_override_server_variables in drupal-7.x/includes/bootstrap.inc
Sets appropriate server variables needed for command line scripts to work.
FeedIconTest::testFeedIconEscaping in drupal-7.x/modules/simpletest/tests/common.test
Check that special characters are correctly escaped. Test for issue #1211668.
forum_help in drupal-7.x/modules/forum/forum.module
Implements hook_help().
ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
node_block_view in drupal-7.x/modules/node/node.module
Implements hook_block_view().
node_tokens in drupal-7.x/modules/node/node.tokens.inc
Implements hook_tokens().
node_token_info in drupal-7.x/modules/node/node.tokens.inc
Implements hook_token_info().
openid_openid_normalization_method_info in drupal-7.x/modules/openid/openid.module
Implements hook_openid_normalization_method_info().
ProfileTestFields::testProfileFields in drupal-7.x/modules/profile/profile.test
Test each of the field types. List selection and date fields are tested separately because they need some special handling.
profile_form_alter in drupal-7.x/modules/profile/profile.module
Implements hook_form_alter().
profile_user_form_validate in drupal-7.x/modules/profile/profile.module
Form validation handler for the user register/profile form.
profile_view_field in drupal-7.x/modules/profile/profile.module
StatisticsTestCase::setUp in drupal-7.x/modules/statistics/statistics.test
Sets up a Drupal site for running functional and integration tests.
statistics_exit in drupal-7.x/modules/statistics/statistics.module
Implements hook_exit().
statistics_node_tracker in drupal-7.x/modules/statistics/statistics.pages.inc
Page callback: Displays statistics for a node.
statistics_schema in drupal-7.x/modules/statistics/statistics.install
Implements hook_schema().
statistics_top_referrers in drupal-7.x/modules/statistics/statistics.admin.inc
Page callback: Displays the "top referrers" in the access logs.
system_goto_action in drupal-7.x/modules/system/system.module
Redirects to a different URL.
system_goto_action_form in drupal-7.x/modules/system/system.module
Settings form for system_goto_action().
system_goto_action_submit in drupal-7.x/modules/system/system.module
system_tokens in drupal-7.x/modules/system/system.tokens.inc
Implements hook_tokens().
system_token_info in drupal-7.x/modules/system/system.tokens.inc
Implements hook_token_info().
taxonomy_tokens in drupal-7.x/modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
taxonomy_token_info in drupal-7.x/modules/taxonomy/taxonomy.tokens.inc
Implements hook_token_info().
template_preprocess_aggregator_feed_source in drupal-7.x/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-feed-source.tpl.php.
template_preprocess_search_result in drupal-7.x/modules/search/search.pages.inc
Process variables for search-result.tpl.php.
theme_feed_icon in drupal-7.x/includes/theme.inc
Returns HTML for a feed icon.
theme_more_help_link in drupal-7.x/includes/theme.inc
Returns HTML for a "more help" link.
theme_more_link in drupal-7.x/includes/theme.inc
Returns HTML for a "more" link, like those used in blocks.
theme_node_recent_block in drupal-7.x/modules/node/node.module
Returns HTML for a list of recent content.
theme_test_init in drupal-7.x/modules/simpletest/tests/theme_test.module
Implements hook_init().
UpdateFeedItemTestCase::testUpdateFeedItem in drupal-7.x/modules/aggregator/aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase::testUpdateFeed in drupal-7.x/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
user_tokens in drupal-7.x/modules/user/user.tokens.inc
Implements hook_tokens().
user_token_info in drupal-7.x/modules/user/user.tokens.inc
Implements hook_token_info().
_aggregator_parse_opml in drupal-7.x/modules/aggregator/aggregator.admin.inc
Parses an OPML file.
_batch_progress_page_js in drupal-7.x/includes/batch.inc
Outputs a batch processing page with JavaScript support.
_batch_progress_page_nojs in drupal-7.x/includes/batch.inc
Outputs a batch processing page without JavaScript support.
_profile_field_types in drupal-7.x/modules/profile/profile.module