178 calls to drupal_get_path()

AggregatorTestBase::getAtomSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
AggregatorTestBase::getHtmlEntitiesSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
AggregatorTestBase::getRSS091Sample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
aggregator_test_feed in drupal/core/modules/aggregator/tests/aggregator_test.module
Page callback. Generates a test feed and simulates last-modified and etags.
ajax_forms_test_lazy_load_form_submit in drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Form submit handler: Adds JavaScript and CSS that wasn't on the original form.
ajax_test_system_theme_info in drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module
Implements hook_system_theme_info().
BareMinimalUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
BareStandardUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
bartik_preprocess_maintenance_page in drupal/core/themes/bartik/template.php
Implements hook_preprocess_HOOK() for maintenance-page.tpl.php.
BlockUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
block_admin_demo in drupal/core/modules/block/block.admin.inc
Page callback: Attaches CSS for the block region demo.
block_admin_display_form in drupal/core/modules/block/block.admin.inc
Form constructor for the main block administration form.
block_test_system_theme_info in drupal/core/modules/block/tests/block_test.module
Implements hook_system_theme_info().
book_form_node_form_alter in drupal/core/modules/book/book.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
breakpoint_theme_test_system_theme_info in drupal/core/modules/breakpoint/tests/breakpoint_theme_test.module
Implements hook_system_theme_info().
CacheTest::testHeaderStorage in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CascadingStylesheetsTest::testAddCssFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests that CSS query string remains intact when added to file.
CascadingStylesheetsTest::testAddFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests adding a file stylesheet.
CascadingStylesheetsTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests Locale module's CSS Alter to include RTL overrides.
CascadingStylesheetsTest::testRenderFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering the stylesheets.
CascadingStylesheetsTest::testRenderOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests CSS ordering.
CascadingStylesheetsTest::testRenderOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests CSS override.
CascadingStylesheetsUnitTest::testLoadCssBasic in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php
Tests CSS loading via drupal_load_stylesheet().
color_get_info in drupal/core/modules/color/color.module
Retrieves the Color module information for a particular theme.
color_scheme_form in drupal/core/modules/color/color.module
Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit in drupal/core/modules/color/color.module
Form submission handler for color_scheme_form().
common_test_js_and_css_querystring in drupal/core/modules/system/tests/modules/common_test/common_test.module
Adds a JavaScript file and a CSS file with a query string appended.
config_install_default_config in drupal/core/includes/config.inc
Installs the default configuration of a given extension.
contextual_library_info in drupal/core/modules/contextual/contextual.module
Implements hook_library_info().
dblog_init in drupal/core/modules/dblog/dblog.module
Implements hook_init().
design_test_menu in drupal/core/modules/system/tests/modules/design_test/design_test.module
Implements hook_menu().
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
drupal_install_system in drupal/core/includes/install.inc
Installs the system module.
ErrorHandlerTest::testErrorHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the error handler.
ErrorHandlerTest::testExceptionHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the exception handler.
file_element_info in drupal/core/modules/file/file.module
Implements hook_element_info().
file_library_info in drupal/core/modules/file/file.module
Implements hook_library_info().
FilledMinimalUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
FilledStandardUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
FilterUnitTest::testUrlFilterContent in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Tests URL filter on longer content.
filter_library_info in drupal/core/modules/filter/filter.module
Implements hook_library_info().
filter_process_format in drupal/core/modules/filter/filter.module
Expands an element into a base element with text format selector attached.
form_test_menu in drupal/core/modules/system/tests/modules/form_test/form_test.module
Implements hook_menu().
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are returned on an Ajax request.
HelpTest::testHelp in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Logs in users, creates dblog events, and tests dblog functionality.
help_main in drupal/core/modules/help/help.admin.inc
Page callback: Prints a page listing a glossary of Drupal terminology.
hook_init in drupal/core/modules/system/system.api.php
Perform setup tasks for non-cached page requests.
hook_js_alter in drupal/core/modules/system/system.api.php
Perform necessary alterations to the JavaScript before it is presented on the page.
hook_language_negotiation_info in drupal/core/modules/system/language.api.php
Define language negotiation methods.
hook_overlay_child_initialize in drupal/core/modules/overlay/overlay.api.php
Allow modules to act when an overlay child window is initialized.
hook_overlay_parent_initialize in drupal/core/modules/overlay/overlay.api.php
Allow modules to act when an overlay parent window is initialized.
hook_system_theme_info in drupal/core/modules/system/system.api.php
Return additional themes provided by modules.
ImageUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
image_field_widget_process in drupal/core/modules/image/image.field.inc
An element #process callback for the image_image field type.
InstallerLanguageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/InstallerLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
InstallStorage::getFilePath in drupal/core/lib/Drupal/Core/Config/InstallStorage.php
Overrides Drupal\Core\Config\FileStorage::getFilePath().
install_import_translations in drupal/core/includes/install.core.inc
Imports languages via a batch process during installation.
install_import_translations_remaining in drupal/core/includes/install.core.inc
Finishes importing files at end of installation.
install_profile_info in drupal/core/includes/install.inc
Retrieves information about an installation profile from its .info file.
JavaScriptTest::testAddJsFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript files that have querystrings attached get added right.
JavaScriptTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests altering a JavaScript's weight via hook_js_alter().
LanguageUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
language_language_negotiation_info in drupal/core/modules/language/language.module
Implements hook_language_negotiation_info().
language_negotiation_include in drupal/core/modules/language/language.module
Include negotiation backend functionality.
language_test_language_negotiation_info in drupal/core/modules/language/tests/language_test.module
Implements hook_language_negotiation_info().
Layout::getDerivativeDefinitions in drupal/core/modules/layout/lib/Drupal/layout/Plugin/Derivative/Layout.php
Implements DerivativeInterface::getDerivativeDefinitions().
LayoutDerivativesTest::testPageLayout in drupal/core/modules/layout/lib/Drupal/layout/Tests/LayoutDerivativesTest.php
Test layout functionality as applies to pages.
layout_page_view in drupal/core/modules/layout/layout.admin.inc
Page callback: Demonstrates a layout template.
layout_test_system_theme_info in drupal/core/modules/layout/tests/layout_test.module
Implements hook_system_theme_info().
LocaleExportTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleFileImportStatus::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleJavascriptTranslation::testFileParsing in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php
locale_form_language_admin_add_form_alter_submit in drupal/core/modules/locale/locale.module
Form submission handler for language_admin_add_form().
locale_system_update in drupal/core/modules/locale/locale.module
Imports translations when new modules or themes are installed.
locale_translate_batch_build in drupal/core/modules/locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
locale_translate_filter_form in drupal/core/modules/locale/locale.pages.inc
Return form for locale translation filters.
locale_translation_batch_status_build in drupal/core/modules/locale/locale.batch.inc
Build a batch to get the status of remote and local translation files.
menu_overview_form in drupal/core/modules/menu/menu.admin.inc
Form for editing an entire menu tree at once.
menu_test_menu in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu().
Module::canUpdate in drupal/core/lib/Drupal/Core/Updater/Module.php
Determines whether this class can update the specified project.
Module::getInstallDirectory in drupal/core/lib/Drupal/Core/Updater/Module.php
Returns the directory where a module should be installed.
Module::isInstalled in drupal/core/lib/Drupal/Core/Updater/Module.php
Implements Drupal\Core\Updater\UpdaterInterface::isInstalled().
ModuleApiTest::testModuleList in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
The basic functionality of module_list().
ModulesDisabledUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
ModuleTestBase::assertModuleConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
module_load_include in drupal/core/includes/module.inc
Loads a module include file.
NodeFormController::form in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
node_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
node_mass_update in drupal/core/modules/node/node.admin.inc
Updates all nodes in the passed-in array with the passed-in field values.
node_revision_overview in drupal/core/modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
openid_user_identities in drupal/core/modules/openid/openid.pages.inc
Menu callback; Manage OpenID identities for the specified user.
overlay_library_info in drupal/core/modules/overlay/overlay.module
Implements hook_library_info().
ParseInfoFileUnitTest::testParseInfoFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php
Parses an example .info file and verifies the results.
php_eval in drupal/core/modules/php/php.module
Evaluates a string of PHP code.
PluginManager::processDefinition in drupal/core/modules/views/lib/Drupal/views/Plugin/Type/PluginManager.php
Overrides Drupal\Component\Plugin\PluginManagerBase::processDefinition().
poll_form in drupal/core/modules/poll/poll.module
Implements hook_form().
RenderTest::testDrupalRenderChildrenAttached in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests #attached functionality in children elements.
RouteBuilder::rebuild in drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php
Rebuilds the route info and dumps to dumper.
ScanDirectoryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Sets up a Drupal site for running functional and integration tests.
ScanDirectoryTest::testOptionRecurse in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the recurse option decends into subdirectories.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
seven_css_alter in drupal/core/themes/seven/template.php
Implements hook_css_alter().
seven_tablesort_indicator in drupal/core/themes/seven/template.php
Overrides theme_tablesort_indicator().
shortcut_preprocess_page in drupal/core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page.tpl.php.
shortcut_toolbar in drupal/core/modules/shortcut/shortcut.module
Implements hook_toolbar().
SimpleTestTest::testUserAgentValidation in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test validation of the User-Agent header we use to perform test requests.
simpletest_js_alter in drupal/core/modules/simpletest/simpletest.module
Implements hook_js_alter().
simpletest_result_form in drupal/core/modules/simpletest/simpletest.pages.inc
Test results form for $test_id.
simpletest_run_tests in drupal/core/modules/simpletest/simpletest.module
Actually runs tests.
st in drupal/core/includes/install.inc
Translates a string when some systems are not available.
StateSystemUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/StateSystemUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
StatisticsAdminTest::testDeleteNode in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testExpiredLogs in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsLoggingTest::testLogging in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php
Verifies request logging for cached and uncached pages.
StatisticsReportsTest::testPopularContentBlock in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
statistics_node_view in drupal/core/modules/statistics/statistics.module
Implements hook_node_view().
SystemListingInfo::profiles in drupal/core/lib/Drupal/Core/SystemListingInfo.php
Overrides Drupal\Core\SystemListing::profiles().
SystemUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/SystemUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
system_image_toolkits in drupal/core/modules/system/system.module
Implements hook_image_toolkits().
system_init in drupal/core/modules/system/system.module
Implements hook_init().
system_modules_uninstall_confirm_form in drupal/core/modules/system/system.admin.inc
Confirm uninstall of selected modules.
system_test_authorize_init_page in drupal/core/modules/system/tests/modules/system_test/system_test.module
Page callback to initialize authorize.php during testing.
system_theme_settings in drupal/core/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
TermRenderController::alterBuild in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermRenderController.php
Specific per-entity building.
TextareaWithSummaryWidget::formElement in drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/widget/TextareaWithSummaryWidget.php
Overrides TextareaWidget::formElement().
Theme::canUpdate in drupal/core/lib/Drupal/Core/Updater/Theme.php
Determines whether this class can update the specified project.
Theme::getInstallDirectory in drupal/core/lib/Drupal/Core/Updater/Theme.php
Returns the directory where a theme should be installed.
Theme::isInstalled in drupal/core/lib/Drupal/Core/Updater/Theme.php
Implements Drupal\Core\Updater\UpdaterInterface::isInstalled().
ThemeTest::testFindThemeTemplates in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Tests drupal_find_theme_templates().
ThemeTestTwig::testFindThemeTemplates in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestTwig.php
Tests drupal_find_theme_templates
theme_color_scheme_form in drupal/core/modules/color/color.module
Returns HTML for a theme's color form.
theme_page_test_system_theme_info in drupal/core/modules/system/tests/modules/theme_page_test/theme_page_test.module
Implements hook_system_theme_info().
theme_test_system_theme_info in drupal/core/modules/system/tests/modules/theme_test/theme_test.module
Implements hook_system_theme_info().
theme_update_report in drupal/core/modules/update/update.report.inc
Returns HTML for the project status report.
toolbar_library_info in drupal/core/modules/toolbar/toolbar.module
Implements hook_library_info().
ToolkitGdTest::testManipulations in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
translation_entity_translatable_form_submit in drupal/core/modules/translation_entity/translation_entity.admin.inc
Form submission handler for translation_entity_translatable_form().
UpdateUploadTest::testUploadModule in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php
Tests upload and extraction of a module.
update_access_allowed in drupal/core/update.php
Determines if the current user is allowed to run update.php.
update_authorize_run_install in drupal/core/modules/update/update.authorize.inc
Installs a new project when invoked by authorize.php.
update_authorize_run_update in drupal/core/modules/update/update.authorize.inc
Updates existing projects when invoked by authorize.php.
update_manager_install_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_install_form().
update_manager_update_form in drupal/core/modules/update/update.manager.inc
Form constructor for the update form of the Update Manager module.
update_manager_update_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_update_form().
update_manager_update_ready_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_update_ready_form().
update_manual_status in drupal/core/modules/update/update.fetch.inc
Page callback: Checks for updates and displays the update status report.
update_test_mock_page in drupal/core/modules/update/tests/modules/update_test/update_test.module
Page callback: Prints mock XML for the Update Manager module.
update_test_system_theme_info in drupal/core/modules/update/tests/modules/update_test/update_test.module
Implements hook_system_theme_info().
update_variables_to_config in drupal/core/includes/update.inc
Updates config with values set on Drupal 7.x
UserPictureUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
UserRoleUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
user_menu in drupal/core/modules/user/user.module
Implements hook_menu().
UuidUpgradePathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
ViewAddFormController::form in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewAddFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
ViewExecutable::__construct in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Constructs a new ViewExecutable object.
ViewFormControllerBase::getAdminCSS in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php
Creates an array of Views admin CSS for adding or attaching.
views_ajax_form_wrapper in drupal/core/modules/views/includes/ajax.inc
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
views_library_info in drupal/core/modules/views/views.module
Implements hook_library_info().
views_preprocess_html in drupal/core/modules/views/views.module
Implements MODULE_preprocess_HOOK().
views_test_data_views_pre_render in drupal/core/modules/views/tests/views_test_data/views_test_data.module
Implements hook_views_pre_render().
views_theme in drupal/core/modules/views/views.module
Implement hook_theme(). Register views theming functions.
views_ui_theme in drupal/core/modules/views/views_ui/views_ui.module
Implements hook_theme().
ViewTestData::importTestViews in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php
Imports test views from config.
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.
_aggregator_get_variables in drupal/core/modules/aggregator/aggregator.module
Gets the fetcher, parser, and processors.
_batch_test_batch_0 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 0: Does nothing.
_batch_test_batch_1 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 1: Repeats a simple operation.
_batch_test_batch_2 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 2: Performs a single multistep operation.
_batch_test_batch_3 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 3: Performs both single and multistep operations.
_batch_test_batch_4 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 4: Performs a batch within a batch.
_batch_test_batch_5 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch 5: Repeats a simple operation.
_drupal_maintenance_theme in drupal/core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_menu_router_build in drupal/core/includes/menu.inc
Builds the router table based on the data from hook_menu().
_theme_build_registry in drupal/core/includes/theme.inc
Build the theme registry cache.