simpletest.css |
core/modules/simpletest/css/simpletest.css |
Styles used in selecting tests and displaying results. |
simpletest.info |
core/modules/simpletest/simpletest.info |
type = module
name = Testing
description = Provides a framework for unit and functional testing.
package = Development
tags[] = Testing
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/config/development/testing/settings |
simpletest.install |
core/modules/simpletest/simpletest.install |
Install, update and uninstall functions for the simpletest module. |
simpletest.module |
core/modules/simpletest/simpletest.module |
Provides testing functionality. |
simpletest.pages.inc |
core/modules/simpletest/simpletest.pages.inc |
Page callbacks for simpletest module. |
simpletest.test |
core/modules/simpletest/tests/simpletest.test |
Tests for simpletest.module. |
simpletest.tests.info |
core/modules/simpletest/tests/simpletest.tests.info |
; This info file contains an enormous number of tests. They are ordered by:
; 1) The main SimpleTest tests from the simpletest.test file.
; 2) The list of all *.test files in the /tests directory, alphabetically.
; 3) Within each *.test file, matching… |
simpletest.theme.inc |
core/modules/simpletest/simpletest.theme.inc |
Theme functions for the Simpletest module. |
simpletest_example.info |
modules/examples/simpletest_example/simpletest_example.info |
name = SimpleTest Example
description = Provides the simpletest_example node type.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = simpletest |
simpletest_example.install |
modules/examples/simpletest_example/simpletest_example.install |
Install, update and uninstall functions for the simpletest_example module. |
simpletest_example.module |
modules/examples/simpletest_example/simpletest_example.module |
Hook implementations for the SimpleTest Example module. |
simpletest_example.test |
modules/examples/simpletest_example/tests/simpletest_example.test |
An example of simpletest tests. |
simpletest_example.tests.info |
modules/examples/simpletest_example/tests/simpletest_example.tests.info |
[SimpleTestExampleTestCase]
name = SimpleTest functional example
description = Ensure that the simpletest_example content type provided functions properly.
group = Example modules
file =… |
simpletest_example_test.info |
modules/examples/simpletest_example/tests/simpletest_example_test/simpletest_example_test.info |
name = "SimpleTest Example Mock Module"
description = "Mock module for the SimpleTest Example module."
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
hidden = TRUE
dependencies[] = simpletest_example |
simpletest_example_test.module |
modules/examples/simpletest_example/tests/simpletest_example_test/simpletest_example_test.module |
Implements simpletest_example_test module. |
sites.php |
sites/sites.php |
Configuration file for the Backdrop CMS multi-site feature. |
skin.css |
core/themes/basis/css/skin.css |
Colors and appearance styles. |
sm-core-css.css |
core/misc/smartmenus/css/sm-core-css.css |
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
You need this once per page no matter how many menu trees or different themes you… |
small-text-components.css |
core/themes/basis/css/component/small-text-components.css |
Small text components styling. |
sql-1.txt |
core/modules/simpletest/files/sql-1.txt |
SELECT invalid_field FROM {invalid_table} |
ssh.inc |
core/includes/filetransfer/ssh.inc |
|
standard.inc |
core/includes/standard.inc |
Provides a list of countries and languages based on web standards. |
standard.info |
core/profiles/standard/standard.info |
name = Standard
description = Install with commonly used features pre-configured.
version = BACKDROP_VERSION
backdrop = 1.x
type = profile
dependencies[] = node
dependencies[] = admin_bar
dependencies[] = block
dependencies[] =… |
standard.install |
core/profiles/standard/standard.install |
Install/uninstall and update functions for the standard installation profile. |
standard.profile |
core/profiles/standard/standard.profile |
Enables modules and site configuration for a standard site installation. |
standard.test |
core/modules/simpletest/tests/standard.test |
Tests for the Standard Installation Profile. |
stark.info |
core/themes/stark/stark.info |
name = Stark
description = This theme demonstrates Backdrop CMS's default HTML markup and CSS styles. To learn how to build your own theme and override Backdrop's default code, see the <a… |
stream_wrappers.inc |
core/includes/stream_wrappers.inc |
Backdrop stream wrapper interface. |
style.css |
core/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 |
core/themes/seven/css/style.css |
/**
* Blocks.
*/
.block {
width: 100%;
/* Clearfix */
content: "";
display: table;
clear: both;
}
/**
* Menus and lists.
*/
.block ul,
.item-list ul {
list-style-type: disc;
list-style-image: none;
margin: 0.25em 0… |
sutro.info |
core/layouts/sutro/sutro.info |
type = layout
name = Sutro
description = Includes a header, top, content, two halves, bottom, and footer. This is the default template for the Dashboard layout.
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this… |
syslog.info |
core/modules/syslog/syslog.info |
type = module
name = System Logging
description = Logs and records system events to syslog.
package = Development
tags[] = Logging
tags[] = System
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/config/development/logging |
syslog.module |
core/modules/syslog/syslog.module |
Redirects logging messages to syslog. |
syslog.test |
core/modules/syslog/tests/syslog.test |
Tests for syslog.module. |
syslog.tests.info |
core/modules/syslog/tests/syslog.tests.info |
[SyslogTestCase]
name = Syslog functionality
description = Test syslog settings.
group = Syslog
file = syslog.test |
system.admin.css |
core/modules/system/css/system.admin.css |
Styles for administration pages. |
system.admin.inc |
core/modules/system/system.admin.inc |
Admin page callbacks for the System module. |
system.api.php |
core/modules/system/system.api.php |
Hooks provided by Backdrop core and the System module. |
system.archiver.inc |
core/modules/system/system.archiver.inc |
Archiver implementations provided by the system module. |
system.css |
core/modules/simpletest/tests/system.css |
/**
* This file is for testing CSS file override in
* CascadingStylesheetsTestCase::testRenderOverride().
* No contents are necessary.
*/ |
system.css |
core/modules/system/css/system.css |
Generic theme-independent base styles. |
system.info |
core/modules/system/system.info |
type = module
name = System
description = Handles general site configuration for administrators.
package = System
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE
configure = admin/config/system |
system.install |
core/modules/system/system.install |
Install, update and uninstall functions for the system module. |
system.mail.inc |
core/modules/system/system.mail.inc |
Backdrop core implementations of MailSystemInterface. |
system.maintenance.css |
core/modules/system/css/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.menu.inc |
core/modules/system/system.menu.inc |
Menu block configuration form and display. |
system.module |
core/modules/system/system.module |
Configuration system that lets administrators modify the workings of the site. |
system.pages.inc |
core/modules/system/system.pages.inc |
System module non-administrative page callbacks. |
system.queue.inc |
core/modules/system/system.queue.inc |
Queue functionality. |
system.tar.inc |
core/modules/system/system.tar.inc |
|