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
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.
ColorTestCase::testColor function modules/color/color.test Tests the Color module functionality.
ColorTestCase::testValidColor function modules/color/color.test Tests whether the provided color is valid.
ColorTestCase::_testColor function modules/color/color.test Tests the Color module functionality using the given theme.
ColorUnitTestCase class modules/color/color.test Unit tests for the color.module
ColorUnitTestCase::$test_values property modules/color/color.test
ColorUnitTestCase::getInfo function modules/color/color.test
ColorUnitTestCase::setUp function modules/color/color.test Set up the test environment.
ColorUnitTestCase::testColorPack function modules/color/color.test
ColorUnitTestCase::testColorUnpack function modules/color/color.test
color_form_system_themes_alter function modules/color/color.module Implements hook_form_FORM_ID_alter().
color_form_system_theme_settings_alter function modules/color/color.module Implements hook_form_FORM_ID_alter().
color_get_info function modules/color/color.module Retrieves the Color module information for a particular theme.
color_get_palette function modules/color/color.module Retrieves the color palette for a particular theme.
color_help function modules/color/color.module Implements hook_help().
color_palette_color_value function modules/color/color.module Determines the value for a palette color field.
color_requirements function modules/color/color.install Implements hook_requirements().
color_scheme_form function modules/color/color.module Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit function modules/color/color.module Form submission handler for color_scheme_form().
color_scheme_form_validate function modules/color/color.module Form validation handler for color_scheme_form().
color_theme function modules/color/color.module Implements hook_theme().
color_update_7001 function modules/color/color.install Warn site administrator if unsafe CSS color codes are found in the database.
color_valid_hexadecimal_string function modules/color/color.module Determines if a hexadecimal CSS color string is valid.
comment-rtl.css file modules/comment/comment-rtl.css .indented {
margin-left: 0;
margin-right: 25px;
}
comment-wrapper.tpl.php file modules/comment/comment-wrapper.tpl.php Default theme implementation to provide an HTML container for comments.
comment-wrapper.tpl.php file themes/bartik/templates/comment-wrapper.tpl.php Bartik's theme implementation to provide an HTML container for comments.
comment.admin.inc file modules/comment/comment.admin.inc Admin page callbacks for the comment module.

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