teasers.css |
core/themes/basis/css/component/teasers.css |
Teasers styling. |
telemetry.admin.css |
core/modules/telemetry/css/telemetry.admin.css |
/**
* Telemetry report.
*/
.telemetry-report td {
vertical-align: top;
}
.telemetry-report .telemetry-item-label {
font-weight: bold;
}
.telemetry-report .telemetry-item-project {
font-size: 0.9em;
color: #444;
}
.telemetry-report… |
telemetry.admin.inc |
core/modules/telemetry/telemetry.admin.inc |
|
telemetry.api.php |
core/modules/telemetry/telemetry.api.php |
Hooks provided by the Telemetry module. |
telemetry.info |
core/modules/telemetry/telemetry.info |
name = Telemetry
description = Collects anonymous usage information to help improve Backdrop CMS and contributed modules.
package = System
version = BACKDROP_VERSION
type = module
backdrop = 1.x |
telemetry.install |
core/modules/telemetry/telemetry.install |
Install, update and uninstall functions for the Telemetry module. |
telemetry.module |
core/modules/telemetry/telemetry.module |
Collects usage information to help improve Backdrop CMS. |
telemetry.telemetry.inc |
core/modules/telemetry/telemetry.telemetry.inc |
Telemetry hook implementations. |
template.php |
core/themes/basis/template.php |
Basis preprocess functions and theme function overrides. |
template.php |
core/modules/simpletest/tests/themes/test_theme/template.php |
|
template.php |
core/themes/bartik/template.php |
Contains a theme's functions to manipulate or override the default markup. |
template.php |
core/themes/seven/template.php |
Preprocess functions and theme function overrides for the Seven theme. |
testing.info |
core/profiles/testing/testing.info |
name = Testing
description = Minimal profile for running tests. Includes absolutely required modules only.
version = BACKDROP_VERSION
backdrop = 1.x
type = profile
hidden = TRUE
dependencies[] = layout |
testing.install |
core/profiles/testing/testing.install |
Install, update and uninstall functions for the testing profile. |
testing.profile |
core/profiles/testing/testing.profile |
Installation profile for tests. |
test_basetheme.info |
core/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info |
name = Theme test base theme
description = Test theme which acts as a base theme for other test subthemes.
version = BACKDROP_VERSION
backdrop = 1.x
type = theme
hidden = TRUE
settings[basetheme_only] = base theme value
settings[subtheme_override] =… |
test_cacheable.entity.inc |
core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc |
Test entity classes. |
test_disable_cache.entity.inc |
core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc |
Test entity classes. |
test_multibundle.entity.inc |
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Test entity classes. |
test_subtheme.info |
core/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info |
name = Theme test subtheme
description = Test theme which uses test_basetheme as the base theme.
version = BACKDROP_VERSION
backdrop = 1.x
type = theme
base theme = test_basetheme
hidden = TRUE
settings[subtheme_override] = subtheme value |
test_theme.info |
core/modules/simpletest/tests/themes/test_theme/test_theme.info |
name = Test theme
description = Theme for testing the theme system
version = BACKDROP_VERSION
backdrop = 1.x
type = theme
hidden = TRUE
; Normally, themes may list CSS files like this, and if they exist in the theme
; folder, then they get added to… |
test_theme_config.info |
core/modules/simpletest/tests/themes/test_theme_config/test_theme_config.info |
name = Test theme config
description = Theme for testing the theme default configuration
version = BACKDROP_VERSION
backdrop = 1.x
type = theme
hidden = TRUE |
text.info |
core/modules/field/modules/text/text.info |
type = module
name = Text
description = Defines simple text field types.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = field
required = TRUE |
text.install |
core/modules/field/modules/text/text.install |
Install, update and uninstall functions for the text module. |
text.module |
core/modules/field/modules/text/text.module |
Defines simple text field types. |
text.test |
core/modules/field/modules/text/tests/text.test |
Tests for text.module. |
text.tests.info |
core/modules/field/modules/text/tests/text.tests.info |
[TextFieldTestCase]
name = Text field
description = Test the creation of text fields.
group = Field types
file = text.test
[TextSummaryTestCase]
name = Text summary
description = Test text_summary() with different strings and lengths.
group = Field… |
theme-settings.php |
core/modules/simpletest/tests/themes/test_theme_config/theme-settings.php |
Theme settings file for the test_theme_config theme. |
theme-settings.php |
core/themes/basis/theme-settings.php |
Theme settings file for Basis. |
theme-settings.php |
core/themes/bartik/theme-settings.php |
|
theme-settings.php |
core/modules/simpletest/tests/themes/test_theme/theme-settings.php |
|
theme.api.php |
core/modules/system/theme.api.php |
|
theme.inc |
core/includes/theme.inc |
The theme system, which controls the output of Backdrop. |
theme.maintenance.inc |
core/includes/theme.maintenance.inc |
Theme the maintenance pages. |
theme.test |
core/modules/simpletest/tests/theme.test |
Tests for the theme API. |
theme_test.info |
core/modules/simpletest/tests/theme_test.info |
name = "Theme test"
description = "Support module for theme system testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
theme_test.module |
core/modules/simpletest/tests/theme_test.module |
|
theme_test.template_test.tpl.php |
core/modules/simpletest/tests/theme_test.template_test.tpl.php |
|
theme_test.template_test.tpl.php |
core/modules/simpletest/tests/themes/test_theme/theme_test.template_test.tpl.php |
|
theme_test.theme.inc |
core/modules/simpletest/tests/theme_test.theme.inc |
Theme functions for the Theme Test module. |
theming-example-text-form.tpl.php |
modules/examples/theming_example/theming-example-text-form.tpl.php |
Template file for the theming example text form. |
theming_example.css |
modules/examples/theming_example/theming_example.css |
/*
* style the list
* for OL you can have
* decimal | lower-roman | upper-roman | lower-alpha | upper-alpha
* for UL you can have
* disc | circle | square or an image eg url(x.png)
* you can also have 'none'
*/
ol.theming-example-list… |
theming_example.info |
modules/examples/theming_example/theming_example.info |
name = Theming Example
description = An example module showing how to use theming.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
theming_example.module |
modules/examples/theming_example/theming_example.module |
Hook implementations for the Theming Example module. |
theming_example.test |
modules/examples/theming_example/tests/theming_example.test |
Simpletest case for theming_example module. |
theming_example.tests.info |
modules/examples/theming_example/tests/theming_example.tests.info |
[ThemingExampleTestCase]
name = Theming example functionality
description = Verify theming functionality.
group = Example modules
file = theming_example.test |
three-three-four-column.css |
core/layouts/legacy/three_three_four_column/three-three-four-column.css |
CSS for the three-three-four layout. |
three_three_four_column.info |
core/layouts/legacy/three_three_four_column/three_three_four_column.info |
name = 3/3/4 columns
version = BACKDROP_VERSION
type = layout
backdrop = 1.x
hidden = true
; Include file for special preprocessing of this layout's variables.
file = three_three_four_column.php
; Specify regions for this… |
three_three_four_column.php |
core/layouts/legacy/three_three_four_column/three_three_four_column.php |
PHP functions for the 3/3/4 column layout. |
token.css |
core/modules/system/css/token.css |
/* Normally we would use a mobile-first media query, but in this case we only
apply max-width on smaller screens. Max-width/max-height settings interfere
with jQuery UI dialog resizing, but on a small screen we'll just take up
all… |