File name | Location | Description |
---|---|---|
image.gd.inc |
core/ |
GD2 toolkit for image manipulation within Backdrop. |
image.field.inc |
core/ |
Implement an image field, based on the file module's file field. |
image.effects.inc |
core/ |
Functions needed to execute image effects provided by Image module. |
image.css |
core/ |
/** * Image upload widget. */ .image-preview { float: left; /* LTR */ padding: 0 10px 10px 0; /* LTR */ } [dir="rtl"] .image-preview { float: right; padding: 0 0 10px 10px; } div.image-widget-data { float: left; /* LTR */ … |
image.api.php |
core/ |
Hooks related to image styles and effects. |
image.admin.inc |
core/ |
Admin page callbacks for the Image module. |
image.admin.css |
core/ |
/** * Image style configuration pages. */ div.image-style-new, div.image-style-new div { display: inline; } div.image-style-preview .preview-image-wrapper { float: left; padding-bottom: 2em; text-align: center; top: 50%; width:… |
icon_test.module |
core/ |
Provides testing hooks for Icon API. |
icon_test.info |
core/ |
name = "Icon API test" description = "Support module for Icon API testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE |
icon.test |
core/ |
Tests for displaying and overriding icons in Backdrop. |
icon.inc |
core/ |
Provides the Backdrop API for placing icons. |
http_system.inc |
core/ |
Contains classes and interfaces related to implementing alternative HTTP request systems. By default, backdrop_http_request() will execute its own requests, but this can be replaced by an alternative system if desired by specifying an alternative in… |
http_response_code_layout_access.inc |
core/ |
Plugin to provide access control by the server HTTP response code. |
https.php |
core/ |
Fake an HTTPS request, for use during testing. |
http.php |
core/ |
Fake an HTTP request, for use during testing. |
html-2.html |
core/ |
|
html-1.txt |
core/ |
<h1>SimpleTest HTML</h1> |
hero.css |
core/ |
Hero component styling. |
header.tpl.php |
core/ |
Display generic site information such as logo, site name, etc. |
header.tpl.php |
core/ |
Display generic site information such as logo, site name, etc. |
header.css |
core/ |
Header region styling. |
harris.info |
core/ |
type = layout name = Harris version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[sidebar] = First Sidebar regions[sidebar2] =… |
handlers.inc |
core/ |
Defines the various handler objects to help build and display views. |
grid-float.css |
core/ |
/*! * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ .container { margin-left: auto; margin-right: auto; padding-left:… |
grid-flexbox.css |
core/ |
@-webkit-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } .container { padding-right: .9375rem; padding-left: .9375rem; margin-right:… |
graph.test |
core/ |
Provides unit tests for graph.inc. |
graph.inc |
core/ |
Directed acyclic graph manipulation. |
gettext.inc |
core/ |
Gettext parsing and generating API. |
generate-d7-content.sh |
core/ |
#!/usr/bin/env php <?php /** * Generate content for a Drupal 7 database to test the upgrade process. * * Run this script at the root of an existing Drupal 6 installation. * Steps to use this generation script: * - Install Drupal 7. * - Run… |
geary.info |
core/ |
type = layout name = Geary version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[third1] = First Column regions[third2] = Second Column regions[third3] … |
ftp.inc |
core/ |
|
front_layout_access.inc |
core/ |
Class for loading, modifying, and saving a layout access rule (condition). |
form_test.module |
core/ |
Helper module for the Form API tests. |
form_test.info |
core/ |
name = "FormAPI Test" description = "Support module for Form API tests." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = file hidden = TRUE |
form_test.file.inc |
core/ |
An include file to test loading it with the form API. |
form_example_wizard.inc |
modules/ |
Extensible wizard form example. |
form_example_tutorial.inc |
modules/ |
This is the form API tutorial. |
form_example_states.inc |
modules/ |
An example of how to use the new #states Form API element, allowing dynamic form behavior with very simple setup. |
form_example_elements.inc |
modules/ |
This is an example demonstrating how a module can define custom form and render elements. |
form_example.tests.info |
modules/ |
[FormExampleTestCase] name = Form example functionality description = Tests form functionality. group = Example modules file = form_example.test |
form_example.test |
modules/ |
Test file for form_example module. |
form_example.module |
modules/ |
Hook implementations for the Form Example module. |
form_example.install |
modules/ |
Examples demonstrating the Backdrop Form API. |
form_example.info |
modules/ |
name = Form Example description = Examples of using the form API. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module |
form.test |
core/ |
Unit tests for the Backdrop Form API. |
form.inc |
core/ |
Functions for form and batch generation and processing. |
form.api.php |
core/ |
Callbacks provided by the form system. |
footer.css |
core/ |
Site Footer styles. |
FONT-LICENSE.txt |
core/ |
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the… |
filter_test.module |
core/ |
Test module for Filter module hooks and functions not used in core. |