Files

Primary tabs

File namesort descending Location Namespace Description
statistics.test drupal/modules/statistics/statistics.test Tests for the Statistics module.
statistics.tokens.inc drupal/modules/statistics/statistics.tokens.inc Builds placeholder replacement tokens for node visitor statistics.
stream_wrappers.inc drupal/includes/stream_wrappers.inc Drupal stream wrapper interface.
style-rtl.css drupal/themes/bartik/css/style-rtl.css /* ------------------ Reset Styles ------------------ */ caption, th, td { text-align: right; } blockquote { border-left: none; border-right: 4px solid #afafaf; } blockquote:before { content: "\201D"; } blockquote:after { content:…
style-rtl.css drupal/themes/seven/style-rtl.css /** * Generic elements. */ dl dd, dl dl { margin-right: 20px; } ul, .block ul, .item-list ul { margin: 0.25em 1.5em 0.25em 0; } ol { margin: 0.25em 2em 0.25em 0; } /** * Skip link. */ #skip-link { right: 50%; margin-right:…
style-rtl.css drupal/themes/garland/style-rtl.css html { direction: rtl; } /** * Generic elements */ body { direction: rtl; } ul, .block ul, ol { padding: 0 1.5em 0 0; } ul.menu, .item-list ul { margin: 0.35em -0.5em 0 0; } ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin:…
style.css drupal/themes/bartik/css/style.css /* ---------- Overall Specifications ---------- */ body { line-height: 1.5; font-size: 87.5%; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0; } a:link, a:visited { text-decoration:…
style.css drupal/themes/seven/style.css /** * Generic elements. */ body { color: #000; background: #fff; font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif; } a { color: #0074BD; text-decoration: none; } a:hover { text-decoration:…
style.css drupal/themes/garland/style.css /** * Generic elements */ body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } input { font: 1em/100% Verdana, sans-serif; color: #494949; } textarea, select { font: 1em/160%…
syslog.info drupal/modules/syslog/syslog.info name = Syslog description = Logs and records system events to syslog. package = Core version = VERSION core = 7.x files[] = syslog.test configure = admin/config/development/logging
syslog.install drupal/modules/syslog/syslog.install Install, update and uninstall functions for the syslog module.
syslog.module drupal/modules/syslog/syslog.module
syslog.test drupal/modules/syslog/syslog.test Tests for syslog.module.
system.admin-rtl.css drupal/modules/system/system.admin-rtl.css RTL styles for administration pages.
system.admin.css drupal/modules/system/system.admin.css Styles for administration pages.
system.admin.inc drupal/modules/system/system.admin.inc Admin page callbacks for the system module.
system.api.php drupal/modules/system/system.api.php Hooks provided by Drupal core and the System module.
system.archiver.inc drupal/modules/system/system.archiver.inc Archiver implementations provided by the system module.
system.base-rtl.css drupal/modules/system/system.base-rtl.css Generic theme-independent base styles.
system.base.css drupal/modules/simpletest/tests/system.base.css /** * This file is for testing CSS file override in * CascadingStylesheetsTestCase::testRenderOverride(). * No contents are necessary. */
system.base.css drupal/modules/system/system.base.css Generic theme-independent base styles.
system.info drupal/modules/system/system.info name = System description = Handles general site configuration for administrators. package = Core version = VERSION core = 7.x files[] = system.archiver.inc files[] = system.mail.inc files[] = system.queue.inc files[] = system.tar.inc files[] =…
system.install drupal/modules/system/system.install Install, update and uninstall functions for the system module.
system.mail.inc drupal/modules/system/system.mail.inc Drupal core implementations of MailSystemInterface.
system.maintenance.css drupal/modules/system/system.maintenance.css /** * Update styles */ #update-results { margin-top: 3em; padding: 0.25em; border: 1px solid #ccc; background: #eee; font-size: smaller; } #update-results h2 { margin-top: 0.25em; } #update-results h4 { margin-bottom:…
system.menus-rtl.css drupal/modules/system/system.menus-rtl.css RTL styles for menus and navigation markup.
system.menus.css drupal/modules/system/system.menus.css Styles for menus and navigation markup.
system.messages-rtl.css drupal/modules/system/system.messages-rtl.css RTL Styles for system messages.
system.messages.css drupal/modules/system/system.messages.css Styles for system messages.
system.module drupal/modules/system/system.module Configuration system that lets administrators modify the workings of the site.
system.queue.inc drupal/modules/system/system.queue.inc Queue functionality.
system.tar.inc drupal/modules/system/system.tar.inc
system.test drupal/modules/system/system.test Tests for system.module.
system.theme-rtl.css drupal/modules/system/system.theme-rtl.css RTL styles for common markup.
system.theme.css drupal/modules/system/system.theme.css Basic styling for common markup.
system.tokens.inc drupal/modules/system/system.tokens.inc Builds placeholder replacement tokens system-wide data.
system.updater.inc drupal/modules/system/system.updater.inc Subclasses of the Updater class to update Drupal core knows how to update. At this time, only modules and themes are supported.
system_cron_test.info drupal/modules/system/tests/system_cron_test.info name = System Cron Test description = 'Support module for testing the system_cron().' package = Testing version = VERSION core = 7.x hidden = TRUE
system_cron_test.module drupal/modules/system/tests/system_cron_test.module Helper module for CronRunTestCase::testCronCacheExpiration().
system_dependencies_test.info drupal/modules/simpletest/tests/system_dependencies_test.info name = "System dependency test" description = "Support module for testing system dependencies." package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] = _missing_dependency
system_dependencies_test.module drupal/modules/simpletest/tests/system_dependencies_test.module
system_incompatible_core_version_dependencies_test.info drupal/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info name = "System incompatible core version dependencies test" description = "Support module for testing system dependencies." package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] =…
system_incompatible_core_version_dependencies_test.module drupal/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module
system_incompatible_core_version_test.info drupal/modules/simpletest/tests/system_incompatible_core_version_test.info name = "System incompatible core version test" description = "Support module for testing system dependencies." package = Testing version = VERSION core = 5.x hidden = TRUE
system_incompatible_core_version_test.module drupal/modules/simpletest/tests/system_incompatible_core_version_test.module
system_incompatible_module_version_dependencies_test.info drupal/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info name = "System incompatible module version dependencies test" description = "Support module for testing system dependencies." package = Testing version = VERSION core = 7.x hidden = TRUE ; system_incompatible_module_version_test…
system_incompatible_module_version_dependencies_test.module drupal/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module
system_incompatible_module_version_test.info drupal/modules/simpletest/tests/system_incompatible_module_version_test.info name = "System incompatible module version test" description = "Support module for testing system dependencies." package = Testing version = 1.0 core = 7.x hidden = TRUE
system_incompatible_module_version_test.module drupal/modules/simpletest/tests/system_incompatible_module_version_test.module
system_project_namespace_test.info drupal/modules/simpletest/tests/system_project_namespace_test.info name = "System project namespace test" description = "Support module for testing project namespace dependencies." package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] = drupal:filter

Pages

Other projects