Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CascadingStylesheetsTestCase::testRenderInlineFullPage | function | modules/ |
Tests rendering inline stylesheets through a full page request. |
| CascadingStylesheetsTestCase::testRenderInlineNoPreprocess | function | modules/ |
Tests rendering inline stylesheets with preprocessing off. |
| CascadingStylesheetsTestCase::testRenderInlinePreprocess | function | modules/ |
Tests rendering inline stylesheets with preprocessing on. |
| CascadingStylesheetsTestCase::testRenderOrder | function | modules/ |
Test CSS ordering. |
| CascadingStylesheetsTestCase::testRenderOverride | function | modules/ |
Test CSS override. |
| CascadingStylesheetsTestCase::testRenderRemoveCharsetPreprocess | function | modules/ |
Tests removing charset when rendering stylesheets with preprocessing on. |
| CascadingStylesheetsTestCase::testReset | function | modules/ |
Makes sure that reseting the CSS empties the cache. |
| CascadingStylesheetsUnitTest | class | modules/ |
CSS Unit Tests. |
| CascadingStylesheetsUnitTest::getInfo | function | modules/ |
|
| CascadingStylesheetsUnitTest::testLoadCssBasic | function | modules/ |
Tests basic CSS loading with and without optimization via drupal_load_stylesheet(). |
| CategorizeFeedItemTestCase | class | modules/ |
Tests categorization functionality in the Aggregator module. |
| CategorizeFeedItemTestCase::getInfo | function | modules/ |
|
| CategorizeFeedItemTestCase::testCategorizeFeedItem | function | modules/ |
Checks that children of a feed inherit a defined category. |
| CategorizeFeedTestCase | class | modules/ |
Tests the categorize feed functionality in the Aggregator module. |
| CategorizeFeedTestCase::getInfo | function | modules/ |
|
| CategorizeFeedTestCase::testCategorizeFeed | function | modules/ |
Creates a feed and makes sure you can add/delete categories to it. |
| ccc_update_test.info | file | modules/ |
name = CCC Update test description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE |
| ccc_update_test.module | file | modules/ |
Dummy module for testing Update status. |
| CHANGELOG.txt | file | ./ |
Drupal 7.xxx, xxxx-xx-xx (development version) ------------------------ Drupal 7.103, 2024-12-04 ------------------------ - So Long, and Thanks for All the Fish Drupal 7.102, 2024-11-20 ------------------------ - Fixed security issues: -… |
| check_markup | function | modules/ |
Runs all the enabled filters on a piece of text. |
| CHECK_PLAIN | constant | includes/ |
Flag used to indicate that text is not sanitized, so run check_plain(). |
| check_plain | function | includes/ |
Encodes special characters in a plain-text string for display as HTML. |
| check_url | function | includes/ |
Strips dangerous protocols from a URI and encodes it for output to HTML. |
| Code registry | group | includes/ |
The code registry engine. |
| code-clean.sh | file | scripts/ |
#!/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/ |
|
| Collectable.php | file | misc/ |
|
| Collectable::collect | function | misc/ |
|
| Collectable::findByCallback | function | misc/ |
|
| Collectable::has | function | misc/ |
|
| color-rtl.css | file | modules/ |
Right-to-left specific stylesheet for the Color module. |
| color.css | file | modules/ |
Stylesheet for the administration pages of the Color module. |
| color.inc | file | themes/ |
|
| color.inc | file | themes/ |
|
| color.info | file | modules/ |
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/ |
Install, update and uninstall functions for the color module. |
| color.module | file | modules/ |
Allows users to change the color scheme of themes. |
| color.test | file | modules/ |
Tests for color module. |
| colors.css | file | themes/ |
/* ---------- 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/ |
Tests the Color module functionality. |
| ColorTestCase::$big_user | property | modules/ |
|
| ColorTestCase::$colorTests | property | modules/ |
|
| ColorTestCase::$themes | property | modules/ |
|
| ColorTestCase::getInfo | function | modules/ |
|
| ColorTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ColorTestCase::testColor | function | modules/ |
Tests the Color module functionality. |
| ColorTestCase::testValidColor | function | modules/ |
Tests whether the provided color is valid. |
| ColorTestCase::_testColor | function | modules/ |
Tests the Color module functionality using the given theme. |
| ColorUnitTestCase | class | modules/ |
Unit tests for the color.module |
| ColorUnitTestCase::$test_values | property | modules/ |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.