13 uses of DRUPAL_BOOTSTRAP_FULL

ajax_footer in drupal-7.x/includes/ajax.inc
Performs end-of-Ajax-request tasks.
cron.php in drupal-7.x/cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
drupal_bootstrap in drupal-7.x/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_exit in drupal-7.x/includes/common.inc
Performs end-of-request tasks.
drupal_get_complete_schema in drupal-7.x/includes/bootstrap.inc
Gets the whole database schema.
http.php in drupal-7.x/modules/simpletest/tests/http.php
Fake an HTTP request, for use during testing.
https.php in drupal-7.x/modules/simpletest/tests/https.php
Fake an HTTPS request, for use during testing.
index.php in drupal-7.x/index.php
The PHP page that serves all page requests on a Drupal installation.
install_bootstrap_full in drupal-7.x/includes/install.core.inc
Performs a full bootstrap of Drupal during installation.
module_hook_info in drupal-7.x/includes/module.inc
Retrieves a list of hooks that are declared through hook_hook_info().
update.php in drupal-7.x/update.php
Administrative page for handling updates from one Drupal version to another.
xmlrpc.php in drupal-7.x/xmlrpc.php
PHP page for handling incoming XML-RPC requests from clients.
_drupal_log_error in drupal-7.x/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.