color.tests.info |
core/modules/color/tests/color.tests.info |
[ColorTestCase]
name = Color functionality
description = Modify the Bartik theme colors and make sure the changes are reflected on the frontend.
group = Color
file = color.test |
color.test |
core/modules/color/tests/color.test |
Tests for color module. |
color.test |
core/modules/simpletest/tests/color.test |
Tests color conversion functions. |
color.module |
core/modules/color/color.module |
Allows users to change the color scheme of themes. |
color.legacy.inc |
core/modules/color/color.legacy.inc |
Contains support for legacy Bartik Blue Lagoon colors. |
color.install |
core/modules/color/color.install |
Install, update and uninstall functions for the color module. |
color.info |
core/modules/color/color.info |
type = module
name = Color
description = Allows administrators to change the color scheme of compatible themes.
package = Appearance
tags[] = Theme Enhancements
version = BACKDROP_VERSION
backdrop = 1.x |
color.inc |
core/themes/bartik/color/color.inc |
|
color.inc |
core/includes/color.inc |
|
color.inc |
core/themes/basis/color/color.inc |
|
color.admin.css |
core/modules/color/css/color.admin.css |
Stylesheet for the administration pages of the Color module. |
ckeditor_rtl.test |
core/modules/ckeditor/tests/ckeditor_rtl.test |
Tests for ckeditor.module. |
ckeditor.theme.inc |
core/modules/ckeditor/ckeditor.theme.inc |
Theme functions for CKEditor module. |
ckeditor.tests.info |
core/modules/ckeditor/tests/ckeditor.tests.info |
[CKEditorTestCase]
name = CKEditor
description = Check the functionality of CKEditor module.
group = CKEditor
file = ckeditor.test
[CKEditorRtlTestCase]
name = CKEditor RTL
description = Check the functionality of CKEditor with right-to-left… |
ckeditor.test |
core/modules/ckeditor/tests/ckeditor.test |
Tests for ckeditor.module. |
ckeditor.pages.inc |
core/modules/ckeditor/ckeditor.pages.inc |
Menu callbacks for CKEditor module. |
ckeditor.module |
core/modules/ckeditor/ckeditor.module |
Provides integration with the CKEditor WYSIWYG editor. |
ckeditor.install |
core/modules/ckeditor/ckeditor.install |
Install, update and uninstall functions for CKEditor module. |
ckeditor.info |
core/modules/ckeditor/ckeditor.info |
type = module
name = CKEditor
description = WYSIWYG editing for rich text fields using CKEditor.
package = User Interface
tags[] = Filters
tags[] = Formats
tags[] = Text Editors
version = BACKDROP_VERSION
backdrop = 1.x
configure =… |
ckeditor.css |
core/modules/ckeditor/css/ckeditor.css |
/**
* CSS needed when displaying a CKEditor instance.
*/
.ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}
.ckeditor-dialog-loading-link {
border-radius: 0 0 5px 5px;
border: 1px solid #B6B6B6;
… |
ckeditor.api.php |
core/modules/ckeditor/ckeditor.api.php |
Documentation for CKEditor module APIs. |
ckeditor.admin.inc |
core/modules/ckeditor/ckeditor.admin.inc |
Admin page callbacks for the CKEditor module. |
ckeditor.admin.css |
core/modules/ckeditor/css/ckeditor.admin.css |
Styles for configuration of CKEditor module. |
ckeditor-iframe.css |
core/modules/ckeditor/css/ckeditor-iframe.css |
/**
* CSS added to iframe-based instances only.
*/
body {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #222;
background-color: #fff;
margin: 8px;
}
ol, ul, dl {
/* IE7: reset rtl list margin. (CKEditor issue #7334)… |
ckeditor-caption.css |
core/modules/ckeditor/css/ckeditor-caption.css |
Caption: default styling for displaying image captions. |
charset_converter.inc |
core/includes/database/charset_converter.inc |
|
ccc_update_test.module |
core/modules/update/tests/ccc_update_test/ccc_update_test.module |
Dummy module for testing Update status. |
ccc_update_test.info |
core/modules/update/tests/ccc_update_test/ccc_update_test.info |
name = CCC Update test
description = Support module for update module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
ccc_installer_test.module |
core/modules/installer/tests/ccc_installer_test/ccc_installer_test.module |
Dummy module for testing Installer module. |
ccc_installer_test.info |
core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info |
name = CCC Installer test
description = Support module for installer module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
cards.css |
core/themes/basis/css/component/cards.css |
Card listing view on the default home page. |
caption.css |
core/themes/basis/css/component/caption.css |
Caption styles. |
cache_example.tests.info |
modules/examples/cache_example/cache_example.tests.info |
[CacheExampleTestCase]
name = Cache example functionality
description = Tests cache functionality.
group = Example modules
file = cache_example.test |
cache_example.test |
modules/examples/cache_example/cache_example.test |
Test case for testing the cache example module. |
cache_example.module |
modules/examples/cache_example/cache_example.module |
Outlines how a module can use the Cache API. |
cache_example.info |
modules/examples/cache_example/cache_example.info |
name = Cache Example
description = An example outlining how to use Cache API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
cache.test |
core/modules/simpletest/tests/cache.test |
|
cache.inc |
core/includes/cache.inc |
Functions and interfaces for cache handling. |
cache.inc |
core/modules/views/includes/cache.inc |
Load Views' data so that it knows what is available to build queries from. |
cache-install.inc |
core/includes/cache-install.inc |
Provides a stub cache implementation to be used during installation. |
breadcrumb.css |
core/themes/basis/css/component/breadcrumb.css |
Breadcrumb styles. |
boxton.info |
core/layouts/boxton/boxton.info |
type = layout
name = Boxton
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[content] = Content
regions[bottom] = Bottom
regions[footer] = Footer
;… |
boot_test_2.module |
core/modules/simpletest/tests/boot_test_2.module |
Defines a hook_config_info() implementation in a non-"bootstrap" module. |
boot_test_2.info |
core/modules/simpletest/tests/boot_test_2.info |
type = module
name = Early bootstrap tests
description = A support module for hook_boot hook testing.
backdrop = 1.x
package = Testing
version = VERSION
hidden = TRUE |
boot_test_1.module |
core/modules/simpletest/tests/boot_test_1.module |
Tests calling module_implements() during hook_boot() invocation. |
boot_test_1.info |
core/modules/simpletest/tests/boot_test_1.info |
type = module
name = Early bootstrap tests
description = A support module for hook_boot testing.
backdrop = 1.x
package = Testing
version = VERSION
hidden = TRUE |
bootstrap.test |
core/modules/simpletest/tests/bootstrap.test |
|
bootstrap.inc |
core/includes/bootstrap.inc |
Functions that need to be loaded on every Backdrop request. |
bootstrap.classes.inc |
core/includes/bootstrap.classes.inc |
|
boot.test |
core/modules/simpletest/tests/boot.test |
|