filter.admin.css |
core/modules/filter/css/filter.admin.css |
/**
* Styles used when configuring a text format.
*/
#filter-order .filter-info {
padding: 0 0 0 3em;
white-space: normal;
}
[dir="rtl"] #filter-order .filter-info {
padding: 0 3em 0 0;
}
#filter-order .disabled-row,
#filter-order… |
filter.admin.inc |
core/modules/filter/filter.admin.inc |
Admin page callbacks for the Filter module. |
filter.api.php |
core/modules/filter/filter.api.php |
Hooks provided by the Filter module. |
filter.css |
core/modules/filter/css/filter.css |
/**
* Styles used when displaying a formatted_html field or rich text editor.
*/
.text-format-wrapper .form-item {
margin-bottom: 0;
}
.text-format-wrapper .form-text {
width: 100%;
}
.filter-wrapper {
border-top: 0;
margin: 0;
padding:… |
filter.info |
core/modules/filter/filter.info |
type = module
name = Filter
description = Filters content in preparation for display.
package = System
tags[] = Filters
tags[] = Formats
tags[] = Text Editors
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE
configure =… |
filter.install |
core/modules/filter/filter.install |
Install, update, and uninstall functions for the Filter module. |
filter.module |
core/modules/filter/filter.module |
Framework for handling the filtering of content. |
filter.pages.inc |
core/modules/filter/filter.pages.inc |
User page callbacks for the Filter module. |
filter.test |
core/modules/filter/tests/filter.test |
Tests for filter.module. |
filter.tests.info |
core/modules/filter/tests/filter.tests.info |
[FilterCRUDTestCase]
name = Filter CRUD operations
description = Test creation, loading, updating, deleting of text formats and filters.
group = Filter
file = filter.test
[FilterAdminTestCase]
name = Filter administration functionality
description =… |
filter.theme.inc |
core/modules/filter/filter.theme.inc |
Theme functions for the Filter module. |
filter.url-input.txt |
core/modules/filter/tests/filter.url-input.txt |
This is just a www.test.com. paragraph with person@test.com. some http://www.test.com. urls thrown in and also <code>using www.test.com the code tag</code>.
<blockquote>
This is just a www.test.com. paragraph with person@test.com.… |
filter.url-output.txt |
core/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… |
filter_dialog.test |
core/modules/filter/tests/filter_dialog.test |
Functional tests for the Filter module. |
filter_example.info |
modules/examples/filter_example/filter_example.info |
name = Filter Example
description = An example module showing how to define a custom filter.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
filter_example.module |
modules/examples/filter_example/filter_example.module |
Hook implementations for the Filter Example module. |
filter_example.test |
modules/examples/filter_example/tests/filter_example.test |
Test case for Testing the filter example module. |
filter_example.tests.info |
modules/examples/filter_example/tests/filter_example.tests.info |
[FilterExampleTestCase]
name = Filter example functionality
description = Verify that content is processed by example filter.
group = Example modules
file = filter_example.test |
filter_formtest.info |
core/modules/filter/tests/filter_formtest.info |
name = 'Filter form test'
description = 'Helper module to test filter form validation'
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
filter_formtest.module |
core/modules/filter/tests/filter_formtest.module |
Helper module for FilterEditorLinkValidateTestCase. |
filter_test.info |
core/modules/simpletest/tests/filter_test.info |
name = Filter test module
description = Tests filter hooks and functions.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
filter_test.module |
core/modules/simpletest/tests/filter_test.module |
Test module for Filter module hooks and functions not used in core. |
FONTLOG.txt |
core/misc/opensans/FONTLOG.txt |
FONTLOG for the Open Sans fonts
This file provides detailed information on the Open Sans Font Software. This information should be distributed along with the Open Sans fonts and any derivative works.
Basic Font Information
Open Sans is a humanist… |
footer.css |
core/themes/basis/css/component/footer.css |
Site Footer styles. |
form.api.php |
core/modules/system/form.api.php |
Callbacks provided by the form system. |
form.inc |
core/includes/form.inc |
Functions for form and batch generation and processing. |
form.test |
core/modules/simpletest/tests/form.test |
Unit tests for the Backdrop Form API. |
form_example.info |
modules/examples/form_example/form_example.info |
name = Form Example
description = Examples of using the form API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
form_example.install |
modules/examples/form_example/form_example.install |
Examples demonstrating the Backdrop Form API. |
form_example.module |
modules/examples/form_example/form_example.module |
Hook implementations for the Form Example module. |
form_example.test |
modules/examples/form_example/tests/form_example.test |
Test file for form_example module. |
form_example.tests.info |
modules/examples/form_example/tests/form_example.tests.info |
[FormExampleTestCase]
name = Form example functionality
description = Tests form functionality.
group = Example modules
file = form_example.test |
form_example_elements.inc |
modules/examples/form_example/form_example_elements.inc |
This is an example demonstrating how a module can define custom form and
render elements. |
form_example_states.inc |
modules/examples/form_example/form_example_states.inc |
An example of how to use the new #states Form API element, allowing
dynamic form behavior with very simple setup. |
form_example_tutorial.inc |
modules/examples/form_example/form_example_tutorial.inc |
This is the form API tutorial. |
form_example_wizard.inc |
modules/examples/form_example/form_example_wizard.inc |
Extensible wizard form example. |
form_test.file.inc |
core/modules/simpletest/tests/form_test.file.inc |
An include file to test loading it with the form API. |
form_test.info |
core/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 |
core/modules/simpletest/tests/form_test.module |
Helper module for the Form API tests. |
front_layout_access.inc |
core/modules/layout/plugins/access/front_layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |
ftp.inc |
core/includes/filetransfer/ftp.inc |
|
geary.info |
core/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 |
core/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 |
core/includes/gettext.inc |
Gettext parsing and generating API. |
graph.inc |
core/includes/graph.inc |
Directed acyclic graph manipulation. |
graph.test |
core/modules/simpletest/tests/graph.test |
Provides unit tests for graph.inc. |
grid-flexbox.css |
core/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 |
core/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/main/LICENSE)
*/
.container {
margin-left: auto;
margin-right: auto;
padding-left:… |
handlers.inc |
core/modules/views/includes/handlers.inc |
Defines the various handler objects to help build and display views. |
harris.info |
core/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] =… |