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 */
… |
import2.css |
modules/simpletest/files/css_test_files/import2.css |
|
p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
} |
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:
#… |
install.core.inc |
includes/install.core.inc |
|
API functions for installing Backdrop. |
installer.authorize.inc |
modules/installer/installer.authorize.inc |
|
Callbacks and related functions invoked by authorize.php to update projects. |
installer-block.tpl.php |
modules/installer/templates/installer-block.tpl.php |
|
Default theme implementation to display a block on the projects browse page. |
installer.browser.inc |
modules/installer/installer.browser.inc |
|
Various functions that are required by the Installer browse pages. |
installer.css |
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 |
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 |
modules/installer/installer.install |
|
Install, update and uninstall functions for the installer module. |
installer-install-queue.tpl.php |
modules/installer/templates/installer-install-queue.tpl.php |
|
Default theme implementation for displaying list of queued projects. |
installer-install.tpl.php |
modules/installer/templates/installer-install.tpl.php |
|
Default theme implementation for displaying the install page. |
installer-list.tpl.php |
modules/installer/templates/installer-list.tpl.php |
|
Default theme implementation for displaying list of projects. |
installer.manager.inc |
modules/installer/installer.manager.inc |
|
Administrative screens and processing functions of the Installer module. |
installer.module |
modules/installer/installer.module |
|
Handles installation and updates of contributed projects. |
installer.pages.inc |
modules/installer/installer.pages.inc |
|
Page callbacks used by the Installer browse pages. |
installer-project-dialog.tpl.php |
modules/installer/templates/installer-project-dialog.tpl.php |
|
Default theme implementation for displaying a project in a dialog. |
installer-project.tpl.php |
modules/installer/templates/installer-project.tpl.php |
|
Default theme implementation for displaying a project. |
installer.test |
modules/installer/tests/installer.test |
|
|
installer.test |
modules/simpletest/tests/installer.test |
|
Tests for the installer. |
installer_test.info |
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 |
modules/installer/tests/installer_test/installer_test.module |
|
|
installer.tests.info |
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 |
modules/installer/installer.theme.inc |
|
Project Installer theme pages. |
install.inc |
includes/install.inc |
|
API functions for installing modules and themes. |
install.inc |
drivers/database_mysql/install.inc |
|
Installation code for MySQL embedded database engine. |
install.php |
install.php |
|
Initiates a browser-based installation of Backdrop. |
install.sh |
scripts/install.sh |
|
#!/usr/bin/env php
<?php
/**
* Install Silkscreen through the command line.
*/
$script = basename(array_shift($_SERVER['argv']));
if (in_array('--help', $_SERVER['argv']) || empty($_SERVER['argv'])) {
… |
javascript-1.txt |
modules/simpletest/files/javascript-1.txt |
|
<script>
alert('SimpleTest PHP was executed!');
</script> |
jquery.treetable.css |
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 |
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 |
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.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.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.button.css |
misc/ui/jquery.ui.button.css |
|
/*!
* jQuery UI Button 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/button/#theming
*/
.ui-button {
padding:… |
jquery.ui.checkboxradio.css |
misc/ui/jquery.ui.checkboxradio.css |
|
/*!
* jQuery UI Checkboxradio 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/checkboxradio/#theming
… |
jquery.ui.controlgroup.css |
misc/ui/jquery.ui.controlgroup.css |
|
/*!
* jQuery UI Controlgroup 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/controlgroup/#theming
… |
jquery.ui.core.css |
misc/ui/jquery.ui.core.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/
*/
/* Layout… |
jquery.ui.datepicker.css |
misc/ui/jquery.ui.datepicker.css |
|
/*!
* jQuery UI Datepicker 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/datepicker/#theming
*/
.ui-datepicker… |
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.draggable.css |
misc/ui/jquery.ui.draggable.css |
|
/*!
* jQuery UI Draggable 1.12.1
* 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 |
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.progressbar.css |
misc/ui/jquery.ui.progressbar.css |
|
/*!
* jQuery UI Progressbar 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/progressbar/#theming
*/
.ui-progressbar… |
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… |
jquery.ui.selectable.css |
misc/ui/jquery.ui.selectable.css |
|
/*!
* jQuery UI Selectable 1.12.1
* 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 |
misc/ui/jquery.ui.selectmenu.css |
|
/*!
* jQuery UI Selectmenu 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/selectmenu/#theming
… |
jquery.ui.slider.css |
misc/ui/jquery.ui.slider.css |
|
/*!
* jQuery UI Slider 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/slider/#theming
*/
.ui-slider {
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:… |