File name Locationsort descending Description
jquery.ui.controlgroup.css core/misc/ui/jquery.ui.controlgroup.css /*! * jQuery UI Controlgroup 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/controlgroup/#theming
jquery.ui.core.css core/misc/ui/jquery.ui.core.css /*! * jQuery UI CSS Framework 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ /* Layout…
jquery.ui.datepicker.css core/misc/ui/jquery.ui.datepicker.css /*! * jQuery UI Datepicker 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/datepicker/#theming */ .ui-datepicker…
jquery.ui.dialog.css core/misc/ui/jquery.ui.dialog.css /*! * jQuery UI Dialog 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/dialog/#theming */ .ui-dialog { position:…
jquery.ui.draggable.css core/misc/ui/jquery.ui.draggable.css /*! * jQuery UI Draggable 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-draggable-handle { -ms-touch-action: none; touch-action: none; }
jquery.ui.menu.css core/misc/ui/jquery.ui.menu.css /*! * jQuery UI Menu 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/menu/#theming */ .ui-menu { list-style:…
jquery.ui.progressbar.css core/misc/ui/jquery.ui.progressbar.css /*! * jQuery UI Progressbar 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/progressbar/#theming */ .ui-progressbar…
jquery.ui.resizable.css core/misc/ui/jquery.ui.resizable.css /*! * jQuery UI Resizable 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-resizable { position: relative; } .ui-resizable-handle…
jquery.ui.selectable.css core/misc/ui/jquery.ui.selectable.css /*! * jQuery UI Selectable 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-selectable { -ms-touch-action: none; touch-action:…
jquery.ui.selectmenu.css core/misc/ui/jquery.ui.selectmenu.css /*! * jQuery UI Selectmenu 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/selectmenu/#theming
jquery.ui.slider.css core/misc/ui/jquery.ui.slider.css /*! * jQuery UI Slider 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/slider/#theming */ .ui-slider { position:…
jquery.ui.sortable.css core/misc/ui/jquery.ui.sortable.css /*! * jQuery UI Sortable 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-sortable-handle { -ms-touch-action: none; touch-action: none; }
jquery.ui.spinner.css core/misc/ui/jquery.ui.spinner.css /*! * jQuery UI Spinner 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/spinner/#theming */ .ui-spinner { position:…
jquery.ui.tabs.css core/misc/ui/jquery.ui.tabs.css /*! * jQuery UI Tabs 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/tabs/#theming */ .ui-tabs { position:…
jquery.ui.theme.css core/misc/ui/jquery.ui.theme.css /*! * jQuery UI CSS Framework 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and…
jquery.ui.tooltip.css core/misc/ui/jquery.ui.tooltip.css /*! * jQuery UI Tooltip 1.13.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/tooltip/#theming */ .ui-tooltip { padding:…
vertical-tabs.css core/misc/vertical-tabs.css .vertical-tabs { margin: 1em 0; border: 1px solid #ccc; } @media (min-width: 750px) { .vertical-tabs { padding: 0 0 0 15em; /* LTR */ } [dir="rtl"] .vertical-tabs { padding-left: 0; padding-right: 15em; …
admin_bar.api.php core/modules/admin_bar/admin_bar.api.php API documentation for Administration bar.
admin_bar.inc core/modules/admin_bar/admin_bar.inc Menu builder functions for Administration bar.
admin_bar.info core/modules/admin_bar/admin_bar.info type = module name = Administration Bar description = "Provides a dropdown menu to most administrative tasks and other common destinations." package = Administration tags[] = Menus tags[] = Site Navigation tags[] = User Interface version =…
admin_bar.install core/modules/admin_bar/admin_bar.install Install, update, and uninstall functions for the admin bar module.
admin_bar.map.inc core/modules/admin_bar/admin_bar.map.inc Implements hook_admin_bar_map() on behalf of core modules.
admin_bar.module core/modules/admin_bar/admin_bar.module Render an administrative bar as a dropdown menu at the top of the window.
admin_bar.theme.inc core/modules/admin_bar/admin_bar.theme.inc Theme functions for the Admin Bar module.
admin_bar-print.css core/modules/admin_bar/css/admin_bar-print.css /** * Hide the admin bar when printing. */ #admin-bar { display: none; } .admin-bar body { border-top: none !important; }
admin_bar.css core/modules/admin_bar/css/admin_bar.css Administration bar.
admin_bar.test core/modules/admin_bar/tests/admin_bar.test Tests for the Administration bar module.
admin_bar.tests.info core/modules/admin_bar/tests/admin_bar.tests.info [AdminBarPermissionsTestCase] name = Menu link access permissions description = Tests appearance of menu links depending on user permissions. group = Administration bar file = admin_bar.test [AdminBarDynamicLinksTestCase] name = Dynamic…
block.admin.inc core/modules/block/block.admin.inc Admin page callbacks for the Block module.
block.api.php core/modules/block/block.api.php API hooks for the Block module.
block.info core/modules/block/block.info type = module name = Block description = Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page. package = Layouts tags[] = Blocks tags[] = Site Architecture version…
block.install core/modules/block/block.install Install, update and uninstall functions for the block module.
block.module core/modules/block/block.module Provides the ability to create reusable custom blocks.
block.test core/modules/block/tests/block.test Tests for block.module.
block.tests.info core/modules/block/tests/block.tests.info [BlockTestCase] name = Block functionality description = Add, edit and delete custom block. Configure and move a module-defined block. group = Block file = block.test [BlockTranslationTestCase] name = Block translation functionality description =…
block.translation.test core/modules/block/tests/block.translation.test Tests for translation functionality within block.module.
block_test.info core/modules/block/tests/block_test/block_test.info name = Block test description = Provides test blocks. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
block_test.module core/modules/block/tests/block_test/block_test.module Provide test blocks.
book.admin.inc core/modules/book/book.admin.inc Admin page callbacks for the Book module.
book.info core/modules/book/book.info type = module name = Book description = Allows users to create and organize related content in an outline. package = System tags[] = Content tags[] = Site Navigation tags[] = Structure version = BACKDROP_VERSION backdrop = 1.x dependencies[] =…
book.install core/modules/book/book.install Install, update and uninstall functions for the book module.
book.module core/modules/book/book.module Allows users to create and organize related content in an outline.
book.pages.inc core/modules/book/book.pages.inc User page callbacks for the book module.
book.theme.inc core/modules/book/book.theme.inc Theme functions for the Book module.
book.tokens.inc core/modules/book/book.tokens.inc Builds placeholder replacement tokens for book-related data.
book.admin.css core/modules/book/css/book.admin.css Admin styles for book module.
book.theme.css core/modules/book/css/book.theme.css Styling for the book module.
book-all-books-block.tpl.php core/modules/book/templates/book-all-books-block.tpl.php Default theme implementation for rendering book outlines within a block.
book-navigation.tpl.php core/modules/book/templates/book-navigation.tpl.php Default theme implementation to navigate books.
book.test core/modules/book/tests/book.test Tests for book.module.

Pages