book.tests.info |
modules/book/tests/book.tests.info |
|
[BookTestCase]
name = Book functionality
description = Create a book, add pages, and test book interface.
group = Book
file = book.test |
book.theme.css |
modules/book/css/book.theme.css |
|
Styling for the book module. |
book.theme.inc |
modules/book/book.theme.inc |
|
Theme functions for the Book module. |
book.tokens.inc |
modules/book/book.tokens.inc |
|
Builds placeholder replacement tokens for book-related data. |
book.views.inc |
modules/book/views/book.views.inc |
|
Provide views data and handlers for book.module. |
bootstrap.classes.inc |
includes/bootstrap.classes.inc |
|
|
bootstrap.inc |
includes/bootstrap.inc |
|
Functions that need to be loaded on every Backdrop request. |
bootstrap.test |
modules/simpletest/tests/bootstrap.test |
|
|
boot.test |
modules/simpletest/tests/boot.test |
|
|
boot_test_1.info |
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 |
boot_test_1.module |
modules/simpletest/tests/boot_test_1.module |
|
Tests calling module_implements() during hook_boot() invocation. |
boot_test_2.info |
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_2.module |
modules/simpletest/tests/boot_test_2.module |
|
Defines a hook_config_info() implementation in a non-"bootstrap" module. |
boxton.info |
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
;… |
breadcrumb.css |
themes/basis/css/component/breadcrumb.css |
|
Breadcrumb styles. |
cache_database.inc |
drivers/cache_database/cache_database.inc |
|
|
cache_database.info |
drivers/cache_database/cache_database.info |
|
name = Cache Database
description = Support cache bins stored in the database
version = BACKDROP_VERSION
type = driver
backdrop = 1.x
cache_backend[BackdropDatabaseCache] = cache_database.inc |
cache.inc |
modules/views/includes/cache.inc |
|
Load Views' data so that it knows what is available to build queries from. |
cache.inc |
includes/cache.inc |
|
Functions and interfaces for cache handling. |
cache-install.inc |
includes/cache-install.inc |
|
Provides a stub cache implementation to be used during installation. |
cache_null.inc |
drivers/cache_null/cache_null.inc |
|
|
cache_null.info |
drivers/cache_null/cache_null.info |
|
name = NULL Cache
description = A dummy cache implementation
version = BACKDROP_VERSION
type = driver
backdrop = 1.x
cache_backend[BackdropNullCache] = cache_null.inc |
cache.test |
modules/simpletest/tests/cache.test |
|
|
caption.css |
themes/basis/css/component/caption.css |
|
Caption styles. |
ccc_installer_test.info |
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 |
ccc_installer_test.module |
modules/installer/tests/ccc_installer_test/ccc_installer_test.module |
|
Dummy module for testing Installer module. |
ccc_update_test.info |
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_update_test.module |
modules/update/tests/ccc_update_test/ccc_update_test.module |
|
Dummy module for testing Update status. |
charset_converter.inc |
includes/database/charset_converter.inc |
|
|
ckeditor.admin.css |
modules/ckeditor/css/ckeditor.admin.css |
|
Styles for configuration of CKEditor module. |
ckeditor.admin.inc |
modules/ckeditor/ckeditor.admin.inc |
|
Admin page callbacks for the CKEditor module. |
ckeditor.api.php |
modules/ckeditor/ckeditor.api.php |
|
Documentation for CKEditor module APIs. |
ckeditor-caption.css |
modules/ckeditor/css/ckeditor-caption.css |
|
Caption: default styling for displaying image captions. |
ckeditor.css |
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-iframe.css |
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.info |
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.install |
modules/ckeditor/ckeditor.install |
|
Install, update and uninstall functions for CKEditor module. |
ckeditor.module |
modules/ckeditor/ckeditor.module |
|
Provides integration with the CKEditor WYSIWYG editor. |
ckeditor.pages.inc |
modules/ckeditor/ckeditor.pages.inc |
|
Menu callbacks for CKEditor module. |
ckeditor_rtl.test |
modules/ckeditor/tests/ckeditor_rtl.test |
|
Tests for ckeditor.module. |
ckeditor.test |
modules/ckeditor/tests/ckeditor.test |
|
Tests for ckeditor.module. |
ckeditor.tests.info |
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.theme.inc |
modules/ckeditor/ckeditor.theme.inc |
|
Theme functions for CKEditor module. |
color.admin.css |
modules/color/css/color.admin.css |
|
Stylesheet for the administration pages of the Color module. |
color.inc |
themes/basis/color/color.inc |
|
|
color.inc |
themes/bartik/color/color.inc |
|
|
color.inc |
includes/color.inc |
|
|
color.info |
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.install |
modules/color/color.install |
|
Install, update and uninstall functions for the color module. |
color.legacy.inc |
modules/color/color.legacy.inc |
|
Contains support for legacy Bartik Blue Lagoon colors. |