Contains filters are case sensitive
File namesort ascending Location Namespace Description
email.info modules/email/email.info type = module name = Email description = Defines an email field type. package = Fields tags[] = Mail tags[] = Content version = BACKDROP_VERSION backdrop = 1.x
editor_iequirks.css misc/ckeditor/skins/moono-lisa/editor_iequirks.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or…
editor_ie.css misc/ckeditor/skins/moono-lisa/editor_ie.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or…
editor_ie8.css misc/ckeditor/skins/moono-lisa/editor_ie8.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or…
editor_gecko.css misc/ckeditor/skins/moono-lisa/editor_gecko.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or…
editor.css misc/ckeditor/skins/moono-lisa/editor.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or…
editor.css themes/bartik/css/editor.css /** * Styles to be included within the rich-text editor. */ body { line-height: 1.5; font-size: 87.5%; font-family: Georgia, "Times New Roman", Times, serif; } a:link, a:visited { text-decoration: none; } a:hover, a:active, a:focus…
dump-database-d7.sh scripts/dump-database-d7.sh Filled installation of Drupal 7.0, for test purposes.
drupal.inc includes/drupal.inc Contains constants and function wrappers for Drupal 7.x compatibility.
drupal.classes.inc includes/drupal.classes.inc Contains class and interface wrappers for Drupal 7.x compatibility.
drupal-7.language.database.php modules/simpletest/tests/upgrade/drupal-7.language.database.php Database additions for language tests. Used in upgrade.language.test.
dropbutton.theme.css misc/dropbutton.theme.css General styles for dropbuttons.
dropbutton.css misc/dropbutton.css Base styles for dropbuttons.
driver.test modules/simpletest/tests/driver.test
dk.php includes/transliteration/dk.php
diff.inc includes/diff.inc A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
dialog.theme.css misc/dialog.theme.css /** * Presentational styles for Backdrop dialogs. */ /* Lock scrolling when an auto-resize dialog is open. */ html.dialog-auto-resize { overflow: hidden; height: 100%; left: 0; position: fixed; top: 0; width: 100%; } .ui-dialog { …
dialog_iequirks.css misc/ckeditor/skins/moono-lisa/dialog_iequirks.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
dialog_ie.css misc/ckeditor/skins/moono-lisa/dialog_ie.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
dialog_ie8.css misc/ckeditor/skins/moono-lisa/dialog_ie8.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
dialog.css misc/ckeditor/plugins/dialog/styles/dialog.css .cke_dialog_open { overflow: hidden; } .cke_dialog_container { position: fixed; overflow-y: auto; overflow-x: auto; width: 100%; height: 100%; top: 0; left: 0; z-index: 10010; } .cke_dialog_body { position: relative; }
dialog.css themes/basis/css/component/dialog.css jQuery UI dialog styles.
dialog.css misc/ckeditor/skins/moono-lisa/dialog.css /* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
deprecated_redirect_test.module modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.module
deprecated_redirect_test.info modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.info name = "Deprecated Redirect Test" description = "Testing module to confirm deprecated paths can redirect to new paths." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
de.php includes/transliteration/de.php
dependency_test3.module modules/simpletest/tests/dependency_test3.module
dependency_test3.info modules/simpletest/tests/dependency_test3.info name = "Dependency test 3" description = "Test module for checking dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
dependency_test2.module modules/simpletest/tests/dependency_test2.module
dependency_test2.info modules/simpletest/tests/dependency_test2.info name = "Dependency test 2" description = "Test module for checking dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
dependency_test1.module modules/simpletest/tests/dependency_test1.module
dependency_test1.info modules/simpletest/tests/dependency_test1.info name = "Dependency test 1" description = "Test module for checking dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
dblog.tests.info modules/dblog/tests/dblog.tests.info [DBLogTestCase] name = DBLog functionality description = Generate events and verify dblog entries; verify user access to log reports based on persmissions. group = DBLog file = dblog.test
dblog.test modules/dblog/tests/dblog.test Tests for dblog.module.
dblog.module modules/dblog/dblog.module System monitoring and logging for administrators.
dblog.install modules/dblog/dblog.install Install, update and uninstall functions for the dblog module.
dblog.info modules/dblog/dblog.info type = module name = Database Logging description = Logs and records system events to the database. package = Development tags[] = Logging version = BACKDROP_VERSION backdrop = 1.x
dblog.css modules/dblog/css/dblog.css Admin styles for the Database Logging module.
dblog.admin.inc modules/dblog/dblog.admin.inc Admin page callbacks for the Database Logging module.
date_views.test modules/date/tests/date_views.test Tests date popup in Views
date_views_plugin_pager.inc modules/date/views/date_views_plugin_pager.inc Date views pager plugin.
date-views-pager.tpl.php modules/date/templates/date-views-pager.tpl.php Template to display the Views date pager.
date.views.inc modules/date/views/date.views.inc Defines date-related Views data and plugins:
date_views_filter_handler_simple.inc modules/date/views/date_views_filter_handler_simple.inc A standard Views filter for a single date field, using Date API form selectors and sql handling.
date_views_filter_handler.inc modules/date/views/date_views_filter_handler.inc A flexible, configurable date filter. This filter combines multiple date filters into a single filter where all fields are controlled by the same date and can be combined with either AND or OR.
date-views-filter-form.tpl.php modules/date/templates/date-views-filter-form.tpl.php Template to display the Views date filter form.
date_views_fields.inc modules/date/views/date_views_fields.inc Helper for identifying Date API fields for views.
date-views.css 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_argument_handler_simple.inc modules/date/views/date_views_argument_handler_simple.inc Date API views argument handler.
date_views_argument_handler.inc 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.

Pages