13 calls to request_uri()
- DBLogTestCase::generateLogEntries in drupal-7.x/
modules/ dblog/ dblog.test - Generates a number of random database log events.
- DBLogTestCase::testDBLogAddAndClear in drupal-7.x/
modules/ dblog/ dblog.test - Tests the addition and clearing of log events through the admin interface.
- drupal_deliver_html_page in drupal-7.x/
includes/ common.inc - Packages and sends the result of a page callback to the browser as HTML.
- drupal_fast_404 in drupal-7.x/
includes/ bootstrap.inc - Returns a simple 404 Not Found page.
- drupal_page_get_cache in drupal-7.x/
includes/ bootstrap.inc - Retrieves the current page from the cache.
- drupal_page_set_cache in drupal-7.x/
includes/ common.inc - Stores the current page in the cache.
- drupal_render_cid_parts in drupal-7.x/
includes/ common.inc - Returns cache ID parts for building a cache ID.
- locale in drupal-7.x/
modules/ locale/ locale.module - Provides interface translation services.
- openid_verify_assertion_return_url in drupal-7.x/
modules/ openid/ openid.module - Verify that openid.return_to matches the current URL.
- system_clean_url_settings in drupal-7.x/
modules/ system/ system.admin.inc - Form builder; Configure clean URL settings.
- system_element_info in drupal-7.x/
modules/ system/ system.module - Implements hook_element_info().
- watchdog in drupal-7.x/
includes/ bootstrap.inc - Logs a system message.
- watchdog_skip_semaphore in drupal-7.x/
modules/ simpletest/ tests/ actions_loop_test.module - Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.