date.views.inc |
core/modules/date/views/date.views.inc |
Defines date-related Views data and plugins: |
date.tokens.inc |
core/modules/date/date.tokens.inc |
Token module integration. |
date.theme.inc |
core/modules/date/date.theme.inc |
Theme and preprocess functions for output by Date module. |
date.tests.info |
core/modules/date/tests/date.tests.info |
[DateUITestCase]
name = Date Field UI
description = Test creation of various date fields and widgets using Field UI
group = Date
file = date.test
[DateFieldTestCase]
name = Date Field
description = Test date field settings and Start/End date… |
date.test |
core/modules/date/tests/date.test |
Test date UI. |
date.module |
core/modules/date/date.module |
Defines date/time field types. |
date.install |
core/modules/date/date.install |
Install, update and uninstall functions for the Date module. |
date.info |
core/modules/date/date.info |
type = module
name = Date
description = Makes date/time fields available.
package = Fields
tags[] = Dates
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
stylesheets[all][] = css/date.css |
date.inc |
core/includes/date.inc |
Date API functions. |
date.field.inc |
core/modules/date/date.field.inc |
Field hooks to implement a date field. |
date.elements.inc |
core/modules/date/date.elements.inc |
Date forms and form themes and validation. |
date.css |
core/modules/date/css/date.css |
Main stylesheet for Date module. |
date.class.inc |
core/includes/date.class.inc |
|
date.api.php |
core/modules/date/date.api.php |
Hooks provided by the Date module. |
date.admin.inc |
core/modules/date/date.admin.inc |
Admin page callbacks for the Date module. |
date-views.css |
core/modules/date/css/date-views.css |
/* Views filter form css */
.views-group-box div.date-views-filter-fieldset {
margin-left: 0;
}
.views-group-box fieldset.date-views-filter-fieldset {
padding-top: 0;
}
.date-views-filter-wrapper {
min-width: 250px;
}
.date-views-filter input {
… |
date-views-pager.tpl.php |
core/modules/date/templates/date-views-pager.tpl.php |
Template to display the Views date pager. |
date-views-filter-form.tpl.php |
core/modules/date/templates/date-views-filter-form.tpl.php |
Template to display the Views date filter form. |
date-html5.css |
core/modules/date/css/date-html5.css |
HTML5 widget styles. |
database_test.test |
core/modules/simpletest/tests/database_test.test |
Database tests. |
database_test.module |
core/modules/simpletest/tests/database_test.module |
|
database_test.install |
core/modules/simpletest/tests/database_test.install |
Install, update and uninstall functions for the database_test module. |
database_test.info |
core/modules/simpletest/tests/database_test.info |
name = "Database Test"
description = "Support module for Database layer tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
database_example.tests.info |
modules/examples/database_example/tests/database_example.tests.info |
[DatabaseExampleUnitTestCase]
name = Database Example functionality
description = Various unit tests on the Database Example module.
group = Example modules
file = database_example.test |
database_example.test |
modules/examples/database_example/tests/database_example.test |
SimpleTests for the Database Example module. |
database_example.module |
modules/examples/database_example/database_example.module |
Hook implementations for the Database Example module. |
database_example.install |
modules/examples/database_example/database_example.install |
Install, update, and uninstall functions for the Database Example module. |
database_example.info |
modules/examples/database_example/database_example.info |
name = Database Example
description = An example module showing how to use the database API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
database.inc |
core/includes/database/database.inc |
Core systems for the database layer. |
database.inc |
core/includes/database/mysql/database.inc |
Database interface code for MySQL database servers. |
dashboard_layout_context.inc |
core/modules/dashboard/includes/dashboard_layout_context.inc |
Layout context handler for entities. |
dashboard.tests.info |
core/modules/dashboard/tests/dashboard.tests.info |
[DashboardTest]
name = Dashboard tests
description = Tests the Dashboard functions correctly.
group = Dashboard
file = dashboard.test |
dashboard.test |
core/modules/dashboard/tests/dashboard.test |
Tests for dashboard.module. |
dashboard.module |
core/modules/dashboard/dashboard.module |
Provides an administrative dashboard. |
dashboard.install |
core/modules/dashboard/dashboard.install |
Install, update and uninstall functions for the Dashboard module. |
dashboard.info |
core/modules/dashboard/dashboard.info |
name = Dashboard
description = Provides an administrative dashboard.
package = Dashboard
version = BACKDROP_VERSION
type = module
backdrop = 1.x
configure = admin/dashboard/settings
dependencies[] = layout |
dashboard.css |
core/modules/dashboard/css/dashboard.css |
Styles for Dashboard layouts and blocks. |
dashboard-panel.tpl.php |
core/modules/dashboard/templates/dashboard-panel.tpl.php |
Output for a Dashboard panel. |
da.php |
core/includes/transliteration/da.php |
|
css_input_with_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css |
@import url("http://example.com/style.css");
@import url("//example.com/style.css");
/* Test import URLs with semi-colons. */
/* See https://github.com/backdrop/backdrop-issues/issues/6337 */
@import… |
css_input_with_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css |
ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(../images/icon.png);}
/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023… |
css_input_with_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css |
@import url("http://example.com/style.css");@import url("//example.com/style.css");@import url("https://example.com/css2?family=Test-Font:ital,wght@0,400;0,500;1,400;1,500&display=swap");ul,select{font:1em/160%… |
css_input_with_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
css_input_with_import.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css |
@import url("http://example.com/style.css");
@import url("//example.com/style.css");
/* Test import URLs with semi-colons. */
/* See https://github.com/backdrop/backdrop-issues/issues/6337 */
@import… |
css_input_with_import.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css |
@import "../import1.css";
@import "../import2.css";
body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}
.this .is .a .test {
font: 1em/100% Verdana, sans-serif;
… |
css_input_without_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css |
Basic css that does not use import |
css_input_without_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css |
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
.is
.a
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo… |
css_input_without_import.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css |
Basic css that does not use import |
cron_queue_test.module |
core/modules/system/tests/cron_queue_test/cron_queue_test.module |
|
cron_queue_test.info |
core/modules/system/tests/cron_queue_test/cron_queue_test.info |
name = Cron Queue test
description = Support module for the cron queue runner.
package = Testing
version = VERSION
backdrop = 1.x
hidden = TRUE
type = module |