ckeditor_rtl.test |
core/modules/ckeditor/tests/ckeditor_rtl.test |
Tests for ckeditor.module. |
color.admin.css |
core/modules/color/css/color.admin.css |
Stylesheet for the administration pages of the Color module. |
color.inc |
core/themes/bartik/color/color.inc |
|
color.inc |
core/includes/color.inc |
|
color.inc |
core/themes/basis/color/color.inc |
|
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.install |
core/modules/color/color.install |
Install, update and uninstall functions for the color module. |
color.legacy.inc |
core/modules/color/color.legacy.inc |
Contains support for legacy Bartik Blue Lagoon colors. |
color.module |
core/modules/color/color.module |
Allows users to change the color scheme of themes. |
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.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.theme.inc |
core/modules/color/color.theme.inc |
Theme functions for the Color module. |
colors-legacy.css |
core/themes/bartik/css/colors-legacy.css |
/* ---------- Legacy colors ---------- */
.l-container {
background: #ffffff;
}
.layout {
background: transparent;
}
.l-header {
background-color: #48a9e4;
background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%);
}
.l-header ul.menu… |
colors.css |
core/themes/bartik/css/colors.css |
/* ---------- Color Module Styles ----------- */
body {
color: #3b3b3b;
}
.layout,
.l-container {
background: #ffffff;
}
.l-header {
color: #fffeff;
background-color: #000000;
background: linear-gradient(to bottom, #000000 0%, #000001… |
comment.admin.inc |
core/modules/comment/comment.admin.inc |
Admin page callbacks for the Comment module. |
comment.api.php |
core/modules/comment/comment.api.php |
Hooks provided by the Comment module. |
comment.css |
core/modules/comment/css/comment.css |
#comments {
margin-top: 15px;
}
.indented {
margin-left: 25px; /* LTR */
}
[dir="rtl"] .indented {
margin-left: 0;
margin-right: 25px;
}
.comment-unpublished {
background-color: #fff4f4;
}
.comment-preview {
background-color:… |
comment.css |
core/themes/basis/css/component/comment.css |
.comment {
position: relative;
display: block;
padding: 0;
margin: 0 0 1.5em;
}
.comments .indented {
position: relative;
padding-left: 1.25em;
margin-top: -1.5em;
}
.comments .indented:before,
.comments .indented:after {
content:… |
comment.entity.inc |
core/modules/comment/comment.entity.inc |
Entity controller and class for comments. |
comment.info |
core/modules/comment/comment.info |
type = module
name = Comment
description = Allows users to comment on and discuss published content.
package = Comments
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = node
dependencies[] = text
dependencies[] =… |
comment.install |
core/modules/comment/comment.install |
Install, update and uninstall functions for the Comment module. |
comment.module |
core/modules/comment/comment.module |
Enables users to comment on published content. |
comment.pages.inc |
core/modules/comment/comment.pages.inc |
User page callbacks for the Comment module. |
comment.test |
core/modules/comment/tests/comment.test |
Tests for the Comment module. |
comment.tests.info |
core/modules/comment/tests/comment.tests.info |
[CommentInterfaceTest]
name = Comment interface
description = Test comment user interfaces.
group = Comment
file = comment.test
[CommentPreviewTest]
name = Comment preview
description = Test comment preview.
group = Comment
file =… |
comment.theme.inc |
core/modules/comment/comment.theme.inc |
Theme functions for the Comment module. |
comment.tokens.inc |
core/modules/comment/comment.tokens.inc |
Builds placeholder replacement tokens for comment-related data. |
comment.tpl.php |
core/modules/comment/templates/comment.tpl.php |
Default theme implementation for comments. |
comment.tpl.php |
core/themes/bartik/templates/comment.tpl.php |
Bartik's theme implementation for comments. |
comment.tpl.php |
core/themes/basis/templates/comment.tpl.php |
Basis' theme implementation for comments. |
comment.views.inc |
core/modules/comment/views/comment.views.inc |
Provide views data and handlers for comment.module. |
comment_hacks.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css |
/*
* A sample css file, designed to test the effectiveness and stability
* of function <code>backdrop_load_stylesheet_content()</code>.
*
*/
/*
A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… |
comment_hacks.css.optimized.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css |
.test1{display:block;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px… |
comment_hacks.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css |
/*
* A sample css file, designed to test the effectiveness and stability
* of function <code>backdrop_load_stylesheet_content()</code>.
*
*/
/*
A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… |
comment_views_handler_argument_user_uid.test |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Definition of CommentViewsHandlerArgumentUserUidTest. |
comment_views_handler_filter_user_uid.test |
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Definition of viewsHandlerFilterCommentUserUidTest. |
common.inc |
core/includes/common.inc |
Common functions that many Backdrop modules will need to reference. |
common.test |
core/modules/simpletest/tests/common.test |
Tests for common.inc functionality. |
common_test.css |
core/modules/simpletest/tests/common_test.css |
/* This file is for testing CSS file inclusion, no contents are necessary. */ |
common_test.info |
core/modules/simpletest/tests/common_test.info |
name = "Common Test"
description = "Support module for Common tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
stylesheets[all][] = common_test.css
stylesheets[print][] =… |
common_test.module |
core/modules/simpletest/tests/common_test.module |
Helper module for the Common tests. |
common_test.print.css |
core/modules/simpletest/tests/common_test.print.css |
/* This file is for testing CSS file inclusion, no contents are necessary. */ |
common_test.theme.inc |
core/modules/simpletest/tests/common_test.theme.inc |
Theme functions for the Common Test module. |
common_test_cron_helper.info |
core/modules/simpletest/tests/common_test_cron_helper.info |
name = "Common Test Cron Helper"
description = "Helper module for CronRunTestCase::testCronExceptions()."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
common_test_cron_helper.module |
core/modules/simpletest/tests/common_test_cron_helper.module |
Helper module for the testCronExceptions in addition to common_test module. |
common_test_info.txt |
core/modules/simpletest/tests/common_test_info.txt |
; Test parsing with a simple string.
simple_string = A simple string
; Test that constants can be used as values.
simple_constant = WATCHDOG_INFO
; After parsing the .info file, 'double_colon' should hold the literal value.
; Parsing… |
concat-build.sh |
core/modules/ckeditor5/lib/scripts/concat-build.sh |
#!/bin/bash
# Download and concatenate build.
declare -a… |
config.admin.css |
core/modules/config/css/config.admin.css |
/**
* CSS for the admin section of the Config module.
*/
.config-import-single-form textarea,
.config-export-single-form textarea {
font: 1.2em monospace;
white-space: pre;
}
.config-diff .config-old,
.config-diff .config-new {
width:… |
config.admin.inc |
core/modules/config/config.admin.inc |
Admin page callbacks for the Configuration Management module. |