Contains filters are case sensitive
File name Location Namespacesort ascending Description
x75.php includes/transliteration/x75.php
x02.php includes/transliteration/x02.php
xb2.php includes/transliteration/xb2.php
x95.php includes/transliteration/x95.php
x29.php includes/transliteration/x29.php
local.inc includes/filetransfer/local.inc
ssh.inc includes/filetransfer/ssh.inc
filetransfer.inc includes/filetransfer/filetransfer.inc Base FileTransfer class.
ftp.inc includes/filetransfer/ftp.inc
schema.inc includes/database/schema.inc Generic Database schema code.
charset_converter.inc includes/database/charset_converter.inc
query.inc includes/database/query.inc Non-specific Database query code. Used by all engines.
prefetch.inc includes/database/prefetch.inc Database interface code for engines that need complete control over their result sets.
jquery.ui.accordion.css misc/ui/jquery.ui.accordion.css /*! * jQuery UI Accordion 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/accordion/#theming */ .ui-accordion…
jquery.ui.autocomplete.css misc/ui/jquery.ui.autocomplete.css /*! * jQuery UI Autocomplete 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/autocomplete/#theming
jquery.ui.base.css misc/ui/jquery.ui.base.css /*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ @import…
jquery.ui.menu.css misc/ui/jquery.ui.menu.css /*! * jQuery UI Menu 1.12.1 * 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.dialog.css misc/ui/jquery.ui.dialog.css /*! * jQuery UI Dialog 1.12.1 * 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.tooltip.css misc/ui/jquery.ui.tooltip.css /*! * jQuery UI Tooltip 1.12.1 * 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:…
jquery.ui.tabs.css misc/ui/jquery.ui.tabs.css /*! * jQuery UI Tabs 1.12.1 * 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.sortable.css misc/ui/jquery.ui.sortable.css /*! * jQuery UI Sortable 1.12.1 * 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 misc/ui/jquery.ui.spinner.css /*! * jQuery UI Spinner 1.12.1 * 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.all.css misc/ui/jquery.ui.all.css /*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ @import…
jquery.ui.resizable.css misc/ui/jquery.ui.resizable.css /*! * jQuery UI Resizable 1.12.1 * 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…
run_tests.php misc/zen-ci/run_tests.php This script file is executed on the Zen.ci platform for running tests.
run_phpcs.sh misc/zen-ci/run_phpcs.sh #!/bin/sh ## # Run phpcs code standards tests. # # This utilizes the PHP_CodeSniffer (phpcs) library included as part of the # contrib "coder" module. ## # Set site path SITEPATH="$HOME/www" # Go to domain directory. cd…
init_test.sh misc/zen-ci/init_test.sh #!/bin/sh ## # Prepare an environment on a Zen.ci test server in preparation to run tests. # # This script is called by the gitlc.yml file on backdropcms.org: #…
farbtastic.css misc/farbtastic/farbtastic.css .farbtastic { position: relative; } .farbtastic * { position: absolute; cursor: crosshair; } .farbtastic, .farbtastic .wheel { width: 195px; height: 195px; } .farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width:…
theme-settings.php themes/bartik/theme-settings.php
bartik.info themes/bartik/bartik.info name = Bartik description = Legacy front-end theme. version = BACKDROP_VERSION type = theme backdrop = 1.x stylesheets[all][] = css/style.css stylesheets[all][] = css/colors.css stylesheets[print][] = css/print.css ; Include a style sheet in the…
template.php themes/bartik/template.php Contains a theme's functions to manipulate or override the default markup.
theme-settings.php themes/basis/theme-settings.php Theme settings file for Basis.
basis.info themes/basis/basis.info type = theme name = Basis description = The default front-end theme for Backdrop CMS, which can make a great base theme. backdrop = 1.x version = BACKDROP_VERSION ; Add theme CSS files stylesheets[all][] = css/base.css stylesheets[all][] =…
template.php themes/basis/template.php Basis preprocess functions and theme function overrides.
seven.info themes/seven/seven.info name = Seven description = The default administration theme for Backdrop CMS. version = BACKDROP_VERSION type = theme backdrop = 1.x stylesheets[screen][] = css/seven.base.css stylesheets[screen][] = css/style.css stylesheets[screen][] =…
template.php themes/seven/template.php Preprocess functions and theme function overrides for the Seven theme.
select.inc includes/database/select.inc
cache_database.inc drivers/cache_database/cache_database.inc
cache_database.info drivers/cache_database/cache_database.info name = Cache Database description = Support cache bins stored in the database version = BACKDROP_VERSION type = driver backdrop = 1.x cache_backend[BackdropDatabaseCache] = cache_database.inc
database_mysql.info drivers/database_mysql/database_mysql.info name = MySQL Database Driver description = Enable the use of MySQL, MariaDB and similar databases type = driver version = BACKDROP_VERSION backdrop = 1.x database_driver = mysql version = BACKDROP_VERSION database_backend[DatabaseConnection_mysql] =…
schema.inc drivers/database_mysql/schema.inc Database schema code for MySQL database servers.
query.inc drivers/database_mysql/query.inc Query code for MySQL embedded database engine.
database.inc drivers/database_mysql/database.inc Database interface code for MySQL database servers.
install.inc drivers/database_mysql/install.inc Installation code for MySQL embedded database engine.
config_database.info drivers/config_database/config_database.info name = Database-based configuration description = Store configuration in the database version = BACKDROP_VERSION type = driver config_backend[ConfigDatabaseStorage] = config_database_storage.inc
config_database_storage.inc drivers/config_database/config_database_storage.inc
cache_null.inc drivers/cache_null/cache_null.inc
cache_null.info drivers/cache_null/cache_null.info name = NULL Cache description = A dummy cache implementation version = BACKDROP_VERSION type = driver backdrop = 1.x cache_backend[BackdropNullCache] = cache_null.inc
config_file.info drivers/config_file/config_file.info name = File-based configuration description = Store configuration in flat files version = BACKDROP_VERSION type = driver config_backend[ConfigFileStorage] = config_file_storage.inc
config_file_storage.inc drivers/config_file/config_file_storage.inc

Pages