File namesort descending Location Description
image_module_test.info core/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
image_module_test.module core/modules/image/tests/image_module_test/image_module_test.module Provides Image module hook implementations for testing purposes.
image_test.info core/modules/simpletest/tests/image_test.info name = "Image test" description = "Support module for image toolkit tests." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
image_test.module core/modules/simpletest/tests/image_test.module Helper module for the image tests.
import1.css core/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 */ …
import2.css core/modules/simpletest/files/css_test_files/import2.css p, select { font: 1em/160% Verdana, sans-serif; color: #494949; }
index.php index.php The PHP page that serves all page requests on a Backdrop installation.
install.core.inc core/includes/install.core.inc API functions for installing Backdrop.
install.inc core/includes/install.inc API functions for installing modules and themes.
install.inc core/includes/database/mysql/install.inc Installation code for MySQL embedded database engine.
install.php core/install.php Initiates a browser-based installation of Backdrop.
install.sh core/scripts/install.sh #!/usr/bin/env php <?php /** * Install Backdrop through the command line. */ $script = basename(array_shift($_SERVER['argv'])); if (in_array('--help', $_SERVER['argv']) || empty($_SERVER['argv'])) { …
installer-block.tpl.php core/modules/installer/templates/installer-block.tpl.php Default theme implementation to display a block on the projects browse page.
installer-install-queue.tpl.php core/modules/installer/templates/installer-install-queue.tpl.php Default theme implementation for displaying list of queued projects.
installer-install.tpl.php core/modules/installer/templates/installer-install.tpl.php Default theme implementation for displaying the install page.
installer-list.tpl.php core/modules/installer/templates/installer-list.tpl.php Default theme implementation for displaying list of projects.
installer-project-dialog.tpl.php core/modules/installer/templates/installer-project-dialog.tpl.php Default theme implementation for displaying a project in a dialog.
installer-project.tpl.php core/modules/installer/templates/installer-project.tpl.php Default theme implementation for displaying a project.
installer.authorize.inc core/modules/installer/installer.authorize.inc Callbacks and related functions invoked by authorize.php to update projects.
installer.browser.inc core/modules/installer/installer.browser.inc Various functions that are required by the Installer browse pages.
installer.css core/modules/installer/css/installer.css /** * Styles for the Installer interfaces. */ .installer-manager-update-form .update-security.odd:not(:hover), .block-dashboard-updates .update-security.odd:not(:hover) { background: #FFE0E0; } .installer-manager-update-form…
installer.info core/modules/installer/installer.info type = module name = Project Installer description = Provides a user interface for installing and updating modules, themes, and layouts. version = BACKDROP_VERSION package = Development tags[] = User interface tags[] = System backdrop =…
installer.install core/modules/installer/installer.install Install, update and uninstall functions for the installer module.
installer.manager.inc core/modules/installer/installer.manager.inc Administrative screens and processing functions of the Installer module.
installer.module core/modules/installer/installer.module Handles installation and updates of contributed projects.
installer.pages.inc core/modules/installer/installer.pages.inc Page callbacks used by the Installer browse pages.
installer.test core/modules/installer/tests/installer.test
installer.test core/modules/simpletest/tests/installer.test Tests for the installer.
installer.tests.info core/modules/installer/tests/installer.tests.info [InstallerTestUploadCase] name = Upload and extract module functionality description = Tests the installer module's upload and extraction functionality. group = Installer (module) file =…
installer.theme.inc core/modules/installer/installer.theme.inc Project Installer theme pages.
installer_test.info core/modules/installer/tests/installer_test/installer_test.info name = "Installer Browser module tests" description = "Support module for Installer Browser related testing." package = Testing version = BACKDROP_VERSION backdrop = 1.x type = module hidden = TRUE
installer_test.module core/modules/installer/tests/installer_test/installer_test.module
javascript-1.txt core/modules/simpletest/files/javascript-1.txt <script> alert('SimpleTest PHP was executed!'); </script>
jquery.treetable.css core/modules/system/css/jquery.treetable.css table.treetable span.indenter { display: inline-block; margin: 0; padding: 0; text-align: right; /* Disable text selection of nodes (for better D&D UX) */ user-select: none; -khtml-user-select: none; -moz-user-select: none; …
jquery.treetable.theme.default.css core/modules/system/css/jquery.treetable.theme.default.css table.treetable { border-collapse: collapse; width: 100%; } table.treetable span { background-position: center left; background-repeat: no-repeat; padding: .2em 0 .2em 1em; } table.treetable tr.collapsed span.indenter a { …
jquery.ui.accordion.css core/misc/ui/jquery.ui.accordion.css /*! * jQuery UI Accordion 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/accordion/#theming */ .ui-accordion…
jquery.ui.all.css core/misc/ui/jquery.ui.all.css /*! * jQuery UI CSS Framework 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/category/theming/ */ @import…
jquery.ui.autocomplete.css core/misc/ui/jquery.ui.autocomplete.css /*! * jQuery UI Autocomplete 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/autocomplete/#theming
jquery.ui.base.css core/misc/ui/jquery.ui.base.css /*! * jQuery UI CSS Framework 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/category/theming/ */ @import…
jquery.ui.button.css core/misc/ui/jquery.ui.button.css /*! * jQuery UI Button 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/button/#theming */ .ui-button { padding:…
jquery.ui.checkboxradio.css core/misc/ui/jquery.ui.checkboxradio.css /*! * jQuery UI Checkboxradio 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/checkboxradio/#theming
jquery.ui.controlgroup.css core/misc/ui/jquery.ui.controlgroup.css /*! * jQuery UI Controlgroup 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/controlgroup/#theming
jquery.ui.core.css core/misc/ui/jquery.ui.core.css /*! * jQuery UI CSS Framework 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/category/theming/ */ /* Layout…
jquery.ui.datepicker.css core/misc/ui/jquery.ui.datepicker.css /*! * jQuery UI Datepicker 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/datepicker/#theming */ .ui-datepicker…
jquery.ui.dialog.css core/misc/ui/jquery.ui.dialog.css /*! * jQuery UI Dialog 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/dialog/#theming */ .ui-dialog { position:…
jquery.ui.draggable.css core/misc/ui/jquery.ui.draggable.css /*! * jQuery UI Draggable 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ .ui-draggable-handle { touch-action: none; }
jquery.ui.menu.css core/misc/ui/jquery.ui.menu.css /*! * jQuery UI Menu 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/menu/#theming */ .ui-menu { list-style:…
jquery.ui.progressbar.css core/misc/ui/jquery.ui.progressbar.css /*! * jQuery UI Progressbar 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/progressbar/#theming
jquery.ui.resizable.css core/misc/ui/jquery.ui.resizable.css /*! * jQuery UI Resizable 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://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.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ .ui-selectable { touch-action: none; } .ui-selectable-helper…

Pages