filter.url-output.txt |
modules/filter/tests/filter.url-output.txt |
|
This is just a <a href="http://www.test.com">www.test.com</a>. paragraph with <a href="mailto:person@test.com">person@test.com</a>. some <a… |
FONT-LICENSE.txt |
misc/opensans/FONT-LICENSE.txt |
|
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… |
footer.css |
themes/basis/css/component/footer.css |
|
Site Footer styles. |
form.api.php |
modules/system/form.api.php |
|
Callbacks provided by the form system. |
form.inc |
includes/form.inc |
|
Functions for form and batch generation and processing. |
form.test |
modules/simpletest/tests/form.test |
|
Unit tests for the Backdrop Form API. |
form_test.file.inc |
modules/simpletest/tests/form_test.file.inc |
|
An include file to test loading it with the form API. |
form_test.info |
modules/simpletest/tests/form_test.info |
|
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.module |
modules/simpletest/tests/form_test.module |
|
Helper module for the form API tests. |
front_layout_access.inc |
modules/layout/plugins/access/front_layout_access.inc |
|
Class for loading, modifying, and saving a layout access rule (condition). |
ftp.inc |
includes/filetransfer/ftp.inc |
|
|
geary.info |
layouts/geary/geary.info |
|
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] … |
generate-d7-content.sh |
scripts/generate-d7-content.sh |
|
#!/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… |
gettext.inc |
includes/gettext.inc |
|
Gettext parsing and generating API. |
graph.inc |
includes/graph.inc |
|
Directed acyclic graph manipulation. |
graph.test |
modules/simpletest/tests/graph.test |
|
Provides unit tests for graph.inc. |
grid-flexbox.css |
modules/layout/css/grid-flexbox.css |
|
@-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:… |
grid-float.css |
modules/layout/css/grid-float.css |
|
/*!
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.container {
margin-left: auto;
margin-right: auto;
padding-left:… |
handlers.inc |
modules/views/includes/handlers.inc |
|
Defines the various handler objects to help build and display views. |
harris.info |
layouts/harris/harris.info |
|
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] =… |
header.css |
themes/basis/css/component/header.css |
|
Header region styling. |
header.tpl.php |
modules/system/templates/header.tpl.php |
|
Display generic site information such as logo, site name, etc. |
header.tpl.php |
themes/basis/templates/header.tpl.php |
|
Display generic site information such as logo, site name, etc. |
hero.css |
themes/basis/css/component/hero.css |
|
Hero component styling. |
html-1.txt |
modules/simpletest/files/html-1.txt |
|
<h1>SimpleTest HTML</h1> |
html-2.html |
modules/simpletest/files/html-2.html |
|
|
http.php |
modules/simpletest/tests/http.php |
|
Fake an HTTP request, for use during testing. |
https.php |
modules/simpletest/tests/https.php |
|
Fake an HTTPS request, for use during testing. |
http_system.inc |
includes/http_system.inc |
|
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… |
image.admin.css |
modules/image/css/image.admin.css |
|
/**
* 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:… |
image.admin.inc |
modules/image/image.admin.inc |
|
Admin page callbacks for the Image module. |
image.api.php |
modules/image/image.api.php |
|
Hooks related to image styles and effects. |
image.css |
modules/image/css/image.css |
|
/**
* 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.effects.inc |
modules/image/image.effects.inc |
|
Functions needed to execute image effects provided by Image module. |
image.field.inc |
modules/image/image.field.inc |
|
Implement an image field, based on the file module's file field. |
image.gd.inc |
modules/system/image.gd.inc |
|
GD2 toolkit for image manipulation within Backdrop. |
image.inc |
includes/image.inc |
|
API for manipulating images. |
image.info |
modules/image/image.info |
|
type = module
name = Image
description = Provides image manipulation tools and image field type.
package = Fields
tags[] = Images
tags[] = Media
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = file
configure =… |
image.install |
modules/image/image.install |
|
Install, update and uninstall functions for the image module. |
image.module |
modules/image/image.module |
|
Exposes global functionality for creating image styles. |
image_module_test.info |
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 |
modules/image/tests/image_module_test/image_module_test.module |
|
Provides Image module hook implementations for testing purposes. |
image.test |
modules/simpletest/tests/image.test |
|
Tests for core image handling API. |
image.test |
modules/image/tests/image.test |
|
Tests for image.module. |
image_test.info |
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 |
modules/simpletest/tests/image_test.module |
|
Helper module for the image tests. |
image.tests.info |
modules/image/tests/image.tests.info |
|
[ImageStylesPathAndUrlUnitTest]
name = Image styles path and URL functions
description = Tests functions for generating paths and URLs to image styles.
group = Image
file = image.test
[ImageEffectsUnitTest]
name = Image effects
description = Test… |
image.theme.inc |
modules/image/image.theme.inc |
|
Theme functions for the Image module. |
image.tokens.inc |
modules/image/image.tokens.inc |
|
Builds placeholder replacement tokens for image styles. |
image.views.inc |
modules/image/views/image.views.inc |
|
Provide views data and handlers for image.module. |