theme.maintenance.inc |
core/includes/theme.maintenance.inc |
Theme the maintenance pages. |
theme.test |
core/modules/simpletest/tests/theme.test |
Tests for the theme API. |
theme_test.info |
core/modules/simpletest/tests/theme_test.info |
name = "Theme test"
description = "Support module for theme system testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
theme_test.module |
core/modules/simpletest/tests/theme_test.module |
|
theme_test.template_test.tpl.php |
core/modules/simpletest/tests/theme_test.template_test.tpl.php |
|
theme_test.template_test.tpl.php |
core/modules/simpletest/tests/themes/test_theme/theme_test.template_test.tpl.php |
|
theme_test.theme.inc |
core/modules/simpletest/tests/theme_test.theme.inc |
Theme functions for the Theme Test module. |
theming-example-text-form.tpl.php |
modules/examples/theming_example/theming-example-text-form.tpl.php |
Template file for the theming example text form. |
theming_example.css |
modules/examples/theming_example/theming_example.css |
/*
* style the list
* for OL you can have
* decimal | lower-roman | upper-roman | lower-alpha | upper-alpha
* for UL you can have
* disc | circle | square or an image eg url(x.png)
* you can also have 'none'
*/
ol.theming-example-list… |
theming_example.info |
modules/examples/theming_example/theming_example.info |
name = Theming Example
description = An example module showing how to use theming.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
theming_example.module |
modules/examples/theming_example/theming_example.module |
Hook implementations for the Theming Example module. |
theming_example.test |
modules/examples/theming_example/tests/theming_example.test |
Simpletest case for theming_example module. |
theming_example.tests.info |
modules/examples/theming_example/tests/theming_example.tests.info |
[ThemingExampleTestCase]
name = Theming example functionality
description = Verify theming functionality.
group = Example modules
file = theming_example.test |
three-three-four-column.css |
core/layouts/legacy/three_three_four_column/three-three-four-column.css |
CSS for the three-three-four layout. |
three_three_four_column.info |
core/layouts/legacy/three_three_four_column/three_three_four_column.info |
name = 3/3/4 columns
version = BACKDROP_VERSION
type = layout
backdrop = 1.x
hidden = true
; Include file for special preprocessing of this layout's variables.
file = three_three_four_column.php
; Specify regions for this… |
three_three_four_column.php |
core/layouts/legacy/three_three_four_column/three_three_four_column.php |
PHP functions for the 3/3/4 column layout. |
token.css |
core/modules/system/css/token.css |
/* Normally we would use a mobile-first media query, but in this case we only
apply max-width on smaller screens. Max-width/max-height settings interfere
with jQuery UI dialog resizing, but on a small screen we'll just take up
all… |
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. |