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… |
da.php |
core/includes/transliteration/da.php |
|
dashboard-panel.tpl.php |
core/modules/dashboard/templates/dashboard-panel.tpl.php |
Output for a Dashboard panel. |
dashboard.css |
core/modules/dashboard/css/dashboard.css |
Styles for Dashboard layouts and blocks. |
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.install |
core/modules/dashboard/dashboard.install |
Install, update and uninstall functions for the Dashboard module. |
dashboard.module |
core/modules/dashboard/dashboard.module |
Provides an administrative dashboard. |
dashboard.test |
core/modules/dashboard/tests/dashboard.test |
Tests for dashboard.module. |
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_layout_context.inc |
core/modules/dashboard/includes/dashboard_layout_context.inc |
Layout context handler for entities. |
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. |
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_example.install |
modules/examples/database_example/database_example.install |
Install, update, and uninstall functions for the Database Example module. |
database_example.module |
modules/examples/database_example/database_example.module |
Hook implementations for the Database Example module. |
database_example.test |
modules/examples/database_example/tests/database_example.test |
SimpleTests for the Database Example module. |
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_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_test.install |
core/modules/simpletest/tests/database_test.install |
Install, update and uninstall functions for the database_test module. |
database_test.module |
core/modules/simpletest/tests/database_test.module |
|
database_test.test |
core/modules/simpletest/tests/database_test.test |
Database tests. |
date-html5.css |
core/modules/date/css/date-html5.css |
HTML5 widget styles. |
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-views-pager.tpl.php |
core/modules/date/templates/date-views-pager.tpl.php |
Template to display the Views date pager. |
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.admin.inc |
core/modules/date/date.admin.inc |
Admin page callbacks for the Date module. |
date.api.php |
core/modules/date/date.api.php |
Hooks provided by the Date module. |
date.class.inc |
core/includes/date.class.inc |
|
date.css |
core/modules/date/css/date.css |
Main stylesheet for Date module. |
date.elements.inc |
core/modules/date/date.elements.inc |
Date forms and form themes and validation. |
date.field.inc |
core/modules/date/date.field.inc |
Field hooks to implement a date field. |
date.inc |
core/includes/date.inc |
Date API functions. |
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.install |
core/modules/date/date.install |
Install, update and uninstall functions for the Date module. |
date.module |
core/modules/date/date.module |
Defines date/time field types. |
date.test |
core/modules/date/tests/date.test |
Test date UI. |
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.theme.inc |
core/modules/date/date.theme.inc |
Theme and preprocess functions for output by Date module. |
date.tokens.inc |
core/modules/date/date.tokens.inc |
Token module integration. |
date.views.inc |
core/modules/date/views/date.views.inc |
Defines date-related Views data and plugins: |
date_api.test |
core/modules/date/tests/date_api.test |
Test Date API functions |
date_field.test |
core/modules/date/tests/date_field.test |
Basic functions for Date tests. |
date_sql_handler.inc |
core/modules/date/views/date_sql_handler.inc |
SQL helper for Date API. |
date_themes.test |
core/modules/date/tests/date_themes.test |
Test Date module theme functions. |
date_timezone.test |
core/modules/date/tests/date_timezone.test |
Timezone tests. |
date_validation.test |
core/modules/date/tests/date_validation.test |
Date validation tests. |
date_views.test |
core/modules/date/tests/date_views.test |
Tests date popup in Views |
date_views_argument_handler.inc |
core/modules/date/views/date_views_argument_handler.inc |
Date API views argument handler.
This argument combines multiple date arguments into a single argument
where all fields are controlled by the same date and can be combined
with either AND or OR. |
date_views_argument_handler_simple.inc |
core/modules/date/views/date_views_argument_handler_simple.inc |
Date API views argument handler. |