Contains filters are case sensitive
File name Location Namespacesort descending Description
responsive-tabs.css themes/seven/css/responsive-tabs.css /** * Styles for collapsible, responsive tabs. */ .responsive-tabs-processed { position: relative; } .responsive-tabs-processed ul.primary { height: 2.6em; overflow: hidden; } .responsive-tabs-mobile ul.primary { background:…
vertical-tabs.css themes/seven/css/vertical-tabs.css /** * Override of misc/vertical-tabs.css. */ .vertical-tabs { position: relative; margin: 1em 0; border: 1px solid #ccc; background: #fff; } @media (min-width: 750px) { .vertical-tabs { padding: 0 0 0 15em; /* LTR */ } …
update_test.info modules/update/tests/update_test/update_test.info name = Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
aaa_update_test.info modules/update/tests/aaa_update_test/aaa_update_test.info name = AAA Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE type = module
bbb_update_test.info modules/update/tests/bbb_update_test/bbb_update_test.info name = BBB Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE type = module
options.api.php modules/field/modules/options/options.api.php Hooks provided by the Options module.
field_sql_storage.install modules/field/modules/field_sql_storage/field_sql_storage.install Install, update and uninstall functions for the field_sql_storage module.
field_sql_storage.info modules/field/modules/field_sql_storage/field_sql_storage.info type = module name = Field SQL Storage description = Stores field data in an SQL database. package = Fields tags[] = Content tags[] = System version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field required = TRUE
image_module_test.module modules/image/tests/image_module_test/image_module_test.module Provides Image module hook implementations for testing purposes.
image_module_test.info modules/image/tests/image_module_test/image_module_test.info name = Image test description = Provides hook implementations for testing Image module functionality. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
user_form_test.module modules/user/tests/user_form_test/user_form_test.module Dummy module implementing a form to test user password validation
views_test.install modules/views/tests/views_test/views_test.install Install, update, and uninstall functions for the Views Test module.
views_plugin_style_unformatted.test modules/views/tests/styles/views_plugin_style_unformatted.test Definition of ViewsPluginStyleUnformattedTestCase.
views_handler_sort.test modules/views/tests/handlers/views_handler_sort.test Definition of ViewsHandlerSortTest.
views_handler_field_file_size.test modules/views/tests/handlers/views_handler_field_file_size.test Definition of ViewsHandlerTestFileSize.
views_handler_field_counter.test modules/views/tests/handlers/views_handler_field_counter.test Definition of ViewsHandlerFilterCounterTest.
views_handler_field_dropbutton.test modules/views/tests/handlers/views_handler_field_dropbutton.test Tests dropbutton functionality of Views.
views_handler_field_xss.test modules/views/tests/handlers/views_handler_field_xss.test Definition of ViewsHandlerTestXss.
views_handler_filter_combine.test modules/views/tests/handlers/views_handler_filter_combine.test Definition of ViewsHandlerFilterCombineTest.
views_handler_filter_multiple.test modules/views/tests/handlers/views_handler_filter_multiple.test Definition of ViewsHandlerFilterTest.
views_handler_area_text.test modules/views/tests/handlers/views_handler_area_text.test Definition of ViewsHandlerAreaTextTest.
views_handler_argument_null.test modules/views/tests/handlers/views_handler_argument_null.test Definition of ViewsHandlerArgumentNullTest.
views_handler_field_file_extension.test modules/views/tests/handlers/views_handler_field_file_extension.test Definition of ViewsHandlerFileExtensionTest.
views_handler_sort_random.test modules/views/tests/handlers/views_handler_sort_random.test Definition of ViewsHandlerSortRandomTest.
entity_test.install modules/entity/tests/entity_test/entity_test.install Install, update and uninstall functions for the entity_test module.
entity_test.entity.inc modules/entity/tests/entity_test/entity_test.entity.inc Test entity classes.
entity_test.module modules/entity/tests/entity_test/entity_test.module Test module for the entity API providing an entity type for testing.
entity_query_access_test.module modules/entity/tests/entity_query_access_test/entity_query_access_test.module Helper module for testing EntityFieldQuery access on any type of entity.
entity_cache_test_dependency.module modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.module Helper module for entity cache tests.
entity_crud_hook_test.module modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Test module for the Entity CRUD API.
search_embedded_form.info modules/search/tests/search_embedded_form/search_embedded_form.info name = "Search embedded form" description = "Support module for search module testing of embedded forms." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
search_extra_type.module modules/search/tests/search_extra_type/search_extra_type.module Dummy module implementing a search type for search module testing.
comment_hacks.css.unoptimized.css 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…
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%…
css_input_without_import.css modules/simpletest/files/css_test_files/css_input_without_import.css Basic css that does not use import
import1.css modules/simpletest/files/css_test_files/import1.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 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_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
layout_relationship.inc modules/layout/plugins/relationships/layout_relationship.inc Class that holds information relating to a layout's context relationships.
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_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…
comment_hacks.css.optimized.css 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…
config_obj_test.module modules/simpletest/tests/config_obj_test/config_obj_test.module
backdrop_system_listing_incompatible_test.info modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info name = "Backdrop system listing incompatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
upgrade_bare.test modules/simpletest/tests/upgrade/upgrade_bare.test
backdrop_system_listing_compatible_test.info modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info name = "Backdrop system listing compatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
view_mode_test.module modules/field_ui/tests/view_mode_test/view_mode_test.module Test module for Field UI display modes.
cron_queue_test.module modules/system/tests/cron_queue_test/cron_queue_test.module
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

Pages