File namesort descending Location Description
views_plugin_row_search_view.inc core/modules/search/views/views_plugin_row_search_view.inc Definition of views_plugin_row_search_view.
views_plugin_row_user_view.inc core/modules/user/views/views_plugin_row_user_view.inc Contains the user view row plugin.
views_plugin_style.inc core/modules/views/plugins/views_plugin_style.inc Definition of views_plugin_style.
views_plugin_style.test core/modules/views/tests/styles/views_plugin_style.test Definition of ViewsPluginStyleTestCase.
views_plugin_style_base.test core/modules/views/tests/styles/views_plugin_style_base.test Definition of ViewsPluginStyleTestBase.
views_plugin_style_default.inc core/modules/views/plugins/views_plugin_style_default.inc Contains the default style plugin.
views_plugin_style_grid.inc core/modules/views/plugins/views_plugin_style_grid.inc Contains the grid style plugin.
views_plugin_style_jump_menu.inc core/modules/views/plugins/views_plugin_style_jump_menu.inc Contains the table style plugin.
views_plugin_style_jump_menu.test core/modules/views/tests/styles/views_plugin_style_jump_menu.test Definition of viewsPluginStyleJumpMenuTest.
views_plugin_style_list.inc core/modules/views/plugins/views_plugin_style_list.inc Contains the list style plugin.
views_plugin_style_mapping.inc core/modules/views/plugins/views_plugin_style_mapping.inc Definition of views_plugin_style_mapping.
views_plugin_style_mapping.test core/modules/views/tests/styles/views_plugin_style_mapping.test Definition of ViewsPluginStyleMappingTest.
views_plugin_style_rss.inc core/modules/views/plugins/views_plugin_style_rss.inc Contains the RSS style plugin.
views_plugin_style_summary.inc core/modules/views/plugins/views_plugin_style_summary.inc Contains the default summary style plugin, which displays items in an HTML list.
views_plugin_style_summary_jump_menu.inc core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc Contains the default summary style plugin, which displays items in an HTML list.
views_plugin_style_summary_unformatted.inc core/modules/views/plugins/views_plugin_style_summary_unformatted.inc Contains the unformatted summary style plugin.
views_plugin_style_table.inc core/modules/views/plugins/views_plugin_style_table.inc Contains the table style plugin.
views_plugin_style_unformatted.test core/modules/views/tests/styles/views_plugin_style_unformatted.test Definition of ViewsPluginStyleUnformattedTestCase.
views_query.test core/modules/views/tests/views_query.test Tests for Views query features.
views_test.info core/modules/views/tests/views_test/views_test.info name = Views Test description = Test module for Views. package = Views version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = views hidden = TRUE
views_test.install core/modules/views/tests/views_test/views_test.install Install, update, and uninstall functions for the Views Test module.
views_test.module core/modules/views/tests/views_test/views_test.module Helper module for Views tests.
views_test_entity.entity.inc core/modules/views/tests/views_test_entity/views_test_entity.entity.inc Test entity classes.
views_test_entity.info core/modules/views/tests/views_test_entity/views_test_entity.info name = Views Test Entity description = Test module for Views Bulk Form. package = Views version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = views hidden = TRUE
views_test_entity.module core/modules/views/tests/views_test_entity/views_test_entity.module Helper module for Views Bulk Form tests.
views_test_plugin_access_test_dynamic.inc core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc Definition of views_test_plugin_access_test_dynamic.
views_test_plugin_access_test_static.inc core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc Definition of views_test_plugin_access_test_static.
views_test_plugin_style_test_mapping.inc core/modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc Definition of views_test_plugin_style_test_mapping.
views_translatable.test core/modules/views/tests/views_translatable.test Definition of ViewsTranslatableTest.
views_ui.admin.css core/modules/views_ui/css/views_ui.admin.css /** * The .admin.css file is intended to only contain positioning and size * declarations. For example: display, position, float, clear, and overflow. */ /* @group Resets */ .views-admin ul, .views-admin menu, .views-admin dir { padding-left:…
views_ui.admin.inc core/modules/views_ui/views_ui.admin.inc Admin page callbacks for the Views UI module.
views_ui.admin.theme.css core/modules/views_ui/css/views_ui.admin.theme.css /** * The .admin.theme.css file is intended to contain presentation declarations * including images, borders, colors, and fonts. */ /* @group Reset */ .views-admin .links { list-style: none outside none; margin: 0; } /* @end */ /* @group…
views_ui.analyze.inc core/modules/views_ui/views_ui.analyze.inc Contains the view analyze tool code.
views_ui.info core/modules/views_ui/views_ui.info type = module name = Views UI description = Administrative interface to views. Without this module, you cannot create or configure views. package = Views tags[] = Administration tags[] = User Interface version = BACKDROP_VERSION backdrop =…
views_ui.install core/modules/views_ui/views_ui.install
views_ui.module core/modules/views_ui/views_ui.module Provide structure for the administrative interface to Views.
views_ui.test core/modules/views/tests/views_ui.test Tests Views UI Wizard.
views_ui.theme.inc core/modules/views_ui/views_ui.theme.inc Theme functions for the Views UI module.
views_ui_base_views_wizard.php core/modules/views_ui/wizards/views_ui_base_views_wizard.php Provides the interface and base class for Views Wizard plugins.
views_ui_comment_views_wizard.php core/modules/views_ui/wizards/views_ui_comment_views_wizard.php Definition of ViewsUiCommentViewsWizard.
views_ui_file_managed_views_wizard.php core/modules/views_ui/wizards/views_ui_file_managed_views_wizard.php Definition of ViewsUiFileManagedViewsWizard.
views_ui_node_revision_views_wizard.php core/modules/views_ui/wizards/views_ui_node_revision_views_wizard.php Definition of ViewsUiNodeRevisionViewsWizard.
views_ui_node_views_wizard.php core/modules/views_ui/wizards/views_ui_node_views_wizard.php Definition of ViewsUiNodeViewsWizard.
views_ui_taxonomy_term_views_wizard.php core/modules/views_ui/wizards/views_ui_taxonomy_term_views_wizard.php Definition of ViewsUiTaxonomyTermViewsWizard.
views_ui_users_views_wizard.php core/modules/views_ui/wizards/views_ui_users_views_wizard.php Definition of ViewsUiUsersViewsWizard.
views_upgrade.test core/modules/views/tests/views_upgrade.test Definition of ViewsUpgradeTestCase.
views_view.test core/modules/views/tests/views_view.test Definition of ViewsViewTest.
view_mode_test.info core/modules/field_ui/tests/view_mode_test/view_mode_test.info type = module name = Display mode test description = Testing module. backdrop = 1.x version = BACKDROP_CORE hidden = TRUE
view_mode_test.module core/modules/field_ui/tests/view_mode_test/view_mode_test.module Test module for Field UI display modes.
x00.php core/includes/transliteration/x00.php

Pages