Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
CascadingStylesheetsTestCase::testAlter function modules/simpletest/tests/common.test Tests Locale module's CSS Alter to include RTL overrides.
CascadingStylesheetsTestCase::testDefault function modules/simpletest/tests/common.test Check default stylesheets as empty.
CascadingStylesheetsTestCase::testModuleInfo function modules/simpletest/tests/common.test Test that stylesheets in module .info files are loaded.
CascadingStylesheetsTestCase::testRenderExternal function modules/simpletest/tests/common.test Tests rendering an external stylesheet.
CascadingStylesheetsTestCase::testRenderFile function modules/simpletest/tests/common.test Tests rendering the stylesheets.
CascadingStylesheetsTestCase::testRenderInlineFullPage function modules/simpletest/tests/common.test Tests rendering inline stylesheets through a full page request.
CascadingStylesheetsTestCase::testRenderInlineNoPreprocess function modules/simpletest/tests/common.test Tests rendering inline stylesheets with preprocessing off.
CascadingStylesheetsTestCase::testRenderInlinePreprocess function modules/simpletest/tests/common.test Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testRenderOrder function modules/simpletest/tests/common.test Test CSS ordering.
CascadingStylesheetsTestCase::testRenderOverride function modules/simpletest/tests/common.test Test CSS override.
CascadingStylesheetsTestCase::testRenderRemoveCharsetPreprocess function modules/simpletest/tests/common.test Tests removing charset when rendering stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testReset function modules/simpletest/tests/common.test Makes sure that reseting the CSS empties the cache.
CascadingStylesheetsUnitTest class modules/simpletest/tests/common.test CSS Unit Tests.
CascadingStylesheetsUnitTest::getInfo function modules/simpletest/tests/common.test
CascadingStylesheetsUnitTest::testLoadCssBasic function modules/simpletest/tests/common.test Tests basic CSS loading with and without optimization via drupal_load_stylesheet().
CategorizeFeedItemTestCase class modules/aggregator/aggregator.test Tests categorization functionality in the Aggregator module.
CategorizeFeedItemTestCase::getInfo function modules/aggregator/aggregator.test
CategorizeFeedItemTestCase::testCategorizeFeedItem function modules/aggregator/aggregator.test Checks that children of a feed inherit a defined category.
CategorizeFeedTestCase class modules/aggregator/aggregator.test Tests the categorize feed functionality in the Aggregator module.
CategorizeFeedTestCase::getInfo function modules/aggregator/aggregator.test
CategorizeFeedTestCase::testCategorizeFeed function modules/aggregator/aggregator.test Creates a feed and makes sure you can add/delete categories to it.
ccc_update_test.info file modules/update/tests/ccc_update_test.info name = CCC Update test
description = Support module for update module testing.
package = Testing
core = 7.x
hidden = TRUE
ccc_update_test.module file modules/update/tests/ccc_update_test.module Dummy module for testing Update status.
CHANGELOG.txt file ./CHANGELOG.txt Drupal 7.xx, xxxx-xx-xx (development version)
-----------------------

Drupal 7.98, 2023-06-07
-----------------------
- Various security improvements
- Various bug fixes, optimizations and improvements

Drupal 7.97,…
check_markup function modules/filter/filter.module Runs all the enabled filters on a piece of text.
CHECK_PLAIN constant includes/bootstrap.inc Flag used to indicate that text is not sanitized, so run check_plain().
check_plain function includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML.
check_url function includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML.
Code registry group includes/registry.inc The code registry engine.
code-clean.sh file scripts/code-clean.sh #!/bin/sh

find . -name "*~" -type f | xargs rm -f
find . -name ".#*" -type f | xargs rm -f
find . -name "*.rej" -type f | xargs rm -f
find . -name "*.orig" -type f | xargs rm -f
find . -name "DEADJOE"…
Collectable interface misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable.php file misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable::collect function misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable::findByCallback function misc/typo3/phar-stream-wrapper/src/Collectable.php
Collectable::has function misc/typo3/phar-stream-wrapper/src/Collectable.php
color-rtl.css file modules/color/color-rtl.css Right-to-left specific stylesheet for the Color module.
color.css file modules/color/color.css Stylesheet for the administration pages of the Color module.
color.inc file themes/garland/color/color.inc
color.inc file themes/bartik/color/color.inc
color.info file modules/color/color.info name = Color
description = Allows administrators to change the color scheme of compatible themes.
package = Core
version = VERSION
core = 7.x
files[] = color.test
color.install file modules/color/color.install Install, update and uninstall functions for the color module.
color.module file modules/color/color.module Allows users to change the color scheme of themes.
color.test file modules/color/color.test Tests for color module.
colors.css file themes/bartik/css/colors.css /* ---------- Color Module Styles ----------- */

body,
body.overlay {
color: #3b3b3b;
}
.comment .comment-arrow {
border-color: #ffffff;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
background:…
ColorTestCase class modules/color/color.test Tests the Color module functionality.
ColorTestCase::$big_user property modules/color/color.test
ColorTestCase::$colorTests property modules/color/color.test
ColorTestCase::$themes property modules/color/color.test
ColorTestCase::getInfo function modules/color/color.test
ColorTestCase::setUp function modules/color/color.test Sets up a Drupal site for running functional and integration tests.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.