Contains filters are case sensitive
File namesort ascending Location Namespace Description
date_validation.test modules/date/tests/date_validation.test Date validation tests.
date.tokens.inc modules/date/date.tokens.inc Token module integration.
date_timezone.test modules/date/tests/date_timezone.test Timezone tests.
date_themes.test modules/date/tests/date_themes.test Test Date module theme functions.
date.theme.inc modules/date/date.theme.inc Theme and preprocess functions for output by Date module.
date.tests.info 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 modules/date/tests/date.test Test date UI.
date_sql_handler.inc modules/date/views/date_sql_handler.inc SQL helper for Date API.
date.module modules/date/date.module Defines date/time field types.
date.install modules/date/date.install Install, update and uninstall functions for the Date module.
date.info 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 includes/date.inc Date API functions and constants.
date_field.test modules/date/tests/date_field.test Basic functions for Date tests.
date.field.inc modules/date/date.field.inc Field hooks to implement a date field.
date.elements.inc modules/date/date.elements.inc Date forms and form themes and validation.
date.css modules/date/css/date.css Main stylesheet for Date module.
date.class.inc includes/date.class.inc
date_api.test modules/date/tests/date_api.test Test Date API functions
date.api.php modules/date/date.api.php Hooks provided by the Date module.
date.admin.inc modules/date/date.admin.inc Admin page callbacks for the Date module.
database_test.test modules/simpletest/tests/database_test.test Database tests.
database_test.module modules/simpletest/tests/database_test.module
database_test.install modules/simpletest/tests/database_test.install Install, update and uninstall functions for the database_test module.
database_test.info 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_mysql.info drivers/database_mysql/database_mysql.info name = MySQL Database Driver description = Enable the use of MySQL, MariaDB and similar databases type = driver version = BACKDROP_VERSION backdrop = 1.x database_driver = mysql version = BACKDROP_VERSION database_backend[DatabaseConnection_mysql] =…
database.inc drivers/database_mysql/database.inc Database interface code for MySQL database servers.
database.inc includes/database/database.inc Core systems for the database layer.
dashboard.tests.info modules/dashboard/tests/dashboard.tests.info [DashboardTest] name = Dashboard tests description = Tests the Dashboard functions correctly. group = Dashboard file = dashboard.test
dashboard.test modules/dashboard/tests/dashboard.test Tests for dashboard.module.
dashboard-panel.tpl.php modules/dashboard/templates/dashboard-panel.tpl.php Output for a Dashboard panel.
dashboard.module modules/dashboard/dashboard.module Provides an administrative dashboard.
dashboard_layout_context.inc modules/dashboard/includes/dashboard_layout_context.inc Layout context handler for entities.
dashboard.install modules/dashboard/dashboard.install Install, update and uninstall functions for the Dashboard module.
dashboard.info 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
dashboard.css modules/dashboard/css/dashboard.css Styles for Dashboard layouts and blocks.
da.php includes/transliteration/da.php
css_input_without_import.css.unoptimized.css 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 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 modules/simpletest/files/css_test_files/css_input_without_import.css Basic css that does not use import
css_input_with_import.css.unoptimized.css 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.unoptimized.css 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"); ul, select { font: 1em/160% Verdana, sans-serif; color: #494949; } .ui-icon{background-image: url(images/icon.png);} /* Test data URI images…
css_input_with_import.css.optimized.css 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");ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data…
css_input_with_import.css.optimized.css 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 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_with_import.css modules/simpletest/files/css_test_files/css_input_with_import.css @import url("http://example.com/style.css"); @import url("//example.com/style.css"); @import "import1.css"; @import "import2.css"; body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170%…
cron_queue_test.module modules/system/tests/cron_queue_test.module
cron_queue_test.module modules/system/tests/cron_queue_test/cron_queue_test.module
cron_queue_test.info modules/system/tests/cron_queue_test/cron_queue_test.info name = "Cron Queue test" description = "Support module for the cron queue runner." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
cron_queue_test.info modules/system/tests/cron_queue_test.info type = module name = Cron Queue test description = Support module for the cron queue runner. package = Testing version = VERSION backdrop = 1.x hidden = TRUE
cron.php cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).

Pages