Files - 7.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
color.install | modules/ |
Install, update and uninstall functions for the color module. | ||
color.module | modules/ |
Allows users to change the color scheme of themes. | ||
color.test | modules/ |
Tests for color module. | ||
colors.css | 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:… | ||
comment-rtl.css | modules/ |
.indented { margin-left: 0; margin-right: 25px; } | ||
comment-wrapper.tpl.php | modules/ |
Default theme implementation to provide an HTML container for comments. | ||
comment-wrapper.tpl.php | themes/ |
Bartik's theme implementation to provide an HTML container for comments. | ||
comment.admin.inc | modules/ |
Admin page callbacks for the comment module. | ||
comment.api.php | modules/ |
Hooks provided by the Comment module. | ||
comment.css | modules/ |
#comments { margin-top: 15px; } .indented { margin-left: 25px; /* LTR */ } .comment-unpublished { background-color: #fff4f4; } .comment-preview { background-color: #ffffea; } | ||
comment.info | modules/ |
name = Comment description = Allows users to comment on and discuss published content. package = Core version = VERSION core = 7.x dependencies[] = text files[] = comment.module files[] = comment.test configure =… | ||
comment.install | modules/ |
Install, update and uninstall functions for the comment module. | ||
comment.module | modules/ |
Enables users to comment on published content. | ||
comment.pages.inc | modules/ |
User page callbacks for the comment module. | ||
comment.test | modules/ |
Tests for comment.module. | ||
comment.tokens.inc | modules/ |
Builds placeholder replacement tokens for comment-related data. | ||
comment.tpl.php | modules/ |
Default theme implementation for comments. | ||
comment.tpl.php | themes/ |
Bartik's theme implementation for comments. | ||
comment.tpl.php | themes/ |
|||
comment_hacks.css | modules/ |
/* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… | ||
comment_hacks.css.optimized.css | modules/ |
.test1{display:block;}img[style*="float: right"]{padding-left:5px;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px… | ||
comment_hacks.css.unoptimized.css | modules/ |
/* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… | ||
comment_hook_test.info | modules/ |
name = "Comment Hooks Test" description = "Support module for comment hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE | ||
comment_hook_test.module | modules/ |
Test module for the comment hooks testing. | ||
common.inc | includes/ |
Common functions that many Drupal modules will need to reference. | ||
common.test | modules/ |
Tests for common.inc functionality. | ||
common_test.css | modules/ |
/* This file is for testing CSS file inclusion, no contents are necessary. */ | ||
common_test.info | modules/ |
name = "Common Test" description = "Support module for Common tests." package = Testing version = VERSION core = 7.x stylesheets[all][] = common_test.css stylesheets[print][] = common_test.print.css hidden = TRUE | ||
common_test.module | modules/ |
Helper module for the Common tests. | ||
common_test.print.css | modules/ |
/* This file is for testing CSS file inclusion, no contents are necessary. */ | ||
common_test_cron_helper.info | modules/ |
name = "Common Test Cron Helper" description = "Helper module for CronRunTestCase::testCronExceptions()." package = Testing version = VERSION core = 7.x hidden = TRUE | ||
common_test_cron_helper.module | modules/ |
Helper module for the testCronExceptions in addition to common_test module. | ||
common_test_info.txt | modules/ |
; Test parsing with a simple string. simple_string = A simple string ; Test that constants can be used as values. simple_constant = WATCHDOG_INFO ; After parsing the .info file, 'double_colon' should hold the literal value. ; Parsing… | ||
ConjunctionInterceptor.php | misc/ |
TYPO3\PharStreamWrapper\Interceptor | ||
contact.admin.inc | modules/ |
Admin page callbacks for the Contact module. | ||
contact.info | modules/ |
name = Contact description = Enables the use of both personal and site-wide contact forms. package = Core version = VERSION core = 7.x files[] = contact.test configure = admin/structure/contact | ||
contact.install | modules/ |
Install, update and uninstall functions for the contact module. | ||
contact.module | modules/ |
Enables the use of personal and site-wide contact forms. | ||
contact.pages.inc | modules/ |
Page callbacks for the Contact module. | ||
contact.test | modules/ |
Tests for the Contact module. | ||
Container.php | misc/ |
TYPO3\PharStreamWrapper\Phar | ||
content_types.inc | modules/ |
Content type editing user interface. | ||
contextual-rtl.css | modules/ |
Stylesheet specific to right-to-left languages. | ||
contextual.api.php | modules/ |
Hooks provided by Contextual module. | ||
contextual.css | modules/ |
Stylesheet for the Contextual module. | ||
contextual.info | modules/ |
name = Contextual links description = Provides contextual links to perform actions related to elements on a page. package = Core version = VERSION core = 7.x files[] = contextual.test | ||
contextual.module | modules/ |
Adds contextual links to perform actions related to elements on a page. | ||
contextual.test | modules/ |
Tests for contextual.module. | ||
COPYRIGHT.txt | ./ |
All Drupal code is Copyright 2001 - 2013 by the original authors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2… | ||
cron-curl.sh | scripts/ |
#!/bin/sh curl --silent --compressed http://example.com/cron.php |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.