token.inc |
core/includes/token.inc |
Backdrop placeholder/token replacement system. |
token.test |
core/modules/image/tests/token.test |
Tests for image.module. |
token.test |
core/modules/simpletest/tests/token.test |
Test integration for the token module. |
token_example.info |
modules/examples/token_example/token_example.info |
name = Token Example
description = An example module showing how to define and use tokens.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
token_example.module |
modules/examples/token_example/token_example.module |
Hook implementations for the Token Example module. |
token_example.test |
modules/examples/token_example/tests/token_example.test |
Test cases for Testing the token example module. |
token_example.tests.info |
modules/examples/token_example/tests/token_example.tests.info |
[TokenExampleTestCase]
name = Token example functionality
description = Tests Token functionality.
group = Example modules
file = token_example.test |
token_example.tokens.inc |
modules/examples/token_example/token_example.tokens.inc |
Token callbacks for the token_example module. |
token_test.info |
core/modules/simpletest/tests/token_test.info |
name = Token Test
description = Testing module for token functionality.
package = Testing
backdrop = 1.x
version = BACKDROP_VERSION
hidden = TRUE
type = module |
token_test.module |
core/modules/simpletest/tests/token_test.module |
Helper module for token tests. |
translation.info |
core/modules/translation/translation.info |
type = module
name = Content Translation
description = Allows content to be translated into different languages.
dependencies[] = locale
package = Translation
tags[] = Language
version = BACKDROP_VERSION
backdrop = 1.x |
translation.install |
core/modules/translation/translation.install |
Install, update and uninstall functions for the Translation module. |
translation.module |
core/modules/translation/translation.module |
Manages content translations. |
translation.pages.inc |
core/modules/translation/translation.pages.inc |
User page callbacks for the Translation module. |
translation.test |
core/modules/translation/tests/translation.test |
Tests for the Translation module. |
translation.tests.info |
core/modules/translation/tests/translation.tests.info |
[TranslationTestCase]
name = Translation functionality
description = Create a page with translation, modify the page outdating translation, and update translation.
group = Translation
file = translation.test |
translation.views.inc |
core/modules/translation/views/translation.views.inc |
Provide views data and handlers for translation.module. |
translation_test.info |
core/modules/translation/tests/translation_test/translation_test.info |
name = "Content Translation Test"
description = "Support module for the content translation tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
translation_test.module |
core/modules/translation/tests/translation_test/translation_test.module |
Mock module for content translation tests. |
transliteration.inc |
core/includes/transliteration.inc |
Transliteration processing functions. |
transliteration.test |
core/modules/simpletest/tests/transliteration.test |
|
two-column-flipped.css |
core/layouts/legacy/two_column_flipped/two-column-flipped.css |
CSS for the two column flipped layout. |
two-column.css |
core/layouts/legacy/two_column/two-column.css |
CSS for the two column layout. |
two_column.info |
core/layouts/legacy/two_column/two_column.info |
name = 2 columns
version = BACKDROP_VERSION
type = layout
backdrop = 1.x
hidden = true
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[content] = Content
regions[sidebar] = Sidebar
regions[footer] = Footer
;… |
two_column_flipped.info |
core/layouts/legacy/two_column_flipped/two_column_flipped.info |
name = 2 columns flipped
version = BACKDROP_VERSION
type = layout
backdrop = 1.x
hidden = true
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[content] = Content
regions[sidebar] = Sidebar
regions[footer] =… |
uk.php |
core/includes/transliteration/uk.php |
|
unicode.entities.inc |
core/includes/unicode.entities.inc |
(X)HTML entities, as defined in HTML 4.01. |
unicode.inc |
core/includes/unicode.inc |
Provides Unicode-related conversions and operations. |
unicode.test |
core/modules/simpletest/tests/unicode.test |
Various unicode handling tests. |
UnicodeTest.txt |
core/modules/search/tests/UnicodeTest.txt |
… |
update.admin.inc |
core/modules/update/update.admin.inc |
Admin page callbacks for the Update Manager module. |
update.api.php |
core/modules/update/update.api.php |
Hooks provided by the Update Manager module. |
update.compare.inc |
core/modules/update/update.compare.inc |
Code required only when comparing available updates to existing data. |
update.css |
core/modules/update/css/update.css |
Styles used by the Update Manager module. |
update.fetch.inc |
core/modules/update/update.fetch.inc |
Code required only when fetching information about available updates. |
update.inc |
core/includes/update.inc |
Backdrop site update API. |
update.info |
core/modules/update/update.info |
type = module
name = Update Manager
description = Checks for available updates.
package = Development
tags[] = System
tags[] = Utility
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/reports/updates/settings |
update.install |
core/modules/update/update.install |
Install, update, and uninstall functions for the Update Manager module. |
update.module |
core/modules/update/update.module |
Handles update checking for Backdrop core and contributed projects. |
update.php |
core/update.php |
Administrative page for handling updates from one Backdrop version to another. |
update.report.inc |
core/modules/update/update.report.inc |
Code required only when rendering the available updates report. |
update.test |
core/modules/simpletest/tests/update.test |
Tests for the update system. |
update.test |
core/modules/update/tests/update.test |
This file contains tests for the Update Manager module. |
update.tests.info |
core/modules/update/tests/update.tests.info |
[UpdateCoreTestCase]
name = Update core functionality
description = Tests the update module through a series of functional tests using mock XML data.
group = Update
file = update.test
[UpdateTestContribCase]
name = Update contrib… |
update.theme.inc |
core/modules/update/update.theme.inc |
Theme functions for the Update module. |
updater.inc |
core/includes/updater.inc |
Classes used for updating various files in the Backdrop webroot. These
classes use a FileTransfer object to actually perform the operations.
Normally, the FileTransfer is provided when the site owner is redirected to
authorize.php as part of a… |
update_d7_test_1.info |
core/modules/simpletest/tests/update_d7_test_1.info |
name = "Update D7 test"
description = "Support module for update testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
update_d7_test_1.install |
core/modules/simpletest/tests/update_d7_test_1.install |
Install, update and uninstall functions for the update_d7_test_1 module. |
update_d7_test_1.module |
core/modules/simpletest/tests/update_d7_test_1.module |
|
update_d7_test_2.info |
core/modules/simpletest/tests/update_d7_test_2.info |
name = "Update D7 test"
description = "Support module for update testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |